diff options
| author | Eli Zaretskii | 2005-05-21 12:21:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-05-21 12:21:44 +0000 |
| commit | a2c9aee6a0121314f33974303de88cc26698136e (patch) | |
| tree | 123432c622bef1a2d1472a0e402d50c03c6bf92d | |
| parent | 2d47b0ac24de04d8a945e651a94d19b54363f016 (diff) | |
| download | emacs-a2c9aee6a0121314f33974303de88cc26698136e.tar.gz emacs-a2c9aee6a0121314f33974303de88cc26698136e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
4 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b71c3a1d3f2..14ddd53a40e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | ||
| 2 | |||
| 3 | * mail/sendmail.el (mail-send): Use [[:space:]] instead of a | ||
| 4 | literal blank when splitting new-header-values. | ||
| 5 | |||
| 1 | 2005-05-21 Matt Hodges <MPHodges@member.fsf.org> | 6 | 2005-05-21 Matt Hodges <MPHodges@member.fsf.org> |
| 2 | 7 | ||
| 3 | * calendar/cal-menu.el (cal-menu-update): Add separator as a | 8 | * calendar/cal-menu.el (cal-menu-update): Add separator as a |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ad16fe264f0..62edb1afe61 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-05-21 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * frames.texi (Initial Parameters): Update cross reference to | ||
| 4 | "Emacs Invocation". | ||
| 5 | |||
| 1 | 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Active Keymaps): Add anchor. | 8 | * keymaps.texi (Active Keymaps): Add anchor. |
diff --git a/man/ChangeLog b/man/ChangeLog index e5997fab28b..e43aa17f830 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-05-21 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * widget.texi (Basic Types): Update cross ref from "Enabling | ||
| 4 | Mouse-1 to Follow Links" to "Links and Mouse-1" per recent | ||
| 5 | lispref/text.texi change. | ||
| 6 | |||
| 1 | 2005-05-20 Carsten Dominik <dominik@science.uva.nl> | 7 | 2005-05-20 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 8 | ||
| 3 | * org.texi: Version 3.09 | 9 | * org.texi: Version 3.09 |
diff --git a/src/ChangeLog b/src/ChangeLog index ccfc27f1998..66dc0406443 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change) | ||
| 2 | |||
| 3 | * process.c (send_process): Restore the SIGPIPE handler if we | ||
| 4 | catch a SIGPIPE. | ||
| 5 | |||
| 1 | 2005-05-20 Juanma Barranquero <lekktu@gmail.com> | 6 | 2005-05-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * image.c (lookup_image, png_read_from_memory): Remove hacks (and | 8 | * image.c (lookup_image, png_read_from_memory): Remove hacks (and |