]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 May 2007 16:59:34 +0000 (16:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 May 2007 16:59:34 +0000 (16:59 +0000)
admin/FOR-RELEASE
etc/ChangeLog
etc/NEWS
lispref/ChangeLog

index cb0af13f037f3712317cf0eeeeb6d4b7a3db77fe..ca6723a27668d6fe820f7f2542476c85b6af3082 100644 (file)
@@ -54,6 +54,8 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
 
 ** Move some items from magic-mode-alist to file-start-mode-alist.
 
+** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
+
 * DOCUMENTATION
 
 ** Check the Emacs Tutorial.
index 4ca7b612e7563d8f5b675fce419b5e7388552609..c0f49d31429830b250633c74126624ea977202df 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-12  Richard Stallman  <rms@gnu.org>
+
+       * refcard.tex (section{Incremental Search}): Minor corrections.
+
 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * Makefile (viperCard.ps, calccard.ps refcard.ps)
index 87c42c0106798884fd25e5435c4c5f1dc4986672..412f5bc928c1990da11a212164b02a04643e4a04 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,7 +357,7 @@ in the value, use `$$'.
 
 ** The default values of paragraph-start and indent-line-function have
 been changed to reflect those used in Text mode rather than those used
-in Indented-Text mode.
+in Paragraph-Indent Text mode.
 
 ** The default for the paper size (variable ps-paper-type) is taken
 from the locale.
@@ -5015,7 +5015,7 @@ looking at the file contents.  It takes precedence over `auto-mode-alist'.
 
 *** New variable `file-start-mode-alist' determines major mode for a file by
 looking at the file contents.  It is handled after `auto-mode-alist',
-only if `auto-mode-alist' says nothing about the file.
+only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file.
 
 *** XML or SGML major mode is selected when file starts with an `<?xml'
 or `<!DOCTYPE' declaration.
index 5659c4354f16a79e018b4f36009ada5ddb64337a..5f5c0cfe054de195226e0554062e4084e8f01798 100644 (file)
@@ -1,3 +1,12 @@
+2007-05-12  Richard Stallman  <rms@gnu.org>
+
+       * text.texi (Margins): indent-to-left-margin is not the default.
+       (Mode-Specific Indent): For indent-line-function, the default
+       is indent-relative.
+
+       * modes.texi (Example Major Modes): Explain last line of text-mode
+       is redundant.
+
 2007-05-10  Richard Stallman  <rms@gnu.org>
 
        * keymaps.texi (Scanning Keymaps): Update where-is-internal example.