]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Sep 2002 02:47:51 +0000 (02:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Sep 2002 02:47:51 +0000 (02:47 +0000)
lisp/ChangeLog
src/ChangeLog

index b43b88919bd4bd681d22c8e40a8c87f52f857874..f4ff0f7f59b1005b3021d3c21c3422c732a6ea80 100644 (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'
index b7e82db4bb03ec5ba358d56116fafdf1b6a73573..f4961e7001234df5cb767efdbfee4bcd8fd582ba 100644 (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.
        * 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>