From: Glenn Morris Date: Fri, 24 Feb 2012 19:32:46 +0000 (-0500) Subject: ChangeLog fixes X-Git-Tag: emacs-pretest-24.0.94~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a7d293b09b188490accc799d09b55237841d118;p=emacs.git ChangeLog fixes --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68339fc174d..b84b116143d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3300,7 +3300,7 @@ 2011-10-08 Thierry Volpiatto - * lisp/eshell/eshell.el (eshell-command): Avoid using hooks. + * eshell/eshell.el (eshell-command): Avoid using hooks. 2011-10-07 Chong Yidong diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index dd1d113d665..0b4e62f9e91 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -7234,7 +7234,7 @@ 2004-05-10 Miles Bader - * lisp/progmodes/gud.el (gud-common-init): Only consider an existing + * progmodes/gud.el (gud-common-init): Only consider an existing buffer an error if the debugger process is actually running. 2004-05-10 Juanma Barranquero @@ -7529,7 +7529,7 @@ 2004-05-03 Michael Mauger - * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p) + * progmodes/sql.el (sql-xemacs-p, sql-emacs19-p) (sql-emacs20-p): Remove. (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax. (sql-builtin-face, sql-doc-face): Remove. diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index f354050389e..bf7a24a5b67 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 @@ -779,9 +779,9 @@ 2011-02-17 Ken Manheimer - * lisp/allout-widgets.el (allout-widgets-icons-light-subdir) + * allout-widgets.el (allout-widgets-icons-light-subdir) (allout-widgets-icons-dark-subdir): Track relocations of icons. - * lisp/allout.el: Remove commentary about remove encryption + * allout.el: Remove commentary about remove encryption passphrase mnemonic support and verification. (allout-encrypt-string): Recognize epg failure to decrypt gpg2 armored text using gpg1, and indicate that the gpg version *might* diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 5bc0474c58b..4de10683352 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 @@ -8048,7 +8048,7 @@ 1994-07-23 enami tsugutomo - * lisp/add-log.el (add-log-current-defun): Skip doc string + * add-log.el (add-log-current-defun): Skip doc string correctly even if it ends with line that starts space. 1994-07-22 Ed Reingold diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 425268909ea..9976c45b307 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -5859,8 +5859,7 @@ 1998-03-05 Sam Steingold - * lisp/simple.el (backward-delete-char-untabify-method): - New user option. + * simple.el (backward-delete-char-untabify-method): New user option. (backward-delete-char-untabify): Obey it. This implements "hungry" delete. @@ -7798,10 +7797,10 @@ 1997-12-03 Kyle Jones - * lisp/mail/sendmail.el (sendmail-send-it): Parse folded - Resent-To header properly; don't ignore folded lines. + * mail/sendmail.el (sendmail-send-it): + Parse folded Resent-To header properly; don't ignore folded lines. - * lisp/mail/mail-utils.el (mail-parse-comma-list): + * mail/mail-utils.el (mail-parse-comma-list): Treat newlines and tabs as whitespace. 1997-12-03 Richard Stallman diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 897c56f2b77..ccc9b473de3 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 @@ -3571,7 +3571,7 @@ 1999-08-15 Yoshiki Hayashi - * lisp/texinfmt.el: Handle @ifnottex. + * texinfmt.el: Handle @ifnottex. 1999-08-15 Eli Zaretskii @@ -8708,7 +8708,7 @@ 1998-10-21 Markus Rost - * lisp/info.el (Info-next-menu-item): Stay on top of node. + * info.el (Info-next-menu-item): Stay on top of node. * mail/rmailout.el (rmail-output): Insert newline only if necessary. @@ -9181,7 +9181,7 @@ * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. (gnus-saved-headers): Fix type. - * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): + * textmodes/fill.el (fill-individual-paragraphs-prefix): Avoid nil value of `two-lines-citation-part'. 1998-09-30 Roman Belenov diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index ba90274edf0..b9b6cd5a03d 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -6100,7 +6100,7 @@ 2001-01-25 Dave Love - * lisp/international/mule-diag.el (describe-char-after): Doc fix. + * international/mule-diag.el (describe-char-after): Doc fix. (describe-coding-system): Tweak the English text. * loadup.el: Preload international/ccl for utf-8. @@ -15884,8 +15884,8 @@ 2000-07-16 John Wiegley - * lisp/align.el (align-newline-and-indent): - Adding new function. for auto-aligning blocks of code on RET. + * align.el (align-newline-and-indent): Adding new function, + for auto-aligning blocks of code on RET. (align-region): Fixed badly formatted minibuffer message. 2000-07-17 Kenichi Handa @@ -18753,8 +18753,7 @@ (network-connection-mode-setup): New function, saves host and service information in local variables. - * lisp/locate.el: - (locate-word-at-point): Added this function. + * locate.el (locate-word-at-point): Added this function. (locate): Default to using locate-word-at-point as input Run dired-mode-hook