diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e322800b8f..9d5394fed6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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 |