]> git.eshelyaron.com Git - emacs.git/commitdiff
magic-mode-alist & conf-mode.el
authorDaniel Pfeiffer <occitan@esperanto.org>
Wed, 10 Nov 2004 20:15:00 +0000 (20:15 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Wed, 10 Nov 2004 20:15:00 +0000 (20:15 +0000)
etc/NEWS

index 037a3c1b34554554f762791c9db141f0828410cc..c96eb114727c30b14d9c1df3c8f4166ba53f780e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -106,8 +106,8 @@ of the file that precede the first header line.
 +++
 ** `set-auto-mode' now gives the interpreter magic line (if present)
 precedence over the file name.  Likewise an <?xml or <!DOCTYPE declaration
-will give the buffer XML or SGML mode, unless the file name leads to a mode in
-`xml-based-modes'.
+will give the buffer XML or SGML mode, based on the new var
+`magic-mode-alist'.
 
 +++
 ** New function `looking-back' checks whether a regular expression matches
@@ -2091,6 +2091,13 @@ anyone has committed to the repository since you last executed
 \f
 * New modes and packages in Emacs 21.4
 
+** The new package conf-mode.el handles thousands of configuration files, with
+varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
+var : value, var value or keyword var value) and sections ([section] or
+section { }).  Many files under /etc/, or with suffixes like .cf through
+.config, .properties (Java), .desktop (KDE/Gnome), .ini and many others are
+recognized.
+
 ** The new package password.el provide a password cache and expiring mechanism.
 
 ** The new package dns-mode.el add syntax highlight of DNS master files.