aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (ada-make-body-gnatstub): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+3
* (cperl-switch-to-doc-buffer): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+3
* (idlwave-shell-send-char): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+3
* (idlwave-update-routine-info): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+5
* (vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.Richard M. Stallman2004-11-011-7/+7
* (autoconf-font-lock-keywords): Recognize AS_* too.Simon Josefsson2004-10-291-2/+2
* Docstring fixes.Stefan Monnier2004-10-291-63/+65
* (grep-regexp-alist): Move match highlightingJuri Linkov2004-10-281-14/+14
* (compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ft...Daniel Pfeiffer2004-10-271-2/+12
* * progmodes/flymake.el (flymake-split-string): UseMasatake YAMATO2004-10-251-2/+3
* * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): HandleMasatake YAMATO2004-10-241-6/+8
* (asm-font-lock-keywords): Use font-lock-variable-name-face for registers.Nick Roberts2004-10-231-1/+3
* (gdb-get-create-buffer): Allow modes to runNick Roberts2004-10-231-17/+45
* (compilation-start): Rely on `cd' to get dir right and also allow argumentles...Daniel Pfeiffer2004-10-201-10/+17
* (compilation-setup): Don't set buffer-read-only if MINOR is non-nil.Richard M. Stallman2004-10-191-1/+2
* (compilation-start): Move let-binding ofJuri Linkov2004-10-161-76/+76
* (compilation-start): Assume compilation-mode will make the buffer read-only.Richard M. Stallman2004-10-161-16/+16
* * progmodes/gud.el (gdb-script-beginning-of-defun): New function.Masatake YAMATO2004-10-131-0/+25
* (etags-tags-completion-table): Use progress reporter.Eli Zaretskii2004-10-081-9/+10
* (gdb-ann3): (Re-)initialise gdb-input-queue.Nick Roberts2004-10-061-0/+1
* Load cl here since cc-defs doesn't do it. This is necessary forMartin Stjernholm2004-10-011-0/+3
* (breakpoint): Define as fringe bitmap.Kim F. Storm2004-09-281-10/+6
* * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.Jesper Harder2004-09-221-9/+7
* (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).Richard M. Stallman2004-09-201-0/+1
* (makefile-fill-paragraph): Don't insist on spaces when looking forRichard M. Stallman2004-09-201-1/+1
* Parse command to see if it starts with a cd, and if so perform it for the *co...Daniel Pfeiffer2004-09-121-24/+29
* (grep-mode): Remove unnecessary autoload.Stefan Monnier2004-09-091-12/+1
* (grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-...Juri Linkov2004-09-081-1/+1
* (compilation-mode-map): Rename `next-error-follow-mode' to `next-error-follow...Juri Linkov2004-09-081-1/+1
* (grep-mode): Use normal autoload cookie.Thien-Thi Nguyen2004-09-081-1/+11
* (compilation-start): Use copy of `process-environment'Juri Linkov2004-09-071-1/+1
* (grep-highlight-matches): Doc fix.Juri Linkov2004-09-071-11/+16
* (grep-highlight-matches): Change default fromJuri Linkov2004-09-071-5/+17
* (grep-mode-map): Bind toggle-next-error-follow-mode.Eli Zaretskii2004-09-041-0/+1
* (compilation-mode-map): Bind toggle-next-error-follow-mode.Eli Zaretskii2004-09-041-0/+1
* (grep-highlight-matches): New defcustom.Juri Linkov2004-09-021-0/+36
* (compilation-error-properties): Allow to funcall col and end-col.Juri Linkov2004-09-021-14/+19
* (compilation-buffer-name): Compare majorJuri Linkov2004-09-021-6/+8
* (compilation-goto-locus): Use `next-error' face instead of `region'.Juri Linkov2004-09-011-6/+13
* (grep-default-command): Use find-tag-default.Richard M. Stallman2004-08-281-22/+1
* (find-tag-default): Moved to subr.el.Richard M. Stallman2004-08-281-20/+0
* Many doc and style fixes.Richard M. Stallman2004-08-221-84/+82
* Update AUCTeXDavid Kastrup2004-08-221-1/+1
* (which-func-update-1): Doc fix.Richard M. Stallman2004-08-161-1/+1
* (sh-set-shell): Use sh-mode-abbrev-table.Richard M. Stallman2004-08-161-1/+6
* (compilation-mode): Doc fix.Richard M. Stallman2004-08-161-1/+3
* Updated CC Mode to 5.30.9.Martin Stjernholm2004-08-118-325/+492
* (etags-tags-apropos): Show building progress.Masatake YAMATO2004-07-281-46/+51
* Fix comments.Kim F. Storm2004-07-221-5/+1
* (which-func-keymap): New var.Daniel Pfeiffer2004-07-171-1/+27