diff options
| author | Nick Roberts | 2003-08-11 21:52:48 +0000 |
|---|---|---|
| committer | Nick Roberts | 2003-08-11 21:52:48 +0000 |
| commit | 87911c22a46293757d8a451b9763e7a6b833d168 (patch) | |
| tree | abd4a1333fcf8ad2896c9886991a917486d237e4 | |
| parent | 13582d5354d40a6ddd7442c453a4727ea5e3044b (diff) | |
| download | emacs-87911c22a46293757d8a451b9763e7a6b833d168.tar.gz emacs-87911c22a46293757d8a451b9763e7a6b833d168.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0abeb0f8855..e52ad93c771 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-08-11 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el (gdb-insert-field, gdb-array-format1) | ||
| 4 | (gdb-info-breakpoints-custom, gdb-info-frames-custom) | ||
| 5 | (gdb-info-threads-custom): Add help-echo text. | ||
| 6 | (gdb-display-back): Don't use purecopy. | ||
| 7 | (gdb-info-breakpoints-custom, gdb-reset) | ||
| 8 | (gdb-assembler-custom): Use display-images-p to test if breakpoint | ||
| 9 | icons can be displayed. | ||
| 10 | |||
| 1 | 2003-08-11 Markus Rost <rost@math.ohio-state.edu> | 11 | 2003-08-11 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 12 | ||
| 3 | * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo. | 13 | * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo. |