]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 6 Dec 2002 17:39:47 +0000 (17:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 6 Dec 2002 17:39:47 +0000 (17:39 +0000)
lisp/ChangeLog

index 47540e2b94503c4a22d76d13d1823db5d26f49c8..9960fe2a7a1a67ce3cddef13992bf37f93be4a01 100644 (file)
 
 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
+       gdb-proc with gud-comint-buffer instead.
+       (gdb-proc): Remove.
+       (def-gdb-var): Simplify.
+       (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
+       Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
+       (gdb-goto-bp-this-line): Select the window while doing the goto-line.
+       (gdb-info-locals-handler): Avoid replace-regexp.
+
        * calendar/calendar.el (facemenu-unlisted-faces): Only update
        after facemenu is loaded.
        (calendar-font-lock-keywords): Accept non-ASCII month names.
 
 2002-12-04  Richard M. Stallman  <rms@gnu.org>
 
-       * gud.el (gud-menu-map): Delete CVS conflict markers.
+       * gud.el (gud-menu-map): Update for bashdb.
+       (perldb): Change prompt regexp.
+       (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
+       (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
 
        * progmodes/cc-vars.el: Simply require wid-edit and custom
        in eval-when-compile.