summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Undo ill-advised changeDmitry Gutov2015-12-301-1/+1
* Unbreak completion in python-mode buffersDmitry Gutov2015-12-301-1/+3
* Spelling fixPaul Eggert2015-12-281-1/+1
* ; * lisp/progmodes/project.el: Update TODODmitry Gutov2015-12-291-3/+13
* Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie2015-12-281-0/+8
* Rename project-library-roots to project-external-rootsDmitry Gutov2015-12-284-81/+112
* Document changes in Shell-script modeEli Zaretskii2015-12-261-2/+8
* Fix bug #18588 by making bug-reference-bug-regexp more lenientTom Tromey2015-12-221-1/+1
* Fix a coding error in c-forward-<>-arglist-recur. Fixes bug#22156Alan Mackenzie2015-12-221-11/+11
* Fix invocation of Python and Guile interpreters from gdb-miEli Zaretskii2015-12-161-13/+24
* Document new features of Prettify ModeEli Zaretskii2015-12-121-6/+6
* Document multi-mode indentation facilitiesEli Zaretskii2015-12-121-27/+29
* APPEND etags--xref-backend to xref-backend-functionsDmitry Gutov2015-12-021-2/+3
* Don't mistake certain JS method calls for keywordsDmitry Gutov2015-12-011-0/+1
* Spelling and grammar fixesPaul Eggert2015-11-292-2/+2
* Make lisp-completion-at-point a wrapper instead of an aliasDmitry Gutov2015-11-301-2/+3
* Autoload etags when using its xref backendDmitry Gutov2015-11-272-3/+4
* Use find-tag-default for xref-backend-identifier-at-pointDmitry Gutov2015-11-261-6/+10
* CC Mode: Eliminate compiler warning messages.Alan Mackenzie2015-11-243-10/+17
* CC Mode: eliminate almost all byte compilation warningsAlan Mackenzie2015-11-243-46/+49
* Don't use package-user-dir in elisp-library-roots if it's not boundDmitry Gutov2015-11-241-2/+3
* Expunge occurrences of `setq' with an odd number of arguments.Alan Mackenzie2015-11-231-1/+1
* Adhere closer to the "implicit tag name" definitionDmitry Gutov2015-11-221-15/+12
* Add xref--etags-backend to xref-backing-functions using add-hookDmitry Gutov2015-11-212-4/+5
* Quote symbols in docstrings using `'Paul Eggert2015-11-182-3/+3
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-1721-88/+88
* Improve doc stringStephen Leake2015-11-171-2/+3
* Recognize .rbw and .pyw files (bug#18753)Vasily Korytov2015-11-162-2/+2
* Fix ruby-mode auto-mode-alist entryDmitry Gutov2015-11-161-1/+2
* Fix etags completion near eobDmitry Gutov2015-11-161-1/+2
* De-pessimize detection of C++ member initialization lists.Alan Mackenzie2015-11-151-35/+54
* Improve a few doc strings, commentsStephen Leake2015-11-151-0/+1
* ; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren2015-11-151-2/+1
* Improve Ruby 1.9-style keyword keys highlightingDmitry Gutov2015-11-151-2/+3
* Unify the absolutely equal xref-backend-references implementationsDmitry Gutov2015-11-153-23/+12
* Update project-find-regexp for the new xref APIDmitry Gutov2015-11-152-3/+3
* Fix replacing a match with a shorter stringDmitry Gutov2015-11-151-7/+10
* * lisp/progmodes/xref.el (xref-pop-marker-stack): Downgrade errorsArtur Malabarba2015-11-141-2/+2
* ; Update xref-etags-mode for the latest changeDmitry Gutov2015-11-141-8/+3
* Use generic dispatch for xref backendsDmitry Gutov2015-11-143-73/+88
* Handle multiple matches on the same line; add highlightingDmitry Gutov2015-11-141-21/+23
* Replace xref-match-bounds with xref-match-lengthDmitry Gutov2015-11-141-52/+47
* * lisp/progmodes/elisp-mode.el: Declare function `project-roots'Juanma Barranquero2015-11-131-0/+1
* CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-112-22/+58
* Spelling fixesPaul Eggert2015-11-101-1/+1
* ; project-library-roots-function: Update the FIXMEDmitry Gutov2015-11-101-2/+3
* * lisp/progmodes/project.el: Update Commentary.Dmitry Gutov2015-11-101-1/+2
* Merge branch 'project-next'Dmitry Gutov2015-11-104-147/+178
|\
| * Fold `project-ask-user' into `project-current'Dmitry Gutov2015-11-103-16/+22
| * Remove dirs in vc project roots from the the vc project library rootsDmitry Gutov2015-11-081-6/+9