aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSergio Durigan Junior2013-07-12 21:17:17 +0300
committerEli Zaretskii2013-07-12 21:17:17 +0300
commita7d8babb09b9839bad284deea62cda6ef9f6b3ad (patch)
tree03fe41e98f1aa76cd00712f7e57b88f6193b53ca /lisp/ChangeLog
parent671d4bfc55b191cd4cbb7205d95d757a7748c785 (diff)
downloademacs-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/ChangeLog13
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 @@
12013-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
12013-07-12 Juanma Barranquero <lekktu@gmail.com> 92013-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
122013-07-12 Eli Zaretskii <eliz@gnu.org>
13
14 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
15 (Bug#14842)
16
172013-07-12 Glenn Morris <rgm@gnu.org> 202013-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.