comparison lisp/ChangeLog @ 106530:e5b7752075ef

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.
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Dec 2009 01:21:35 +0000
parents eb87371a1cc7
children ef2e854c025f
comparison
equal deleted inserted replaced
106529:eb87371a1cc7 106530:e5b7752075ef
1 2009-12-11 Glenn Morris <rgm@gnu.org> 1 2009-12-11 Glenn Morris <rgm@gnu.org>
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.
2 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
6 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> 20 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>