(byte-optimize-set): New. Turn `set' into `setq' when applicable.
[bpt/emacs.git] / lisp / gud.el
2003-02-10 Stefan Monnier(gud-gdb-run-command-fetch-lines, gud-display-line):
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-20 Nick Roberts(gud-display-line): If the current file is newer than its
2003-01-11 Nick Roberts(gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto...
2003-01-11 Nick Roberts(gud-kill-buffer-hook): Save gud-minor-mode type.
2002-12-21 Pavel Janík(gud-menu-map): Add jdb support for "run".
2002-12-10 Richard M. Stallman(bashdb): Prompt now included parenthesis for subshell
2002-12-05 Stefan MonnierUse match-string.
2002-12-04 Richard M. Stallman(gud-menu-map): Update for bashdb.
2002-12-03 Stefan Monnier(gud-running): Rename from gdb-running. Update uses.
2002-11-28 Nick Roberts(gdb-running): New variable.
2002-11-14 Juanma BarranqueroFix feature name in `provide'.
2002-11-14 Nick Roberts(gud-find-file): Set up GDB tool bar.
2002-11-13 Richard M. Stallman(gdb): Undo 10-26 change.
2002-10-26 Richard M. Stallman(gdb): Pass default-directory to GDB via -cd option.
2002-09-18 Richard M. Stallman(gud-pdb-marker-regexp): Allow : and \ in file name.
2002-09-12 Stefan Monnier(gud-gdb-massage-args, gud-sdb-massage-args)
2002-09-11 Simon Josefsson(gud-gdb-massage-args): Don't secretly add -fullname.
2002-03-27 Eli ZaretskiiUndo some of the too aggressive tabification.
2002-03-27 Eli ZaretskiiTabify everything.
2002-03-27 Eli Zaretskii(gud-jdb-sourcepath): New variable, saves jdb -sourcepa...
2002-02-05 Eli Zaretskii(gud-refresh): Call recenter only after we are sure we
2002-01-18 Richard M. Stallman(easy-mmode-defmap): Enable "Up Stack", "Down Stack...
2002-01-13 Pavel JaníkFix typo.
2001-12-11 Pavel Janík(jdb): Doc fix.
2001-12-11 Richard M. Stallman(gdb): Define and bind gud-jump.
2001-09-11 Eli Zaretskii(dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2001-07-15 Pavel JaníkSome fixes to follow coding conventions in files mainta...
2001-05-23 Stefan Monnier(gud-gdb-run-command-fetch-lines): Use forward-line
2001-05-11 Stefan Monnier(gud-jdb-build-source-files-list): Fix paren typo.
2001-01-26 Gerd Moellmann(gud-perldb-massage-args): Avoid nreverse'ing a list
2000-11-12 Stefan Monnier(gud-minor-mode): New var.
2000-08-19 Miles Bader(gud-basic-call): Temporarily widen gud comint buffer...
2000-08-10 Miles Bader(gud-filter): Use `with-current-buffer' instead of...
2000-08-07 Miles Bader(gud-gdb-complete-command): Use comint-line-beginning...
2000-05-19 Gerd Moellmann(gud-jdb-directories): Doc fix.
2000-04-27 Gerd Moellmann(gud-gdb-find-file): Call find-file-noselect with NOWARN
2000-04-17 Stefan Monnier(gud-jdb-build-source-files-list): Fix typo.
2000-04-15 Gerd Moellmann(gud-jdb-build-source-files-list): Change file-exists-p
2000-04-14 Gerd Moellmann(gud-jdb-build-source-files-list): Check that directory
2000-02-23 Dave Love(gud-jdb-build-class-source-alist): Prepend space to...
1999-11-04 Gerd Moellmann(gud-perldb-massage-args): Handle the case "perl -e 0"
1999-11-01 Gerd Moellmann(gud-perldb-massage-args): Massage correctly in the
1999-09-08 Richard M. Stallman(gud-make-debug-menu): Make a child for the
1999-05-17 Richard M. Stallman(gud-format-command): "%F" means file sans extension.
1999-02-23 Karl Heuer(gud-jdb-massage-args): Spelling fix.
1999-02-12 Andreas Schwab(jdb): Fix regexp for comint-prompt-regexp.
1998-11-19 Richard M. Stallman(gud-common-init): Use pop-to-buffer.
1998-07-10 Karl Heuer(gud-speedbar-key-map) New variable.
1998-06-12 Richard M. Stallman(gud-filter): extend scope of binding of gud-filter...
1998-05-24 Richard M. Stallman(gud-jdb-class-source-alist): defvar moved up.
1998-05-21 Richard M. StallmanSupport pdb.
1998-05-20 Richard M. Stallman(gud-perldb-marker-acc): Variable deleted.
1998-04-08 Karl Heuer(jdb): Do proper analysis of classes defined in a Java
1998-04-02 Richard M. StallmanAdd support for jdb (Java debugger).
1998-01-23 Eric M. LudlamAdded gud-speedbar-buttons, and support for GDB buttons.
1997-12-07 Karl Heuer(gud-mips-p): Fix regexp so it will match alphaev56...
1997-11-21 Andreas Schwab(gud-sentinel): Set mode-line-process in the process
1997-09-12 Richard M. Stallman(perldb): Fix paren error in call to read-from-minibuffer.
1997-09-02 Geoff Voelker(gud-gdb-marker-regexp): Allow for drive letter and...
1997-08-05 Richard M. StallmanComment change.
1997-08-05 Richard M. Stallman(gud): Fix defgroup doc.
1997-06-01 Richard M. Stallman(gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
1997-05-05 Richard M. StallmanUse defgroup and defcustom.
1997-05-05 Richard M. Stallman(gud-mode): Add a mode-class property.
1997-01-07 Richard M. Stallman(gud-gdb-marker-regexp): Use colon always, not path...
1996-10-08 Richard M. StallmanMove two function definitions.
1996-09-28 Richard M. Stallman(perldb): Supply visited file name, or -e 0, as default...
1996-09-25 Richard M. Stallman(gud-perldb-massage-args): Handle -e in ARGS.
1996-09-20 Richard M. Stallman(gud-display-line): Don't call display-buffer
1996-09-13 Richard M. Stallman(gud-find-c-expr): Renamed from find-c-expr.
1996-08-01 Richard M. Stallman(gdb): Undo previous change.
1996-07-31 Richard M. Stallman(gdb): Bind comint-file-name-regexp.
1996-07-28 Richard M. Stallman(gud-display-line): Don't crash if BUFFER is nil.
1996-07-22 Richard M. Stallman(perldb-command-name): New variable.
1996-07-07 Karl Heuer(gud-irix-p): Exclude Irix6.1 up.
1996-06-19 Richard M. Stallman(gud-irixdbx-marker-filter): Use %1ld, not %1d,
1996-05-10 Richard M. Stallman(gud-filter): Cal gud-display-frame even if process...
1996-05-08 Richard M. Stallman(gud-filter): Move the call to gud-display-frame
1996-05-02 Richard M. Stallman(gud-display-line): Switch to gud buffer before calling...
1996-04-03 Richard M. Stallman(gud-mode): Doc fix.
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.
next