# HG changeset patch # User Kim F. Storm # Date 1140827504 0 # Node ID 86831ccdda1bb12855701a5d5acbb1fe8d5082f8 # Parent b710715f099bb7199206f8a0751414c39a011547 Typos. diff -r b710715f099b -r 86831ccdda1b lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 24 23:49:05 2006 +0000 +++ b/lisp/ChangeLog Sat Feb 25 00:31:44 2006 +0000 @@ -48,7 +48,7 @@ [Supersedes patch to cc-engine.el V 1.45] (c-after-change): Protect the match data with save-match-data. It was getting corrupted by c-after-change-check-<>-operators. - + * cc-defs.el: [Supersedes patch V1.38]: (top level): Check for a buggy font-lock-compile-keywords ONLY in XEmacs. GNU Emacs 22 now has a check which would throw an error @@ -5154,7 +5154,7 @@ 2005-11-29 Michael Kifer - * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display): + * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display): Preserve user position. 2005-11-28 Luc Teirlinck @@ -5927,13 +5927,13 @@ 2005-11-15 Michael Kifer - * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in - string. + * viper-utils.el (viper-non-word-characters-reformed-vi): + Quote `-' in string. * viper.el (viper-emacs-state-mode-list): Ensure that rcirc-mode buffers come up in Emacs state. - * ediff-util (ediff-make-temp-file): Use proper file-name-handler + * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler operation. 2005-11-15 Dan Nicolaescu diff -r b710715f099b -r 86831ccdda1b lisp/ChangeLog.1 --- a/lisp/ChangeLog.1 Fri Feb 24 23:49:05 2006 +0000 +++ b/lisp/ChangeLog.1 Sat Feb 25 00:31:44 2006 +0000 @@ -1565,7 +1565,7 @@ Move rmail-delete-after-output from rmail.el. Flush rmail-mmdf-inbox-list and rmail-make-summary-line-function. - * mail-utils (mail-strip-quoted-names): + * mail-utils.el (mail-strip-quoted-names): Delete leading and trailing whitespace. 1985-10-19 Richard M. Stallman (rms@mit-prep) diff -r b710715f099b -r 86831ccdda1b lisp/ChangeLog.10 --- a/lisp/ChangeLog.10 Fri Feb 24 23:49:05 2006 +0000 +++ b/lisp/ChangeLog.10 Sat Feb 25 00:31:44 2006 +0000 @@ -2916,7 +2916,7 @@ (comment-valid-prefix-p): Rename from comment-valid-prefix and fix to actually use its argument. - * tex-mode (tex-mode-syntax-table): ~ is not whitespace. + * tex-mode.el (tex-mode-syntax-table): ~ is not whitespace. (tex-guess-mode): Add `renewcommand'. (tex-mode): Move the autoload to get the correct docstring and usage. @@ -6170,7 +6170,7 @@ Changes from 2002-02-28: - * antlr-mode: Version 2.2 is released. + * antlr-mode.el: Version 2.2 is released. * antlr-mode.el (antlr): Moved to SourceForge.net