aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-05-10 16:39:46 +0000
committerRichard M. Stallman2007-05-10 16:39:46 +0000
commitdd5983667ceb93fca27b7990641c49e342caa7c6 (patch)
tree0cd2c1b22a05fbdf4b30e5517c569a07ae5c0e9d
parenta484846f80a3adae6f85b6fb897a6ae9887b32fb (diff)
downloademacs-dd5983667ceb93fca27b7990641c49e342caa7c6.tar.gz
emacs-dd5983667ceb93fca27b7990641c49e342caa7c6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lispref/ChangeLog7
2 files changed, 25 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f751e6787c4..302179843b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,28 @@
12007-05-10 Richard Stallman <rms@gnu.org> 12007-05-10 Richard Stallman <rms@gnu.org>
2 2
3 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4 (iso-cvt-write-only): Likewise.
5
6 * emacs-lisp/easy-mmode.el (define-minor-mode):
7 Fix generated doc string.
8
9 * startup.el (fancy-splash-text): Add URL of guided tour.
10 Adjust horizontal and vertical whitespace.
11
12 * progmodes/compile.el (compilation-handle-exit):
13 Use run-hook-with-args to run compilation-finish-functions.
14
3 * files.el (file-start-mode-alist): New variable. 15 * files.el (file-start-mode-alist): New variable.
4 (magic-mode-regexp-match-limit): Doc fix. 16 (magic-mode-regexp-match-limit): Doc fix.
5 (set-auto-mode): Handle file-start-mode-alist. 17 (set-auto-mode): Handle file-start-mode-alist.
6 A little cleanup of structure. 18 A little cleanup of structure.
7 19
202007-05-10 Davis Herring <herring@lanl.gov>
21
22 * calendar/timeclock.el (timeclock-in): Fix non-interactive
23 workday specifications.
24 (timeclock-log): Don't kill the log buffer if it already existed.
25
82007-05-08 Richard Stallman <rms@gnu.org> 262007-05-08 Richard Stallman <rms@gnu.org>
9 27
10 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): 28 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
@@ -42,12 +60,6 @@
42 60
43 * find-dired.el (find-dired-filter): Propertize all text down to eob. 61 * find-dired.el (find-dired-filter): Propertize all text down to eob.
44 62
452007-04-29 Davis Herring <herring@lanl.gov>
46
47 * calendar/timeclock.el (timeclock-in): Fix non-interactive
48 workday specifications.
49 (timeclock-log): Don't kill the log buffer if it already existed.
50
512007-04-29 Richard Stallman <rms@gnu.org> 632007-04-29 Richard Stallman <rms@gnu.org>
52 64
53 * international/mule.el (auto-coding-alist): Add pdf => no-conversion. 65 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 59430c5a82e..5659c4354f1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,12 @@
12007-05-10 Richard Stallman <rms@gnu.org> 12007-05-10 Richard Stallman <rms@gnu.org>
2 2
3 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4
5 * help.texi (Keys in Documentation): Add reference to
6 Documentation Tips.
7
8 * files.texi (Format Conversion): TO-FN gets three arguments.
9
3 * modes.texi (Auto Major Mode): Document file-start-mode-alist. 10 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4 11
52007-05-06 Richard Stallman <rms@gnu.org> 122007-05-06 Richard Stallman <rms@gnu.org>