summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* CC Mode: Optimize font-locking stanzas for long raw strings.Alan Mackenzie2022-08-062-39/+49
* Fontify python escape sequences in literalslWarne2022-08-061-2/+54
* Drop support for XEmacs package func-menu from idlwaveStefan Kangas2022-08-061-12/+3
* Fix namespace problems in xscheme.elStefan Kangas2022-08-051-10/+13
* Make two perl-mode aliases obsoleteStefan Kangas2022-08-051-2/+3
* Whitespace fix in gdb-mi.elStefan Kangas2022-08-041-2/+2
* ; * lisp/progmodes/meta-mode.el: Delete some commented out code.Stefan Kangas2022-08-041-13/+0
* Fix namespace problem in meta-mode.elStefan Kangas2022-08-041-4/+7
* Rename pod2man-program to cperl-pod2man-programStefan Kangas2022-08-041-3/+4
* Omit some (current-time) callsPaul Eggert2022-08-011-2/+1
* Remove some leftover compat code from ps-printStefan Kangas2022-07-311-2/+2
* Delete additional items obsolete since 20, 21 and 22Stefan Kangas2022-07-311-3/+0
* Fix remaining byte-compile warnings in loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* Fix loaddefs byte-compile warnings from grep.elLars Ingebrigtsen2022-07-311-0/+2
* Reformulate compile-command conditionLars Ingebrigtsen2022-07-311-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-301-3/+7
|\
| * CC Mode: fontify variables/functions after line comments ending in spacesAlan Mackenzie2022-07-291-3/+7
* | Fix comment/else indentation problem in python-modeStephen Berman2022-07-271-1/+2
* | CC Mode: correct the calculation and handling of c-use-category.Alan Mackenzie2022-07-261-26/+33
* | string-equal-ignore-case: new functionSam Steingold2022-07-262-5/+2
* | Clean up more robustly in compile.elJoão Távora2022-07-251-15/+16
* | * lisp/progmodes/xref.el: Bump the version.Dmitry Gutov2022-07-231-1/+1
* | Support new "binary file matches" format in Ripgrep 13Dmitry Gutov2022-07-231-1/+2
* | Use `ash` instead of `lsh` in verilog-mode (bug#56641)Mattias Engdegård2022-07-231-2/+2
* | Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-2/+5
* | Merge from origin/emacs-28Stefan Kangas2022-07-231-5/+0
|\|
| * * lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.Stefan Kangas2022-07-211-5/+0
* | * lisp/progmodes/verilog-mode.el (verilog-surelint-off): Silence warningStefan Monnier2022-07-211-1/+3
* | (compilation-parse-errors-function): Remove obsolete varStefan Monnier2022-07-214-142/+72
* | Remove superfluous installation instructionsStefan Kangas2022-07-211-1/+0
* | Prefer defvar-keymap in some trivial casesStefan Kangas2022-07-201-1/+1
* | Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-13/+16
* | Merge from origin/emacs-28Stefan Kangas2022-07-143-4/+4
|\|
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-133-4/+4
| * * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nilAlan Mackenzie2022-07-021-37/+38
* | Prefer :risky defcustom keywordStefan Kangas2022-07-111-2/+2
* | Delete obsolete variable tooltip-use-echo-areaStefan Kangas2022-07-091-5/+2
* | * lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.Juri Linkov2022-07-081-0/+7
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-088-44/+1
* | Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-064-10/+9
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* | Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-3/+3
* | Send region to the subshell specified by the current file interpreterDavide Masserut2022-07-061-11/+14
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* | Remove some useless `eval-when-compile`Mattias Engdegård2022-07-041-22/+19
* | * lisp/progmodes/ebrowse.el (ebrowse-tree-mode): Fix typo.Stefan Kangas2022-07-041-1/+1
* | Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-035-15/+16
* | Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-7/+18
* | Merge from origin/emacs-28Stefan Kangas2022-07-031-10/+13
|\|
| * CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.Alan Mackenzie2022-07-021-10/+13