diff options
| author | Juanma Barranquero | 2007-11-26 15:13:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-26 15:13:38 +0000 |
| commit | 1dcf3f16eadf331d5a6c357a85a87b7d4a40a9c3 (patch) | |
| tree | 5254c8e9d0b49ccde9609b703c3a97961ad8ca7b | |
| parent | d3c0009d302281e4e5546f08c27207b7392e8034 (diff) | |
| download | emacs-1dcf3f16eadf331d5a6c357a85a87b7d4a40a9c3.tar.gz emacs-1dcf3f16eadf331d5a6c357a85a87b7d4a40a9c3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a10977b5201..5a4d7a1527b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -19,10 +19,8 @@ | |||
| 19 | * mail/reporter.el (mail-position-on-field, mail-text): | 19 | * mail/reporter.el (mail-position-on-field, mail-text): |
| 20 | * mail/rmail.el (mail-position-on-field, mail-text-start) | 20 | * mail/rmail.el (mail-position-on-field, mail-text-start) |
| 21 | (rmail-update-summary): | 21 | (rmail-update-summary): |
| 22 | * mail/rmailedit.el (rmail-summary-disable) | 22 | * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable): |
| 23 | (rmail-summary-enable): | 23 | * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message): |
| 24 | * mail/rmailmsc.el (rmail-parse-file-inboxes) | ||
| 25 | (rmail-show-message): | ||
| 26 | * mail/rmailout.el (rmail-update-summary): | 24 | * mail/rmailout.el (rmail-update-summary): |
| 27 | * mail/rmailsort.el (rmail-update-summary): | 25 | * mail/rmailsort.el (rmail-update-summary): |
| 28 | * mail/sendmail.el (dired-move-to-filename, dired-get-filename) | 26 | * mail/sendmail.el (dired-move-to-filename, dired-get-filename) |
| @@ -34,8 +32,8 @@ | |||
| 34 | 32 | ||
| 35 | * obsolete/mlsupport.el (ml-previous-page): Fix typo. | 33 | * obsolete/mlsupport.el (ml-previous-page): Fix typo. |
| 36 | (kill-to-end-of-line): | 34 | (kill-to-end-of-line): |
| 37 | * obsolete/rnews.el (news-set-minor-modes): Remove non working | 35 | * obsolete/rnews.el (news-set-minor-modes): |
| 38 | functions. | 36 | Remove non working functions. |
| 39 | 37 | ||
| 40 | 2007-11-25 Glenn Morris <rgm@gnu.org> | 38 | 2007-11-25 Glenn Morris <rgm@gnu.org> |
| 41 | 39 | ||
| @@ -48,8 +46,8 @@ | |||
| 48 | 2007-11-24 Glenn Morris <rgm@gnu.org> | 46 | 2007-11-24 Glenn Morris <rgm@gnu.org> |
| 49 | 47 | ||
| 50 | * calendar/appt.el: Remove leading `*' from defcustom doc-strings. | 48 | * calendar/appt.el: Remove leading `*' from defcustom doc-strings. |
| 51 | (appt-disp-window): Don't require electric. Simplify | 49 | (appt-disp-window): Don't require electric. |
| 52 | minibuffer-avoidance code. | 50 | Simplify minibuffer-avoidance code. |
| 53 | (appt-select-lowest-window): Avoid minibuffer. | 51 | (appt-select-lowest-window): Avoid minibuffer. |
| 54 | 52 | ||
| 55 | * eshell/eshell.el: Remove leading `*' from defcustom doc-strings. | 53 | * eshell/eshell.el: Remove leading `*' from defcustom doc-strings. |
| @@ -59,8 +57,8 @@ | |||
| 59 | reference to eshell-auto. | 57 | reference to eshell-auto. |
| 60 | (eshell-command, eshell-command-result): Don't require esh-mode | 58 | (eshell-command, eshell-command-result): Don't require esh-mode |
| 61 | now that the file does. | 59 | now that the file does. |
| 62 | (top-level): Move provide statement to the end of the | 60 | (top-level): Move provide statement to the end of the file. |
| 63 | file. Re-order and update commentary. | 61 | Re-order and update commentary. |
| 64 | 62 | ||
| 65 | 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org> | 63 | 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 66 | 64 | ||
| @@ -102,7 +100,7 @@ | |||
| 102 | 100 | ||
| 103 | 2007-11-23 David Kastrup <dak@gnu.org> | 101 | 2007-11-23 David Kastrup <dak@gnu.org> |
| 104 | 102 | ||
| 105 | * server.el (server-process-filter): Use `command-line-args-left' | 103 | * server.el (server-process-filter): Use `command-line-args-left'. |
| 106 | 104 | ||
| 107 | 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | 105 | 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 108 | 106 | ||