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
*
; Fix typos
Stefan Kangas
2022-11-23
6
-12
/
+12
*
Tweak python-ts-mode fontification (bug#59470)
Yuan Fu
2022-11-22
1
-1
/
+3
*
Utilize new font-lock faces for more tree-sitter modes (Bug#59397)
Randy Taylor
2022-11-22
5
-72
/
+139
*
Add a way to override project name for project-vc backend
Dmitry Gutov
2022-11-23
1
-0
/
+13
*
* lisp/progmodes/eglot.el (eglot--connect): Use project-name
Stephen Leake
2022-11-22
1
-1
/
+3
*
* lisp/progmodes/project.el (project-name): New
Stephen Leake
2022-11-22
1
-0
/
+5
*
Separate tree-sitter and non-tree-sitter variant of sh-mode
Yuan Fu
2022-11-22
1
-68
/
+74
*
Tweak faces in Java and TypeScript
Theodor Thornhill
2022-11-22
2
-46
/
+60
*
Tweak c-ts-mode fontification
Yuan Fu
2022-11-22
1
-12
/
+25
*
; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.
Yuan Fu
2022-11-21
1
-0
/
+1
*
; Fix typo in c-ts-mode--font-lock-settings
Yuan Fu
2022-11-21
1
-3
/
+3
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
41
-946
/
+4737
|
\
|
*
; Fix typos (misspelled symbols)
Stefan Kangas
2022-11-21
3
-3
/
+3
|
*
Delete eglot spinner; not useful
Stephen Leake
2022-11-20
1
-18
/
+10
|
*
Rename 'elisp-eval-buffer' to 'elisp-eval-region-or-buffer' (bug#59350)
Juri Linkov
2022-11-20
1
-6
/
+12
|
*
; Fix typos
Stefan Kangas
2022-11-20
4
-9
/
+9
|
*
; Fix typos
Stefan Kangas
2022-11-18
7
-9
/
+9
|
*
; Fix typos (prefer US spelling)
Stefan Kangas
2022-11-18
1
-1
/
+1
|
*
CC Mode: Make implicit int types following specifiers fontify correctly
Alan Mackenzie
2022-11-17
2
-10
/
+42
|
*
; * lisp/progmodes/elisp-mode.el (eval-defun): Doc fix.
Eli Zaretskii
2022-11-17
1
-5
/
+9
|
*
* lisp/progmodes/eglot.el (eglot-server-programs): Remove Intelephense.
Eli Zaretskii
2022-11-17
1
-1
/
+0
|
*
Add Eglot alternatives for PHP language servers
USAMI Kenta
2022-11-17
1
-2
/
+4
|
*
; Fix typos (duplicate words)
Stefan Kangas
2022-11-17
3
-3
/
+3
|
*
; * lisp/*.el: Fix typos in docstrings
Juanma Barranquero
2022-11-17
1
-4
/
+3
|
*
Call xref--analyze with correct project
Stephen Leake
2022-11-16
1
-1
/
+6
|
*
New command 'project-list-buffers' bound to 'C-x p C-b' (bug#59153)
Juri Linkov
2022-11-15
1
-0
/
+23
|
*
; Fix some doc strings in elisp-mode.el
Eli Zaretskii
2022-11-15
1
-16
/
+21
|
*
CC Mode: Prevent over-eager recognition of a variable as a found type
Alan Mackenzie
2022-11-14
1
-0
/
+5
|
*
Hardcode "-name" instead of using find-name-arg
Dmitry Gutov
2022-11-14
1
-4
/
+3
|
*
Eglot: fix null scopeUri regression in workspace/configuration
Ingo Lohmar
2022-11-13
1
-4
/
+5
|
*
Prefer defvar-keymap in sql.el
Stefan Kangas
2022-11-13
1
-28
/
+24
|
*
Add new Go modes to eglot-server-programs
Davide Masserut
2022-11-13
1
-1
/
+1
|
*
eglot: Support signature labels without a function name
Michal Dubiel
2022-11-12
1
-1
/
+1
|
*
Add cperl-mode to eglot-server-programs
Shohei YOSHIDA
2022-11-12
1
-1
/
+1
|
*
project--buffer-list: Remove as unused
Dmitry Gutov
2022-11-12
1
-15
/
+0
|
*
Make Eglot consider FileSystemWatcher.kind when watching files
Brian Leung
2022-11-11
1
-8
/
+15
|
*
; Fix typos
Stefan Kangas
2022-11-11
4
-9
/
+9
|
*
eglot: Remove menu entry for manual
Stefan Kangas
2022-11-11
1
-3
/
+3
|
*
; Tweak comment in lisp/progmodes/eglot.el (bug#58790)
João Távora
2022-11-11
1
-3
/
+4
|
*
; Fix a typo in last change.
Eli Zaretskii
2022-11-11
1
-1
/
+1
|
*
; * lisp/progmodes/eglot.el (eglot--path-to-uri): Improve commentary.
Eli Zaretskii
2022-11-11
1
-1
/
+3
|
*
Remove redundant library installation instructions
Stefan Kangas
2022-11-11
3
-7
/
+2
|
*
* lisp/progmodes/hideshow.el: Improve Commentary.
Stefan Kangas
2022-11-11
1
-39
/
+37
|
*
Prefer defvar-keymap in hideshow.el
Stefan Kangas
2022-11-11
1
-16
/
+14
|
*
Eglot: Only handle URIs with the file:// scheme (bug#58790)
dannyfreeman
2022-11-10
1
-17
/
+26
|
*
Improve Eglot's docstrings and manual
João Távora
2022-11-10
1
-1
/
+4
|
*
Ignore errors when shutting down all LSP servers (bug#59146)
Evgeni Kolev
2022-11-10
1
-1
/
+2
|
*
Support 'texlab' LSP server in Eglot OOTB
Arash Esbati
2022-11-10
1
-1
/
+1
|
*
Add to /etc/NEWS a mention of the new C++20 support in CC Mode
Alan Mackenzie
2022-11-10
1
-1
/
+1
|
*
Fix indentation for multi-line block start in Python mode
kobarity
2022-11-10
1
-0
/
+1
[next]