aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* progmodes/cc-guess.el: New file.Alan Mackenzie2011-06-304-6/+602
* * lisp/progmodes/js.el (js-mode): Don't stomp on global settings.Lawrence Mitchell2011-06-301-2/+2
* progmodes/cc-engine.el (c-guess-continued-construct): Correct theAlan Mackenzie2011-06-301-0/+29
* (rgrep): Bind `process-connection-type' to nil, because using a pty is appare...Lars Magne Ingebrigtsen2011-06-301-2/+4
* flymake.el fix for bug#8866.Glenn Morris2011-06-271-2/+2
* * lisp/progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.Chong Yidong2011-06-251-6/+1
* * lisp/progmodes/f90.el (f90-looking-at-critical): Doc fix.Glenn Morris2011-06-251-1/+1
* Add support for block and critical blocks to f90.el.Glenn Morris2011-06-251-6/+63
* Add some co-array stuff to f90.el.Glenn Morris2011-06-251-2/+6
* Add some more F2008 font-locking for f90.el.Glenn Morris2011-06-251-2/+6
* * lisp/progmodes/f90.el (f90-procedures-re): Add F2008 "is_contiguous".Glenn Morris2011-06-251-1/+1
* Add submodule support to f90.el.Glenn Morris2011-06-251-11/+23
* Add some F2008 keywords to f90.el font-locking.Glenn Morris2011-06-251-0/+18
* Simplify unloading functions after 2011-06-25T17:42:18Z!lekktu@gmail.com.Juanma Barranquero2011-06-251-12/+0
* * loadhist.el (unload--set-major-mode): New function.Juanma Barranquero2011-06-251-0/+11
* lisp/progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.Juanma Barranquero2011-06-241-2/+2
* * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): RenameStefan Monnier2011-06-201-2/+2
* Use completion-at-point rather than completion-in-region.Stefan Monnier2011-06-205-131/+71
* Use define-derived-mode in delphi-mode.Chong Yidong2011-06-181-16/+8
* progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking forAlan Mackenzie2011-06-151-106/+98
* * lisp/progmodes/cfengine.el (cfengine-mode): Derive from prog-mode.Dan Nicolaescu2011-06-151-1/+1
* Derive some programming modes from prog-mode.Dan Nicolaescu2011-06-154-4/+4
* Give % punctuation syntax in fortran modes (bug#8820)Glenn Morris2011-06-112-11/+2
* Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.Glenn Morris2011-06-081-1/+1
* More fixes to prevent hide-show from being confused by commented-out braces (...Dima Kogan2011-05-281-11/+16
* Make CC modes inherit from prog-mode.Chong Yidong2011-05-281-42/+15
* * lisp/minibuffer.el (completion--capf-wrapper): Check applicability beforeStefan Monnier2011-05-271-1/+1
* * lisp/progmodes/python.el (brm-menu): Declare.Glenn Morris2011-05-231-0/+1
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-2310-37/+36
* * lisp/progmodes/grep.el (grep-mode): Fix it for good!Stefan Monnier2011-05-221-1/+1
* * lisp/progmodes/grep.el (grep-mode): Fix last change.Stefan Monnier2011-05-211-1/+3
* * lisp/progmodes/f90.el (f90-type-def-re): Handle "type, bind(c)". (Bug#8691)Glenn Morris2011-05-181-1/+3
* * lisp/progmodes/grep.el (grep-mode): Disable defaultStefan Monnier2011-05-171-0/+1
* * lisp/progmodes/cc-defs.el: Comment change.Glenn Morris2011-05-161-1/+1
* * idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function.Glenn Morris2011-05-161-1/+1
* Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.Glenn Morris2011-05-161-1/+3
|\
| * lisp/progmodes/python.el: Highlight keyword "nonlocal" (bug#8639).Juanma Barranquero2011-05-131-1/+3
* | * lisp/progmodes/ld-script.el (ld-script-keywords)Andreas Schwab2011-05-121-8/+19
* | * lisp/progmodes/grep.el (grep-filter): Don't trip on partial lines.Stefan Monnier2011-05-121-10/+16
* | Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-4/+3
|\ \ | |/
| * Handle missing add-log-current-defun-function in Which Func mode (Bug#8260)Ralph Schleicher2011-05-081-4/+3
| * Use correct match group (bug#8438).Daniel Colascione2011-04-241-1/+1
| * Fix 2011-01-31 change; patch supplied by acm was applied incorrectly.emacs-23.3Chong Yidong2011-03-071-13/+20
| * Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-20/+11
* | fix many doubled-word typosU. Ser2011-05-102-2/+2
* | Call compilation-filter-hook in the no-async case too.Chong Yidong2011-05-091-1/+6
* | Various fixes to compilation-error-regexp-alist-alist.Chong Yidong2011-05-081-10/+16
* | Handle "my" and "our" keywords in Perl imenu (Bug#8261).Chong Yidong2011-05-081-1/+1
* | Perform grep-mode's buffer modifications in a process filter (Bug#7952)Chong Yidong2011-05-082-25/+34
* | Declaration fixes.Glenn Morris2011-05-041-2/+0