diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6885f859c03..b16f2bd6211 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2009-12-11 Glenn Morris <rgm@gnu.org> | 1 | 2009-12-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/emacsbug.el: No longer require sendmail. | ||
| 4 | Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174) | ||
| 5 | (report-emacs-bug-orig-text): Doc fix. | ||
| 6 | (report-emacs-bug-send-command, report-emacs-bug-send-hook): | ||
| 7 | New local variables, to adapt to different mail-user-agents. | ||
| 8 | (report-emacs-bug): Fix test for a gnu.org address. | ||
| 9 | Use overlays for emphasis, since font-lock defeats 'face property. | ||
| 10 | Pretest bugs also end up at the newsgroup these days. | ||
| 11 | Stop message-mode stripping text properties. | ||
| 12 | Set and use the new buffer-local variables. | ||
| 13 | (report-emacs-bug-hook): Add doc-string. | ||
| 14 | Remove some unnecessary save-excursions and simplify. | ||
| 15 | Use the appropriate hook and send-command. | ||
| 16 | |||
| 3 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the | 17 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the |
| 4 | capitalization of some menu entries. | 18 | capitalization of some menu entries. |
| 5 | 19 | ||