Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1207 emacs/etc/NEWS:1.1208 *** emacs/etc/NEWS:1.1207 Wed Jun 8 03:15:45 2005 --- emacs/etc/NEWS Wed Jun 8 23:04:27 2005 *************** *** 3529,3534 **** --- 3529,3542 ---- accepts such a list for restoring the match state. +++ + *** Functions `match-data' and `set-match-data' now have an optional + argument `reseat'. When non-nil, all markers in the match data list + passed to these function will be reseated to point to nowhere, and if + the value of `reseat' is `evaporate', the markers are put onto the + free list. Note that no other references to those markers must exist + if `evaporate' is specified for the `reseat' argument. + + +++ *** The default value of `sentence-end' is now defined using the new variable `sentence-end-without-space', which contains such characters that end a sentence without following spaces.
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
