aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle connection-local null-device and path-separator variablesMichael Albinus2020-11-211-56/+90
* Don't quote lambda in idlwave.elStefan Kangas2020-11-201-2/+2
* Remove XEmacs compat code from idlw-shell.elStefan Kangas2020-11-201-25/+5
* Remove Emacs 20 compat code from idlwave.elStefan Kangas2020-11-201-38/+19
* Remove some compat code for old versions and XEmacsStefan Kangas2020-11-192-9/+0
* Add new variable cperl-tags-file-nameStefan Kangas2020-11-191-1/+4
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-194-23/+18
* * lisp/progmodes/cperl-mode.el: Doc fix.Stefan Kangas2020-11-191-2/+0
* Remove unnecessary load from idlwaveStefan Kangas2020-11-192-23/+19
* Turn gdb-wait-for-pending into a plain functionMattias Engdegård2020-11-181-15/+12
* Remove redundant 'function's around lambdasStefan Kangas2020-11-173-91/+80
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-172-2/+2
* Merge from origin/emacs-27Glenn Morris2020-11-161-1/+1
|\
| * * lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexpAlan Mackenzie2020-11-151-1/+1
* | Reformat comment for 'gnu' compilation ruleMattias Engdegård2020-11-151-33/+34
* | * lisp/progmodes/xref.el (xref-goto-xref): Prefix arg quits the *xref* buffer.Juri Linkov2020-11-141-3/+3
* | Don't quote lambdas in several placesStefan Kangas2020-11-141-26/+26
* | project-or-external-find-file doc string fixLars Ingebrigtsen2020-11-141-2/+1
* | Don't quote lambdas in several placesStefan Kangas2020-11-121-17/+16
* | vhdl-mode: remove minor obstacle to static checkingMattias Engdegård2020-11-121-7/+4
* | Clarify project-find-file doc stringLars Ingebrigtsen2020-11-121-2/+1
* | Remove redundant installation instructionsStefan Kangas2020-11-122-15/+1
* | * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.Stefan Kangas2020-11-121-1/+1
* | Fix python-font-lock-keywords-maximum-decoration performance regressionDario Gjorgjevski2020-11-111-11/+8
* | Fix font lock of assignments with type hints in PythonDario Gjorgjevski2020-11-111-6/+10
* | CC Mode: fix many compiler warnings which would appear with lexical bindingAlan Mackenzie2020-11-095-54/+33
* | Make the SHOW parameter work again in `run-python'Lars Ingebrigtsen2020-11-091-1/+1
* | cperl-mode: Indentation of ')' follows customisationHarald Jörg2020-11-091-0/+1
* | * lisp/progmodes/project.el: Don't truncate the saved project list.Juri Linkov2020-11-081-1/+3
* | Fix javac message parsing column number off-by-oneMattias Engdegård2020-11-061-10/+13
* | Change the default value of gdb-mi-decode-strings to t (bug#44173)Mattias Engdegård2020-11-061-1/+1
* | * lisp/progmodes/project.el (project--files-in-directory): Fix formattingManuel Uberti2020-11-041-2/+2
* | Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-041-2/+2
* | * lisp/progmodes/tcl.el: Use lexical-bindingStefan Monnier2020-11-031-41/+30
* | cperl-mode: Fix indentation for Emacs 26Harald Jörg2020-11-031-0/+3
* | Merge from origin/emacs-27Glenn Morris2020-11-021-2/+3
|\ \ | |/
| * CC Mode: Only recognize foo (*bar) as a function pointer when followed by (Alan Mackenzie2020-10-281-2/+3
* | Fix Elisp's elisp--documentation-one-liner (bug#43609)João Távora2020-11-021-6/+7
* | Reimplement commit 46b3db5579e57b9daf16667914205adc99d3f104 (bug#44294)Juri Linkov2020-10-311-9/+6
* | Parse GDB/MI results directly instead of going via JSON (bug#44173)Mattias Engdegård2020-10-311-142/+176
* | Make hideshow.el work with Mhtml modeThien-Thi Nguyen2020-10-301-1/+4
* | Bring back elisp-eldoc-documentation-function, marked obsoleteJoão Távora2020-10-301-0/+24
* | * lisp/simple.el (blink-matching-open): Fix bug#37127Stefan Monnier2020-10-301-7/+0
* | Tweak previous python-mode region fixLars Ingebrigtsen2020-10-301-1/+12
* | Fix fontifying of ::= in MakefilesLars Ingebrigtsen2020-10-301-1/+3
* | Suppress a misleading message when closing a paren in a regexHarald Jörg2020-10-301-0/+7
* | Tweak the gdb-mi error messageLars Ingebrigtsen2020-10-301-2/+4
* | * lisp/progmodes/tcl.el: Better match Tcl string formation rules (bug#39277)Stefan Monnier2020-10-291-1/+57
* | Widen buffer before going to point found by xref-find-definitions (bug#44294)Juri Linkov2020-10-292-4/+11
* | Tweak how `C-c C-r' computes the region in python-modeLars Ingebrigtsen2020-10-271-5/+1