emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 05 Dec 2002 02:26:04 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4583 emacs/lisp/ChangeLog:1.4584
*** emacs/lisp/ChangeLog:1.4583 Wed Dec  4 12:20:06 2002
--- emacs/lisp/ChangeLog        Wed Dec  4 20:36:29 2002
***************
*** 1,5 ****
--- 1,17 ----
  2002-12-04  Stefan Monnier  <address@hidden>
  
+       * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]