Mercurial > emacs
comparison lisp/ChangeLog @ 48920:e6c22638134b
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 21 Dec 2002 22:57:55 +0000 |
parents | 8c3de3bc4e1c |
children | 95d38d7be246 |
comparison
equal
deleted
inserted
replaced
48919:8c3de3bc4e1c | 48920:e6c22638134b |
---|---|
1 2002-12-21 Nick Roberts <nick@nick.uklinux.net> | |
2 | |
3 * gdb-ui.el Remove the concept of an instance. This means that | |
4 a lot of functions have been renamed. Accessors are prefixed with | |
5 gdb-get, setters with gdb-set and the word instance has been | |
6 removed from many function and variable names. | |
7 (gdb-display-buffer): Protect source buffer as well | |
8 as GUD buffer when requesting new buffers. | |
9 (gdb-source-info): Two changes : Don't create display buffer | |
10 automatically, compute source window correctly. | |
11 | |
1 2002-12-21 Richard M. Stallman <rms@gnu.org> | 12 2002-12-21 Richard M. Stallman <rms@gnu.org> |
2 | 13 |
3 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env. | 14 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env. |
4 | 15 |
5 * ls-lisp.el (original-insert-directory): Make this a variable, | 16 * ls-lisp.el (original-insert-directory): Make this a variable, |
57 | 68 |
58 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and | 69 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and |
59 rename gud-gdba-marker-filter. | 70 rename gud-gdba-marker-filter. |
60 (gdb-append-to-inferior-io): Only pop up IO buffer if there is | 71 (gdb-append-to-inferior-io): Only pop up IO buffer if there is |
61 output. | 72 output. |
62 (gdb-make-instance): Remove (put into gdba). Use | 73 (gdb-make-instance): Remove (put into gdba). |
63 gdb-instance-enqueue-input instead of | 74 Use gdb-instance-enqueue-input instead of |
64 gdb-instance-enqueue-idle-input for user functions. | 75 gdb-instance-enqueue-idle-input for user functions. |
65 (gdb-instance-target-string): Simplify. | 76 (gdb-instance-target-string): Simplify. |
66 (in-gdb-instance-context): Remove. | 77 (in-gdb-instance-context): Remove. |
67 Expand Commentary. | 78 Expand Commentary. |
68 | 79 |