aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-17 05:02:16 +0000
committerRichard M. Stallman2005-09-17 05:02:16 +0000
commit8ccd36304db42afda019e6318696c82afed5fe85 (patch)
tree624f78d0580b21d1ef156b120bf3561e0462069e
parentcc1f98068a3c23e6215c9502189226c19368d646 (diff)
downloademacs-8ccd36304db42afda019e6318696c82afed5fe85.tar.gz
emacs-8ccd36304db42afda019e6318696c82afed5fe85.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE3
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/url/ChangeLog7
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog3
5 files changed, 19 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index fe1bad8241c..8ed41fb1a6a 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -46,6 +46,9 @@ and has already been posted on the developers' list, but it is on the
46back burner waiting for a legal comment or an alternate implementation 46back burner waiting for a legal comment or an alternate implementation
47(around 30 lines of code). 47(around 30 lines of code).
48 48
49** goeran@uddeborg.se's Sep 13 crash report
50about trying to display the invalid gif file poison.gif.
51
49* BUGS 52* BUGS
50 53
51** Fix recognition of shell's `dirs' command. 54** Fix recognition of shell's `dirs' command.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b5093189d3e..9f774f8990a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,6 +25,10 @@
25 (image-search-load-path): New function. 25 (image-search-load-path): New function.
26 (find-image): Search for images in `image-load-path'. 26 (find-image): Search for images in `image-load-path'.
27 27
282005-09-15 Richard M. Stallman <rms@gnu.org>
29
30 * follow.el: Change Maintainer field.
31
282005-09-15 David Ponce <david@dponce.com> 322005-09-15 David Ponce <david@dponce.com>
29 33
30 * recentf.el (recentf-save-file-modes): New option. 34 * recentf.el (recentf-save-file-modes): New option.
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index c08d73739e9..be772251fd5 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,10 @@
12005-09-17 Richard M. Stallman <rms@gnu.org>
2
3 * url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
4
5 * url-mailto.el (url-mailto): Special case `mail'.
6 Don't test fboundp of `compose-mail'.
7
12005-09-15 Chong Yidong <cyd@stupidchicken.com> 82005-09-15 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * url-mailto.el (url-mailto): Delete mail buffer after sending 10 * url-mailto.el (url-mailto): Delete mail buffer after sending
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 56208830b4f..fd095d9a308 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-09-17 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Defining Images): Clean up previous change.
4
12005-09-16 Romain Francoise <romain@orebokech.com> 52005-09-16 Romain Francoise <romain@orebokech.com>
2 6
3 * elisp.texi: Specify GFDL version 1.2. 7 * elisp.texi: Specify GFDL version 1.2.
diff --git a/src/ChangeLog b/src/ChangeLog
index 42d59823011..6704efa084b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,6 @@
12005-09-16 Romain Francoise <romain@orebokech.com> 12005-09-16 Romain Francoise <romain@orebokech.com>
2 2
3 * fileio.c (syms_of_fileio): Clarify docstring of 3 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
4 `write-region-inhibit-fsync'.
5 4
62005-09-15 Richard M. Stallman <rms@gnu.org> 52005-09-15 Richard M. Stallman <rms@gnu.org>
7 6