aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-12-05 03:10:32 +0000
committerGlenn Morris2009-12-05 03:10:32 +0000
commit4cea50037f97a105020a1d5f1ffe9905422f5a8f (patch)
treee6f2442970026081805ac907027abda5dd341ca2
parent4abc318cd878dbbe5fe5a78482765172ab165b61 (diff)
downloademacs-4cea50037f97a105020a1d5f1ffe9905422f5a8f.tar.gz
emacs-4cea50037f97a105020a1d5f1ffe9905422f5a8f.zip
Documented diary fancy display.
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a9f684a9f25..0b2ff4752d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -183,6 +183,7 @@ installed.
183 183
184** Calendar and diary 184** Calendar and diary
185 185
186+++
186*** Fancy diary display is now the default. 187*** Fancy diary display is now the default.
187If you prefer the simple display, customize `diary-display-function'. 188If you prefer the simple display, customize `diary-display-function'.
188 189
@@ -440,7 +441,7 @@ the function `byte-compile-dest-file' before loading bytecomp.el is obsolete.
440Instead, customize byte-compile-dest-file-function. 441Instead, customize byte-compile-dest-file-function.
441 442
442--- 443---
443** `byte-compile-warnings' can have a new member, `constants'. 444** `byte-compile-warnings' has new members, `constants' and `suspicious'.
444 445
445** `delete-directory' has an optional parameter RECURSIVE. 446** `delete-directory' has an optional parameter RECURSIVE.
446 447