aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2002-11-14 21:22:04 +0000
committerNick Roberts2002-11-14 21:22:04 +0000
commit7d941f629b0cd6fb4ee30942010199dd9c8a9037 (patch)
tree6f6f9efa5d0dae881a86752b7d249ca9e64528da
parent8e685dc67b112ea70f89dd17ce2b6c868fec6b36 (diff)
downloademacs-7d941f629b0cd6fb4ee30942010199dd9c8a9037.tar.gz
emacs-7d941f629b0cd6fb4ee30942010199dd9c8a9037.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64bb393c33e..99723e479c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -38,6 +38,28 @@
38 paragraph with `fill-nobreak-invisible' let-bound to t. 38 paragraph with `fill-nobreak-invisible' let-bound to t.
39 Don't use `display' property; insert "see" directly in buffer. 39 Don't use `display' property; insert "see" directly in buffer.
40 40
412002/11/14 Nick Roberts <nick@nick.uklinux.net>
42
43 * gdb-ui.el: New file, User Interface for running GDB
44
45 * gud.el:(gud-find-file): Set up GDB tool bar.
46 (gud-menu-map): New commands: run, goto.
47 Enable some commands for gdba.
48 (gud-query-cmdline): Pass default directory to gdba.
49 (gdb): Defune gud-goto and gud-run.
50 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
51 (gud-mode): Set up local tool bar.
52 (gud-display-line): For gdba, call gdb-display-source-buffer.
53 (gud-basic-call): For gdba, maybe delete the current prompt.
54 (gud-tool-bar-map): New variable.
55 (gud-read-address): Correction.
56
57 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
58 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
59 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
60 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
61 Icons for debugger.
62
412002-11-13 Stefan Monnier <monnier@cs.yale.edu> 632002-11-13 Stefan Monnier <monnier@cs.yale.edu>
42 64
43 * pcvs.el (cvs-mode-run): Don't pass "." if not needed. 65 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.