aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2002-12-22 00:20:12 +0000
committerNick Roberts2002-12-22 00:20:12 +0000
commit5cad7166df22aa483f46dd5d377f112ed667dc50 (patch)
tree4aa1e76aced79ad0715e45312031d9673eaf50d2
parentb059213896f9a3f3e78fc447a90764f5e24df295 (diff)
downloademacs-5cad7166df22aa483f46dd5d377f112ed667dc50.tar.gz
emacs-5cad7166df22aa483f46dd5d377f112ed667dc50.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7cc566e564a..ae945aef195 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12002-12-22 Nick Roberts <nick@nick.uklinux.net>
2
3 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
4 process filter (gdba in gdb-ui.el only).
5 (gdb-tooltip-print): New function.
6 (tooltip-gud-process-output): Undo previous change.
7 (tooltip-strip-annotations): Remove.
8
12002-12-22 Zoltan Kemenczy <zoltan@ieee.org> 92002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
2 10
3 * gud.el (gud-menu-map): Add jdb support for "run". 11 * gud.el (gud-menu-map): Add jdb support for "run".
@@ -13,7 +21,7 @@
13 21
142002-12-21 Nick Roberts <nick@nick.uklinux.net> 222002-12-21 Nick Roberts <nick@nick.uklinux.net>
15 23
16 * gdb-ui.el Remove the concept of an instance. This means that 24 * gdb-ui.el: Remove the concept of an instance. This means that
17 a lot of functions have been renamed. Accessors are prefixed with 25 a lot of functions have been renamed. Accessors are prefixed with
18 gdb-get, setters with gdb-set and the word instance has been 26 gdb-get, setters with gdb-set and the word instance has been
19 removed from many function and variable names. 27 removed from many function and variable names.