summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-0185-85/+88
* Fix infloop in indentation codeDaniel Colascione2013-12-301-2/+2
* Every defcustom should specify its typeGlenn Morris2013-12-281-1/+10
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-272-1/+3
* Misc small custom fixesGlenn Morris2013-12-273-5/+5
* * lisp/progmodes/python.el: Use lexical-binding.Fabián Ezequiel Gallina2013-12-261-9/+9
* byte-run.el (eval-when-compile), cc-defs.el (cc-eval-when-compile): Fix edebu...Katsumi Yamaoka2013-12-251-1/+1
* * lisp/progmodes/python.el:Fabián Ezequiel Gallina2013-12-251-24/+64
* * lisp/progmodes/python.el (python-nav-beginning-of-statement): SpeedFabián Ezequiel Gallina2013-12-241-9/+15
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* * lisp/progmodes/ruby-mode.el (ruby--electric-indent-p): Improve theDmitry Gutov2013-12-221-4/+4
* * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return tDmitry Gutov2013-12-221-1/+1
* Integrate ruby-mode with electric-indent-mode betterDmitry Gutov2013-12-221-3/+32
* * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak theDmitry Gutov2013-12-221-1/+3
* * progmodes/sh-script.el (sh-mode): Tweak paragraph-separateDaniel Colascione2013-12-201-1/+1
* * lisp/replace.el (read-regexp-defaults-function): New defcustom.Juri Linkov2013-12-201-6/+1
* * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): NewDmitry Gutov2013-12-201-7/+56
* octave-mode: Link to manual.Rüdiger Sonderfeld2013-12-201-0/+3
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-blockDmitry Gutov2013-12-191-2/+3
* * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow theDmitry Gutov2013-12-191-20/+22
* make-mode.el (makefile-fill-paragraph): Fix infloop.Kazuhiro Ito2013-12-181-1/+2
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.Dmitry Gutov2013-12-171-0/+1
* Cleanup cfengine3-mode so complete-symbol works again.Ted Zlatanov2013-12-161-14/+11
* * progmodes/compile.el (compile-goto-error): Do not push-mark.Leo Liu2013-12-161-4/+3
* Fix comment from the last change to `ruby-smie-rules'Dmitry Gutov2013-12-141-1/+1
* Fix bug#16118Dmitry Gutov2013-12-141-3/+14
* progmodes/cfengine.el: Fix `add-hook' doc.Ted Zlatanov2013-12-131-1/+1
* More cfengine.el fixes over previous commit.Ted Zlatanov2013-12-131-32/+33
* Improve CFEngine 3 parsing and eldoc support, with syntax fallbacksTed Zlatanov2013-12-131-40/+686
* * lisp/progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):Fabián Ezequiel Gallina2013-12-121-2/+4
* * lisp/progmodes/python.el (python-indent-calculate-indentation): FixFabián Ezequiel Gallina2013-12-121-13/+25
* * lisp/progmodes/python.el (python-indent-context)Fabián Ezequiel Gallina2013-12-121-0/+16
* * lisp/progmodes/python.el (python-indent-calculate-indentation): WhenNathan Trapuzzano2013-12-121-1/+1
* Import `octave-mode' manual from GNU Octave.Rüdiger Sonderfeld2013-12-111-2/+16
* * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return tDmitry Gutov2013-12-091-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-forward-string): Document.Cameron Desautels2013-12-091-4/+21
* * lisp/progmodes/ruby-mode.el (ruby-accurate-end-of-block): WhenDmitry Gutov2013-12-091-3/+8
* Port indentation code from js2-mode to js-modeDmitry Gutov2013-12-081-25/+83
* Re-write flymake-highlight-line in flymake.elLeo Liu2013-12-081-61/+14
* Re-implement popup menu for flymakeLeo Liu2013-12-081-88/+30
* Clean up flymake.elLeo Liu2013-12-081-347/+188
* Bug#16045Michael Albinus2013-12-062-10/+4
* Revert inadvertently commited changes in grep.el.Eli Zaretskii2013-12-061-9/+3
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): TouchDmitry Gutov2013-12-061-2/+2
* * progmodes/octave.el (inferior-octave-prompt): Use shy groups.Leo Liu2013-12-061-21/+24
* Fix Bug#15874Dmitry Gutov2013-12-061-2/+9
* Add caching variant of `completion-table-dynamic'Dmitry Gutov2013-12-061-18/+10
* Avoid compiler warning in w32xfns.c.Eli Zaretskii2013-12-041-3/+9
* * lisp/window.el (display-buffer-no-window): New action function.Juri Linkov2013-12-031-3/+3
* * subr.el (process-live-p): Return nil for non-process. Leo Liu2013-12-023-6/+6