summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
...
* Always mark "<" and ">" in #include directives with text properties.Alan Mackenzie2015-04-071-22/+23
* Fix miscellaneous glitches in cc-mode.el. Fixes debbugs#20245.Alan Mackenzie2015-04-061-8/+12
* CC Mode: Stop Font Lock forcing fontification from BOL. Fixes debbugs#19669.Alan Mackenzie2015-04-061-0/+8
* python.el: Do not break IPython magic completions.Fabián Ezequiel Gallina2015-04-061-14/+21
* Fix previous commit to prevent infloopFabián Ezequiel Gallina2015-04-061-0/+1
* python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina2015-04-051-27/+69
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-3/+3
* Merge from origin/emacs-24Paul Eggert2015-04-041-8/+0
|\
| * Revert "CC Mode: Stop Font Lock forcing fontification from BOL. Bug#19669."Alan Mackenzie2015-04-031-8/+0
| * Backport: ruby-mode: Detect regexps after `!'Dmitry Gutov2015-03-201-1/+1
| * Backport: ruby-mode: Change faces used for self, true, false and nilDmitry Gutov2015-03-201-3/+4
| * Backport: ruby-mode: Expect regexp after { or | tooNobuyoshi Nakada2015-03-201-1/+1
* | ; Tweak the previous changeDmitry Gutov2015-04-031-2/+2
* | js-mode: Don't indent inside a multiline string literalDmitry Gutov2015-04-031-1/+2
* | Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.Alan Mackenzie2015-04-012-5/+7
* | Correct calculation of CC Mode's font-lock region.Alan Mackenzie2015-03-302-35/+83
* | Shut up python-mode's indentation guesserDaniel Colascione2015-03-261-2/+9
* | ruby-mode: Fix a "required arguments" confusionDmitry Gutov2015-03-201-4/+3
* | Call delete-backward-space interactively.Vibhav Pant2015-03-201-1/+1
* | Use delete-char instead of delete-backward-char.Vibhav Pant2015-03-191-3/+3
* | Have gud-display-line not display source buffer in gud window.Dima Kogan2015-03-181-1/+1
* | Separate Kernel methods with required args from those withoutBozhidar Batsov2015-03-171-13/+4
* | Font-lock more Kernel methods as built-inBozhidar Batsov2015-03-171-0/+14
* | 2015-03-14 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2015-03-141-16/+29
* | Prefer "initialize" to "initialise"Paul Eggert2015-03-101-8/+8
* | * lisp/progmodes/js.el (js-indent-first-initialiser): Fix doc, type, version.Glenn Morris2015-03-101-10/+8
* | New indentation option for js-modeJackson Ray Hamilton2015-03-101-0/+75
* | ruby-mode: Detect regexps after `!'Dmitry Gutov2015-03-091-1/+1
* | ruby-mode: Don't consider `=' a part of symbol when followed by `>'Dmitry Gutov2015-03-091-2/+10
* | ruby-mode: Change faces used for self, true, false and nilDmitry Gutov2015-03-081-3/+4
* | ruby-mode: Expect regexp after { or | tooNobuyoshi Nakada2015-03-081-1/+1
* | Teach js-mode about ES6 template stringsDmitry Gutov2015-03-051-0/+1
* | Merge from origin/emacs-24Paul Eggert2015-03-031-1/+1
|\ \ | |/
| * Bump python.el versionFabián Ezequiel Gallina2015-02-211-1/+1
* | Merge from origin/emacs-24Paul Eggert2015-03-031-0/+8
|\ \ | |/
| * CC Mode: Stop Font Lock forcing fontification from BOL. Fixes debbugs#19669.Alan Mackenzie2015-02-011-0/+8
* | * lisp/progmodes/gud.el: Use lexical-binding.Stefan Monnier2015-03-031-1/+1
* | Merge from origin/emacs-24Paul Eggert2015-02-253-38/+37
|\ \ | |/
| * Handle "#" operator properly inside macro. Fix coding bug.Alan Mackenzie2015-01-312-9/+18
| * Spelling fixesPaul Eggert2015-01-291-2/+2
| * python.el: Handle tabs in python-indent-dedent-line.Fabián Ezequiel Gallina2015-01-301-3/+1
| * * lisp/progmodes/python.el (python-indent-context): Respect userFabián Ezequiel Gallina2015-01-301-24/+16
* | lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Document argument.Nicolas Richard2015-02-251-4/+5
* | f90.el: add some support for continued strings without leading '&'Glenn Morris2015-02-231-3/+11
* | Introduce `xref-etags-mode'Dmitry Gutov2015-02-231-0/+23
* | Sync with upstream verilog-mode revision 0d6420bWilson Snyder2015-02-201-18/+19
* | Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.Reto Zimmermann2015-02-201-46/+227
* | f90.el: Add some F2008 keywordsGlenn Morris2015-02-191-2/+9
* | python.el: Do not deactivate mark on shell fontification.Fabián Ezequiel Gallina2015-02-161-0/+1
* | gdb-mi.el (gdb-display-io-nopopup): New defcustom.Oleh Krehel2015-02-121-1/+11