aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ; project-library-roots: Update docstringDmitry Gutov2015-11-081-3/+3
| * Move and rename xref-find-regexp to the project packageDmitry Gutov2015-11-082-44/+69
| * Abolish temporary buffer management for xrefDmitry Gutov2015-11-061-41/+6
| * Rename "search path" to "library roots"Dmitry Gutov2015-11-064-52/+84
* | Ensure redisplay after evaluationEli Zaretskii2015-11-061-11/+3
* | Ensure redisplay after "C-x C-e"Eli Zaretskii2015-11-061-4/+11
|/
* * lisp/progmodes/xref.el: require semantic/symref during compilation.Stephen Leake2015-11-061-0/+3
* * lisp/progmodes/xref.el: Doc fixesJuanma Barranquero2015-11-041-6/+6
* * lisp/progmodes/f90.el (f90-no-block-limit):Glenn Morris2015-11-011-1/+1
* Fix bug#21762Juanma Barranquero2015-11-011-2/+2
* Add JSX indentation via js-jsx-mode. (Bug#21799)Jackson Ray Hamilton2015-10-311-0/+221
* Fix infinite loop in sh-script's SMIE codeTassilo Horn2015-10-261-4/+5
* * lisp/progmodes/grep.el (grep): Doc fix. (Bug#21754)Eli Zaretskii2015-10-251-8/+11
* js-mode: Don't misindent generator methodsDmitry Gutov2015-10-151-3/+10
* * lisp/progmodes/cc-mode.el (c-after-font-lock-init): Only *move*Stefan Monnier2015-10-091-2/+3
* * lisp/progmodes/prolog.el: Avoid indenting too much, after ":-"Stefan Monnier2015-10-091-1/+10