# HG changeset patch # User Luc Teirlinck # Date 1097348268 0 # Node ID 1729414f0bae3d338cc9321064d69d4699d4f93d # Parent ba8ab430f898475024ac1327b5a36672999d8535 *** empty log message *** diff -r ba8ab430f898 -r 1729414f0bae etc/NEWS --- a/etc/NEWS Sat Oct 09 18:49:01 2004 +0000 +++ b/etc/NEWS Sat Oct 09 18:57:48 2004 +0000 @@ -2533,10 +2533,12 @@ line in current buffer, or if optional buffer position is given, line number of corresponding line in current buffer. ++++ ** 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. ++++ ** The function `sentence-end' should be used to obtain the value of the variable `sentence-end'. If the variable `sentence-end' is nil, then this function returns the regexp constructed from the variables diff -r ba8ab430f898 -r 1729414f0bae lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 09 18:49:01 2004 +0000 +++ b/lisp/ChangeLog Sat Oct 09 18:57:48 2004 +0000 @@ -1,8 +1,14 @@ +2004-10-09 Luc Teirlinck + + * textmodes/paragraphs.el (sentence-end-double-space) + (sentence-end-without-period, sentence-end-without-space) + (sentence-end): Doc fixes. + 2004-10-08 Peter Seibel (tiny change) * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change paragraph-start regexp so we don't fill code starting with #'( - + 2004-10-08 Sebastien Kirche (tiny change) * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name): @@ -28,8 +34,8 @@ 2004-10-08 Masatake YAMATO - * server.el (server-process-filter): Wrap `process-send-region' - by `condition-case' to guard the case when the pipe to PROC is + * server.el (server-process-filter): Wrap `process-send-region' + by `condition-case' to guard the case when the pipe to PROC is closed. 2004-10-07 Mark A. Hershberger diff -r ba8ab430f898 -r 1729414f0bae lispref/ChangeLog --- a/lispref/ChangeLog Sat Oct 09 18:49:01 2004 +0000 +++ b/lispref/ChangeLog Sat Oct 09 18:57:48 2004 +0000 @@ -1,3 +1,13 @@ +2004-10-09 Luc Teirlinck + + * text.texi (Filling): Add anchor for definition of + `sentence-end-double-space'. + + * searching.texi (Regexp Example): Update description of how + Emacs currently recognizes the end of a sentence. + (Standard Regexps): Update definition of the variable + `sentence-end'. Add definition of the function `sentence-end'. + 2004-10-08 Paul Pogonyshev * display.texi (Progress): New node. diff -r ba8ab430f898 -r 1729414f0bae man/ChangeLog --- a/man/ChangeLog Sat Oct 09 18:49:01 2004 +0000 +++ b/man/ChangeLog Sat Oct 09 18:57:48 2004 +0000 @@ -1,3 +1,7 @@ +2004-10-09 Luc Teirlinck + + * files.texi (Misc File Ops): View mode is a minor mode. + 2004-10-09 Juri Linkov * gnus.texi (Fancy Mail Splitting): Remove backslash in the