diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2004-10-08 18:15:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2004-10-08 18:15:14 +0000 |
| commit | 657f0f9c4e2b7089fcae999a22ac29beeea5914b (patch) | |
| tree | 27a88ecd7499bd4ed8c14c5538b58cf726218ca1 | |
| parent | 4f533cc56a881e9914c198d8249ca61c01c79a8d (diff) | |
| download | emacs-657f0f9c4e2b7089fcae999a22ac29beeea5914b.tar.gz | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e410e315417..08e72c60c2f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-08 Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr> (tiny change) + + * TUTORIAL.fr: Minor wording fix. + 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> * enriched.doc: Update for new bindings of `set-left-margin' and diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99e32010afd..28e2b936d31 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-10-08 Peter Seibel <peter@javamonkey.com> (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 <seki@seki.fr> (tiny change) * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name): diff --git a/lispref/ChangeLog b/lispref/ChangeLog index aef4746eef7..e941967e76b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net> + + * display.texi (Progress): New node. + 2004-10-05 Kim F. Storm <storm@cua.dk> * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos. |
