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 f59b457252c..7ea8d3aa116 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * simple.el (blink-paren-function): Move from C to here. | ||
| 4 | (blink-paren-post-self-insert-function): New function. | ||
| 5 | (post-self-insert-hook): Use it. | ||
| 6 | |||
| 3 | * emacs-lisp/pcase.el (pcase-split-memq): | 7 | * emacs-lisp/pcase.el (pcase-split-memq): |
| 4 | Fix overenthusiastic optimisation. | 8 | Fix overenthusiastic optimisation. |
| 5 | (pcase-u1): Handle the case of a lambda pred. | 9 | (pcase-u1): Handle the case of a lambda pred. |