Mercurial > emacs
comparison lisp/ChangeLog @ 68366:f148491791ae
Remove unnecessary leading stars in docstrings.
(calendar-week-start-day): Add an :initializer.
(calendar-mode-map): Use suppress-keymap, and command remapping.
(describe-calendar-mode): Setup xref-stack info for the back button.
(calendar-star-date): Insert before delete.
(calendar-set-mode-line): Add file-modified info if applicable.
(calendar-increment-month): New function.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 24 Jan 2006 17:07:29 +0000 |
parents | 72d2da82303c |
children | a63682481954 |
comparison
equal
deleted
inserted
replaced
68365:72d2da82303c | 68366:f148491791ae |
---|---|
1 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * calendar/calendar.el: Remove unnecessary leading stars in docstrings. | |
4 (calendar-week-start-day): Add an :initializer. | |
5 (calendar-mode-map): Use suppress-keymap, and command remapping. | |
6 (describe-calendar-mode): Setup xref-stack info for the back button. | |
7 (calendar-star-date): Insert before delete. | |
8 (calendar-set-mode-line): Add file-modified info if applicable. | |
9 (calendar-increment-month): New function. | |
10 | |
1 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change) | 11 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change) |
2 | 12 |
3 * font-lock.el (lisp-font-lock-keywords-2): | 13 * font-lock.el (lisp-font-lock-keywords-2): |
4 Recognize "& keywords" only at word boundaries. | 14 Recognize "& keywords" only at word boundaries. |
5 | 15 |