** 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.
+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)
** 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.
*** 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.
+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.