changeset 27749:986871288b53

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Feb 2000 16:18:09 +0000
parents b980acbcfbfd
children 48fa3afce611
files lisp/ChangeLog man/ack.texi man/killing.texi src/ChangeLog
diffstat 4 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 17 16:17:17 2000 +0000
+++ b/lisp/ChangeLog	Thu Feb 17 16:18:09 2000 +0000
@@ -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>
--- a/man/ack.texi	Thu Feb 17 16:17:17 2000 +0000
+++ b/man/ack.texi	Thu Feb 17 16:18:09 2000 +0000
@@ -897,6 +897,11 @@
 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.
--- a/man/killing.texi	Thu Feb 17 16:17:17 2000 +0000
+++ b/man/killing.texi	Thu Feb 17 16:18:09 2000 +0000
@@ -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 @@
 @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
Binary file src/ChangeLog has changed