aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * progmodes/grep.el (find-program): Doc fix.Lars Ingebrigtsen2014-02-091-2/+3
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-0918-18/+18
* Fix c-invalidate-state-cache on narrowed buffers.Alan Mackenzie2014-02-091-2/+6
* * progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina2014-02-041-4/+2
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',Dmitry Gutov2014-02-031-3/+3
* c-parse-state. Don't "append-lower-brace-pair" in certainAlan Mackenzie2014-02-021-13/+26
* Make loading cc-mode silentDaniel Colascione2014-02-021-1/+1
* Fix bug#16610Dmitry Gutov2014-02-011-18/+26
* Fix bug#16609Dmitry Gutov2014-02-011-2/+5
* Fixup the documentation for the previous changeDmitry Gutov2014-01-311-3/+6
* Implement user option ruby-align-chained-callsDmitry Gutov2014-01-311-7/+31