aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with upstream verilog-mode revision 3cd8144Wilson Snyder2014-06-011-28/+56
* Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-1/+1
|\
| * * lisp/progmodes/js.el (js-indent-line): Don't mix columns and chars.Stefan Monnier2014-05-311-1/+1
* | Guard (looking-at "\\s!") from XEmacs.Alan Mackenzie2014-05-301-1/+2
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-289-24/+20
* | * lisp/progmodes/hideshow.el (hs-hide-all): Call syntax-propertize.Stefan Monnier2014-05-271-0/+1
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-31/+27
|\ \ | |/
| * * lisp/progmodes/scheme.el (scheme-mode-syntax-table): Remove hack forStefan Monnier2014-05-201-31/+27
* | Fix subword-mode motionDaniel Colascione2014-05-241-0/+2
* | File-local-variable support for sh-script; add mksh supportDaniel Colascione2014-05-201-18/+39
* | avoid unnecessary questionsSam Steingold2014-05-141-2/+1
* | Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.orgGlenn Morris2014-05-111-6/+7
|\ \ | |/
| * * compile.el (recompile): Handle C-u M-x recompile from non-compilation bufferGlenn Morris2014-05-081-6/+7
* | lisp/progmodes/grep.el (lgrep): Fix a typo in last commit.Eli Zaretskii2014-05-091-1/+1
* | Use file-accessible-directory-p in some more placesGlenn Morris2014-05-091-4/+3
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-071-3/+4
|\ \ | |/
| * * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2014-05-061-3/+4
* | Use rx for `gnu' compile patternDaniel Colascione2014-05-051-10/+40
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-045-8/+8
|\ \ | |/
| * Doc fixesGlenn Morris2014-05-015-8/+8
* | * lisp/progmodes/ps-mode.el: Use SMIE. Move string and comment recognitionStefan Monnier2014-04-281-203/+137
* | * lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.Stefan Monnier2014-04-251-24/+19
* | Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.deJuanma Barranquero2014-04-252-2/+2
|\ \ | |/
| * * lisp/simple.el (completion-list-mode-map): Use choose-completion for theStefan Monnier2014-04-221-1/+1
| * * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Slash afterStefan Monnier2014-04-221-1/+1
* | Improve Scheme font-locking for (define ((foo ...) ...) ...).Thien-Thi Nguyen2014-04-251-1/+3
* | * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):Leo Liu2014-04-242-34/+23
* | Add coproc to list of bash builtins.Daniel Colascione2014-04-231-1/+1
* | Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.eduPaul Eggert2014-04-221-1/+1
|\ \ | |/
| * * lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol):Stefan Monnier2014-04-211-1/+1
* | Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.eduDaniel Colascione2014-04-191-3/+4
|\ \ | |/
| * * lisp/progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variableStefan Monnier2014-04-191-3/+4
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-1/+3
|\ \ | |/
| * * lisp/progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent inStefan Monnier2014-04-161-1/+3
* | * lisp/progmodes/grep.el: Use lexical-binding.Stefan Monnier2014-04-121-11/+13
* | Merge from emacs-24; up to 2014-04-07T20:54:16Z!dancol@dancol.orgGlenn Morris2014-04-121-19/+31
|\ \ | |/
| * Don't break emacs <= 24.3 just yetLeo Liu2014-04-121-19/+31
* | Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.comGlenn Morris2014-04-101-11/+9
|\ \ | |/
| * * lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect formatFeng Li2014-04-101-11/+9
* | Merge from emacs-24; up to 2014-04-02T16:17:08Z!dmantipov@yandex.ruGlenn Morris2014-04-081-0/+4
|\ \ | |/
| * Highlight more Module methodsDmitry Gutov2014-04-091-0/+4
* | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-072-9/+15
|\ \ | |/
| * Fix triple-quoting electricity in python-modeJoão Távora2014-04-071-2/+3
| * * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-1/+5
| * * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Add "foreach"Stefan Monnier2014-04-021-1/+1
| * * lisp/progmodes/perl-mode.el (perl-indent-new-calculate):Stefan Monnier2014-04-021-5/+6
* | Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-021-3/+2
|\ \ | |/
| * Fix up some Version: headers that might confuse package.elGlenn Morris2014-03-311-3/+2
* | Sync some vhdl changes that seem to have been missed from some previous mergeGlenn Morris2014-03-301-5/+10
* | Sync with upstream vhdl mode v3.35.2.Reto Zimmermann2014-03-301-266/+355