diff options
| author | Nick Roberts | 2003-01-14 23:57:32 +0000 |
|---|---|---|
| committer | Nick Roberts | 2003-01-14 23:57:32 +0000 |
| commit | 8c62e68b01d3672c0128ac9c031d14ca1e8337d4 (patch) | |
| tree | a4e30f9e2d8fee0dd2aafcac55942a15206fbc9f | |
| parent | 81f6e55f76cfc735cc28f3d85802311007808e89 (diff) | |
| download | emacs-8c62e68b01d3672c0128ac9c031d14ca1e8337d4.tar.gz emacs-8c62e68b01d3672c0128ac9c031d14ca1e8337d4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 103312e7d95..d0296acb1b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-01-14 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el: Improve commentary. | ||
| 4 | (gdb-window-height, gdb-window-width, gdb-display-number-end): | ||
| 5 | Customize the dimensions of frames for displayed expressions. | ||
| 6 | (gdb-error-begin): Comment out because it is not used because of | ||
| 7 | bug/quirk in annotations. | ||
| 8 | (gdb-reset): Use with-current-buffer. | ||
| 9 | |||
| 1 | 2003-01-14 Kim F. Storm <storm@cua.dk> | 10 | 2003-01-14 Kim F. Storm <storm@cua.dk> |
| 2 | 11 | ||
| 3 | * ido.el (ido-read-internal, ido-file-internal) | 12 | * ido.el (ido-read-internal, ido-file-internal) |