Mercurial > emacs
comparison lisp/ChangeLog @ 111726:b299531e6c80
diary-lib.el diary-outlook* changes.
* lisp/calendar/diary-lib.el (diary-outlook-format-1): New function, so that
diary-outlook-formats can be sensitive to calendar-date-style.
(diary-outlook-formats): Simplify the default setting.
(diary-from-outlook-internal): Pass subject and body as arguments.
Use dolist rather than dotimes. Don't save the diary buffer.
(diary-from-outlook-gnus, diary-from-outlook-rmail):
Pass subject and body as explicit arguments to the -internal function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Nov 2010 19:10:16 -0800 |
parents | 2abdbb8ce6ca |
children | e492c86d8f6c |
comparison
equal
deleted
inserted
replaced
111725:f861f9db770a | 111726:b299531e6c80 |
---|---|
1 2010-11-26 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that | |
4 diary-outlook-formats can be sensitive to calendar-date-style. | |
5 (diary-outlook-formats): Simplify the default setting. | |
6 (diary-from-outlook-internal): Pass subject and body as arguments. | |
7 Use dolist rather than dotimes. Don't save the diary buffer. | |
8 (diary-from-outlook-gnus, diary-from-outlook-rmail): | |
9 Pass subject and body as explicit arguments to the -internal function. | |
10 | |
1 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | 11 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2 | 12 |
3 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before | 13 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before |
4 parsing them. This makes mailto:...?subject=foo\nbar work. | 14 parsing them. This makes mailto:...?subject=foo\nbar work. |
5 | 15 |