diff options
| author | Glenn Morris | 2012-05-05 14:31:41 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-05 14:31:41 -0700 |
| commit | 48176e8bacea7a462e28c472b6dd7a052355b33e (patch) | |
| tree | 88f5730c7e4d63f8423da6e4835c2c286ae48a4f /etc | |
| parent | a43f98b3959cf9435de7ea5a5bb44e3fbd061085 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. |