From a6768cc5728318fc9cc647d360f5ff28a89f6741 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 15 Dec 2000 15:06:57 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 14 ++++++++++++++ src/ChangeLog | 3 +++ 2 files changed, 17 insertions(+) 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 @@ +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 --git a/src/ChangeLog b/src/ChangeLog index cc22c1582a2..989ff4b9400 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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, -- 2.11.4.GIT