diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a02f9642e55..655ae574468 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 2 | ||
| 3 | Fix hideshow integration. (Bug#19761) | ||
| 4 | |||
| 5 | * progmodes/python.el | ||
| 6 | (python-hideshow-forward-sexp-function): New function based on | ||
| 7 | Carlos Pita <carlosjosepita@gmail.com> patch. | ||
| 8 | (python-mode): Make `hs-special-modes-alist` use it and initialize | ||
| 9 | the end regexp with the empty string to avoid skipping parens. | ||
| 10 | |||
| 11 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 12 | |||
| 3 | * progmodes/python.el (python-check-custom-command): Do not use | 13 | * progmodes/python.el (python-check-custom-command): Do not use |
| 4 | defvar-local for compat with Emacs<24.3. | 14 | defvar-local for compat with Emacs<24.3. |
| 5 | 15 | ||