Mercurial > emacs
comparison lisp/ChangeLog @ 93332:bf0cafc88be5
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 28 Mar 2008 02:47:59 +0000 |
parents | f6aa1bf031f5 |
children | 53eee5c271f4 |
comparison
equal
deleted
inserted
replaced
93331:1edfec53a698 | 93332:bf0cafc88be5 |
---|---|
1 2008-03-28 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * calendar/cal-menu.el (cal-menu-holidays-menu) | |
4 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year) | |
5 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of | |
6 holiday-list is optional. | |
7 (calendar-mouse-holidays): Remove un-needed local `l'. | |
8 | |
9 * calendar/cal-move.el (calendar-cursor-to-nearest-date): | |
10 Remove un-needed local `date'. | |
11 (calendar-cursor-to-visible-date): Use let rather than let*. | |
12 Remove un-needed local `first-of-month-weekday'. | |
13 | |
14 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib. | |
15 | |
16 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries): | |
17 Doc fixes. | |
18 (abbreviated-calendar-year): Move here from calendar.el. Doc fix. | |
19 (diary-header-line-flag, diary-header-line-format): Declare. | |
20 (diary-pull-attrs): Check for multiple matches. | |
21 (diary-list-entries-2): Simplify finding start of date. | |
22 (diary-show-all-entries, make-diary-entry): Respect non-nil values of | |
23 pop-up-frames. | |
24 (diary-mark-entries-1): Re-use offset in abbreviated-year case. | |
25 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs. | |
26 | |
1 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu> | 27 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 28 |
3 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing | 29 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files. |
4 files. | |
5 | 30 |
6 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate. | 31 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate. |
7 | 32 |
8 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> | 33 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca> |
9 | 34 |