summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-08-1318-44/+50
|\
| * (vhdl-update-progress-info): Avoid divide by zero error.Juanma Barranquero2007-08-131-4/+7
| * (ada-gnatls-args): Fix docstring.Juanma Barranquero2007-08-131-10/+15
| * (gdb-send): Handle CTRL-D more carefully.Nick Roberts2007-08-131-3/+3
| * (gud-common-init): Use new name split-string-and-unquote.Richard M. Stallman2007-08-121-1/+1
| * (flymake-err-line-patterns): Fix infloop in javac regexp.Richard M. Stallman2007-08-121-1/+1
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-0815-35/+41
| * (compilation-set-window-height): Use window-full-width-p instead ofMartin Rudalics2007-08-081-7/+5
| * (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop.Stefan Monnier2007-08-071-0/+2
| * (cperl-compilation-error-regexp-alist): Remove duplicate defvarGlenn Morris2007-08-041-9/+9
* | (vhdl-update-progress-info): Avoid divide by zero error.Juanma Barranquero2007-08-131-4/+7
* | (ada-gnatls-args): Fix docstring.Juanma Barranquero2007-08-131-10/+15
* | (sh): Delete group `unix'.Richard M. Stallman2007-08-121-1/+0
* | (gud): Change to group `processes'.Richard M. Stallman2007-08-121-1/+1
* | (compilation-buffer-name): Don't check compilation-arguments. It isGlenn Morris2007-08-111-3/+2
* | (compilation-start): Pass nil as startfile to comint-exec.Sam Steingold2007-08-071-2/+2
* | (cperl-compilation-error-regexp-alist): Remove duplicate defvarGlenn Morris2007-08-041-9/+9
* | Merge from emacs--rel--22Miles Bader2007-08-031-11/+20
|\ \ | |/
| * (compilation-find-buffer): Return current buffer immediately if suitable.Richard M. Stallman2007-08-021-11/+20
* | (fortran-font-lock-syntactic-keywords): Fix off-by-one error inGlenn Morris2007-08-031-1/+1
* | Remove leading `*' from all defcustom doc strings.Glenn Morris2007-08-011-47/+117
* | Fix infinite loop in python.elVinicius Jose Latorre2007-08-011-15/+19
* | Merge from emacs--rel--22Miles Bader2007-07-311-1/+1
|\ \ | |/
| * (run-python): Fix path separator under w32.Stefan Monnier2007-07-281-1/+1
| * Fix problem with modes derived from CC Mode: Move macroAlan Mackenzie2007-07-282-9/+10
* | (compilation-forget-errors): Reset compilation-auto-jump-to-next.Stefan Monnier2007-07-301-3/+8
* | Fix problem with modes derived from CC Mode: Move macroAlan Mackenzie2007-07-282-9/+10
* | New: Header/Footer comment & Log messagesVinicius Jose Latorre2007-07-267-167/+701
* | Merge from emacs--rel--22Miles Bader2007-07-2679-94/+111
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-2578-92/+94
| * Add missing license notice (GPLv3 or later).Glenn Morris2007-07-251-2/+17
| * (inferior-octave-prompt): Accept .exe.Richard M. Stallman2007-07-231-1/+1
| * (sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.Stefan Monnier2007-07-231-7/+41
* | (compilation-error-regexp-alist-alist): Add support for the Maden build tool.Stefan Monnier2007-07-251-0/+4
* | * subr.el (start-file-process-shell-command)Michael Albinus2007-07-241-18/+9
* | (inferior-octave-prompt): Accept .exe.Richard M. Stallman2007-07-231-1/+1
* | * progmodes/grep.el (grep-compute-defaults): Keep default values.Michael Albinus2007-07-221-25/+31
* | (compilation-auto-jump-to-first-error): AddDan Nicolaescu2007-07-201-1/+3
* | (compilation-start): Remember the original directory in a buffer-localStefan Monnier2007-07-201-5/+6
* | (vera-mode-map): Move initialization into declaration.Stefan Monnier2007-07-201-30/+30
* | (vera-re-search-forward, vera-re-search-backward):Stefan Monnier2007-07-201-12/+10
* | (flymake-buildfile-dirs): Remove.Stefan Monnier2007-07-201-17/+8
* | * progmodes/grep.el (grep-host-defaults-alist): New defvar.Michael Albinus2007-07-181-14/+33
* | * progmodes/grep.el (grep-probe): Use `process-file'.Michael Albinus2007-07-171-78/+120
* | (sh-font-lock-quoted-subshell): Skip over theStefan Monnier2007-07-161-3/+4
* | Merge from emacs--rel--22Miles Bader2007-07-151-1/+1
|\ \ | |/
| * * replace.el (match): Use yellow1 instead of yellow.Dan Nicolaescu2007-07-131-1/+1
* | (which-func-modes): Add `python-mode'.Stefan Monnier2007-07-121-2/+2
* | (python-which-func-length-limit): New var.Stefan Monnier2007-07-121-8/+26
* | * progmodes/compile.el (compilation-start): `start-process' mustMichael Albinus2007-07-112-11/+34