Mercurial > emacs
comparison lisp/ChangeLog @ 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 | 683f507781d5 |
comparison
equal
deleted
inserted
replaced
87147:e07baccc00fc | 87148:ec50a5656cfe |
---|---|
1 2007-12-06 D. Goel <deego3@gmail.com> | 1 2007-12-06 D. Goel <deego3@gmail.com> |
2 | 2 |
3 * vc.el (vc-update): Fix breakage. | 3 * vc.el (vc-update) |
4 * ibuffer.el (ibuffer-current-buffer): Ditto. | 4 * ibuffer.el (ibuffer-current-buffer): Fix breakage from the |
5 | 5 change below. |
6 * allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'. | 6 |
7 * textmodes/reftex.el (reftex-TeX-master-file): Ditto. | 7 * allout.el (allout-write-file-hook-handler) |
8 * textmodes/org.el (org-paste-subtree): Ditto. | 8 * textmodes/reftex.el (reftex-TeX-master-file) |
9 * textmodes/ispell.el (ispell-process-line): Ditto. | 9 * textmodes/org.el (org-paste-subtree) |
10 * progmodes/vhdl-mode.el (vhdl-template-modify): Ditto. | 10 * textmodes/ispell.el (ispell-process-line) |
11 * progmodes/idlw-shell.el (idlwave-shell-send-command): Ditto. | 11 * progmodes/vhdl-mode.el (vhdl-template-modify) |
12 (idlwave-shell-display-line): Ditto. | 12 * progmodes/idlw-shell.el (idlwave-shell-send-command, idlwave-shell-display-line) |
13 * progmodes/ada-xref.el (ada-find-file): Ditto. | 13 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references, ada-xref-find-in-modified-ali) |
14 (ada-get-all-references): Ditto. | 14 (ada-find-in-src-path) |
15 (ada-xref-find-in-modified-ali): Ditto. | 15 * net/trampver.el (x) |
16 (ada-find-in-src-path): Ditto. | 16 * mail/uce.el (uce-reply-to-uce) |
17 * net/trampver.el (x): Ditto. | 17 * mail/rmailout.el (rmail-output) |
18 * mail/uce.el (uce-reply-to-uce): Ditto. | 18 * mail/feedmail.el (feedmail-dump-message-to-queue) |
19 * mail/rmailout.el (rmail-output): Ditto. | 19 * whitespace.el (whitespace-write-file-hook) |
20 * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto. | 20 * wdired.el (wdired-check-kill-buffer) |
21 * whitespace.el (whitespace-write-file-hook): Ditto. | 21 * vc.el (vc-update) |
22 * wdired.el (wdired-check-kill-buffer): Ditto. | 22 * vc-mcvs.el (vc-mcvs-checkin) |
23 * vc.el (vc-update): Ditto. | 23 * vc-cvs.el (vc-cvs-checkin) |
24 * vc-mcvs.el (vc-mcvs-checkin): Ditto. | 24 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section) |
25 * vc-cvs.el (vc-cvs-checkin): Ditto. | 25 * ibuffer.el (ibuffer-current-buffer) |
26 * man.el (Man-bgproc-sentinel): Ditto. | 26 * dired.el (dired-move-to-end-of-filename) |
27 (Man-goto-see-also-section): Ditto. | 27 * bindings.el (complete-symbol): Fix buggy calls to `error'. |
28 * ibuffer.el (ibuffer-current-buffer): Ditto. | |
29 * dired.el (dired-move-to-end-of-filename): Ditto. | |
30 * bindings.el (complete-symbol): Ditto. | |
31 | 28 |
32 | 29 |
33 2007-12-06 D. Goel <deego3@gmail.com> | 30 2007-12-06 D. Goel <deego3@gmail.com> |
34 | 31 |
35 | 32 |