summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* * elisp-mode.el: Catch errors from `documentation'Stefan Monnier2015-04-271-2/+4
* Introduce xref-prompt-for-identifierDmitry Gutov2015-04-261-1/+10
* Pass `id' to `completing-read' as def instead of initial inputDmitry Gutov2015-04-261-2/+2
* CC Mode: Do nothing in before/after-change-functions for text property changesAlan Mackenzie2015-04-211-52/+76
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-203-3/+4
* Spelling fixesPaul Eggert2015-04-191-6/+6
* Don't show both feature and function with the same nameDmitry Gutov2015-04-181-3/+7
* (elisp--xref-identifier-location): Skip variable, if it's also a functiongDmitry Gutov2015-04-181-3/+7
* * lisp/progmodes/xref.el (xref-push-marker-stack): Add optional arg.Leo Liu2015-04-171-3/+3
* Move some Elisp-specific code from lisp-mode.el to elisp-mode.elStefan Monnier2015-04-151-0/+21
* python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina2015-04-121-29/+55
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-3/+3
* * vhdl-mode.el (vhdl-prepare-search-2): Use inhibit-point-motion-hooksStefan Monnier2015-04-101-23/+4
* Stop messing with the EMACS env varStefan Monnier2015-04-091-5/+1
* python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina2015-04-091-3/+12
* python.el: Increase native completion robustnessFabián Ezequiel Gallina2015-04-091-42/+94
* 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