aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
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 /src/ChangeLog
parent3d9a3367c18b6d47188ca6451ae3a643c29321bd (diff)
downloademacs-4d8da98bc4895bb68531b12cb61e44db62dfbf0e.tar.gz
emacs-4d8da98bc4895bb68531b12cb61e44db62dfbf0e.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 17 insertions, 1 deletions
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>