diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 294c6af6595..8443ecb2855 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the | ||
| 4 | break-condition in the context of the debugged code (bug#12685). | ||
| 5 | |||
| 1 | 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com> | 6 | 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com> |
| 2 | 7 | ||
| 3 | * comint.el: | 8 | * comint.el: |
| @@ -6,8 +11,8 @@ | |||
| 6 | (comint-last-prompt): New variable. | 11 | (comint-last-prompt): New variable. |
| 7 | (comint-last-prompt-overlay): Remove. Superseded by | 12 | (comint-last-prompt-overlay): Remove. Superseded by |
| 8 | comint-last-prompt. | 13 | comint-last-prompt. |
| 9 | (comint-snapshot-last-prompt, comint-output-filter): Use | 14 | (comint-snapshot-last-prompt, comint-output-filter): |
| 10 | comint-last-prompt. | 15 | Use comint-last-prompt. |
| 11 | 16 | ||
| 12 | 2013-08-08 Juanma Barranquero <lekktu@gmail.com> | 17 | 2013-08-08 Juanma Barranquero <lekktu@gmail.com> |
| 13 | 18 | ||
| @@ -164,8 +169,8 @@ | |||
| 164 | 169 | ||
| 165 | 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru> | 170 | 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 166 | 171 | ||
| 167 | * files.el (cache-long-line-scans): Make | 172 | * files.el (cache-long-line-scans): |
| 168 | obsolete alias to `cache-long-scans'. | 173 | Make obsolete alias to `cache-long-scans'. |
| 169 | 174 | ||
| 170 | 2013-08-06 Juanma Barranquero <lekktu@gmail.com> | 175 | 2013-08-06 Juanma Barranquero <lekktu@gmail.com> |
| 171 | 176 | ||