aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-05-11 04:44:30 +0000
committerMiles Bader2007-05-11 04:44:30 +0000
commit68380acf41d91014634d625e5f529cd3f773fbd4 (patch)
tree8285c9f7ccc674484bb1d945192c5e2441ac81d6 /lispref/ChangeLog
parente2e7506851231cb87c2e025dc8ba06ad95053de9 (diff)
parenta484846f80a3adae6f85b6fb897a6ae9887b32fb (diff)
downloademacs-68380acf41d91014634d625e5f529cd3f773fbd4.tar.gz
emacs-68380acf41d91014634d625e5f529cd3f773fbd4.zip
Merge from emacs--rel--22
Patches applied: * emacs--rel--22 (patch 13) - Update from CVS 2007-05-10 Richard M. Stallman <rms@gnu.org> * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. (iso-cvt-write-only): Likewise. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix generated doc string. * lisp/startup.el (fancy-splash-text): Add URL of guided tour. Adjust horizontal and vertical whitespace. * lisp/progmodes/compile.el (compilation-handle-exit): Use run-hook-with-args to run compilation-finish-functions. * lisp/files.el (file-start-mode-alist): New variable. (magic-mode-regexp-match-limit): Doc fix. (set-auto-mode): Handle file-start-mode-alist. A little cleanup of structure. 2007-05-10 Richard M. Stallman <rms@gnu.org> * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example. * lispref/help.texi (Keys in Documentation): Add reference to Documentation Tips. * lispref/files.texi (Format Conversion): TO-FN gets three arguments. * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 5d340be7818..cb824323286 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
12007-05-10 Richard Stallman <rms@gnu.org>
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
10 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
11
12007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org> 122007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2 13
3 * elisp.texi (Top): Remove "Saving Properties" from detailed menu. 14 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.