comparison lisp/ChangeLog @ 51639:aebe0b37698c

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 22 Jun 2003 00:58:46 +0000
parents a423d8e41a52
children 1fa54c621eb5
comparison
equal deleted inserted replaced
51638:e451611c1a5c 51639:aebe0b37698c
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} ->
4 utf-16{be,le}. 36 utf-16{be,le}.
5 (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding 37 (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding