From 9f4b6e738feccb3ca6b9e65e0a3745fe5767af19 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 9 Oct 2004 18:57:48 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 ++ lisp/ChangeLog | 12 +++++++++--- lispref/ChangeLog | 10 ++++++++++ man/ChangeLog | 4 ++++ 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index ccbf5f0e236..63c4ec3e3a1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2533,10 +2533,12 @@ If either property is not set, the default `overlay-arrow-string' or 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 28e2b936d31..d615c4c9723 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index e941967e76b..c33e49ca773 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index c17108b12cd..2a31de4ba34 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 -- 2.39.5