comparison src/ChangeLog @ 47240:d4085efc1ec0

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Sep 2002 02:47:51 +0000
parents 152238c09c6c
children 5c66c47b2320
comparison
equal deleted inserted replaced
47239:2c1dc857a83b 47240:d4085efc1ec0
1 2002-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
1 2002-09-04 Juanma Barranquero <lektu@terra.es> 17 2002-09-04 Juanma Barranquero <lektu@terra.es>
2 18
3 * makefile.w32-in: All dependencies updated. 19 * makefile.w32-in: All dependencies updated.
4 20
5 2002-09-01 Richard M. Stallman <rms@gnu.org> 21 2002-09-01 Richard M. Stallman <rms@gnu.org>
4972 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. 4988 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
4973 4989
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
4980 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> 4996 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
4981 4997
4982 * buffer.c (Fbuffer_local_value): New function. 4998 * buffer.c (Fbuffer_local_value): New function.