diff options
| author | Glenn Morris | 2009-12-05 03:07:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-12-05 03:07:26 +0000 |
| commit | 9a5de3d9451d2fc2912cb2fd7d6a90e13157328a (patch) | |
| tree | 7b115d0caaead93623e67f7e32e56ea6823bda00 /doc | |
| parent | f8126e6741f90f049deca7a70a417f7b5b8c97e1 (diff) | |
| download | emacs-9a5de3d9451d2fc2912cb2fd7d6a90e13157328a.tar.gz emacs-9a5de3d9451d2fc2912cb2fd7d6a90e13157328a.zip | |
(Standard Hooks): Remove diary-display-hook, replaced by
diary-display-function, and no longer recommended to be a hook.
Update for changes in the names of calendar and diary hooks.
diary-print-entries-hook has changed section.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/lispref/hooks.texi | 29 |
2 files changed, 17 insertions, 19 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 79a552e0626..e80368eb009 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-12-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by | ||
| 4 | diary-display-function, and no longer recommended to be a hook. | ||
| 5 | Update for changes in the names of calendar and diary hooks. | ||
| 6 | diary-print-entries-hook has changed section. | ||
| 7 | |||
| 1 | 2009-11-28 Eli Zaretskii <eliz@gnu.org> | 8 | 2009-11-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * text.texi (Special Properties): More accurate description of | 10 | * text.texi (Special Properties): More accurate description of |
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 8eb5bcb241c..5879051e8ce 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi | |||
| @@ -104,7 +104,6 @@ not exactly a hook, but does a similar job. | |||
| 104 | @xref{Calendar Customizing,,, emacs}. | 104 | @xref{Calendar Customizing,,, emacs}. |
| 105 | @end ifnottex | 105 | @end ifnottex |
| 106 | 106 | ||
| 107 | |||
| 108 | @item change-major-mode-hook | 107 | @item change-major-mode-hook |
| 109 | @xref{Creating Buffer-Local}. | 108 | @xref{Creating Buffer-Local}. |
| 110 | 109 | ||
| @@ -146,14 +145,6 @@ Normal hook run before the desktop is saved in a desktop file. This | |||
| 146 | is useful for truncating history lists, for example. @xref{Saving | 145 | is useful for truncating history lists, for example. @xref{Saving |
| 147 | Emacs Sessions,, Saving Emacs Sessions, emacs, the GNU Emacs Manual}. | 146 | Emacs Sessions,, Saving Emacs Sessions, emacs, the GNU Emacs Manual}. |
| 148 | 147 | ||
| 149 | @item diary-display-hook | ||
| 150 | @iftex | ||
| 151 | @inforef{Fancy Diary Display,, emacs-xtra}. | ||
| 152 | @end iftex | ||
| 153 | @ifnottex | ||
| 154 | @xref{Fancy Diary Display,,, emacs}. | ||
| 155 | @end ifnottex | ||
| 156 | |||
| 157 | @item diary-hook | 148 | @item diary-hook |
| 158 | List of functions called after the display of the diary. Can be used | 149 | List of functions called after the display of the diary. Can be used |
| 159 | for appointment notification. | 150 | for appointment notification. |
| @@ -200,7 +191,7 @@ for appointment notification. | |||
| 200 | @item font-lock-unfontify-region-function | 191 | @item font-lock-unfontify-region-function |
| 201 | @xref{Other Font Lock Variables}. | 192 | @xref{Other Font Lock Variables}. |
| 202 | 193 | ||
| 203 | @item initial-calendar-window-hook | 194 | @item calendar-initial-window-hook |
| 204 | @iftex | 195 | @iftex |
| 205 | @inforef{Calendar Customizing,, emacs-xtra}. | 196 | @inforef{Calendar Customizing,, emacs-xtra}. |
| 206 | @end iftex | 197 | @end iftex |
| @@ -225,7 +216,7 @@ for appointment notification. | |||
| 225 | 216 | ||
| 226 | @item lisp-indent-function | 217 | @item lisp-indent-function |
| 227 | 218 | ||
| 228 | @item list-diary-entries-hook | 219 | @item diary-list-entries-hook |
| 229 | @iftex | 220 | @iftex |
| 230 | @inforef{Fancy Diary Display,, emacs-xtra}. | 221 | @inforef{Fancy Diary Display,, emacs-xtra}. |
| 231 | @end iftex | 222 | @end iftex |
| @@ -237,7 +228,7 @@ for appointment notification. | |||
| 237 | @xref{Mail Mode Misc,, Mail Mode Miscellany, emacs, the GNU Emacs | 228 | @xref{Mail Mode Misc,, Mail Mode Miscellany, emacs, the GNU Emacs |
| 238 | Manual}. | 229 | Manual}. |
| 239 | 230 | ||
| 240 | @item mark-diary-entries-hook | 231 | @item diary-mark-entries-hook |
| 241 | @iftex | 232 | @iftex |
| 242 | @inforef{Fancy Diary Display,, emacs-xtra}. | 233 | @inforef{Fancy Diary Display,, emacs-xtra}. |
| 243 | @end iftex | 234 | @end iftex |
| @@ -257,7 +248,7 @@ Manual}. | |||
| 257 | @item mouse-position-function | 248 | @item mouse-position-function |
| 258 | @xref{Mouse Position}. | 249 | @xref{Mouse Position}. |
| 259 | 250 | ||
| 260 | @item nongregorian-diary-listing-hook | 251 | @item diary-nongregorian-listing-hook |
| 261 | @iftex | 252 | @iftex |
| 262 | @inforef{Non-Gregorian Diary,, emacs-xtra}. | 253 | @inforef{Non-Gregorian Diary,, emacs-xtra}. |
| 263 | @end iftex | 254 | @end iftex |
| @@ -265,7 +256,7 @@ Manual}. | |||
| 265 | @xref{Non-Gregorian Diary,,, emacs}. | 256 | @xref{Non-Gregorian Diary,,, emacs}. |
| 266 | @end ifnottex | 257 | @end ifnottex |
| 267 | 258 | ||
| 268 | @item nongregorian-diary-marking-hook | 259 | @item diary-nongregorian-marking-hook |
| 269 | @iftex | 260 | @iftex |
| 270 | @inforef{Non-Gregorian Diary,, emacs-xtra}. | 261 | @inforef{Non-Gregorian Diary,, emacs-xtra}. |
| 271 | @end iftex | 262 | @end iftex |
| @@ -281,12 +272,12 @@ Manual}. | |||
| 281 | @item pre-command-hook | 272 | @item pre-command-hook |
| 282 | @xref{Command Overview}. | 273 | @xref{Command Overview}. |
| 283 | 274 | ||
| 284 | @item print-diary-entries-hook | 275 | @item diary-print-entries-hook |
| 285 | @iftex | 276 | @iftex |
| 286 | @inforef{Diary Customizing,, emacs-xtra}. | 277 | @inforef{Diary Display,, emacs-xtra}. |
| 287 | @end iftex | 278 | @end iftex |
| 288 | @ifnottex | 279 | @ifnottex |
| 289 | @xref{Diary Customizing,,, emacs}. | 280 | @xref{Diary Display,,, emacs}. |
| 290 | @end ifnottex | 281 | @end ifnottex |
| 291 | 282 | ||
| 292 | @item resume-tty-functions | 283 | @item resume-tty-functions |
| @@ -315,7 +306,7 @@ Manual}. | |||
| 315 | @item term-setup-hook | 306 | @item term-setup-hook |
| 316 | @xref{Terminal-Specific}. | 307 | @xref{Terminal-Specific}. |
| 317 | 308 | ||
| 318 | @item today-visible-calendar-hook | 309 | @item calendar-today-visible-hook |
| 319 | @iftex | 310 | @iftex |
| 320 | @inforef{Calendar Customizing,, emacs-xtra}. | 311 | @inforef{Calendar Customizing,, emacs-xtra}. |
| 321 | @end iftex | 312 | @end iftex |
| @@ -323,7 +314,7 @@ Manual}. | |||
| 323 | @xref{Calendar Customizing,,, emacs}. | 314 | @xref{Calendar Customizing,,, emacs}. |
| 324 | @end ifnottex | 315 | @end ifnottex |
| 325 | 316 | ||
| 326 | @item today-invisible-calendar-hook | 317 | @item calendar-today-invisible-hook |
| 327 | @iftex | 318 | @iftex |
| 328 | @inforef{Calendar Customizing,, emacs-xtra}. | 319 | @inforef{Calendar Customizing,, emacs-xtra}. |
| 329 | @end iftex | 320 | @end iftex |