diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 561e7908486..051d0e669b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2014-05-04 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | Support Chinese diary entries in calendar and diary. (Bug#17393) | ||
| 4 | * calendar/cal-china.el (calendar-chinese-month-name-array): New var. | ||
| 5 | (calendar-chinese-from-absolute-for-diary) | ||
| 6 | (calendar-chinese-to-absolute-for-diary) | ||
| 7 | (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries) | ||
| 8 | (diary-chinese-list-entries): New functions to list and mark | ||
| 9 | Chinese diary entries in the calendar window. | ||
| 10 | (diary-chinese-anniversary) | ||
| 11 | (diary-chinese-insert-anniversary-entry) | ||
| 12 | (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry) | ||
| 13 | (diary-chinese-insert-yearly-entry): New commands to insert | ||
| 14 | Chinese diary entries. | ||
| 15 | |||
| 16 | * calendar/diary-lib.el (diary-font-lock-keywords): Support | ||
| 17 | font-locking Chinese dates. | ||
| 18 | |||
| 19 | * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for | ||
| 20 | inserting Chinese diary entries. | ||
| 21 | |||
| 22 | * calendar/calendar.el (diary-chinese-entry-symbol): New | ||
| 23 | customizable variable. | ||
| 24 | (calendar-mode-map): Add bindings for inserting Chinese diary | ||
| 25 | entries. | ||
| 26 | |||
| 1 | 2014-05-03 Juri Linkov <juri@jurta.org> | 27 | 2014-05-03 Juri Linkov <juri@jurta.org> |
| 2 | 28 | ||
| 3 | * dired.el (dired-check-switches, dired-switches-recursive-p): | 29 | * dired.el (dired-check-switches, dired-switches-recursive-p): |