diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index ac6031fa205..07c824ab5e2 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,9 +1,16 @@ | |||
| 1 | 2013-06-02 Eric Ludlam <zappo@gnu.org> | 1 | 2013-06-15 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | |||
| 3 | * notes/changelogs: Mention trivial changes in Change Log. | ||
| 4 | |||
| 5 | 2013-06-13 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * admin.el (manual-style-string): Use new file manual.css. | ||
| 8 | |||
| 9 | 2013-06-02 Eric Ludlam <zappo@gnu.org> | ||
| 2 | 10 | ||
| 3 | * grammars/srecode-template.wy (variable): Accept a single number | 11 | * grammars/srecode-template.wy (variable): Accept a single number |
| 4 | as a variable value. Allows the 'priority' to be set to a number. | 12 | as a variable value. Allows the 'priority' to be set to a number. |
| 5 | (wisent-srecode-template-lexer): Move number up so it can be | 13 | (wisent-srecode-template-lexer): Move number up so it can be created. |
| 6 | created. | ||
| 7 | 14 | ||
| 8 | 2013-05-16 Glenn Morris <rgm@gnu.org> | 15 | 2013-05-16 Glenn Morris <rgm@gnu.org> |
| 9 | 16 | ||
| @@ -151,7 +158,7 @@ | |||
| 151 | 158 | ||
| 152 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | 159 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 153 | 160 | ||
| 154 | Fix permissions bugs with setgid directories etc. (Bug#13125) | 161 | Fix permissions bugs with setgid directories etc. (Bug#13125) |
| 155 | * CPP-DEFINES (BSD4_2): Remove. | 162 | * CPP-DEFINES (BSD4_2): Remove. |
| 156 | 163 | ||
| 157 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> | 164 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -283,7 +290,7 @@ | |||
| 283 | 290 | ||
| 284 | * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it | 291 | * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it |
| 285 | was copied to grammar.el. New %provide token to generate prefix | 292 | was copied to grammar.el. New %provide token to generate prefix |
| 286 | which conforms with Emacs conventions. Remove lexer definition, | 293 | which conforms with Emacs conventions. Remove lexer definition, |
| 287 | which is now in grammar.el. | 294 | which is now in grammar.el. |
| 288 | 295 | ||
| 289 | 2012-09-27 Glenn Morris <rgm@gnu.org> | 296 | 2012-09-27 Glenn Morris <rgm@gnu.org> |