]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 Feb 2000 16:18:09 +0000 (16:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 Feb 2000 16:18:09 +0000 (16:18 +0000)
lisp/ChangeLog
man/ack.texi
man/killing.texi
src/ChangeLog

index 275f89e5aa13d54a082bc28ebdfe334bb31eeb1b..e57e434a901c2a62284ab499469e1d16e6658cd3 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
+       of `*' to handle `(* ... *)' comments.
+
 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * faces.el (list-faces-display): Use display-mouse-p instead of
@@ -16,7 +21,7 @@
 
 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
 
-       * dired-aux.el (dired-do-copy): Remove spurios character.`n' 
+       * dired-aux.el (dired-do-copy): Remove spurious character.`n' 
        within the code.
        
 2000-02-16  Dave Love  <fx@gnu.org>
index 74aee82319ca535c2fa2562dd25b9018ed08c065..b3e5b3a4e03ab4f0ae41918a9ce0cd825ac649e3 100644 (file)
@@ -897,6 +897,11 @@ John Wiegley wrote @file{align.el}, a set of commands for aligning
 text according to regular-expression based rules.
 @end itemize
 
+@item
+INOUE Seiichiro improved Emacs' XIM support.  Thanks to HORIKAWA Hisashi
+for suggestions.
+@end itemize
+
 Others too numerous to mention have reported and fixed bugs, and added
 features to many parts of Emacs.  We thank them for their generosity as
 well.
index ef5e51a14a0bb00900b80d2230497fed7243b87a..6dc62311ebc4057c6fc9fb5d25486dae5b44a8f7 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997 Free Software Foundation, Inc.
+@c Copyright (C) 1985,86,87,93,94,95,97,2000 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @iftex
 @chapter Killing and Moving Text
@@ -477,7 +477,7 @@ Clear the region-rectangle by replacing its contents with spaces.
 @item M-x delete-whitespace-rectangle
 Delete whitespace in each of the lines on the specified rectangle,
 starting from the left edge column of the rectangle.
-@item C-x r t @key{RET} @var{string} @key{RET}
+@item C-x r t @var{string} @key{RET}
 Insert @var{string} on each line of the region-rectangle
 (@code{string-rectangle}).
 @end table
index ff9c666100440d0e328cd84dabe7d9748b67d095..c82c941fe81c092f9acfa365b990400e65ec6eee 100644 (file)
@@ -1,5 +1,7 @@
 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
 
+       * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
+
        * alloc.c (enum mem_type): Compile unconditionally.
 
 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>