aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix minor clock skew issuesPaul Eggert2021-12-051-2/+3
* Avoid having gud bug out if `C-x C-a' has been boundLars Ingebrigtsen2021-12-042-4/+6
* Fix highlighting of "Exit*" phrases in f90-modeLars Ingebrigtsen2021-12-041-2/+4
* Revert "emacs-lisp-mode: Use error face for "/d" indicator"Eli Zaretskii2021-12-031-1/+1
* emacs-lisp-mode: Use error face for "/d" indicatorStefan Kangas2021-12-031-1/+1
* Merge from origin/emacs-28Stefan Kangas2021-12-021-1/+6
|\
| * CC Mode: Recognise "struct foo {" as introducing a type declarationAlan Mackenzie2021-12-011-1/+6
* | Merge from origin/emacs-28Stefan Kangas2021-12-011-1/+3
|\ \ | |/
| * Fix regression in gdb-frame-handlerLars Ingebrigtsen2021-11-301-1/+3
* | project-kill-buffers can display list of buffers to killMatthias Meulien2021-11-291-4/+34
* | Tighten `gnu` compile regexp furtherMattias Engdegård2021-11-241-3/+2
* | Simplify `gnu` compilation-mode regexpMattias Engdegård2021-11-221-7/+2
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-222-4/+6
* | Improve error parsing for GCC -fanalyzer outputPhilip Kaludercic2021-11-211-1/+4
* | Fix another narrow-to-defun problem in js-modeLars Ingebrigtsen2021-11-201-1/+1
* | Avoid adding duplicates to Xref historyMattias Engdegård2021-11-181-6/+16
* | Fix `narrow-to-defun' in "async function" in js-modeLars Ingebrigtsen2021-11-181-12/+20
* | ; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version...Eli Zaretskii2021-11-141-1/+1
* | ; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.Eli Zaretskii2021-11-141-1/+1
* | Fix customization group of python-forward-sexp-functionKévin Le Gouguec2021-11-141-7/+7
* | C++ Mode: Fix incoorect background fontification of <Alan Mackenzie2021-11-132-8/+26
* | Merge from origin/emacs-28Stefan Kangas2021-11-132-3/+3
|\ \ | |/
| * ; Fix typosStefan Kangas2021-11-122-3/+3
| * * lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)Juri Linkov2021-11-091-1/+1
* | Set `minibuffer-completion-*` variables locally in more placesMiha Rihtaršič2021-11-111-5/+7
* | Make the python missing-readline warning more helpfulBenj2021-11-101-1/+2
* | Make `C-c C-c' in erts-mode work with Point-Char elemsLars Ingebrigtsen2021-11-101-11/+16
* | * lisp/progmodes/prog-mode.el (prog-context-menu): Add "Go Forward".Juri Linkov2021-11-091-1/+7
* | Merge from origin/emacs-28Michael Albinus2021-11-071-1/+3
|\ \ | |/
| * Escape '%' in filenames to fix flymake warningsStefan Kangas2021-11-061-1/+3
* | Allow getting verbose results on erts 'C-u C-c C-c'Lars Ingebrigtsen2021-11-061-5/+24
* | Improve behavior of 'electric-pair-mode' in 'cc-mode'Jim Porter2021-11-061-6/+13
* | Match dummy output even with non-default rl configCarlos Pita2021-11-051-1/+1
* | Fix return value of python-nav-end-of-defunLars Ingebrigtsen2021-11-041-1/+4
* | Revert "* lisp/progmodes/xref.el (xref-pop-marker-stack): Don't obsolete."Mattias Engdegård2021-11-041-1/+1
* | ; cperl-mode.el: Fix one match-count in my commit 2021-09-14Harald Jörg2021-11-031-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-11-021-1/+1
|\ \ | |/
| * * lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.Juri Linkov2021-11-011-1/+1
* | Add highlighting of the F2008 keyword "impure"Lars Ingebrigtsen2021-10-311-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-0/+2
|\ \ | |/
| * Avoid replacing common prefix with ellipsisCarlos Pita2021-10-301-0/+2
* | Put missing c-keep-region-active's into the source codeAlan Mackenzie2021-10-281-11/+14
* | Allow matching non-.git gitlab and gitea URLs in bug-referenceMiha Rihtaršič2021-10-271-2/+2
* | CC Mode: minor amendments more accurately to handle virtual semicolons, etc.Alan Mackenzie2021-10-261-2/+6
* | * lisp/progmodes/cc-engine.el (c-fontify-new-found-type): Declare near BO FileAlan Mackenzie2021-10-261-0/+1
* | * lisp/progmodes/xref.el (xref-pop-marker-stack): Don't obsolete.Mattias Engdegård2021-10-261-1/+1
* | Rename `xref-pop-marker-stack` to `xref-go-back` (bug#38797)Mattias Engdegård2021-10-253-10/+12
* | Add the "always" zsh builtin to zsh modeLars Ingebrigtsen2021-10-251-1/+2
* | Add xref forward history (bug#38797)Mattias Engdegård2021-10-252-37/+59
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-244-22/+362