mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
*** empty log message ***
This commit is contained in:
parent
4c88cf6dec
commit
7d145fa308
@ -36,9 +36,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
|
|||||||
|
|
||||||
* BUGS
|
* BUGS
|
||||||
|
|
||||||
** python.el legal problem?
|
|
||||||
http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00459.html
|
|
||||||
|
|
||||||
** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.
|
** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.
|
||||||
OpenBSD compilation works on i386.
|
OpenBSD compilation works on i386.
|
||||||
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00932.html
|
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00932.html
|
||||||
@ -53,7 +50,9 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
|
|||||||
** Takaaki.Ota@am.sony.com, May 2: table cell menu does not appear at the menubar
|
** Takaaki.Ota@am.sony.com, May 2: table cell menu does not appear at the menubar
|
||||||
Bug is intermittent.
|
Bug is intermittent.
|
||||||
|
|
||||||
** david.reitter@gmail.com, May 4: Euro sign bound, Pound sign not bound. (Bug?)
|
** Install python.el `with' patch from trunk.
|
||||||
|
|
||||||
|
** Install vc-hooks.el patch from trunk.
|
||||||
|
|
||||||
* DOCUMENTATION
|
* DOCUMENTATION
|
||||||
|
|
||||||
|
4
etc/NEWS
4
etc/NEWS
@ -5013,6 +5013,10 @@ of multiline constructs so that such constructs get properly recognized.
|
|||||||
*** New variable `magic-mode-alist' determines major mode for a file by
|
*** New variable `magic-mode-alist' determines major mode for a file by
|
||||||
looking at the file contents. It takes precedence over `auto-mode-alist'.
|
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.
|
||||||
|
|
||||||
*** XML or SGML major mode is selected when file starts with an `<?xml'
|
*** XML or SGML major mode is selected when file starts with an `<?xml'
|
||||||
or `<!DOCTYPE' declaration.
|
or `<!DOCTYPE' declaration.
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2007-05-10 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
|
* 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-08 Richard Stallman <rms@gnu.org>
|
2007-05-08 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
* mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
|
* mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-10 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
|
* modes.texi (Auto Major Mode): Document file-start-mode-alist.
|
||||||
|
|
||||||
2007-05-06 Richard Stallman <rms@gnu.org>
|
2007-05-06 Richard Stallman <rms@gnu.org>
|
||||||
|
|
||||||
* processes.texi (Accepting Output): Revert most of previous change.
|
* processes.texi (Accepting Output): Revert most of previous change.
|
||||||
|
Loading…
Reference in New Issue
Block a user