diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca0b3ef37ba..a29ca51033d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 2 | |||
| 3 | Allow user to set docstring style for fill-paragraph. | ||
| 4 | * progmodes/python.el | ||
| 5 | (python-fill-comment-function, python-fill-string-function) | ||
| 6 | (python-fill-decorator-function, python-fill-paren-function): | ||
| 7 | Remove :safe for defcustoms. | ||
| 8 | (python-fill-string-style): New defcustom | ||
| 9 | (python-fill-paragraph-function): Enhanced context detection. | ||
| 10 | (python-fill-string): Honor python-fill-string-style settings. | ||
| 11 | |||
| 1 | 2012-10-04 Martin Rudalics <rudalics@gmx.at> | 12 | 2012-10-04 Martin Rudalics <rudalics@gmx.at> |
| 2 | 13 | ||
| 3 | * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window | 14 | * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window |