*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 15:06:57 +0000 (15:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 15 Dec 2000 15:06:57 +0000 (15:06 +0000)
lib-src/ChangeLog
src/ChangeLog

index b2b6d33..38aa7bd 100644 (file)
@@ -1,3 +1,17 @@
+2000-12-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (operator_name): Cast argument of isalpha to
+       unsigned char.
+
+       * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
+       Use them throughout instead of ctype functions/macros.
+       (lowcase): Cast to unsigned char.
+       (UPCASE): New macro.
+       (canonicalize_filename): Use UPCASE instead toupper.
+
+       * fakemail.c (get_keyword): Make sure that isspace and
+       similar aren't called with a negative argument.
+
 2000-12-13  Dave Love  <fx@gnu.org>
 
        * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
index cc22c15..989ff4b 100644 (file)
@@ -1,5 +1,8 @@
 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
 
+       * window.c (Fset_window_point): Remove test for
+       cursor_in_non_selected_windows.
+
        * lread.c (read1): Recognize end of file after `\\'.
 
        * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,