Mercurial > emacs
comparison lisp/ChangeLog @ 82221:e126e09e6ac7
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 75-83)
- Update from CVS
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Indicate that emacs--devo--0--patch-834 does not need to be applied
- Merge from gnus--rel--5.10
- Restore lisp/emacs-lisp/cl-loaddefs.el
* gnus--rel--5.10 (patch 239-241)
- Merge from emacs--devo--0
- Update from CVS
2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
* lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update)
(copyright-fix-years, copyright): Correctly handle the case where
copyright-limit is nil.
2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
* lisp/progmodes/python.el (run-python): Fix path separator under w32.
2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-summary-supersede-article)
(gnus-summary-resend-message-edit): Add Gcc header.
(gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
article's Message-ID; refer parent article in summary buffer.
* lisp/gnus/message.el (message-bounce): Call mime-to-mml.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 31 Jul 2007 05:02:54 +0000 |
parents | 7087853a997f c64b46dbbe6b |
children | c17afaa92484 65663fcd2caa 539530fa389c |
comparison
equal
deleted
inserted
replaced
82220:61b5a5aa16a1 | 82221:e126e09e6ac7 |
---|---|
1 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) | |
2 | |
3 * emacs-lisp/copyright.el (copyright-update-year, copyright-update) | |
4 (copyright-fix-years, copyright): Correctly handle the case where | |
5 copyright-limit is nil. | |
6 | |
7 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) | |
8 | |
9 * progmodes/python.el (run-python): Fix path separator under w32. | |
10 | |
1 2007-07-30 Richard Stallman <rms@gnu.org> | 11 2007-07-30 Richard Stallman <rms@gnu.org> |
2 | 12 |
3 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): | 13 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): |
4 Treat non-break space as whitespace in Lisp. | 14 Treat non-break space as whitespace in Lisp. |
5 | 15 |