Update FSF's address.
[bpt/emacs.git] / lisp / gud.el
1996-01-14 Erik NaggumUpdate FSF's address.
1995-12-21 Karl Heuer(gud-sdb-marker-filter): Modify the regexp for sysVR3 to
1995-12-01 Richard M. Stallman(gud-sdb-marker-filter): start may be nil, so check it
1995-11-29 Richard M. Stallman(gud-dbx-find-file): Find correct source file.
1995-10-24 Richard M. Stallman(gud-dbx-directories): New variable.
1995-10-11 Richard M. Stallman(gud-filter): Move the gud-display-frame call
1995-09-06 Richard M. Stallman(gud-filter): Save up text that arrives while processin...
1995-08-02 Richard M. Stallman(gud-xdb-marker-filter): Change pattern to accept spc...
1995-06-20 Richard M. Stallman(gud-make-debug-menu): Cope if no local map yet.
1995-06-07 Roland McGrath(gud-common-init): Call the MASSAGE-ARGS function even...
1995-05-30 Karl HeuerFix capitalization in menu bar.
1995-05-29 Karl Heuer(gud-perldb-find-file): Use gud-make-debug-menu.
1995-05-29 Karl Heuer(gud-perldb-massage-args): Pass `-emacs' after the...
1995-05-29 Karl Heuer(gud-make-debug-menu): New function.
1995-05-27 Karl Heuer(gud-gdb-marker-regexp): New var. Use path-separator.
1995-05-26 Karl Heuer(gud-common-init): Don't die if filename not supplied.
1995-04-25 Karl Heuer(gud-sentinel): Use force-mode-line-update.
1995-04-07 Karl HeuerUpdate copyright.
1995-03-02 Richard M. Stallman(gud-massage-args): Variable and function deleted.
1995-03-02 Richard M. Stallman(gud-common-init): Put substed file name back in original
1995-01-22 Richard M. Stallman(gdb): In gud-remove, specify the source file.
1995-01-18 Richard M. Stallman(gud-gdb-find-file): Propagate debug menu to found...
1995-01-17 Richard M. Stallman(dbx): Fix missing cast of $curline for Irix.
1995-01-02 Richard M. Stallman(gud-dbx-marker-filter): Use gud-marker-acc like gud...
1994-12-22 Richard M. Stallman(gdb): Correct tbreak doc string.
1994-12-21 Richard M. Stallman(gud-irixdbx-marker-filter): Changes for Irix dbx.
1994-11-30 Karl Heuer(gud-basic-call): Detect error earlier.
1994-11-22 Richard M. Stallman(gud-gdb-marker-filter, gud-irixdbx-marker-filter)
1994-11-03 Karl Heuer(gud-gdb-complete-command): Add a trailing single quote...
1994-10-29 Richard M. Stallman(gud-common-init): If file arg has no directory,
1994-10-25 Richard M. Stallman(gud-irixdbx-marker-filter): Cast $curline to int.
1994-10-21 Richard M. Stallman(dbx): Delete call to gud-switch-to-buffer.
1994-10-13 Richard M. Stallman(gud-filter): Don't bind inhibit-quit.
1994-09-30 Richard M. StallmanReally delete gud-overload-functions.
1994-09-30 Richard M. Stallman(gud-overload-functions): Function deleted.
1994-08-28 Richard M. Stallman(dbx): Use newline, not semicolon, between file and...
1994-07-24 Richard M. Stallman(dbx): Use system-configuration, not system-type.
1994-07-07 Richard M. Stallman(gud-mips-p): Check for OSF system on Alpha also.
1994-06-15 Richard M. Stallman(gud-massage-args): Fix error message syntax.
1994-05-28 Richard M. StallmanUse ctl-x-map to bind C-x SPC.
1994-05-12 Richard M. Stallman(sdb): Handle tags-file-name as nil.
1994-05-10 Karl HeuerAllow marker string to arrive in mid-line.
1994-05-04 Richard M. Stallman(gud-marker-acc): Use make-variable-buffer-local.
1994-05-03 Karl HeuerUpdate copyright.
1994-04-28 Richard M. Stallman(gud-mips-p, gud-irix-p): Test system-configuration.
1994-04-24 Richard M. Stallman(gud-mode, gud-sentinel):
1994-04-21 Richard M. Stallman(gud-filter): Call comint-output-filter at the end.
1994-04-21 Richard M. Stallman(gdb, sdb, dbx, xdb, perldb): Set paragraph-start.
1994-04-12 Karl Heuer(gud-filter): Let comint-output-filter do the hard...
1994-03-25 Richard M. Stallman(gud-comint-buffer): Move defvar up.
1994-03-25 Richard M. Stallman(gud-gdb-complete-command): New defun to support true
1994-03-15 Karl Heuer(gud-filter): Update comint-last-input-end.
1994-03-07 Karl Heuer(gdb): Use a minibuffer map with TAB to complete a...
1994-02-18 Richard M. Stallman(gud-mode): Define C-c C-l in gud buffer.
1994-01-08 Richard M. Stallman(gud-common-init): Don't crash if no file specified.
1993-12-23 Richard M. Stallman(gud-format-command): Rewrite.
1993-10-04 Richard M. StallmanComment change.
1993-09-17 Richard M. StallmanFix previous change.
1993-09-16 Richard M. Stallman(perldb): New function, plus subroutines.
1993-08-09 Richard M. Stallman(gud-dbx-marker-filter): Detect signals as well as...
1993-07-30 Jim Blandy* gud.el (gud-gdb-marker-filter): Preserve the match...
1993-07-30 Jim Blandy* gud.el (gud-gdb-marker-filter): Do not assume that...
1993-07-29 Richard M. Stallman(dbx): Use %d in gud-break.
1993-07-29 Jim Blandy* gud.el (gud-last-last-frame): Specify initial value...
1993-07-27 Richard M. Stallman(dbx): For gud-break, send a file command and a stop...
1993-07-15 Roland McGrath(gud-debugger-startup): Replaced with gud-massage-args.
1993-07-07 Roland McGrathAdd (provide 'gud).
1993-06-30 Jim Blandy* gud.el: Add history lists to the debugging commands...
1993-06-15 Richard M. Stallman(gud-xdb-directories): Renamed from gud-xdb-paths.
1993-06-15 Richard M. Stallman(xdb): New debugger supported (xdb under HPUX-PARISC).
1993-06-11 Jim Blandy* gud.el (gud-last-last-frame): New variable.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-07 Richard M. StallmanDoc fixes. Delete local variable list at the end.
1993-05-31 Richard M. Stallman(gud-def): Don't use gud-key-prefix at compile time.
1993-05-22 Richard M. Stallman(gud-def): Fix inclusion of the define-key.
1993-04-27 Eric S. Raymond(gud-format-command): Fix %f expansuuin to send ondly...
1993-04-25 Eric S. RaymondSet no-byte-compile local variable t to work around...
1993-04-14 Eric S. Raymond(gud-mode): Created C-c synonym bindings in the GUD...
1993-04-10 Eric S. Raymond(gdb, sdb, dbx): Improved prompting a la grep.
1993-04-08 Eric S. RaymondMassive changes, amounting nearly to a rewrite. The...
1993-02-22 Jim Blandy* gud.el (gud-break): With a prefix argument, set a...
1992-09-30 Jim Blandy* gud.el (gud-last-frame): Added defvar for this.
1992-09-30 Jim Blandy* gud.el (gud-filter-insert): Previous changes misunder...
1992-09-29 Jim Blandy*** empty log message ***
1992-09-29 Jim Blandy* gud.el: When we send a command to the debugger via...
1992-09-29 Jim Blandy* gud.el (gud-def): Doc fix.
1992-08-04 Jim Blandyentered into RCS
1992-08-03 Richard M. Stallman*** empty log message ***
1992-07-28 Richard M. Stallman*** empty log message ***
1992-07-24 Eric S. Raymond*** empty log message ***
1992-07-17 Eric S. Raymond*** empty log message ***
1992-07-16 Jim Blandy*** empty log message ***
1992-01-09 Jim Blandy*** empty log message ***
1991-12-18 Eric S. RaymondInitial revision