comparison etc/NEWS @ 110659:9c32589c702d

etc/NEWS updates.
author Glenn Morris <rgm@gnu.org>
date Wed, 29 Sep 2010 19:23:25 -0700
parents 220a54524e9f
children 0554c384e09f
comparison
equal deleted inserted replaced
110658:76088ffbc653 110659:9c32589c702d
256 You can get a comparable behavior with: 256 You can get a comparable behavior with:
257 (setq completion-styles '(partial-completion initials)) 257 (setq completion-styles '(partial-completion initials))
258 (setq completion-pcm-complete-word-inserts-delimiters t) 258 (setq completion-pcm-complete-word-inserts-delimiters t)
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
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
261 276
262 ** Customize 277 ** Customize
263 278
264 *** Customize buffers now contain a search field. 279 *** Customize buffers now contain a search field.
265 The search is performed using `customize-apropos'. 280 The search is performed using `customize-apropos'.
567 and `xml-parse-string-internal' (which parses XML). Both return an 582 and `xml-parse-string-internal' (which parses XML). Both return an
568 Emacs Lisp parse tree. 583 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
575 *** New hook `isearch-update-post-hook' that runs in `isearch-update'. 591 *** New hook `isearch-update-post-hook' that runs in `isearch-update'.
576 592