diff options
| author | Nick Roberts | 2002-12-21 22:57:55 +0000 |
|---|---|---|
| committer | Nick Roberts | 2002-12-21 22:57:55 +0000 |
| commit | 7ffc9fcd67d407cbe6c68e23327b057034a76b9a (patch) | |
| tree | e67d7dbfc9e7bdbe83096b81f8266abb2eb37466 | |
| parent | f0088f4de8dfd17b6a2a1bf48cb2e1a8b7d39a3c (diff) | |
| download | emacs-7ffc9fcd67d407cbe6c68e23327b057034a76b9a.tar.gz emacs-7ffc9fcd67d407cbe6c68e23327b057034a76b9a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3203789ccb..3d8cf057768 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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. |
| @@ -59,8 +70,8 @@ | |||
| 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. |