aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-12-06 17:39:47 +0000
committerStefan Monnier <[email protected]>2002-12-06 17:39:47 +0000
commit202edd32b7a78e479c94ee8264a640d375f9c38e (patch)
tree1bceae29a53264a11813129924bdf6e0aa9f5abf
parentbfa261c0599be9758f0941c61e91a39b61b06ab9 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47540e2b94..9960fe2a7a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,6 +15,15 @@
2002-12-05 Stefan Monnier <[email protected]>
+ * 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.
@@ -109,7 +118,10 @@
2002-12-04 Richard M. Stallman <[email protected]>
- * 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.