aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-09 18:30:52 -0800
committerGlenn Morris2013-01-09 18:30:52 -0800
commitd1b066d2f191850bcebc3f0f9a4dc07e3bd287a1 (patch)
tree26c185edb8a6673f054b12c31bc6081b4c216ec8 /admin/ChangeLog
parent3c855b96ba352a7fcc5d88c93f9b58482f41418a (diff)
downloademacs-d1b066d2f191850bcebc3f0f9a4dc07e3bd287a1.tar.gz
emacs-d1b066d2f191850bcebc3f0f9a4dc07e3bd287a1.zip
ChangeLog fixes from M-x authors
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 7166d363e8a..279ef4c0baf 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -51,15 +51,14 @@
51 51
52 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote): 52 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
53 Remove. 53 Remove.
54 (bovine-grammar-expand-form): Test for emacs-major-version. 54 (bovine-grammar-expand-form): Test for emacs-major-version.
55 55
56 * grammars/c.by: Add EXPLICIT to keyword tokens. 56 * grammars/c.by: Add EXPLICIT to keyword tokens.
57 Add %provide token.
57 58
58 * grammars/f90.by: Add %provide token. 59 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
59
60 * grammar/grammar.wy (semantic-grammar-lexer): Remove, since it
61 was copied to grammar.el. New %provide token to generate prefix 60 was copied to grammar.el. New %provide token to generate prefix
62 which conforms with Emacs conventions. Remove lexer definition, 61 which conforms with Emacs conventions. Remove lexer definition,
63 which is now in grammar.el. 62 which is now in grammar.el.
64 63
652012-09-27 Glenn Morris <rgm@gnu.org> 642012-09-27 Glenn Morris <rgm@gnu.org>
@@ -103,7 +102,7 @@
1032012-09-13 Paul Eggert <eggert@cs.ucla.edu> 1022012-09-13 Paul Eggert <eggert@cs.ucla.edu>
104 103
105 Simplify SIGIO usage (Bug#12408). 104 Simplify SIGIO usage (Bug#12408).
106 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL) 105 * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
107 (BROKEN_SIGPTY, NO_TERMIO): Remove. 106 (BROKEN_SIGPTY, NO_TERMIO): Remove.
108 107
1092012-09-11 Paul Eggert <eggert@cs.ucla.edu> 1082012-09-11 Paul Eggert <eggert@cs.ucla.edu>