diff options
| author | Glenn Morris | 2003-06-22 00:58:46 +0000 |
|---|---|---|
| committer | Glenn Morris | 2003-06-22 00:58:46 +0000 |
| commit | f4bbb3646abf65aa04d39a814d76367d65958397 (patch) | |
| tree | 9098c45613e3e15782c03813302b71ede52966e7 | |
| parent | 2601f59e10218f49656f14146fc4dec1ee676b63 (diff) | |
| download | emacs-f4bbb3646abf65aa04d39a814d76367d65958397.tar.gz emacs-f4bbb3646abf65aa04d39a814d76367d65958397.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2403616463f..80681097d51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2003-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * calendar/diary-lib.el (diary-check-diary-file): New function. | ||
| 4 | (diary, view-diary-entries, show-all-diary-entries) | ||
| 5 | (mark-diary-entries): Use it. | ||
| 6 | (view-other-diary-entries): Doc fix. Use `prefix-numeric-value'. | ||
| 7 | (diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc | ||
| 8 | fix. | ||
| 9 | (diary-modified, d-file): No need to defvar (for compiler). | ||
| 10 | (list-diary-entries): No need for `let*' so use `let'. | ||
| 11 | (simple-diary-display): Use `diary-file' directly rather than | ||
| 12 | inheriting `d-file' from `list-diary-entries' caller. | ||
| 13 | (make-fancy-diary-buffer, show-all-diary-entries): | ||
| 14 | `mode-line-format' already buffer-local. | ||
| 15 | (diary-mail-addr): Set to the empty string (rather than nil) if | ||
| 16 | undefined, as per `user-mail-address'. | ||
| 17 | (diary-mail-entries): Doc fix. Error if `diary-mail-address' | ||
| 18 | unset. | ||
| 19 | (mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice. | ||
| 20 | Remove an un-needed `if'. | ||
| 21 | (list-sexp-diary-entries): Remove local vars mark and s-entry, and | ||
| 22 | use `let' rather than `let*'. | ||
| 23 | (diary-date, insert-monthly-diary-entry) | ||
| 24 | (insert-yearly-diary-entry, insert-anniversary-diary-entry) | ||
| 25 | (insert-block-diary-entry, insert-cyclic-diary-entry) | ||
| 26 | (font-lock-diary-date-forms): No need for `let*' so use `let'. | ||
| 27 | (make-diary-entry): Doc fix. Use `or' rather than `if'. | ||
| 28 | (diary-font-lock-keywords): Use `when'. `cal-islam' is required | ||
| 29 | feature, not `cal-islamic'. | ||
| 30 | `calendar-islamic-month-name-array-leap-year' does not exist - use | ||
| 31 | `calendar-islamic-month-name-array'. | ||
| 32 | |||
| 1 | 2003-06-21 Kenichi Handa <handa@m17n.org> | 33 | 2003-06-21 Kenichi Handa <handa@m17n.org> |
| 2 | 34 | ||
| 3 | * international/utf-16.el: Many name changes: utf-16-{be,le} -> | 35 | * international/utf-16.el: Many name changes: utf-16-{be,le} -> |