diff options
| author | Sergio Durigan Junior | 2013-07-12 21:17:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-07-12 21:17:17 +0300 |
| commit | a7d8babb09b9839bad284deea62cda6ef9f6b3ad (patch) | |
| tree | 03fe41e98f1aa76cd00712f7e57b88f6193b53ca /lisp/ChangeLog | |
| parent | 671d4bfc55b191cd4cbb7205d95d757a7748c785 (diff) | |
| download | emacs-a7d8babb09b9839bad284deea62cda6ef9f6b3ad.tar.gz emacs-a7d8babb09b9839bad284deea62cda6ef9f6b3ad.zip | |
Fix bug #14847 with continued GDB command lines in gdb-mi.el.
lisp/progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
(gdb-send): Handle continued commands.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e312fde4672..b4f3721dd93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function. | ||
| 4 | (gdb-send): Handle continued commands. | ||
| 5 | |||
| 6 | * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG. | ||
| 7 | (Bug#14842) | ||
| 8 | |||
| 1 | 2013-07-12 Juanma Barranquero <lekktu@gmail.com> | 9 | 2013-07-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * desktop.el (desktop--v2s): Remove unused local variable. | 11 | * desktop.el (desktop--v2s): Remove unused local variable. |
| @@ -9,11 +17,6 @@ | |||
| 9 | 17 | ||
| 10 | * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change. | 18 | * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change. |
| 11 | 19 | ||
| 12 | 2013-07-12 Eli Zaretskii <eliz@gnu.org> | ||
| 13 | |||
| 14 | * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG. | ||
| 15 | (Bug#14842) | ||
| 16 | |||
| 17 | 2013-07-12 Glenn Morris <rgm@gnu.org> | 20 | 2013-07-12 Glenn Morris <rgm@gnu.org> |
| 18 | 21 | ||
| 19 | * doc-view.el: Require cl-lib at runtime too. | 22 | * doc-view.el: Require cl-lib at runtime too. |