comparison etc/NEWS @ 63154:ef765645a5cf

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 08 Jun 2005 23:04:27 +0000
parents 5f15b57e99a6
children edb44e017844 173dee4e2611
comparison
equal deleted inserted replaced
63153:286783f742e6 63154:ef765645a5cf
3525 3525
3526 +++ 3526 +++
3527 *** The list returned by `(match-data t)' now has the buffer as a final 3527 *** The list returned by `(match-data t)' now has the buffer as a final
3528 element, if the last match was on a buffer. `set-match-data' 3528 element, if the last match was on a buffer. `set-match-data'
3529 accepts such a list for restoring the match state. 3529 accepts such a list for restoring the match state.
3530
3531 +++
3532 *** Functions `match-data' and `set-match-data' now have an optional
3533 argument `reseat'. When non-nil, all markers in the match data list
3534 passed to these function will be reseated to point to nowhere, and if
3535 the value of `reseat' is `evaporate', the markers are put onto the
3536 free list. Note that no other references to those markers must exist
3537 if `evaporate' is specified for the `reseat' argument.
3530 3538
3531 +++ 3539 +++
3532 *** The default value of `sentence-end' is now defined using the new 3540 *** The default value of `sentence-end' is now defined using the new
3533 variable `sentence-end-without-space', which contains such characters 3541 variable `sentence-end-without-space', which contains such characters
3534 that end a sentence without following spaces. 3542 that end a sentence without following spaces.