aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 06b3c739d0f..ff250d9a607 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12000-09-17 Dave Love <fx@gnu.org>
2
3 * calendar/cal-move.el (scroll-calendar-left)
4 (scroll-calendar-right): Make arg optional (for active mode line).
5
6 * calendar/calendar.el (calendar-mode-line-format): Make fields
7 mouse-sensitive.
8 (calendar-read-date, calendar-read-date, calendar-window-list):
9 Unquote lambda.
10 (calendar-month-name): Use aref, not sref.
11
12 * view.el (minor-mode-alist): Propertize the string.
13
14 * international/characters.el (standard-case-table): Add entries
15 for Greek.
16
12000-09-18 Miles Bader <miles@gnu.org> 172000-09-18 Miles Bader <miles@gnu.org>
2 18
3 * info.el (info-node, info-xref): Add dark-background variants. 19 * info.el (info-node, info-xref): Add dark-background variants.