Mercurial > emacs
changeset 77688:aa8bcc90a99b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 May 2007 16:59:34 +0000 |
parents | d20350ec6697 |
children | 8cba28b4f1b7 |
files | admin/FOR-RELEASE etc/ChangeLog etc/NEWS lispref/ChangeLog |
diffstat | 4 files changed, 17 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Sat May 12 16:59:24 2007 +0000 +++ b/admin/FOR-RELEASE Sat May 12 16:59:34 2007 +0000 @@ -54,6 +54,8 @@ ** 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.
--- a/etc/ChangeLog Sat May 12 16:59:24 2007 +0000 +++ b/etc/ChangeLog Sat May 12 16:59:34 2007 +0000 @@ -1,3 +1,7 @@ +2007-05-12 Richard Stallman <rms@gnu.org> + + * refcard.tex (section{Incremental Search}): Minor corrections. + 2007-05-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> * Makefile (viperCard.ps, calccard.ps refcard.ps)
--- a/etc/NEWS Sat May 12 16:59:24 2007 +0000 +++ b/etc/NEWS Sat May 12 16:59:34 2007 +0000 @@ -357,7 +357,7 @@ ** 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 @@ *** 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.
--- a/lispref/ChangeLog Sat May 12 16:59:24 2007 +0000 +++ b/lispref/ChangeLog Sat May 12 16:59:34 2007 +0000 @@ -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.