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
*
cperl-mode: Correctly syntax highlight index/value array slices
E. Choroba
2020-12-25
1
-1
/
+1
*
CC Mode: introduce a new cache for brace structures. This fixes bug #45248
Alan Mackenzie
2020-12-24
2
-100
/
+266
*
(ruby-mode-set-encoding): Use 'save-restriction'
Dmitry Gutov
2020-12-22
1
-17
/
+18
*
Make python-mode fontify more assignment statements
Dario Gjorgjevski
2020-12-21
1
-27
/
+69
*
Generic-ify xref-location-column
Dmitry Gutov
2020-12-21
1
-2
/
+6
*
De-duplicate lines in Xref buffers
Juri Linkov
2020-12-21
1
-4
/
+18
*
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-7
/
+6
*
Jamie Beardslee <beardsleejamie@gmail.com>
Dmitry Gutov
2020-12-20
1
-0
/
+9
*
Shorten over-wide docstrings in variables
Stefan Kangas
2020-12-19
3
-3
/
+4
*
Shorten over-wide docstrings in defcustoms
Stefan Kangas
2020-12-19
4
-6
/
+11
*
Document that flymake-diag-region saves match data
João Távora
2020-12-18
1
-1
/
+1
*
* lisp/progmodes/which-func.el (which-func-update): Bind `non-essential`
Stefan Monnier
2020-12-18
1
-3
/
+4
*
Save match data in flymake-diag-region (bug#29193)
João Távora
2020-12-18
1
-34
/
+34
*
flymake-diag-region: Fix the recent test breakage
Dmitry Gutov
2020-12-18
1
-1
/
+2
*
CPerl-mode: don't treat <<>> as starting a here-doc
Harald Jörg
2020-12-16
1
-1
/
+2
*
Update short docs in cperl-mode
E. Choroba
2020-12-16
1
-3
/
+7
*
(flymake-diag-region): Fall back to (end-of-thing 'symbol)
Dmitry Gutov
2020-12-16
1
-1
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-12-15
1
-1
/
+1
|
\
|
*
Fix point location when completing in gdb-mi.el
Eli Zaretskii
2020-12-14
1
-1
/
+1
*
|
Fix setting breakpoints in "M-x gdb" when a source file is missing
Eli Zaretskii
2020-12-15
1
-15
/
+18
*
|
CC Mode: Optimize for scrolling large buffers containing few braces
Alan Mackenzie
2020-12-15
3
-119
/
+212
*
|
Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairs
Alan Mackenzie
2020-12-14
2
-57
/
+67
*
|
Optimise c-parse-state for large buffers with few (if any) braces.
Alan Mackenzie
2020-12-14
1
-15
/
+22
*
|
Fix narrow-to-defun in python-mode
Tomas Nordin
2020-12-14
1
-4
/
+11
*
|
Prefer setq to set+quote
Stefan Kangas
2020-12-14
1
-1
/
+1
*
|
; * lisp/progmodes/project.el (project-switch-use-entire-map): Typo
Mattias Engdegård
2020-12-14
1
-1
/
+1
*
|
Inhibit quit in ElDoc timer functions (bug#45117)
João Távora
2020-12-13
1
-2
/
+3
*
|
Remove the duplication from project-switch-commands's config
Dmitry Gutov
2020-12-13
1
-19
/
+65
*
|
Bump project.el version
Dmitry Gutov
2020-12-13
1
-1
/
+1
*
|
* lisp/emacs-lisp/bytecomp.el: Allow a nil destination file
Stefan Monnier
2020-12-12
1
-5
/
+1
*
|
Fix BSD .include etc syntax in Makefiles
Lars Ingebrigtsen
2020-12-12
1
-12
/
+18
*
|
CC Mode: Handle several K&R parameters per declaration
Alan Mackenzie
2020-12-12
1
-28
/
+32
*
|
Prefer setq-local in python.el
Stefan Kangas
2020-12-12
1
-79
/
+71
*
|
; cperl-mode: Eliminate fallbacks if font-lock isn't loaded
Harald Jörg
2020-12-11
1
-38
/
+7
*
|
Clarify fortran-beginning-of-subprogram doc string after change
Lars Ingebrigtsen
2020-12-11
1
-1
/
+2
*
|
* lisp/progmodes/python.el: Bump version.
Stefan Kangas
2020-12-11
1
-1
/
+1
*
|
Remove some ancient Emacs compat code from cperl-mode
Stefan Kangas
2020-12-10
1
-4
/
+0
*
|
Prefer setq-local in cperl-mode.el
Stefan Kangas
2020-12-10
1
-79
/
+78
*
|
* lisp/progmodes/xref.el: Bump the version.
Dmitry Gutov
2020-12-09
1
-1
/
+1
*
|
Allow specifying the project to switch to programmatically
Dmitry Gutov
2020-12-09
1
-5
/
+7
*
|
Add missing defcustom keywords to new variables
Dmitry Gutov
2020-12-09
1
-2
/
+6
*
|
Support highlighting of ripgrep output (bug#44983)
Juri Linkov
2020-12-09
1
-2
/
+2
*
|
Stricter gradle-kotlin message pattern
Mattias Engdegård
2020-12-09
1
-5
/
+14
*
|
Include the keymap in the gud-mode doc string
Lars Ingebrigtsen
2020-12-09
1
-1
/
+5
*
|
`pdb' doc string clarification
Lars Ingebrigtsen
2020-12-09
1
-1
/
+1
*
|
Fix mark-defun in fortran-mode
Lars Ingebrigtsen
2020-12-09
1
-18
/
+24
*
|
Prefer setq-local in some remaining progmodes
Stefan Kangas
2020-12-09
4
-36
/
+36
*
|
Prefer setq-local in gdb-mi.el
Stefan Kangas
2020-12-09
1
-22
/
+17
*
|
Prefer setq-local in etags.el
Stefan Kangas
2020-12-09
1
-41
/
+36
*
|
Prefer setq-local in cfengine.el
Stefan Kangas
2020-12-09
1
-24
/
+22
[next]