* grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
[bpt/emacs.git] / admin / ChangeLog
index 7648b2a..34619a7 100644 (file)
@@ -1,3 +1,42 @@
+2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
+       in regexp.
+       (wisent-make-parsers): Likewise.  Quote `.'.
+
+       * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
+       in regexp.
+       (bovine-make-parsers): Likewise.  Quote `.'.
+
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * admin.el (manual-dvi): Fix typo.
+
+2011-11-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * nt/README-ftp-server: Update the information about PNG libraries.
+
+2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * make-emacs: Fix typo.
+
+2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
+
+2011-10-31  David Engster  <deng@randomsample.de>
+
+       * grammars/bovine-grammar.el: Avoid using old-style backquotes.
+
+2011-10-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
+       running Emacs on Windows 9X.
+
 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
 
        * admin.el (set-version): Fix regexps for config.nt and
 
 2009-06-24  Kenichi Handa  <handa@m17n.org>
 
-       * charsets/mapconv: For the UNICODE format files, do reverse sort
+       * charsets/mapconv: For the Unicode format files, do reverse sort
        and don't compact the map.  This is to prefer the first one in the
        duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
 
 
        * FOR-RELEASE (NEW FEATURES): Completed work on this item:
        Rework how fringe bitmaps are defined and used.
-       Currently, bitmap usage and bitmap appearence are "mixed-up" in a
+       Currently, bitmap usage and bitmap appearance are "mixed-up" in a
        one-level representation.  It would be cleaner to split the
        representation into a two-level model where first level maps
        bitmap usage to a bitmap name, and second level maps bitmap name to
-       a bitmap appearence.
+       a bitmap appearance.
 
 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>