diff options
| author | Glenn Morris | 2009-12-11 01:21:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-12-11 01:21:35 +0000 |
| commit | 850948552d2fd4ffbcd49b886c2dd6ef9135817c (patch) | |
| tree | 6e24f5ee8c372a62aec73e99f278eee488ee0e2f /lisp/ChangeLog | |
| parent | fe03f49a4aed4076ab3d49c84dccba60866e4dba (diff) | |
| download | emacs-850948552d2fd4ffbcd49b886c2dd6ef9135817c.tar.gz emacs-850948552d2fd4ffbcd49b886c2dd6ef9135817c.zip | |
No longer require sendmail.
Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
(report-emacs-bug-orig-text): Doc fix.
(report-emacs-bug-send-command, report-emacs-bug-send-hook):
New local variables, to adapt to different mail-user-agents.
(report-emacs-bug): Fix test for a gnu.org address.
Use overlays for emphasis, since font-lock defeats 'face property.
Pretest bugs also end up at the newsgroup these days.
Stop message-mode stripping text properties.
Set and use the new buffer-local variables.
(report-emacs-bug-hook): Add doc-string.
Remove some unnecessary save-excursions and simplify.
Use the appropriate hook and send-command.
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 | ||