summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Show gdb-mi disassembly over trampJake Moss2022-08-291-5/+6
* | CC Mode: Remove double evaluation of self-quoting function in cc-langs.elAlan Mackenzie2022-08-271-1/+1
* | xref-matches-in-files: Use with-connection-local-variablesDmitry Gutov2022-08-271-7/+14
* | CC Mode: Fontify correctly a brace list element followed only by syntactic WSAlan Mackenzie2022-08-261-40/+42
* | Merge from origin/emacs-28Stefan Kangas2022-08-261-1/+1
|\|
| * * lisp/progmodes/etags.el (next-file): Minor doc fix.Stefan Kangas2022-08-251-1/+1
* | * lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065Stefan Monnier2022-08-251-1/+1
* | ; * lisp/progmodes/grep.el (grep-command-position): Doc fix.Eli Zaretskii2022-08-251-3/+5
* | Add a new user option grep-command-positionLars Ingebrigtsen2022-08-251-5/+19
* | Fix instrumented eval-defun not printing "Edebug:" to the echo areaDaniel Martín2022-08-251-2/+4
* | Add Python blocks support for hideshowkobarity2022-08-251-6/+51
* | Extend `hs-special-modes-alist' for languages such as Pythonkobarity2022-08-251-19/+74
* | C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctlyAlan Mackenzie2022-08-242-3/+4