summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* CC Mode: Fix error in cache handling. This fixes bug #43481Alan Mackenzie2020-11-261-1/+1
* CC Mode. Fix an off by one error. Fixes bug #41809Alan Mackenzie2020-11-241-2/+2
* * lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexpAlan Mackenzie2020-11-151-1/+1
* CC Mode: Only recognize foo (*bar) as a function pointer when followed by (Alan Mackenzie2020-10-281-2/+3
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-026-12/+14
* 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-10-011-1/+1
* C++ Mode: handle comma separated brace initializers.Alan Mackenzie2020-09-042-18/+49
* CC Mode: Fix processing for when c-multiline-string-start-char is a characterAlan Mackenzie2020-08-291-3/+3
* ; spelling fixesPaul Eggert2020-08-131-1/+1
* Consistently stylize eldoc as ElDoc in proseBasil L. Contovounesios2020-07-101-4/+4
* Fix ACTION argument of 'display-buffer' call in gud.elRichard Kim2020-06-281-3/+3
* CC Mode: Fix bug #39972, by fixing c-display-defun-name for nested defunsAlan Mackenzie2020-05-221-1/+1
* Fix docstring of flymake-make-diagnostic (bug#40351)João Távora2020-05-121-3/+4
* Fix references to Speedbar in VHDL modeBjörn Holby2020-05-081-1/+1
* Expand file name for remote dirs as wellDmitry Gutov2020-04-291-8/+6
* Fix project.el commands in "transient" projectsEli Zaretskii2020-04-291-17/+21
* Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-142-3/+3
* Fix 'flymake-show-diagnostics-buffer' when line numbers are displayedEli Zaretskii2020-04-131-29/+36
* Do setup Flymake in file-less Elisp buffersJoão Távora2020-04-121-3/+3
* Handle project--files-in-directory finding no files betterDmitry Gutov2020-03-302-0/+3
* Improve documentation of project.el commandsEli Zaretskii2020-03-211-4/+7
* * lisp/progmodes/cc-defs.el (c-version): update to 5.34.1 for Emacs 27.1Alan Mackenzie2020-03-141-1/+1
* CC Mode: Fix the handling of two adjacent after-change-functionses.Alan Mackenzie2020-03-041-7/+6
* Don't misinterpret doc string as initial valueMattias Engdegård2020-03-041-1/+1
* CC Mode: Protect against consecutive calls to before-change-functions ...Alan Mackenzie2020-02-231-17/+30
* Java Mode: Fix fontification of variable decl inside `for'Alan Mackenzie2020-02-231-1/+1
* CC Mode: Fontify foo in "const auto foo :" correctlyAlan Mackenzie2020-02-231-4/+24
* Fix broken regexpsMattias Engdegård2020-02-202-2/+2
* Make OMake support slightly less expensive (bug#39595)Mattias Engdegård2020-02-171-3/+3
* Speed up 'msft' and 'watcom' compilation error regexpsMattias Engdegård2020-02-171-2/+2
* Speed up 'maven' compilation error message regexpMattias Engdegård2020-02-171-4/+16
* Amend c-backward-sws better to handle multiline block commentsAlan Mackenzie2020-02-161-8/+27
* Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-162-56/+38
* Remove redundant 'msft' compilation error rule (bug#39595)Mattias Engdegård2020-02-141-7/+0
* c-end-of-macro: Handle block coment lines with unescaped NLs correctlyAlan Mackenzie2020-02-102-8/+28
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-092-2/+2
* ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix commentary.Eli Zaretskii2020-01-311-1/+1
* Protect against errors in gdb-mi.el handlersYuan Fu2020-01-311-1/+4
* Allow exiting the Python interpreter of a GDB sessionEli Zaretskii2020-01-311-2/+4
* Finish the documentation for c-noise-macro-{,with-parens-}names.Alan Mackenzie2020-01-271-4/+11
* Objective C Mode: Make c-forward-type work with "unsigned long", etc.Alan Mackenzie2020-01-261-3/+2
* Prefer saying "Info manual" to "info page" in docsStefan Kangas2020-01-231-1/+1
* Remove some doc references to old Emacs versionsStefan Kangas2020-01-181-1/+1
* Honor tags-case-fold-search during xref identifer completionDmitry Gutov2020-01-182-11/+20
* ; Unmaintain fortran elispGlenn Morris2020-01-152-2/+2
* f90: handle F2008 module functionGlenn Morris2020-01-151-5/+12
* Always use lexical-binding in lisp-interaction-mode (bug#38835)Mattias Engdegård2020-01-131-1/+2
* flymake: fix typo in variable binding (bug#38752)Mattias Engdegård2020-01-101-1/+1
* Objective C Mode imenu: cease recognizing "functions" within comments, etc.Alan Mackenzie2020-01-071-48/+50
* xref-matches-in-files: Big Tramp speed-upDmitry Gutov2020-01-071-1/+9