aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-05-12 16:59:34 +0000
committerRichard M. Stallman2007-05-12 16:59:34 +0000
commit80012aeb1cfeeeeb51996445cf0a0c43ee4e9766 (patch)
treec2aed2c83936bb8e1e98fbaabd7f5224c9681be2
parent65aaeb8ca7ab1dfa9fd57617748446615f73e5d3 (diff)
downloademacs-80012aeb1cfeeeeb51996445cf0a0c43ee4e9766.tar.gz
emacs-80012aeb1cfeeeeb51996445cf0a0c43ee4e9766.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
-rw-r--r--lispref/ChangeLog9
4 files changed, 17 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index cb0af13f037..ca6723a2766 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -54,6 +54,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
54 54
55** Move some items from magic-mode-alist to file-start-mode-alist. 55** Move some items from magic-mode-alist to file-start-mode-alist.
56 56
57** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
58
57* DOCUMENTATION 59* DOCUMENTATION
58 60
59** Check the Emacs Tutorial. 61** Check the Emacs Tutorial.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4ca7b612e75..c0f49d31429 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-05-12 Richard Stallman <rms@gnu.org>
2
3 * refcard.tex (section{Incremental Search}): Minor corrections.
4
12007-05-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 52007-05-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2 6
3 * Makefile (viperCard.ps, calccard.ps refcard.ps) 7 * Makefile (viperCard.ps, calccard.ps refcard.ps)
diff --git a/etc/NEWS b/etc/NEWS
index 87c42c01067..412f5bc928c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,7 +357,7 @@ in the value, use `$$'.
357 357
358** The default values of paragraph-start and indent-line-function have 358** The default values of paragraph-start and indent-line-function have
359been changed to reflect those used in Text mode rather than those used 359been changed to reflect those used in Text mode rather than those used
360in Indented-Text mode. 360in Paragraph-Indent Text mode.
361 361
362** The default for the paper size (variable ps-paper-type) is taken 362** The default for the paper size (variable ps-paper-type) is taken
363from the locale. 363from the locale.
@@ -5015,7 +5015,7 @@ looking at the file contents. It takes precedence over `auto-mode-alist'.
5015 5015
5016*** New variable `file-start-mode-alist' determines major mode for a file by 5016*** New variable `file-start-mode-alist' determines major mode for a file by
5017looking at the file contents. It is handled after `auto-mode-alist', 5017looking at the file contents. It is handled after `auto-mode-alist',
5018only if `auto-mode-alist' says nothing about the file. 5018only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file.
5019 5019
5020*** XML or SGML major mode is selected when file starts with an `<?xml' 5020*** XML or SGML major mode is selected when file starts with an `<?xml'
5021or `<!DOCTYPE' declaration. 5021or `<!DOCTYPE' declaration.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 5659c4354f1..5f5c0cfe054 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,12 @@
12007-05-12 Richard Stallman <rms@gnu.org>
2
3 * text.texi (Margins): indent-to-left-margin is not the default.
4 (Mode-Specific Indent): For indent-line-function, the default
5 is indent-relative.
6
7 * modes.texi (Example Major Modes): Explain last line of text-mode
8 is redundant.
9
12007-05-10 Richard Stallman <rms@gnu.org> 102007-05-10 Richard Stallman <rms@gnu.org>
2 11
3 * keymaps.texi (Scanning Keymaps): Update where-is-internal example. 12 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.