summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Prefer directed to neutral quotesPaul Eggert2015-08-2420-114/+116
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-233-7/+8
* python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina2015-08-231-10/+13
* python.el: Defer shell setup code until first interactive promptFabián Ezequiel Gallina2015-08-231-5/+38
* python.el: Fix completion for pdb interactionsFabián Ezequiel Gallina2015-08-231-127/+139
* python.el: Fix prompt detection with user overridden interpreterFabián Ezequiel Gallina2015-08-231-2/+4
* python.el: fallback completion, ffap and eldoc setup enhancementsFabián Ezequiel Gallina2015-08-221-58/+67
* ; python.el: Fix typo for previous commitFabián Ezequiel Gallina2015-08-221-1/+1
* python.el: Increase native completion robustness.Fabián Ezequiel Gallina2015-08-221-33/+60
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-2113-52/+52
* ; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina2015-08-211-0/+4
* ; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina2015-08-211-1/+3
* python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina2015-08-211-29/+57
* ; python.el: Bump version to 25.1Fabián Ezequiel Gallina2015-08-211-2/+3
* python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina2015-08-211-88/+119
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-212-7/+8
* * lisp/progmodes/js.el (js-mode): Don't eagerly syntax propertize.Stefan Monnier2015-08-211-2/+3
* Generalize prettify-symbols to arbitrary modesTassilo Horn2015-08-211-16/+31
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-207-16/+16
* Handling of `c-parse-state'. Fix low level bug.Alan Mackenzie2015-08-201-4/+8
* Make electric-pair-mode, delete-selection-mode and CC Mode cooperate.Alan Mackenzie2015-08-191-3/+12
* Spelling fixesPaul Eggert2015-08-161-4/+4
* Update verilog-mode.el to 2015-05-14-6232468-vpo-GNU.Wilson Snyder2015-08-161-1344/+1378
* Fix "\`" confusion in Lisp stringsPaul Eggert2015-08-151-4/+4
* Don't miss warnings about removing string text properties while dumpingEli Zaretskii2015-08-141-2/+2
* * lisp/progmodes/sh-script.el (sh-mode): Handle .cshrc (bug#21049)Stefan Monnier2015-08-131-1/+1
* * lisp/progmodes/compile.el: Assume 8-wide TABs (bug#21038)Magnus Henoch2015-08-131-2/+4
* xref-find-definitions: Exclude more generic function items.Stephen Leake2015-08-131-37/+78
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-124-130/+181
* ; python.el: Emacs 24.x compatibility fixesFabián Ezequiel Gallina2015-08-111-0/+12
* elisp--xref-find-definitions handle cl-defstuct default constructorStephen Leake2015-08-112-6/+34
* Rewrite elisp--xref-find-definitions to handle many more cases; add tests.Stephen Leake2015-08-101-55/+113
* Fix "Invalid search bound (wrong side of point)" in fontification.Alan Mackenzie2015-08-101-0/+1
* ; Fix xref--show-location, after regression in ee50e62Dmitry Gutov2015-08-101-11/+12
* Add project-vc-search-path and project-vc-ignoresDmitry Gutov2015-08-102-8/+38
* Fix some confusion with ‘format’Paul Eggert2015-08-053-6/+4
* Preserve window point in xref-find-definitions-other-windowDmitry Gutov2015-08-051-21/+26
* * lisp/progmodes/project.el: Add a paragraph to the front matter.Dmitry Gutov2015-08-051-0/+4
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-045-13/+15
* Add a second argument to project-ignoresDmitry Gutov2015-08-023-14/+18
* Don't pass NOVISIT to find-fileDmitry Gutov2015-08-011-1/+1
* Ignore buffer restriction for tags-loop-evalDmitry Gutov2015-08-011-1/+3
* Don't overflow if computing approximate percentagePaul Eggert2015-07-315-13/+14
* Rename project-directories to project-rootsDmitry Gutov2015-07-313-44/+41
* ; xref-find-regexp: (require 'grep), for grep-read-filesDmitry Gutov2015-07-221-0/+1
* Add new xref-query-replace commandDmitry Gutov2015-07-211-6/+72
* ; Fix a typoDmitry Gutov2015-07-211-1/+1
* Do not corrupt grep-find-ignored-filesDmitry Gutov2015-07-201-2/+2
* Add xref-match-item, and use itDmitry Gutov2015-07-201-34/+73
* Rename xref--xref to xref-itemDmitry Gutov2015-07-201-9/+13