summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* 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
* CC Mode: Fix multiline block comments in macros.Alan Mackenzie2019-05-022-9/+60
* * lisp/progmodes/cc-engine.el: Silence minor compiler warningsStefan Monnier2019-04-301-5/+5
* * lisp/progmodes/cc-fonts.el: Silence some compiler warningsStefan Monnier2019-04-301-1/+1
* CC Mode: in certain font lock loops, check point is not beyond limit.Alan Mackenzie2019-04-301-2/+4
* python.el: Fix close paren indentation to match pep8 (Bug#20742)Tommi Komulainen2019-04-281-3/+9
* Fix slow scrolling in C++ buffers with lots of template delimiters.Alan Mackenzie2019-04-271-1/+3
* Fix the formatting of '\' (including apostrophes) in CC Mode.Alan Mackenzie2019-04-261-1/+13
* Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-251-0/+9
* Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-254-22/+56
* Fix some corner cases in the recognition of C++ raw strings.Alan Mackenzie2019-04-251-40/+42
* * lisp/progmodes/sql.elMichael R. Mauger2019-04-241-16/+30
* Fix project-find-regexp search for '--'Dmitry Gutov2019-04-251-1/+1
* Optimize for typing characters into long C++ raw strings.Alan Mackenzie2019-04-232-478/+492
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+19
|\
| * Add a package: line to c-submit-bug-report.Glenn Morris2019-04-201-1/+19
* | * lisp/progmodes/sql.el Bug#35307Michael R. Mauger2019-04-211-0/+6
* | * lisp/progmodes/sql.el Bug#24483Michael R. Mauger2019-04-211-4/+5
* | * lisp/progmodes.sql.elMichael R. Mauger2019-04-211-19/+23
* | Fix Pike Mode's autodoc doc comments style's continued lines.Alan Mackenzie2019-04-203-23/+173
* | Remove subsumed regexp branchesMattias EngdegÄrd2019-04-191-2/+2
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-192-2/+2
* | Merge from origin/emacs-26Glenn Morris2019-04-171-9/+10
|\ \ | |/
| * * lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier2019-04-141-9/+10
* | Make python-shell-prompt-block-regexp match IPython promptAndrii Kolomoiets2019-04-161-1/+1
* | Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-152-4/+7
* | Sort files in the default impl of project-files alphabeticallyDmitry Gutov2019-04-151-1/+2
* | New faces in xref (bug#23179)Juri Linkov2019-04-141-4/+15
* | * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typoAlan Mackenzie2019-04-131-1/+1
* | Implement "final" before C++ class inheritance lists.Alan Mackenzie2019-04-132-0/+20
* | Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-122-6/+6
* | Analyze C++ method with & or && ref-qualifier as defun, not brace listAlan Mackenzie2019-04-121-12/+26
* | Fix rgrep in dired using directory for search file patternChristopher Thorne2019-04-111-2/+10
* | Add extra text property to fix issue with js2-mode integrationJackson Ray Hamilton2019-04-101-4/+13