|
2008-07-17 Neil Jerram <[email protected].net> |
|
|
|
|
|
(gds-eval-defun, gds-eval-last-sexp): Support `C-u' prefix, |
|
meaning that user wants to single step through the code. |
|
|
|
2007-02-06 Clinton Ebadi <[email protected]> |
|
|
|
|
|
instead of switching to other-window in order to return to the |
|
proper window in frames with more than two windows. |
|
|
|
2007-01-17 Neil Jerram <[email protected].net> |
|
|
|
|
|
gds-show-last-stack (RET). |
|
(scheme-mode-map): And another: C-h S. |
|
(scheme-mode-map): And an alternative C-h G binding for |
|
gds-apropos, as we probably should not be using C-h C-g. |
|
|
|
2006-11-02 Neil Jerram <[email protected].net> |
|
|
|
|
|
the mapcar really constructs a list of available clients. |
|
|
|
2006-10-14 Neil Jerram <[email protected].net> |
|
|
|
|
|
(gds-run-debug-server): Use gds-server-socket-type and |
|
gds-socket-type-alist instead of gds-server-port-or-path. |
|
(gds-server-socket-type): New, replacing gds-server-port-or-path. |
|
|
|
2006-10-13 Neil Jerram <[email protected].net> |
|
|
|
|
|
gds-server-port-or-path instead of hardcoded 8333. |
|
(gds-server-port-or-path): New. |
|
|
|
|
|
port-or-path, to support Unix domain sockets. |
|
|
|
2006-08-18 Neil Jerram <[email protected].net> |
|
|
|
|
|
|
|
|
|
"ice-9". |
|
|
|
2006-06-19 Neil Jerram <[email protected].net> |
|
|
|
|
|
|
|
|
|
|
|
2005-07-09 Neil Jerram <[email protected].net> |
|
|
|
|
|
gds-server.scm, gds-tutorial.txt, gds.el, gds.texi: Removed. |
|
|
|
2004-03-10 Neil Jerram <[email protected].net> |
|
|
|
|
|
end of development that only I was working on, and which is now |
|
superseded by the GDS work in this directory. |
|
|
|
2004-02-25 Neil Jerram <[email protected].net> |
|
|
|
|
|
and report read errors nicely. |
|
|
|
|
|
|
|
2004-02-22 Neil Jerram <[email protected].net> |
|
|
|
|
|
|
|
|
|
|
|
2004-02-21 Neil Jerram <[email protected].net> |
|
|
|
|
|
(gds-guile-program): New. |
|
(gds-start): When starting or restarting, kill captive if it |
|
exists. Use gds-guile-program instead of just "guile". |
|
(gds-mode): Use widget minor mode. |
|
(gds-client-ref): New optional client arg. |
|
(gds-update-buffers): Don't call widget-setup. |
|
(gds-heading-face): New. |
|
(gds-insert-interaction): Various prettifications. |
|
(gds-heading-insert): New. |
|
(gds-choose-client): Check that numbers in client and gds-client |
|
are still valid. |
|
(gds-eval-expression, gds-apropos): Remove text properties from |
|
expression to evaluate. |
|
(gds-mode-map): Don't set widget-mode-map as parent. |
|
(gds-start-captive): Use gds-guile-program instead of just |
|
"guile". |
|
|
|
|
|
in traversal. |
|
(eval-thread, gds-eval): Where expression has multiple parts, |
|
modify output to say which part is being evaluated. |
|
|
|
2004-02-08 Mikael Djurfeldt <[email protected].se> |
|
|
|
|
|
ETAGS_ARGS so that TAGS can be built using separate build |
|
directory. |
|
|
|
2004-01-28 Neil Jerram <[email protected].net> |
|
|
|
|
|
protocol. |
|
(gds-display-slow-eval): New. |
|
(gds-client-ref): Bugfix: buf -> (cdr buf). |
|
(gds-display-buffers): Bugfix: minimum overlay end value is 1, not |
|
0. |
|
(gds-evals-in-progress): New. |
|
(gds-results): New. |
|
(gds-insert-interaction): Show evaluations in progress (with |
|
button to interrupt them) and results of last help or evaluation. |
|
(gds-interrupt-eval): New. |
|
(gds-debug-trap-hooks, gds-up, gds-down): New. |
|
(gds-eval-region, gds-eval-expression): Include abbreviated code |
|
in eval correlator. |
|
(gds-abbreviated-length, gds-abbreviated): New. |
|
(gds-mode-map): New keys for gds-debug-trap-hooks, gds-up, |
|
gds-down. |
|
(gds-debug-menu): New menu entries for gds-up, gds-down. |
|
|
|
|
|
stacks. |
|
(ui-read-thread-proc): Write 'running status earlier. |
|
(stack->emacs-readable): Limit stack length to 'depth debug |
|
option. |
|
(handle-instruction): Update format of eval correlator. |
|
(handle-instruction-1): Resolve module names from root module |
|
instead of from current module. |
|
(resolve-module-from-root): New. |
|
(handle-instruction-1): New protocol `interrupt-eval'. |
|
(eval-thread-table): New. |
|
(eval-thread): Add thread to eval-thread-table; write new protocol |
|
to frontend to communicate eval thread status; update for new |
|
correlator format; bind correlator local before entering loop2. |
|
(gds-eval): Use start-stack 'gds-eval-stack to rebase stack. |
|
|
|
|
|
`process-kill-without-query' as soon as processes started, ... |
|
(gds-shutdown, gds-kill-captive): ... instead of here. |
|
(gds-display-results): More clearly show unspecified results; show |
|
results in interaction view instead of in separate window. |
|
(gds-send): Add sent protocol to transcript. |
|
|
|
2004-01-26 Neil Jerram <[email protected].net> |
|
|
|
|
|
left in as a big comment. |
|
(gds-focus-in-function, gds-focus-in, gds-focus-out-function, |
|
gds-focus-out): New. |
|
|
|
|
|
error. |
|
|
|
2004-01-25 Neil Jerram <[email protected].net> |
|
|
|
|
|
gds-select-stack-frame, gds-query-modules, gds-go, gds-next, |
|
gds-evaluate, gds-step-in, gds-step-out, gds-trace-finish, |
|
gds-frame-info, gds-frame-args, gds-set-module-breakpoint, |
|
gds-read-client, gds-choose-client): Change gds-focus-client to |
|
gds-client. |
|
(gds-choose-client): Set local value of gds-client to determined |
|
client. |
|
(gds-menu): Use gds-client rather than gds-focus-client. |
|
(gds-client-ref): New. |
|
(gds-client-blocked): Rewrite using gds-client-ref. |
|
(gds-display-buffers): Take `client' arg instead of global |
|
`gds-focus-client'. |
|
(gds-request-focus): Call gds-display-buffers with explicit arg. |
|
|
|
2004-01-20 Neil Jerram <[email protected].net> |
|
|
|
|
|
args, (ii) introduction of evaluation correlator. |
|
|
|
|
|
to tidy up and organize the rest of the code. |
|
|
|
2003-12-06 Neil Jerram <[email protected].net> |
|
|
|
|
|
|
|
|
|
|
|
2003-11-27 Neil Jerram <[email protected].net> |
|
|
|
Initial support for setting source breakpoints... |
|
|
|
|
|
protocol. |
|
(gds-breakpoint-face): New. |
|
(gds-new-breakpoint-before-string): New. |
|
(gds-new-breakpoint-after-string): New. |
|
(gds-active-breakpoint-before-string): New. |
|
(gds-active-breakpoint-after-string): New. |
|
(gds-source-breakpoint-pos): New. |
|
(gds-source-breakpoint-overlay-at): New. |
|
(gds-set-source-breakpoint): New. |
|
(gds-delete-source-breakpoint): New. |
|
(gds-region-breakpoint-info): New. |
|
(gds-eval-region): Include bpinfo in `eval' protocol. |
|
(scheme-mode-map): New keys for setting and deleting breakpoints. |
|
(gds-breakpoint-menu): New. |
|
(gds-menu): Include `gds-breakpoint-menu'. |
|
|
|
|
|
field and pass to `gds-eval'. |
|
(install-breakpoints): New. |
|
(gds-eval): Call `install-breakpoints'. |
|
|
|
2003-11-19 Neil Jerram <[email protected].net> |
|
|
|
|
|
interaction between async and debugger threads. |
|
(gds-connect): Don't send module list immediately after initial |
|
connection. |
|
|
|
|
|
|
|
2003-11-19 Neil Jerram <[email protected].net> |
|
|
|
|
|
time. |
|
(gds-display-buffers): Remove separate stack buffer display code. |
|
(gds-switch-to-view), gds-view-interaction, gds-view-stack, |
|
gds-view-breakpoints, gds-view-browser, gds-view-messages, |
|
gds-view-menu): New. |
|
(gds-maybe-skip-region): Removed. |
|
(gds-maybe-delete-region): Removed. |
|
(gds-display-types): Removed. |
|
(gds-display-type-regexp): Removed. |
|
(gds-displayed-modules): Removed. |
|
|
|
2003-11-19 Neil Jerram <[email protected].net> |
|
|
|
|
|
gds-delete-view, gds-switch-to-view): New. |
|
(gds-handle-client-input): Use gds-promote-view. |
|
(gds-update-buffers): Remove unnecessary client arg. |
|
(gds-module-notify, gds-handle-client-input): Update callers |
|
accordingly. |
|
(gds-insert-messages): New. |
|
(gds-insert-interaction): New (using code from |
|
gds-update-buffers). |
|
(gds-update-buffers): Use gds-insert-interaction. |
|
|
|
2003-11-17 Rob Browning <[email protected]> |
|
|
|
|
|
|
|
2003-11-11 Neil Jerram <[email protected].net> |
|
|
|
|
|
|
|
|
|
|
|
|
|
ice-9/debugger/ui-{client,server}.scm). |
|
|
|
2003-08-20 Neil Jerram <[email protected].net> |
|
|
|
|
|
|
|
|
|
|
|
2001-11-19 Thien-Thi Nguyen <[email protected]> |
|
|
|
|
|
Update index. |
|
|
|
|
|
|
|
|
|
When run as a batch program, invoke `(ucl-update "ChangeLog")' |
|
instead of `(ucl-update-all)'. |
|
|
|
(ucl-outdir): Delete this var. |
|
(ucl-update): Arg now specifies change log file |
|
instead of cvs module directory. |
|
Make interactive. |
|
(ucl-update-all): Delete this func. |
|
|
|
|
|
|
|
|
|
Renamed from `patch-submit'. |
|
Gadzooks what kind of world is this? |
|
|
|
2001-10-25 Thien-Thi Nguyen <[email protected]> |
|
|
|
|
|
New file. |
|
|
|
2001-10-25 Thien-Thi Nguyen <[email protected]> |
|
|
|
|
|
|
|
2001-06-21 Neil Jerram <[email protected].net> |
|
|
|
|
|
channel.scm. |
|
Change "gulie" typos to "guile". |
|
|
|
2001-05-06 Keisuke Nishida <[email protected]> |
|
|
|
|
|
(keywordp): Define it if not defined yet. |
|
(guile-use-module): New macro. |
|
(guile-process-import-module): Renamed from guile-process-use-module. |
|
|
|
|
|
New procedures. |
|
|
|
|
|
`shared-lisp-mode-map' as the parent keymap if |
|
`lisp-mode-shared-map' is not defined. |
|
(guile-scheme-module): New variable. |
|
(guile-scheme-set-module): Set module only when necessary. |
|
(guile-scheme-eval-print-last-sexp): Insert newline after eval. |
|
(guile-scheme-complete-table): New variable. |
|
(guile-scheme-input-symbol): New function. |
|
(guile-scheme-apropos, guile-scheme-describe, |
|
guile-scheme-kill-process): New commands. |
|
|
|
2001-04-25 Keisuke Nishida <[email protected]> |
|
|
|
|
|
|
|
2001-03-13 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> |
|
|
|
|
|
that fill-paragraph'ed docstrings fit nicely when indented. |
|
|
|
2001-03-13 Keisuke Nishida <[email protected]> |
|
|
|
|
|
(guile-c-edit-docstring, guile-c-edit-finish): |
|
Save/restore window-configuration. |
|
|
|
2001-03-12 Keisuke Nishida <[email protected]> |
|
|
|
|
|
|
|
2001-03-11 Keisuke Nishida <[email protected]> |
|
|
|
|
|
|
|
2000-05-28 Mikael Djurfeldt <[email protected].se> |
|
|
|
|
|
|
|
2000-01-18 Mikael Djurfeldt <[email protected].se> |
|
|
|
|
|
|