aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6030dd8f6d3..4da85943b7f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,20 @@
12011-11-26 Andreas Schwab <schwab@linux-m68k.org>
2
3 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
4 Avoid warning about old-style backquote.
5
6 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
7 in regexp.
8 (wisent-make-parsers): Likewise. Quote `.'.
9
10 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
11 in regexp.
12 (bovine-make-parsers): Likewise. Quote `.'.
13
142011-11-20 Andreas Schwab <schwab@linux-m68k.org>
15
16 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
17
12011-11-16 Juanma Barranquero <lekktu@gmail.com> 182011-11-16 Juanma Barranquero <lekktu@gmail.com>
2 19
3 * admin.el (manual-dvi): Fix typo. 20 * admin.el (manual-dvi): Fix typo.
@@ -398,7 +415,7 @@
398 415
3992009-06-24 Kenichi Handa <handa@m17n.org> 4162009-06-24 Kenichi Handa <handa@m17n.org>
400 417
401 * charsets/mapconv: For the UNICODE format files, do reverse sort 418 * charsets/mapconv: For the Unicode format files, do reverse sort
402 and don't compact the map. This is to prefer the first one in the 419 and don't compact the map. This is to prefer the first one in the
403 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0). 420 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
404 421
@@ -893,11 +910,11 @@
893 910
894 * FOR-RELEASE (NEW FEATURES): Completed work on this item: 911 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
895 Rework how fringe bitmaps are defined and used. 912 Rework how fringe bitmaps are defined and used.
896 Currently, bitmap usage and bitmap appearence are "mixed-up" in a 913 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
897 one-level representation. It would be cleaner to split the 914 one-level representation. It would be cleaner to split the
898 representation into a two-level model where first level maps 915 representation into a two-level model where first level maps
899 bitmap usage to a bitmap name, and second level maps bitmap name to 916 bitmap usage to a bitmap name, and second level maps bitmap name to
900 a bitmap appearence. 917 a bitmap appearance.
901 918
9022006-01-27 Chong Yidong <cyd@stupidchicken.com> 9192006-01-27 Chong Yidong <cyd@stupidchicken.com>
903 920