From: Stefan Monnier Date: Thu, 5 Dec 2002 01:36:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=180c51e392e77a47242a39491d280c89e6543ee3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1dded9eb34..e39c8bcca30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.