diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1e446c3138..0ba7c673857 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens | ||
| 4 | that are both openers (resp. closers) and something else. | ||
| 5 | (smie-grammar): Loosen definition of valid values. | ||
| 6 | (smie-next-sexp, smie-down-list, smie-blink-matching-open) | ||
| 7 | (smie-indent--parent, smie-rule-parent, smie-indent-keyword) | ||
| 8 | (smie-indent-after-keyword): Adjust users. | ||
| 9 | (smie-indent-keyword): Don't indent empty lines. | ||
| 10 | |||
| 3 | * vc-hg.el (vc-hg-program): New var. | 11 | * vc-hg.el (vc-hg-program): New var. |
| 4 | Suggested by Norman Gray <norman@astro.gla.ac.uk>. | 12 | Suggested by Norman Gray <norman@astro.gla.ac.uk>. |
| 5 | (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it. | 13 | (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it. |