summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-21 20:27:21 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-21 20:27:21 +0000
commitebc3de4cd2a49dcd02df45053f4a316c8c29a72b (patch)
tree2a9ba31849d946b4d593d2737bfe1a968b5de449 /doc
parent8b49b60ecb244a5220e72b7e899d718ca4e12348 (diff)
downloadmdk-ebc3de4cd2a49dcd02df45053f4a316c8c29a72b.tar.gz
mdk-ebc3de4cd2a49dcd02df45053f4a316c8c29a72b.tar.bz2
release 0.3.5
Diffstat (limited to 'doc')
-rw-r--r--doc/img/ss_colors.jpgbin10169 -> 11624 bytes
-rw-r--r--doc/img/ss_devform.jpgbin8820 -> 9359 bytes
-rw-r--r--doc/img/ss_devices.jpgbin103468 -> 100075 bytes
-rw-r--r--doc/img/ss_extprog.jpgbin11689 -> 11708 bytes
-rw-r--r--doc/img/ss_goto.jpgbin5295 -> 5816 bytes
-rw-r--r--doc/img/ss_mix.jpgbin57715 -> 59938 bytes
-rw-r--r--doc/img/ss_mixal.jpgbin57641 -> 64325 bytes
-rw-r--r--doc/img/ss_symbols.jpgbin0 -> 19890 bytes
-rw-r--r--doc/img/ss_worddlg.jpgbin60753 -> 9554 bytes
-rw-r--r--doc/mdk.texi5
-rw-r--r--doc/mdk_gmixvm.texi15
11 files changed, 17 insertions, 3 deletions
diff --git a/doc/img/ss_colors.jpg b/doc/img/ss_colors.jpg
index 04e41e7..40be594 100644
--- a/doc/img/ss_colors.jpg
+++ b/doc/img/ss_colors.jpg
Binary files differ
diff --git a/doc/img/ss_devform.jpg b/doc/img/ss_devform.jpg
index 255c200..7e1ade9 100644
--- a/doc/img/ss_devform.jpg
+++ b/doc/img/ss_devform.jpg
Binary files differ
diff --git a/doc/img/ss_devices.jpg b/doc/img/ss_devices.jpg
index ba0fbc8..e1bfb4f 100644
--- a/doc/img/ss_devices.jpg
+++ b/doc/img/ss_devices.jpg
Binary files differ
diff --git a/doc/img/ss_extprog.jpg b/doc/img/ss_extprog.jpg
index ae289d1..bf309b1 100644
--- a/doc/img/ss_extprog.jpg
+++ b/doc/img/ss_extprog.jpg
Binary files differ
diff --git a/doc/img/ss_goto.jpg b/doc/img/ss_goto.jpg
index e736d19..06eccc8 100644
--- a/doc/img/ss_goto.jpg
+++ b/doc/img/ss_goto.jpg
Binary files differ
diff --git a/doc/img/ss_mix.jpg b/doc/img/ss_mix.jpg
index d31ecc6..d623198 100644
--- a/doc/img/ss_mix.jpg
+++ b/doc/img/ss_mix.jpg
Binary files differ
diff --git a/doc/img/ss_mixal.jpg b/doc/img/ss_mixal.jpg
index 2adadc6..c25af9b 100644
--- a/doc/img/ss_mixal.jpg
+++ b/doc/img/ss_mixal.jpg
Binary files differ
diff --git a/doc/img/ss_symbols.jpg b/doc/img/ss_symbols.jpg
new file mode 100644
index 0000000..882608f
--- /dev/null
+++ b/doc/img/ss_symbols.jpg
Binary files differ
diff --git a/doc/img/ss_worddlg.jpg b/doc/img/ss_worddlg.jpg
index 5f07b4f..38570fc 100644
--- a/doc/img/ss_worddlg.jpg
+++ b/doc/img/ss_worddlg.jpg
Binary files differ
diff --git a/doc/mdk.texi b/doc/mdk.texi
index 0326e4b..31c36bf 100644
--- a/doc/mdk.texi
+++ b/doc/mdk.texi
@@ -13,8 +13,8 @@
@set UPDATED 9 June 2001
-@set EDITION 0.3.3
-@set VERSION 0.3.4
+@set EDITION 0.3.4
+@set VERSION 0.3.5
@set JAO Jose Antonio Ortega Ruiz
@set PHILIP Philip E. King
@footnotestyle separate
@@ -118,6 +118,7 @@ helpful discussions, as well as actual code (@pxref{mixvm.el}).
+
@detailmenu
--- The Detailed Node Listing ---
diff --git a/doc/mdk_gmixvm.texi b/doc/mdk_gmixvm.texi
index 19beadd..f850384 100644
--- a/doc/mdk_gmixvm.texi
+++ b/doc/mdk_gmixvm.texi
@@ -259,6 +259,17 @@ Clears all currently set breakpoints. It is equivalent to the
@code{mixvm}'s @code{cabp} command.
@end deffn
+@deffn Debug Symbols...
+Opens a dialog showing the list of symbols defined in the currently
+loaded MIX program.
+
+@ifnotinfo
+@image{img/ss_symbols}
+@end ifnotinfo
+
+@end deffn
+
+
@deffn Settings Colors...
Lets you change the colors used to mark the current and breakpoint lines
in the MIXAL tab, as well as the colors used for plain source lines.
@@ -312,4 +323,6 @@ Shows information about @code{gmixvm}'s version and copyright.
@end deffn
On the other hand, the status bar displays the name of the last loaded
-MIX file.
+MIX file. In addition, when the mouse pointer is over a MIXAL source
+file line that contains symbols, a list of these symbols with their
+values will appear in the status bar.