index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
CC Mode: Optimize font-locking stanzas for long raw strings.
Alan Mackenzie
2022-08-06
2
-39
/
+49
*
Fontify python escape sequences in literals
lWarne
2022-08-06
1
-2
/
+54
*
Drop support for XEmacs package func-menu from idlwave
Stefan Kangas
2022-08-06
1
-12
/
+3
*
Fix namespace problems in xscheme.el
Stefan Kangas
2022-08-05
1
-10
/
+13
*
Make two perl-mode aliases obsolete
Stefan Kangas
2022-08-05
1
-2
/
+3
*
Whitespace fix in gdb-mi.el
Stefan Kangas
2022-08-04
1
-2
/
+2
*
; * lisp/progmodes/meta-mode.el: Delete some commented out code.
Stefan Kangas
2022-08-04
1
-13
/
+0
*
Fix namespace problem in meta-mode.el
Stefan Kangas
2022-08-04
1
-4
/
+7
*
Rename pod2man-program to cperl-pod2man-program
Stefan Kangas
2022-08-04
1
-3
/
+4
*
Omit some (current-time) calls
Paul Eggert
2022-08-01
1
-2
/
+1
*
Remove some leftover compat code from ps-print
Stefan Kangas
2022-07-31
1
-2
/
+2
*
Delete additional items obsolete since 20, 21 and 22
Stefan Kangas
2022-07-31
1
-3
/
+0
*
Fix remaining byte-compile warnings in loaddefs.el
Lars Ingebrigtsen
2022-07-31
1
-0
/
+1
*
Fix loaddefs byte-compile warnings from grep.el
Lars Ingebrigtsen
2022-07-31
1
-0
/
+2
*
Reformulate compile-command condition
Lars Ingebrigtsen
2022-07-31
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-30
1
-3
/
+7
|
\
|
*
CC Mode: fontify variables/functions after line comments ending in spaces
Alan Mackenzie
2022-07-29
1
-3
/
+7
*
|
Fix comment/else indentation problem in python-mode
Stephen Berman
2022-07-27
1
-1
/
+2
*
|
CC Mode: correct the calculation and handling of c-use-category.
Alan Mackenzie
2022-07-26
1
-26
/
+33
*
|
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
2
-5
/
+2
*
|
Clean up more robustly in compile.el
João Távora
2022-07-25
1
-15
/
+16
*
|
* lisp/progmodes/xref.el: Bump the version.
Dmitry Gutov
2022-07-23
1
-1
/
+1
*
|
Support new "binary file matches" format in Ripgrep 13
Dmitry Gutov
2022-07-23
1
-1
/
+2
*
|
Use `ash` instead of `lsh` in verilog-mode (bug#56641)
Mattias Engdegård
2022-07-23
1
-2
/
+2
*
|
Fix Python navigation problem with a line continuation using backslash
kobarity
2022-07-23
1
-2
/
+5
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-23
1
-5
/
+0
|
\
|
|
*
* lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.
Stefan Kangas
2022-07-21
1
-5
/
+0
*
|
* lisp/progmodes/verilog-mode.el (verilog-surelint-off): Silence warning
Stefan Monnier
2022-07-21
1
-1
/
+3
*
|
(compilation-parse-errors-function): Remove obsolete var
Stefan Monnier
2022-07-21
4
-142
/
+72
*
|
Remove superfluous installation instructions
Stefan Kangas
2022-07-21
1
-1
/
+0
*
|
Prefer defvar-keymap in some trivial cases
Stefan Kangas
2022-07-20
1
-1
/
+1
*
|
Fix python navigation problem with an empty line in nested defun
kobarity
2022-07-16
1
-13
/
+16
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
3
-4
/
+4
|
\
|
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-13
3
-4
/
+4
|
*
* lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil
Alan Mackenzie
2022-07-02
1
-37
/
+38
*
|
Prefer :risky defcustom keyword
Stefan Kangas
2022-07-11
1
-2
/
+2
*
|
Delete obsolete variable tooltip-use-echo-area
Stefan Kangas
2022-07-09
1
-5
/
+2
*
|
* lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.
Juri Linkov
2022-07-08
1
-0
/
+7
*
|
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
8
-44
/
+1
*
|
Prefer defcustom :safe to putting 'safe-local-variable'
Stefan Kangas
2022-07-06
4
-10
/
+9
*
|
Make some additional defcustom types more restrictive
Stefan Kangas
2022-07-06
1
-1
/
+1
*
|
Fix missing :value with defcustom const :type
Stefan Kangas
2022-07-06
1
-3
/
+3
*
|
Send region to the subshell specified by the current file interpreter
Davide Masserut
2022-07-06
1
-11
/
+14
*
|
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-2
/
+2
*
|
Remove some useless `eval-when-compile`
Mattias Engdegård
2022-07-04
1
-22
/
+19
*
|
* lisp/progmodes/ebrowse.el (ebrowse-tree-mode): Fix typo.
Stefan Kangas
2022-07-04
1
-1
/
+1
*
|
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
5
-15
/
+16
*
|
Fix `python-nav-beginning-of-defun' line continuation using backslash
kobarity
2022-07-03
1
-7
/
+18
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-03
1
-10
/
+13
|
\
|
|
*
CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.
Alan Mackenzie
2022-07-02
1
-10
/
+13
[next]