diff options
| -rw-r--r-- | lib-src/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 17 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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-12-13 Dave Love <fx@gnu.org> | 15 | 2000-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. |
diff --git a/src/ChangeLog b/src/ChangeLog index cc22c1582a2..989ff4b9400 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-12-15 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-15 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * window.c (Fset_window_point): Remove test for | ||
| 4 | cursor_in_non_selected_windows. | ||
| 5 | |||
| 3 | * lread.c (read1): Recognize end of file after `\\'. | 6 | * lread.c (read1): Recognize end of file after `\\'. |
| 4 | 7 | ||
| 5 | * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame, | 8 | * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame, |