diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2df3334c7a1880dac4e54fc65c0032af18981dfe..cfe35028275d8c1a4bb83ed0a63531ebab537695 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2014-01-07 Glenn Morris + + * cal-xtra.texi (Calendar Customizing): + Mention calendar-day-header-array. + 2013-12-28 Glenn Morris * trouble.texi (Understanding Bug Reporting): Brevity. diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index 309740998ef6c56c48d3e1b66f086190fd0603b9..82864859473cdd810bbeb8ca224ff3be04c5136b 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 @code{calendar-intermonth-text} as described in their documentation. @vindex calendar-month-header +@vindex calendar-day-header-array The variable @code{calendar-month-header} controls the text that appears above each month in the calendar. By default, it shows the -month and year. +month and year. The variable @code{calendar-day-header-array} +controls the text that appears above each day's column in every month. +By default, it shows the first two letters of each day's name. @vindex calendar-holiday-marker @vindex diary-entry-marker diff --git a/etc/NEWS b/etc/NEWS index cc6aa2b56c661e8653a20493d80f974a23e8dcc9..d6aa43aa8dbaccd9eadf60e121ee09ed45047193 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -353,12 +353,14 @@ code run via JIT Lock. *** New faces `calendar-weekday-header', `calendar-weekend-header', and `calendar-month-header'. ++++ *** New option `calendar-day-header-array'. +++ *** New variable `diary-from-outlook-function', used by the command `diary-from-outlook'. +--- *** The variable `calendar-font-lock-keywords' is obsolete. ** Calc