diff options
| author | Luc Teirlinck | 2004-10-09 18:57:48 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-10-09 18:57:48 +0000 |
| commit | 9f4b6e738feccb3ca6b9e65e0a3745fe5767af19 (patch) | |
| tree | 8241fb243ffba23c1fed81cd6c5d3f45cc630574 /lisp/ChangeLog | |
| parent | 51d7369eb8e6bdb1310789c72266f2842af5fb24 (diff) | |
| download | emacs-9f4b6e738feccb3ca6b9e65e0a3745fe5767af19.tar.gz emacs-9f4b6e738feccb3ca6b9e65e0a3745fe5767af19.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28e2b936d31..d615c4c9723 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 1 | 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * textmodes/paragraphs.el (sentence-end-double-space) | ||
| 4 | (sentence-end-without-period, sentence-end-without-space) | ||
| 5 | (sentence-end): Doc fixes. | ||
| 6 | |||
| 1 | 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change) | 7 | 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change) |
| 2 | 8 | ||
| 3 | * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change | 9 | * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Change |
| 4 | paragraph-start regexp so we don't fill code starting with #'( | 10 | paragraph-start regexp so we don't fill code starting with #'( |
| 5 | 11 | ||
| 6 | 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change) | 12 | 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change) |
| 7 | 13 | ||
| 8 | * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name): | 14 | * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name): |
| @@ -28,8 +34,8 @@ | |||
| 28 | 34 | ||
| 29 | 2004-10-08 Masatake YAMATO <jet@gyve.org> | 35 | 2004-10-08 Masatake YAMATO <jet@gyve.org> |
| 30 | 36 | ||
| 31 | * server.el (server-process-filter): Wrap `process-send-region' | 37 | * server.el (server-process-filter): Wrap `process-send-region' |
| 32 | by `condition-case' to guard the case when the pipe to PROC is | 38 | by `condition-case' to guard the case when the pipe to PROC is |
| 33 | closed. | 39 | closed. |
| 34 | 40 | ||
| 35 | 2004-10-07 Mark A. Hershberger <mah@everybody.org> | 41 | 2004-10-07 Mark A. Hershberger <mah@everybody.org> |