Mercurial > emacs
comparison lisp/ChangeLog @ 86060:7aeb4f4f819f
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 14 Nov 2007 08:58:07 +0000 |
parents | 95b3ad858fff |
children | 31d99cc7cfc9 |
comparison
equal
deleted
inserted
replaced
86059:95b3ad858fff | 86060:7aeb4f4f819f |
---|---|
1 2007-11-14 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable. | |
4 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin) | |
5 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint) | |
6 (gdb-goto-breakpoint): Generalise for breakpoints with multiple | |
7 locations. | |
8 (gdb-info-breakpoints-custom, gdb-assembler-custom) | |
9 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp. | |
10 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint. | |
11 | |
1 2007-11-13 Noah Friedman <friedman@splode.com> | 12 2007-11-13 Noah Friedman <friedman@splode.com> |
2 | 13 |
3 * calc/calc.el: Add `backward-delete-char-untabify' to the list of | 14 * calc/calc.el: Add `backward-delete-char-untabify' to the list of |
4 bindings to remap when `calc-scan-for-dels' is non-nil. | 15 bindings to remap when `calc-scan-for-dels' is non-nil. |
5 | 16 |