Mercurial > emacs
comparison lisp/ChangeLog @ 48924:cd327aadc095
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 22 Dec 2002 00:20:12 +0000 |
parents | 95d38d7be246 |
children | 34c0bb0d7b38 |
comparison
equal
deleted
inserted
replaced
48923:95d38d7be246 | 48924:cd327aadc095 |
---|---|
1 2002-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 | |
1 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org> | 9 2002-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". |
4 (gud-jdb-find-source-using-classpath): Use 'identity. | 12 (gud-jdb-find-source-using-classpath): Use 'identity. |
5 (gud-jdb-marker-filter): Marker regexp and filename filtering | 13 (gud-jdb-marker-filter): Marker regexp and filename filtering |
11 symbols to locate nested class declarations in java sources | 19 symbols to locate nested class declarations in java sources |
12 visited by java-mode (cc-mode). | 20 visited by java-mode (cc-mode). |
13 | 21 |
14 2002-12-21 Nick Roberts <nick@nick.uklinux.net> | 22 2002-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. |
20 (gdb-display-buffer): Protect source buffer as well | 28 (gdb-display-buffer): Protect source buffer as well |
21 as GUD buffer when requesting new buffers. | 29 as GUD buffer when requesting new buffers. |