diff options
| author | Glenn Morris | 2010-09-29 19:23:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-29 19:23:25 -0700 |
| commit | cf16af423488fff17e43e5aca6fb76610284c1c3 (patch) | |
| tree | 98db35660e42b51991882aa222d95ea728e26b72 /etc | |
| parent | 8e378d88cc4102b514f6f5a070d43f32191eab83 (diff) | |
| download | emacs-cf16af423488fff17e43e5aca6fb76610284c1c3.tar.gz emacs-cf16af423488fff17e43e5aca6fb76610284c1c3.zip | |
etc/NEWS updates.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -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 | ||
| 266 | by 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: | ||
| 270 | appt-issue-message (use the function appt-activate) | ||
| 271 | appt-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: | ||
| 275 | view-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 | ||
| 570 | FIXME: These should be front-ended by xml.el. | 585 | FIXME: These should be front-ended by xml.el. |
| 571 | 586 | ||
| 587 | ** FIXME GnuTLS | ||
| 572 | 588 | ||
| 573 | ** Isearch | 589 | ** Isearch |
| 574 | 590 | ||