Mercurial > emacs
changeset 93764:b5cd5f8f68b2
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 06 Apr 2008 03:09:25 +0000 |
parents | 56bd98d1767b |
children | e08b610ba485 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 06 01:08:19 2008 +0000 +++ b/lisp/ChangeLog Sun Apr 06 03:09:25 2008 +0000 @@ -1,3 +1,17 @@ +2008-04-06 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb): New group. + (gdb-debug-log-max, gdb-enable-debug) + (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags) + (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer) + (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation) + (gdb-show-changed-values, gdb-max-children) + (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame) + (breakpoint-enabled, breakpoint-disabled, gdb-max-frames) + (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format) + (gdb-memory-unit): Move to new group from GUD group. + (menu): Allow customization from GDB-UI menu-item. + 2008-04-05 Chong Yidong <cyd@stupidchicken.com> * dired-aux.el (dired-overwrite-confirmed): Supply initial value.