diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad4c26c501f..d68d7ea88c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix misspelling of 'chinese' in rx (Bug#16237). | ||
| 4 | * emacs-lisp/rx.el (rx-categories): Correct spelling of | ||
| 5 | chinese-two-byte. | ||
| 6 | |||
| 3 | Change subword regexps back to vars (Bug#16296). | 7 | Change subword regexps back to vars (Bug#16296). |
| 4 | * progmodes/subword.el (subword-forward-regexp) | 8 | * progmodes/subword.el (subword-forward-regexp) |
| 5 | (subword-backward-regexp): Change these back to variables. | 9 | (subword-backward-regexp): Change these back to variables. |