aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/cal-xtra.texi5
-rw-r--r--etc/NEWS2
3 files changed, 11 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2df3334c7a1..cfe35028275 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12014-01-07 Glenn Morris <rgm@gnu.org>
2
3 * cal-xtra.texi (Calendar Customizing):
4 Mention calendar-day-header-array.
5
12013-12-28 Glenn Morris <rgm@gnu.org> 62013-12-28 Glenn Morris <rgm@gnu.org>
2 7
3 * trouble.texi (Understanding Bug Reporting): Brevity. 8 * trouble.texi (Understanding Bug Reporting): Brevity.
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi
index 309740998ef..82864859473 100644
--- a/doc/emacs/cal-xtra.texi
+++ b/doc/emacs/cal-xtra.texi
@@ -43,9 +43,12 @@ customize the variables @code{calendar-intermonth-header} and
43@code{calendar-intermonth-text} as described in their documentation. 43@code{calendar-intermonth-text} as described in their documentation.
44 44
45@vindex calendar-month-header 45@vindex calendar-month-header
46@vindex calendar-day-header-array
46 The variable @code{calendar-month-header} controls the text that 47 The variable @code{calendar-month-header} controls the text that
47appears above each month in the calendar. By default, it shows the 48appears above each month in the calendar. By default, it shows the
48month and year. 49month and year. The variable @code{calendar-day-header-array}
50controls the text that appears above each day's column in every month.
51By default, it shows the first two letters of each day's name.
49 52
50@vindex calendar-holiday-marker 53@vindex calendar-holiday-marker
51@vindex diary-entry-marker 54@vindex diary-entry-marker
diff --git a/etc/NEWS b/etc/NEWS
index cc6aa2b56c6..d6aa43aa8db 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -353,12 +353,14 @@ code run via JIT Lock.
353*** New faces `calendar-weekday-header', `calendar-weekend-header', 353*** New faces `calendar-weekday-header', `calendar-weekend-header',
354and `calendar-month-header'. 354and `calendar-month-header'.
355 355
356+++
356*** New option `calendar-day-header-array'. 357*** New option `calendar-day-header-array'.
357 358
358+++ 359+++
359*** New variable `diary-from-outlook-function', used by the command 360*** New variable `diary-from-outlook-function', used by the command
360`diary-from-outlook'. 361`diary-from-outlook'.
361 362
363---
362*** The variable `calendar-font-lock-keywords' is obsolete. 364*** The variable `calendar-font-lock-keywords' is obsolete.
363 365
364** Calc 366** Calc