diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 277d7c12cf7..3d7b2c33832 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-05-04 Glenn Morris <rgm@gnu.org> | 1 | 2011-05-04 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a | ||
| 4 | function, so it follows changes in calendar-date-style. | ||
| 5 | (diary-fancy-date-matcher): New function. | ||
| 6 | (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher. | ||
| 7 | (diary-fancy-font-lock-fontify-region-function): | ||
| 8 | Use diary-fancy-date-pattern as a function. | ||
| 9 | |||
| 3 | * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use | 10 | * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use |
| 4 | non-numbers for `year' etc pseudo-variables. (Bug#8583) | 11 | non-numbers for `year' etc pseudo-variables. (Bug#8583) |
| 5 | 12 | ||