aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2010-09-29 19:23:25 -0700
committerGlenn Morris2010-09-29 19:23:25 -0700
commitcf16af423488fff17e43e5aca6fb76610284c1c3 (patch)
tree98db35660e42b51991882aa222d95ea728e26b72 /etc
parent8e378d88cc4102b514f6f5a070d43f32191eab83 (diff)
downloademacs-cf16af423488fff17e43e5aca6fb76610284c1c3.tar.gz
emacs-cf16af423488fff17e43e5aca6fb76610284c1c3.zip
etc/NEWS updates.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0535690dede..e6ada72c072 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -259,6 +259,21 @@ You can get a comparable behavior with:
259 259
260** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. 260** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
261 261
262** Calendar, Diary, and Appt
263
264---
265*** The obsolete (since Emacs 22.1) method of enabling the appt package
266by adding appt-make-list to diary-hook has been removed. Use appt-activate.
267
268---
269*** Some appt variables (obsolete since Emacs 22.1) have been removed:
270appt-issue-message (use the function appt-activate)
271appt-visible/appt-msg-window (use the variable appt-display-format)
272
273---
274*** Some diary function aliases (obsolete since Emacs 22.1) have been removed:
275view-diary-entries, list-diary-entries, show-all-diary-entries
276
262** Customize 277** Customize
263 278
264*** Customize buffers now contain a search field. 279*** Customize buffers now contain a search field.
@@ -569,6 +584,7 @@ Emacs Lisp parse tree.
569 584
570FIXME: These should be front-ended by xml.el. 585FIXME: These should be front-ended by xml.el.
571 586
587** FIXME GnuTLS
572 588
573** Isearch 589** Isearch
574 590