summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* cperl-mode: Correctly syntax highlight index/value array slicesE. Choroba2020-12-251-1/+1
* CC Mode: introduce a new cache for brace structures. This fixes bug #45248Alan Mackenzie2020-12-242-100/+266
* (ruby-mode-set-encoding): Use 'save-restriction'Dmitry Gutov2020-12-221-17/+18
* Make python-mode fontify more assignment statementsDario Gjorgjevski2020-12-211-27/+69
* Generic-ify xref-location-columnDmitry Gutov2020-12-211-2/+6
* De-duplicate lines in Xref buffersJuri Linkov2020-12-211-4/+18
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-7/+6
* Jamie Beardslee <beardsleejamie@gmail.com>Dmitry Gutov2020-12-201-0/+9
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-193-3/+4
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-194-6/+11
* Document that flymake-diag-region saves match dataJoão Távora2020-12-181-1/+1
* * lisp/progmodes/which-func.el (which-func-update): Bind `non-essential`Stefan Monnier2020-12-181-3/+4
* Save match data in flymake-diag-region (bug#29193)João Távora2020-12-181-34/+34
* flymake-diag-region: Fix the recent test breakageDmitry Gutov2020-12-181-1/+2
* CPerl-mode: don't treat <<>> as starting a here-docHarald Jörg2020-12-161-1/+2
* Update short docs in cperl-modeE. Choroba2020-12-161-3/+7
* (flymake-diag-region): Fall back to (end-of-thing 'symbol)Dmitry Gutov2020-12-161-1/+2
* Merge from origin/emacs-27Glenn Morris2020-12-151-1/+1
|\
| * Fix point location when completing in gdb-mi.elEli Zaretskii2020-12-141-1/+1
* | Fix setting breakpoints in "M-x gdb" when a source file is missingEli Zaretskii2020-12-151-15/+18
* | CC Mode: Optimize for scrolling large buffers containing few bracesAlan Mackenzie2020-12-153-119/+212
* | Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-142-57/+67
* | Optimise c-parse-state for large buffers with few (if any) braces.Alan Mackenzie2020-12-141-15/+22
* | Fix narrow-to-defun in python-modeTomas Nordin2020-12-141-4/+11
* | Prefer setq to set+quoteStefan Kangas2020-12-141-1/+1
* | ; * lisp/progmodes/project.el (project-switch-use-entire-map): TypoMattias Engdegård2020-12-141-1/+1
* | Inhibit quit in ElDoc timer functions (bug#45117)João Távora2020-12-131-2/+3
* | Remove the duplication from project-switch-commands's configDmitry Gutov2020-12-131-19/+65
* | Bump project.el versionDmitry Gutov2020-12-131-1/+1
* | * lisp/emacs-lisp/bytecomp.el: Allow a nil destination fileStefan Monnier2020-12-121-5/+1
* | Fix BSD .include etc syntax in MakefilesLars Ingebrigtsen2020-12-121-12/+18
* | CC Mode: Handle several K&R parameters per declarationAlan Mackenzie2020-12-121-28/+32
* | Prefer setq-local in python.elStefan Kangas2020-12-121-79/+71
* | ; cperl-mode: Eliminate fallbacks if font-lock isn't loadedHarald Jörg2020-12-111-38/+7
* | Clarify fortran-beginning-of-subprogram doc string after changeLars Ingebrigtsen2020-12-111-1/+2
* | * lisp/progmodes/python.el: Bump version.Stefan Kangas2020-12-111-1/+1
* | Remove some ancient Emacs compat code from cperl-modeStefan Kangas2020-12-101-4/+0
* | Prefer setq-local in cperl-mode.elStefan Kangas2020-12-101-79/+78
* | * lisp/progmodes/xref.el: Bump the version.Dmitry Gutov2020-12-091-1/+1
* | Allow specifying the project to switch to programmaticallyDmitry Gutov2020-12-091-5/+7
* | Add missing defcustom keywords to new variablesDmitry Gutov2020-12-091-2/+6
* | Support highlighting of ripgrep output (bug#44983)Juri Linkov2020-12-091-2/+2
* | Stricter gradle-kotlin message patternMattias Engdegård2020-12-091-5/+14
* | Include the keymap in the gud-mode doc stringLars Ingebrigtsen2020-12-091-1/+5
* | `pdb' doc string clarificationLars Ingebrigtsen2020-12-091-1/+1
* | Fix mark-defun in fortran-modeLars Ingebrigtsen2020-12-091-18/+24
* | Prefer setq-local in some remaining progmodesStefan Kangas2020-12-094-36/+36
* | Prefer setq-local in gdb-mi.elStefan Kangas2020-12-091-22/+17
* | Prefer setq-local in etags.elStefan Kangas2020-12-091-41/+36
* | Prefer setq-local in cfengine.elStefan Kangas2020-12-091-24/+22