aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert some unimportant changesGerd Möllmann2022-10-181-1/+0
* Revert the escaping of symbol names in lisp filesGerd Möllmann2022-10-131-2/+2
* Can now pdumpGerd Möllmann2022-10-131-1/+1
* Don't use symbols that look package-qualifiedGerd Möllmann2022-10-101-3/+4
* Merge from origin/emacs-28Stefan Kangas2022-10-041-3/+13
|\
| * ; * lisp/progmodes/glasses.el (glasses-face): Expand the doc string.Eli Zaretskii2022-10-041-3/+13
* | CC Mode: A new operator and some new keywords for C++20Alan Mackenzie2022-10-041-5/+12
* | CC Mode: Optimize c-fontify-new-found-type and amend a debug specAlan Mackenzie2022-10-042-3/+7
* | CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan Mackenzie2022-10-042-134/+145
* | Fix the arguments in tags--compat-initializeLars Ingebrigtsen2022-10-041-2/+2
* | Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-2/+2
* | files.el (major-mode-remap-alist): New custom var (bug#58075)Stefan Monnier2022-10-031-1/+1
* | Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-1/+1
* | CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-294-135/+192
* | ; Fix typos (prefer American spelling)Stefan Kangas2022-09-291-1/+1
* | * lisp/progmodes/cc-defs.el (c-let*-maybe-max-specpdl-size): Fix glitchesAlan Mackenzie2022-09-271-2/+2
* | CC Mode: Don't bind max-specpdl-size when it doesn't exist or is obsoleteAlan Mackenzie2022-09-271-15/+30
* | CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-265-29/+226
* | hideshow.el: Improve hs-toggle-hiding behaviorkobarity2022-09-241-9/+16
* | Merge branch 'emacs-28'Stefan Monnier2022-09-241-1/+3
|\ \ | |/
| * * lisp/progmodes/hideshow.el (hs-toggle-hiding): Fix `interactive` formStefan Monnier2022-09-241-1/+3
* | CC Mode. Make AWK Mode work with electric-pair-modeAlan Mackenzie2022-09-242-22/+30
* | New Flymake backend using the shellcheck programAugusto Stoffel2022-09-241-1/+89
* | Fix syntax check in python-info-looking-at-beginning-of-defunkobarity2022-09-231-5/+5
* | Merge from origin/emacs-28Stefan Kangas2022-09-214-6/+6
|\ \ | |/
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-204-6/+6
* | Recognize the backslash operator in perl-modeMauro Aranda2022-09-201-0/+6
* | perl-mode: / is a regexp match if there's nothing before itMauro Aranda2022-09-191-0/+1
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-1/+0
* | Remap 'up-list' in python-mode-mapAugusto Stoffel2022-09-181-0/+1
* | Add new command python-shell-restartAugusto Stoffel2022-09-181-0/+20
* | ; * lisp/progmodes/cperl-mode.el: Fix typo.Stefan Kangas2022-09-161-1/+1
* | ; * lisp/progmodes/cperl-mode.el: Fix Author header.Stefan Kangas2022-09-161-3/+1
* | Delete mystery code from cperl-mode.elStefan Kangas2022-09-161-7/+0
* | Delete some commented out code in cperl-mode.elStefan Kangas2022-09-161-33/+0
* | cc-fonts.el: Eliminate an Emacs compiler warning introduced yesterday.Alan Mackenzie2022-09-161-3/+4
* | Fix cperl list indentation problemLars Ingebrigtsen2022-09-161-1/+1
* | CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-153-24/+271
* | Add consteval and constinit keywords to cc-modeEvan Klitzke2022-09-141-2/+2
* | Fix some misleading quoting in cl-caseLars Ingebrigtsen2022-09-131-2/+2
* | Prefer defvar-keymap in several casesStefan Kangas2022-09-132-8/+5
* | * lisp/progmodes/xref.el: Bump the version.Dmitry Gutov2022-09-121-1/+1
* | Fix project-remember-projects-under when recursingookami2022-09-101-9/+15
* | New function substitute-quotesStefan Kangas2022-09-101-2/+2
* | Delete many items obsolete since 24.3Stefan Kangas2022-09-094-47/+1
* | Apply syntax highlighting for all python f-stringsLaurence Warne2022-09-061-3/+14
* | Add Python import management commandsAugusto Stoffel2022-09-041-5/+265
* | Python shells dedicated to a projectAugusto Stoffel2022-09-041-24/+54
* | Make easy-mmode-defmap obsolete and adjust only callerLars Ingebrigtsen2022-09-011-136/+89
* | C++ Mode: Fontify functions correctly with commas in template expressionsAlan Mackenzie2022-08-312-15/+20