aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-12-06 17:39:47 +0000
committerStefan Monnier2002-12-06 17:39:47 +0000
commit202edd32b7a78e479c94ee8264a640d375f9c38e (patch)
tree1bceae29a53264a11813129924bdf6e0aa9f5abf
parentbfa261c0599be9758f0941c61e91a39b61b06ab9 (diff)
downloademacs-202edd32b7a78e479c94ee8264a640d375f9c38e.tar.gz
emacs-202edd32b7a78e479c94ee8264a640d375f9c38e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47540e2b945..9960fe2a7a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,6 +15,15 @@
15 15
162002-12-05 Stefan Monnier <monnier@cs.yale.edu> 162002-12-05 Stefan Monnier <monnier@cs.yale.edu>
17 17
18 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
19 gdb-proc with gud-comint-buffer instead.
20 (gdb-proc): Remove.
21 (def-gdb-var): Simplify.
22 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
23 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
24 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
25 (gdb-info-locals-handler): Avoid replace-regexp.
26
18 * calendar/calendar.el (facemenu-unlisted-faces): Only update 27 * calendar/calendar.el (facemenu-unlisted-faces): Only update
19 after facemenu is loaded. 28 after facemenu is loaded.
20 (calendar-font-lock-keywords): Accept non-ASCII month names. 29 (calendar-font-lock-keywords): Accept non-ASCII month names.
@@ -109,7 +118,10 @@
109 118
1102002-12-04 Richard M. Stallman <rms@gnu.org> 1192002-12-04 Richard M. Stallman <rms@gnu.org>
111 120
112 * gud.el (gud-menu-map): Delete CVS conflict markers. 121 * gud.el (gud-menu-map): Update for bashdb.
122 (perldb): Change prompt regexp.
123 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
124 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
113 125
114 * progmodes/cc-vars.el: Simply require wid-edit and custom 126 * progmodes/cc-vars.el: Simply require wid-edit and custom
115 in eval-when-compile. 127 in eval-when-compile.