diff options
| author | Glenn Morris | 2010-11-25 19:10:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-25 19:10:16 -0800 |
| commit | d01d7b8d7dd30fefd8b3904744f93c8b785ab3bf (patch) | |
| tree | c5f39e631a4dd8cf7e281590444bcf19bae72b0d /lisp/ChangeLog | |
| parent | 5be93fc846d94d07ed1142f2cdaab5329bb05fef (diff) | |
| download | emacs-d01d7b8d7dd30fefd8b3904744f93c8b785ab3bf.tar.gz emacs-d01d7b8d7dd30fefd8b3904744f93c8b785ab3bf.zip | |
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.
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 |