aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* (gdb-goto-breakpoint): Use or instead of unless so nil isn't returned.Nick Roberts2006-05-061-1/+3
* (xscheme-insert-expression): Use add-to-history.Kim F. Storm2006-05-051-6/+3
* (vhdl-generate-makefile-1): Use add-to-history.Kim F. Storm2006-05-051-2/+1
* (lgrep, rgrep): Use add-to-history.Kim F. Storm2006-05-051-2/+2
* (perl-beginning-of-function): Skip anonymous subs.Stefan Monnier2006-05-041-2/+3
* (gdb-force-update): Delete defvarNick Roberts2006-05-041-59/+55
* (gdb-force-update): Delete variable...Nick Roberts2006-05-041-5/+3
* (gud-watch): Let user select an expression.Nick Roberts2006-05-031-5/+8
* (grep-expand-template): Use symbol-value instead of eval on symbols.Kim F. Storm2006-05-021-1/+1
* (grep-expand-template): Use save-match-data.Kim F. Storm2006-05-011-2/+7
* (gud-def): Add %c case.Nick Roberts2006-04-301-10/+13
* (grep-read-files): Use buffer-name if no buffer-file-name.Kim F. Storm2006-04-281-6/+13
* (defgroup grep): Doc fix.Kim F. Storm2006-04-281-185/+274
* (gud-comint-buffer): Move forward to stop byte compiler warnings.Nick Roberts2006-04-261-5/+22
* Fixup commenting convention.Stefan Monnier2006-04-261-2/+2
* (c-subword-mode-map): Use command remapping.Stefan Monnier2006-04-261-31/+14
* (asm-mode, asm-mode-syntax-table): AddMasatake YAMATO2006-04-261-5/+5
* (python-continuation-line-p, python-beginning-of-statement):Stefan Monnier2006-04-261-5/+7
* (antlr-default): Avoid nil spec in defface.Luc Teirlinck2006-04-211-1/+1
* (sh-shell): Mark as safe.Dan Nicolaescu2006-04-201-0/+1
* (gdb-data-list-register-values-handler):Nick Roberts2006-04-201-27/+36
* Ensure point at beginning of source help buffer, so class/tag finding works.J.D. Smith2006-04-201-0/+1
* (python-mode): Fix typo.Dan Nicolaescu2006-04-191-1/+1
* (python-mode): Add support forDan Nicolaescu2006-04-181-0/+8
* (tcl-send-string, tcl-send-region): Use forward-line so as to get to BOLStefan Monnier2006-04-181-4/+13
* (gud-speedbar-item-info): Display frame address for root variables.Nick Roberts2006-04-171-2/+3
* (gdb-pc-address): Rename from gdb-frame-address.Nick Roberts2006-04-171-19/+24
* (c-mode-menu): Don't presume c-subword-mode is bound.Stefan Monnier2006-04-141-1/+2
* (gdb-set-gud-minor-mode-existing-buffers):Nick Roberts2006-04-131-1/+2
* (perl-indent-new-calculate): Recompute parse-start after jumping backward byStefan Monnier2006-04-121-1/+4
* (gdb-init-1): Re-initialise gdb-main-file to nil.Nick Roberts2006-04-101-23/+27
* (gdb-init-2): Set current filename usingNick Roberts2006-04-071-3/+3
* Add arch taglineMiles Bader2006-04-071-0/+1
* Removed spurious require, avoiding recursive loads.J.D. Smith2006-04-061-1/+0
* One more copyright year.J.D. Smith2006-04-061-1/+1
* Restored copyright.J.D. Smith2006-04-061-1/+1
* File obsoleted. IDLWAVE 6.0 now parses XML routine info catalog fileJ.D. Smith2006-04-061-2069/+0
* Update to IDLWAVE version 6.0; see idlwave.org. Includes code toJ.D. Smith2006-04-062-728/+1316
* Update to IDLWAVE version 6.0; see idlwave.org.J.D. Smith2006-04-062-143/+256
* Update copyright, change version.J.D. Smith2006-04-061-4/+4
* (compilation-message-face): Make it defcustom.Richard M. Stallman2006-04-021-2/+5
* (gdb): Only complain about multiple debuggingAndreas Schwab2006-03-261-0/+1
* (gdba): Revert 2006-03-10 change for case of "run" in .gdbinit.Nick Roberts2006-03-251-5/+8
* (gdb-var-create-regexp)Nick Roberts2006-03-241-34/+52
* (gdb-continuation): Declare earlier to prevent compiler warnings.Nick Roberts2006-03-231-4/+8
* (gdb-reset): Set buffer local value ofKim F. Storm2006-03-211-11/+11
* (hollow-right-triangle): Define as fringe bitmap.Nick Roberts2006-03-211-12/+25
* (gdb-stopped): Even when there is no sourceNick Roberts2006-03-191-0/+2
* (gud-gdb-complete-command, gud-gdb-run-command-fetch-lines): Adapt for useNick Roberts2006-03-161-17/+22
* (gud-watch): Provide completion.Nick Roberts2006-03-161-8/+14