aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1740d7a6a5c..62e111a25e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12003-05-21 Nick Roberts <nick@nick.uklinux.net>
2
3 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
4 (gdba): Inhibit DOS window in MS Windows.
5 (gdb-inferior-io-mode): Use hexl instead of cat.
6 (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
7 Use text in margin for MS Windows as there is no image support.
8 (gdb-restore-windows, gdb-setup-windows): Restore/start with
9 assembler view if appropriate.
10 (gdb-assembler-custom): Assembler code should display at point.
11 Parse address correctly.
12 (gdb-frame-handler): Accommodate selection of display of source
13 or assembler.
14 Add radio buttons to select display of source or assembler.
15
12003-05-20 Lars Hansen <larsh@math.ku.dk> 162003-05-20 Lars Hansen <larsh@math.ku.dk>
2 17
3 * desktop.el (desktop-save): Ensure parameter is expanded and ends 18 * desktop.el (desktop-save): Ensure parameter is expanded and ends