aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-05-05 14:31:41 -0700
committerGlenn Morris2012-05-05 14:31:41 -0700
commit48176e8bacea7a462e28c472b6dd7a052355b33e (patch)
tree88f5730c7e4d63f8423da6e4835c2c286ae48a4f /etc
parenta43f98b3959cf9435de7ea5a5bb44e3fbd061085 (diff)
downloademacs-48176e8bacea7a462e28c472b6dd7a052355b33e.tar.gz
emacs-48176e8bacea7a462e28c472b6dd7a052355b33e.zip
Optionally include holidays in cal-html output
* lisp/calendar/cal-html.el: (cal-html-holidays): New option. (cal-html-css-default): Add holiday entry. (holiday-in-range): Autoload it. (cal-html-htmlify-entry): Add optional class argument. (cal-html-htmlify-list): Add optional holidays argument. (cal-html-insert-agenda-days): Include holidays in the output. (cal-html-one-month): Maybe include holidays.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c47fd166215..57c492ffa4c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -94,6 +94,10 @@ see the `apropos' Custom group for details.
94**** The old options whose values specified faces to use were removed 94**** The old options whose values specified faces to use were removed
95(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.). 95(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.).
96 96
97** Calendar
98
99*** The calendars produced by cal-html can optionally include holidays.
100
97** Customize 101** Customize
98 102
99*** `custom-reset-button-menu' now defaults to t. 103*** `custom-reset-button-menu' now defaults to t.