comparison lisp/ChangeLog @ 65478:5cc0105081ee

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Sep 2005 21:32:11 +0000
parents c27f3688e1dc
children 2cbd801671c4
comparison
equal deleted inserted replaced
65477:a08c0922f1c4 65478:5cc0105081ee
6 in a predictable place. 6 in a predictable place.
7 7
8 * net/newsticker.el: New file. 8 * net/newsticker.el: New file.
9 9
10 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 10 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13 (calendar-basic-setup): Use the new nil arg.
14 (number-of-diary-entries): Move to diary-lib.el.
15
16 * calendar/diary-lib.el: Use with-current-buffer, match-string.
17 (diary-list-entries): Use with-syntax-table and dolist.
18 Rename from list-diary-entries.
19 Use number-of-diary-entries if `number' is nil.
20 (diary, diary-view-entries): Use this new name and new nil arg value.
21 (number-of-diary-entries): Move from calendar.el.
22 (diary-unhide-everything): New function.
23 (include-other-diary-files, fancy-diary-display)
24 (diary-show-all-entries, make-diary-entry): Use it.
25 (diary-mail-entries): Use buffer-string.
26 (mark-diary-entries): Fix long standing paren typo.
27 (diary-sexp-entry): Use count-lines.
28 (make-diary-entry): Avoid `previous-line'.
29 (diary-mode-map): New var.
30 (diary-mode): Redraw cal after saving. Setup header-line.
31 (fancy-diary-display-mode): Use local-set-key.
32
33 * startup.el (command-line): Try calling various terminal-init-foo-bar
34 functions by stripping hyphenated suffixes from $TERM.
11 35
12 * files.el (normal-mode): Check boundness of font-lock-keywords. 36 * files.el (normal-mode): Check boundness of font-lock-keywords.
13 37
14 2005-09-12 Richard M. Stallman <rms@gnu.org> 38 2005-09-12 Richard M. Stallman <rms@gnu.org>
15 39