aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/hideif.el: Undo last change which should only go to trunkStefan Monnier2014-06-261-577/+46
* HideIfDef mode bug fixes and enhancements. This is #2 of 3 patches basedLuke Lee2014-06-261-46/+577
* Fix a few packages to work with nil tab-stop-listLeo Liu2014-06-261-1/+1
* Fix some indentation problem with \; and pipes.Stefan Monnier2014-06-241-17/+59
* Fix completion retrieval parsing.Fabián Ezequiel Gallina2014-06-211-2/+12
* Enhancements for outline integration.Fabián Ezequiel Gallina2014-06-211-1/+1
* * lisp/progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don'tStefan Monnier2014-06-201-1/+5
* * lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.Stefan Monnier2014-06-191-0/+5
* * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && asStefan Monnier2014-06-191-1/+1
* Fix bug#17732Dmitry Gutov2014-06-161-1/+1
* Stop cc-mode loading cl at runtimeGlenn Morris2014-06-141-17/+19
* * lisp/progmodes/js.el (js-indent-line): Don't mix columns and chars.Stefan Monnier2014-05-311-1/+1
* * lisp/progmodes/scheme.el (scheme-mode-syntax-table): Remove hack forStefan Monnier2014-05-201-31/+27
* * compile.el (recompile): Handle C-u M-x recompile from non-compilation bufferGlenn Morris2014-05-081-6/+7
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2014-05-061-3/+4
* Doc fixesGlenn Morris2014-05-015-8/+8
* * 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
* * lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol):Stefan Monnier2014-04-211-1/+1
* * lisp/progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variableStefan Monnier2014-04-191-3/+4
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent inStefan Monnier2014-04-161-1/+3
* Don't break emacs <= 24.3 just yetLeo Liu2014-04-121-19/+31
* * lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect formatFeng Li2014-04-101-11/+9
* Highlight more Module methodsDmitry Gutov2014-04-091-0/+4
* 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
* Fix up some Version: headers that might confuse package.elGlenn Morris2014-03-311-3/+2
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2014-03-271-4/+19
* Fix bug#17097Dmitry Gutov2014-03-271-0/+1
* Match special globals in Ruby betterDmitry Gutov2014-03-241-3/+3
* Fix bug#17050Dmitry Gutov2014-03-211-0/+4
* Fix debbugs#16971Dmitry Gutov2014-03-171-5/+2
* lisp/progmodes/python.el: Fix docstring typos.Juanma Barranquero2014-03-151-84/+81
* lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos.Juanma Barranquero2014-03-144-33/+29
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): FontifyDmitry Gutov2014-03-131-1/+1
* * lisp/progmodes/sh-script.el: Fix whitespace in previous change.Glenn Morris2014-03-051-1/+1
* Recognize dash shellGlenn Morris2014-03-051-2/+4
* * lisp/electric.el (electric-indent-mode-has-been-called): Remove.Stefan Monnier2014-03-031-18/+16
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2014-03-021-0/+10
* * lisp/progmodes/sql.el (sql-interactive-mode): Avoid setting global valueEmilio C. Lopes2014-02-271-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Handle theDmitry Gutov2014-02-231-4/+6
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Don't indent speciallyDmitry Gutov2014-02-231-1/+0
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".Dmitry Gutov2014-02-211-1/+1
* Connect electric-indent-mode up with CC Mode. Bug #15478.Alan Mackenzie2014-02-172-2/+39
* * progmodes/sql.el: Version 3.4Michael Mauger2014-02-151-18/+36
* Mention read-regexp in doc of functions that use itGlenn Morris2014-02-131-1/+1
* Fix flymake in narrowed buffersDaniel Colascione2014-02-131-23/+25
* * lisp/progmodes/js.el (js-indent-line): Don't widen.Dmitry Gutov2014-02-121-7/+5