aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog11
1 files changed, 5 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index fa001ede6cb..7d77becb522 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -132,15 +132,14 @@
132 132
133 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote): 133 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
134 Remove. 134 Remove.
135 (bovine-grammar-expand-form): Test for emacs-major-version. 135 (bovine-grammar-expand-form): Test for emacs-major-version.
136 136
137 * grammars/c.by: Add EXPLICIT to keyword tokens. 137 * grammars/c.by: Add EXPLICIT to keyword tokens.
138 Add %provide token.
138 139
139 * grammars/f90.by: Add %provide token. 140 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
140
141 * grammar/grammar.wy (semantic-grammar-lexer): Remove, since it
142 was copied to grammar.el. New %provide token to generate prefix 141 was copied to grammar.el. New %provide token to generate prefix
143 which conforms with Emacs conventions. Remove lexer definition, 142 which conforms with Emacs conventions. Remove lexer definition,
144 which is now in grammar.el. 143 which is now in grammar.el.
145 144
1462012-09-27 Glenn Morris <rgm@gnu.org> 1452012-09-27 Glenn Morris <rgm@gnu.org>
@@ -184,7 +183,7 @@
1842012-09-13 Paul Eggert <eggert@cs.ucla.edu> 1832012-09-13 Paul Eggert <eggert@cs.ucla.edu>
185 184
186 Simplify SIGIO usage (Bug#12408). 185 Simplify SIGIO usage (Bug#12408).
187 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL) 186 * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
188 (BROKEN_SIGPTY, NO_TERMIO): Remove. 187 (BROKEN_SIGPTY, NO_TERMIO): Remove.
189 188
1902012-09-11 Paul Eggert <eggert@cs.ucla.edu> 1892012-09-11 Paul Eggert <eggert@cs.ucla.edu>