summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix TODO to convert defvar with leading '*' to defcustomStefan Kangas2019-06-091-1/+1
* ; Fix recent maintainer header removalsGlenn Morris2019-06-086-0/+6
* Remove retired maintainers from commentsPaul Eggert2019-06-046-7/+0
* Specify the matching chars for JSX open/close parenthesisJackson Ray Hamilton2019-06-041-2/+4
* Revert "Add extra text property to fix issue with js2-mode integration"Jackson Ray Hamilton2019-06-041-13/+4
* Change default offset of CC Mode syntactic symbol inlambda to 0Alan Mackenzie2019-06-021-1/+1
* Debug and disentangle the literal cacheing in CC ModeAlan Mackenzie2019-06-012-33/+24
* * lisp/progmodes/cc-engine.el: Permute certain literal cacheing functionsAlan Mackenzie2019-06-011-271/+276
* Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literalAlan Mackenzie2019-06-013-120/+227
* Optimize one of CC Mode's syntax caches for long comments and strings.Alan Mackenzie2019-05-302-36/+85
* Rename xref-refresh-results to xref-revert-bufferDmitry Gutov2019-05-301-2/+2
* New command ruby-find-library-fileDmitry Gutov2019-05-301-0/+23
* ; Remove unused piece of code and update a docstringDmitry Gutov2019-05-301-3/+1
* * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-0/+3
* Update author/maintainer infoPaul Eggert2019-05-2611-16/+16
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-2611-11/+0
* ; Minor docstring changeDmitry Gutov2019-05-261-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-2521-0/+21
* ; xref--create-fetcher: Add some further clarificationDmitry Gutov2019-05-261-0/+6
* Expand some xref documentationDmitry Gutov2019-05-261-2/+23
* Rename xref--revert-xref-buffer to xref-refresh-resultsDmitry Gutov2019-05-251-2/+3
* Support reverting in xref-find-definitions results as wellDmitry Gutov2019-05-251-29/+36
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsDmitry Gutov2019-05-2425-88/+22
|\
| * C Mode: Fix indentation of DEFUN's function's argument list.Alan Mackenzie2019-05-211-6/+6
| * Revert recent project-find-file changeStephen Leake2019-05-201-2/+2
| * CC Mode: Remove unused code from c-maybe-re-mark-raw-stringAlan Mackenzie2019-05-201-58/+13
| * Fixes for "Maintainer:" and related linesPaul Eggert2019-05-1922-22/+1
* | Support "reverting" Xref buffers (bug#35702)Dmitry Gutov2019-05-242-13/+50
* | Make xref-find-definitions more customizableDmitry Gutov2019-05-231-11/+17
* | Separate xref-find-definitions' behavior from other commandsDmitry Gutov2019-05-231-16/+25
|/
* Minor updates to project.elStephen Leake2019-05-191-3/+3
* * lisp/progmodes/hideshow.el: Simplify mouse binding; Use lexical-bindingStefan Monnier2019-05-191-35/+24
* CC Mode: Handle several consecutive noise macros in declaration contexts.Alan Mackenzie2019-05-181-4/+53
* Add docstring to project--read-file-cpd-relativeBasil L. Contovounesios2019-05-161-0/+4
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-158-30/+33
* CC Mode: fix indentation in switch statement after "case a(1):".Alan Mackenzie2019-05-152-2/+35
* * lisp/progmodes/project.el (project-read-file-name-function): Fix type.Juri Linkov2019-05-141-5/+6
* Allow customizing the display of project file names when readingDmitry Gutov2019-05-141-42/+53
* Optimize CC Mode a bit for repetitive insertion and replace-regexpAlan Mackenzie2019-05-102-74/+186
* * lisp/progmodes/flymake.el: Obsolete variable flymake-start-on-newlineJuri Linkov2019-05-071-17/+9
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsWilson Snyder2019-05-061-0/+3
|\
| * c-beginning-of-statement-1: Handle syntactic WS macros properly.Alan Mackenzie2019-05-061-0/+3
* | Fix verilog-mode module backticks; whitespace from prev commits.Wilson Snyder2019-05-061-11/+11
|/
* * lisp/progmodes/flymake.el (flymake-start): Check for flymake-mode.Juri Linkov2019-05-051-1/+2
* * lisp/progmodes/flymake.el: Rename flymake-start-on-newline (bug#34294)Juri Linkov2019-05-051-16/+19
* xref--find-ignores-arguments: Return "" if IGNORES is nilDmitry Gutov2019-05-031-1/+2
* Allow project-find-regexp'ing inside an ignored dirDmitry Gutov2019-05-031-1/+1
* (xref--mouse-2): Fix not to jump to the next lineDmitry Gutov2019-05-031-1/+2
* Fix an "empty identifier" problemDmitry Gutov2019-05-031-12/+17
* Fix fontification of first item in CC Mode macro without parenthesesAlan Mackenzie2019-05-022-22/+67