# HG changeset patch # User Gerd Moellmann # Date 976892817 0 # Node ID e5a9caea73f9a2b90419a1f3e0d36a3ea74b0d66 # Parent a8944d7e67730482ce52029e5e3db05ddc218d19 *** empty log message *** diff -r a8944d7e6773 -r e5a9caea73f9 lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Dec 15 15:06:35 2000 +0000 +++ b/lib-src/ChangeLog Fri Dec 15 15:06:57 2000 +0000 @@ -1,3 +1,17 @@ +2000-12-15 Gerd Moellmann + + * 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 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. diff -r a8944d7e6773 -r e5a9caea73f9 src/ChangeLog --- a/src/ChangeLog Fri Dec 15 15:06:35 2000 +0000 +++ b/src/ChangeLog Fri Dec 15 15:06:57 2000 +0000 @@ -1,5 +1,8 @@ 2000-12-15 Gerd Moellmann + * 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,