1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-09-05 02:47:51 +00:00
parent 3d9a3367c1
commit 4d8da98bc4
2 changed files with 26 additions and 1 deletions

View file

@ -2,6 +2,15 @@
* international/mule.el (decode-char): Cancel the previous change.
2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
* language/european.el ("Swedish"): New set-language-info-alist call.
2002-09-04 Richard M. Stallman <rms@gnu.org>
* help-fns.el (help-with-tutorial): Properly set up
completion-reference-buffer in the *Completion* buffer.
2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
* startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'

View file

@ -1,3 +1,19 @@
2002-09-04 Richard M. Stallman <rms@gnu.org>
* 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 <lektu@terra.es>
* 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 <md5i@cs.cmu.edu>