aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-05-05 04:50:04 +0000
committerRichard M. Stallman2007-05-05 04:50:04 +0000
commit39f3dff9f3daea154ccc6659e46014a6a2abb687 (patch)
tree3a60ede163d7cad30daaa896e42cdd57c98f864e
parent2e8750896b55676973a5b7dbd06fef672cfffd90 (diff)
downloademacs-39f3dff9f3daea154ccc6659e46014a6a2abb687.tar.gz
emacs-39f3dff9f3daea154ccc6659e46014a6a2abb687.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog7
3 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d8f0d81ebf..f15cc415b3b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-05-03 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4 disconnections.
5
12007-05-01 Romain Francoise <romain@orebokech.com> 62007-05-01 Romain Francoise <romain@orebokech.com>
2 7
3 * dired-x.el: Revert 2007-04-06 change. 8 * dired-x.el: Revert 2007-04-06 change.
@@ -11,6 +16,12 @@
11 16
12 * find-dired.el (find-dired-filter): Propertize all text down to eob. 17 * find-dired.el (find-dired-filter): Propertize all text down to eob.
13 18
192007-04-29 Davis Herring <herring@lanl.gov>
20
21 * calendar/timeclock.el (timeclock-in): Fix non-interactive
22 workday specifications.
23 (timeclock-log): Don't kill the log buffer if it already existed.
24
142007-04-29 Richard Stallman <rms@gnu.org> 252007-04-29 Richard Stallman <rms@gnu.org>
15 26
16 * international/mule.el (auto-coding-alist): Add pdf => no-conversion. 27 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c67b9c21829..94178bd1181 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12007-05-05 Richard Stallman <rms@gnu.org>
2
3 * processes.texi (Accepting Output): accept-process-output
4 uses microseconds, not milliseconds. But that arg is obsolete.
5
12007-05-04 Karl Berry <karl@tug.org> 62007-05-04 Karl Berry <karl@tug.org>
2 7
3 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. 8 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
diff --git a/src/ChangeLog b/src/ChangeLog
index dfd42c0cfc7..70b45ab1771 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12007-05-03 Per Cederqvist <ceder@lysator.liu.se>
2
3 * process.c (Faccept_process_output): Revert 2006-03-22 change so
4 that the third argument once again is in microseconds (not
5 milliseconds). This makes it compatible with Emacs 21 and
6 earlier. Problem found by Henrik Rindlöw.
7
12007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 82007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 9
3 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c. 10 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.