summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2003-08-11 21:52:48 +0000
committerNick Roberts <nickrob@snap.net.nz>2003-08-11 21:52:48 +0000
commit4b443004b0418c16a8fb275f66ebfa0697213269 (patch)
treee56574a0bbe7ad13e796d721e93ff383cbc84c8d /lisp
parent4954b0316335775065d7619405d7dea4c4880293 (diff)
downloademacs-4b443004b0418c16a8fb275f66ebfa0697213269.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce07eeb26ec..578ab020af2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2003-08-11 Nick Roberts <nick@nick.uklinux.net>
+
+ * gdb-ui.el (gdb-insert-field, gdb-array-format1)
+ (gdb-info-breakpoints-custom, gdb-info-frames-custom)
+ (gdb-info-threads-custom): Add help-echo text.
+ (gdb-display-back): Don't use purecopy.
+ (gdb-info-breakpoints-custom, gdb-reset)
+ (gdb-assembler-custom): Use display-images-p to test if breakpoint
+ icons can be displayed.
+
2003-08-11 Markus Rost <rost@math.ohio-state.edu>
* textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.