aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-05 02:47:51 +0000
committerRichard M. Stallman2002-09-05 02:47:51 +0000
commit4d8da98bc4895bb68531b12cb61e44db62dfbf0e (patch)
treedb6fa31a5e5037b18d14265494f95ee39a6d6c2e
parent3d9a3367c18b6d47188ca6451ae3a643c29321bd (diff)
downloademacs-4d8da98bc4895bb68531b12cb61e44db62dfbf0e.tar.gz
emacs-4d8da98bc4895bb68531b12cb61e44db62dfbf0e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog18
2 files changed, 26 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b43b88919bd..f4ff0f7f59b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,15 @@
2 2
3 * international/mule.el (decode-char): Cancel the previous change. 3 * international/mule.el (decode-char): Cancel the previous change.
4 4
52002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
6
7 * language/european.el ("Swedish"): New set-language-info-alist call.
8
92002-09-04 Richard M. Stallman <rms@gnu.org>
10
11 * help-fns.el (help-with-tutorial): Properly set up
12 completion-reference-buffer in the *Completion* buffer.
13
52002-09-04 John Paul Wallington <jpw@shootybangbang.com> 142002-09-04 John Paul Wallington <jpw@shootybangbang.com>
6 15
7 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame' 16 * 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 @@
12002-09-04 Richard M. Stallman <rms@gnu.org>
2
3 * s/sol2-5.h (UNEXEC): Use unexsol.o.
4
5 * window.c (displayed_window_lines): Correct for one-off bug
6 in HEIGHT on non-window displays.
7
8 * regex.c (set_image_of_range_1): New function.
9 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
10 Return a value to indicate running out of memory.
11 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
12 (extend_range_table_work_area): New subroutine.
13 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
14 Different calling conventions, and used from set_image_of_range{,_1}.
15 (IMMEDIATE_QUIT_CHECK): Definitions moved.
16
12002-09-04 Juanma Barranquero <lektu@terra.es> 172002-09-04 Juanma Barranquero <lektu@terra.es>
2 18
3 * makefile.w32-in: All dependencies updated. 19 * makefile.w32-in: All dependencies updated.
@@ -4974,7 +4990,7 @@
4974 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change. 4990 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
4975 4991
4976 * indent.c (current_column_1, Fmove_to_column): Separate the code 4992 * indent.c (current_column_1, Fmove_to_column): Separate the code
4977 for display-table glyphs from the code buffer text, to fix 4993 for display-table glyphs from the code for buffer text, to fix
4978 bugs in the former. 4994 bugs in the former.
4979 4995
49802001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> 49962001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>