From 4d8da98bc4895bb68531b12cb61e44db62dfbf0e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 5 Sep 2002 02:47:51 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 18 +++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b43b88919bd..f4ff0f7f59b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,15 @@ * international/mule.el (decode-char): Cancel the previous change. +2002-09-04 Mats Lidell (tiny change) + + * language/european.el ("Swedish"): New set-language-info-alist call. + +2002-09-04 Richard M. Stallman + + * help-fns.el (help-with-tutorial): Properly set up + completion-reference-buffer in the *Completion* buffer. + 2002-09-04 John Paul Wallington * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame' diff --git a/src/ChangeLog b/src/ChangeLog index b7e82db4bb0..f4961e70012 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2002-09-04 Richard M. Stallman + + * s/sol2-5.h (UNEXEC): Use unexsol.o. + + * window.c (displayed_window_lines): Correct for one-off bug + in HEIGHT on non-window displays. + + * regex.c (set_image_of_range_1): New function. + (set_image_of_range): Use set_image_of_range_1 for Latin-1. + Return a value to indicate running out of memory. + (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range. + (extend_range_table_work_area): New subroutine. + (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA. + Different calling conventions, and used from set_image_of_range{,_1}. + (IMMEDIATE_QUIT_CHECK): Definitions moved. + 2002-09-04 Juanma Barranquero * makefile.w32-in: All dependencies updated. @@ -4974,7 +4990,7 @@ * keyboard.c (echo-area-clear-hook): Undo Oct 29 change. * indent.c (current_column_1, Fmove_to_column): Separate the code - for display-table glyphs from the code buffer text, to fix + for display-table glyphs from the code for buffer text, to fix bugs in the former. 2001-11-04 Michael Welsh Duggan -- 2.39.5