aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Dzhus2009-07-07 19:54:08 +0000
committerDmitry Dzhus2009-07-07 19:54:08 +0000
commite7006f272c47da3f26df519d6b8b90bd6da68c3c (patch)
tree3f4fb45562567d09ef4c9b283291992273fd7a1f /lisp/ChangeLog
parent17c1380b1f7deb7499a6c8df5f398fb245d60e71 (diff)
downloademacs-e7006f272c47da3f26df519d6b8b90bd6da68c3c.tar.gz
emacs-e7006f272c47da3f26df519d6b8b90bd6da68c3c.zip
* progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): y/n
instead of on/off; do not highlight breakpoints without line information.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6dd6c13c325..39b56a54c7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,6 +15,8 @@
15 (gdb-frame-handler): Match convention to for disassembly buffer 15 (gdb-frame-handler): Match convention to for disassembly buffer
16 mode name. 16 mode name.
17 (gdb-stack-list-frames-handler): Rewritten without regexps. 17 (gdb-stack-list-frames-handler): Rewritten without regexps.
18 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
19 not highlight breakpoints without line information.
18 20
19 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly 21 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20 buffer properly. 22 buffer properly.