aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-15 15:06:57 +0000
committerGerd Moellmann2000-12-15 15:06:57 +0000
commita6768cc5728318fc9cc647d360f5ff28a89f6741 (patch)
tree802eead58a599bcacd8a0e1d770b46897afc5e33 /lib-src/ChangeLog
parent0685cb3c076085a582acfac3cdb48c6c42b14ba1 (diff)
downloademacs-a6768cc5728318fc9cc647d360f5ff28a89f6741.tar.gz
emacs-a6768cc5728318fc9cc647d360f5ff28a89f6741.zip
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index b2b6d3374b2..38aa7bd43b4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,17 @@
12000-12-15 Gerd Moellmann <gerd@gnu.org>
2
3 * ebrowse.c (operator_name): Cast argument of isalpha to
4 unsigned char.
5
6 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
7 Use them throughout instead of ctype functions/macros.
8 (lowcase): Cast to unsigned char.
9 (UPCASE): New macro.
10 (canonicalize_filename): Use UPCASE instead toupper.
11
12 * fakemail.c (get_keyword): Make sure that isspace and
13 similar aren't called with a negative argument.
14
12000-12-13 Dave Love <fx@gnu.org> 152000-12-13 Dave Love <fx@gnu.org>
2 16
3 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. 17 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.