Mercurial > emacs
changeset 87148:ec50a5656cfe
Improve the last changelog entry.
author | Deepak Goel <deego@gnufans.org> |
---|---|
date | Thu, 06 Dec 2007 20:02:02 +0000 |
parents | e07baccc00fc |
children | 11bb5a31a28a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 25 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 06 19:56:41 2007 +0000 +++ b/lisp/ChangeLog Thu Dec 06 20:02:02 2007 +0000 @@ -1,33 +1,30 @@ 2007-12-06 D. Goel <deego3@gmail.com> - * vc.el (vc-update): Fix breakage. - * ibuffer.el (ibuffer-current-buffer): Ditto. - - * allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'. - * textmodes/reftex.el (reftex-TeX-master-file): Ditto. - * textmodes/org.el (org-paste-subtree): Ditto. - * textmodes/ispell.el (ispell-process-line): Ditto. - * progmodes/vhdl-mode.el (vhdl-template-modify): Ditto. - * progmodes/idlw-shell.el (idlwave-shell-send-command): Ditto. - (idlwave-shell-display-line): Ditto. - * progmodes/ada-xref.el (ada-find-file): Ditto. - (ada-get-all-references): Ditto. - (ada-xref-find-in-modified-ali): Ditto. - (ada-find-in-src-path): Ditto. - * net/trampver.el (x): Ditto. - * mail/uce.el (uce-reply-to-uce): Ditto. - * mail/rmailout.el (rmail-output): Ditto. - * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto. - * whitespace.el (whitespace-write-file-hook): Ditto. - * wdired.el (wdired-check-kill-buffer): Ditto. - * vc.el (vc-update): Ditto. - * vc-mcvs.el (vc-mcvs-checkin): Ditto. - * vc-cvs.el (vc-cvs-checkin): Ditto. - * man.el (Man-bgproc-sentinel): Ditto. - (Man-goto-see-also-section): Ditto. - * ibuffer.el (ibuffer-current-buffer): Ditto. - * dired.el (dired-move-to-end-of-filename): Ditto. - * bindings.el (complete-symbol): Ditto. + * vc.el (vc-update) + * ibuffer.el (ibuffer-current-buffer): Fix breakage from the + change below. + + * allout.el (allout-write-file-hook-handler) + * textmodes/reftex.el (reftex-TeX-master-file) + * textmodes/org.el (org-paste-subtree) + * textmodes/ispell.el (ispell-process-line) + * progmodes/vhdl-mode.el (vhdl-template-modify) + * progmodes/idlw-shell.el (idlwave-shell-send-command, idlwave-shell-display-line) + * progmodes/ada-xref.el (ada-find-file, ada-get-all-references, ada-xref-find-in-modified-ali) + (ada-find-in-src-path) + * net/trampver.el (x) + * mail/uce.el (uce-reply-to-uce) + * mail/rmailout.el (rmail-output) + * mail/feedmail.el (feedmail-dump-message-to-queue) + * whitespace.el (whitespace-write-file-hook) + * wdired.el (wdired-check-kill-buffer) + * vc.el (vc-update) + * vc-mcvs.el (vc-mcvs-checkin) + * vc-cvs.el (vc-cvs-checkin) + * man.el (Man-bgproc-sentinel, Man-goto-see-also-section) + * ibuffer.el (ibuffer-current-buffer) + * dired.el (dired-move-to-end-of-filename) + * bindings.el (complete-symbol): Fix buggy calls to `error'. 2007-12-06 D. Goel <deego3@gmail.com>