diff options
author | Glenn Morris <rgm@gnu.org> | 2010-09-29 19:23:25 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-29 19:23:25 -0700 |
commit | cf16af423488fff17e43e5aca6fb76610284c1c3 (patch) | |
tree | 98db35660e42b51991882aa222d95ea728e26b72 | |
parent | 8e378d88cc4102b514f6f5a070d43f32191eab83 (diff) | |
download | emacs-cf16af423488fff17e43e5aca6fb76610284c1c3.tar.gz |
etc/NEWS updates.
-rw-r--r-- | etc/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -259,6 +259,21 @@ You can get a comparable behavior with: ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. +** Calendar, Diary, and Appt + +--- +*** The obsolete (since Emacs 22.1) method of enabling the appt package +by adding appt-make-list to diary-hook has been removed. Use appt-activate. + +--- +*** Some appt variables (obsolete since Emacs 22.1) have been removed: +appt-issue-message (use the function appt-activate) +appt-visible/appt-msg-window (use the variable appt-display-format) + +--- +*** Some diary function aliases (obsolete since Emacs 22.1) have been removed: +view-diary-entries, list-diary-entries, show-all-diary-entries + ** Customize *** Customize buffers now contain a search field. @@ -569,6 +584,7 @@ Emacs Lisp parse tree. FIXME: These should be front-ended by xml.el. +** FIXME GnuTLS ** Isearch |