# HG changeset patch # User Stefan Monnier # Date 1039052189 0 # Node ID b82cc634dc617d168ef5e2ba478c80c7cbe196cc # Parent d29870d630922ddea133f4e2d70eb5123df173d7 *** empty log message *** diff -r d29870d63092 -r b82cc634dc61 lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 04 18:52:48 2002 +0000 +++ b/lisp/ChangeLog Thu Dec 05 01:36:29 2002 +0000 @@ -1,5 +1,17 @@ 2002-12-04 Stefan Monnier + * gdb-ui.el: Fold top-level `setq's and `define-key's into their + corresponding defvar. + (gdb-inferior-io-mode-map): New var. + Add bindings to it rather than to comint-mode-map. + (gdb-display-number-end): Use dolist. Remove always-true test. + (gdb-delete-line): Move and simplify. + (gdb-display-end): Don't bother going to beg-of-line since we're there. + (gdb-array-format1): Use dolist. + (gdb-make-windows-menu, gdb-make-frames-menu): + Move to top-level code. Move the menus to within the GUD menu. + Make the menus only appear in gdba mode. + * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused). (gdb-inferior-io-mode): Use define-minor-mode. (gdb-source-info): Don't burp if there's no source file.