aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu setup.Yuan Fu2022-12-291-2/+2
* ; * lisp/progmodes/js.el: Fix byte-compile warning.Yuan Fu2022-12-291-2/+5
* * lisp/hi-lock.el (hi-lock--regexps-at-point): Fix bug (bug#60241).Juri Linkov2022-12-291-14/+19
* * src/keyboard.c (echo_add_key): Use recently rebound C-h key C-q (bug#60249)Juri Linkov2022-12-291-3/+2
* Avoid assertion violations in treesit.c with --enable-checkingEli Zaretskii2022-12-291-4/+3
* Clean up treesit-default-defun-skipper and add commentsYuan Fu2022-12-291-7/+11
* Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29Eli Zaretskii2022-12-291-2/+18
|\
| * Fix c-ts-mode bracket indentation (bug#60398)Yuan Fu2022-12-291-2/+18
* | ; whitespace.el: Use the new 'ert-with-buffer-selected' in testsRichard Hansen2022-12-291-10/+3
|/
* ; Minor cleanup for tree-sitter font-lock rules in js-ts-modeYuan Fu2022-12-281-8/+4
* Clean up font-lock rules in js-ts-modeYuan Fu2022-12-281-49/+55
* ; * doc/lispref/parsing.texi (Using Parser): Minor improvement.Yuan Fu2022-12-281-1/+3
* ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--fill-paragraph): Fix.Yuan Fu2022-12-281-2/+13
* Fix syntax for < and > in c++-ts-mode (bug#60351)Yuan Fu2022-12-281-8/+25
* Call tree-sitter parser notifier on the first parseYuan Fu2022-12-281-9/+19
* Fix tree-sitter parser notifier recursionYuan Fu2022-12-281-5/+14
* * lisp/help.el: Use 'C-h C-q' to toggle 'help-quick' window (bug#60249).Juri Linkov2022-12-282-19/+15
* ; Improve markup of long key sequencesEli Zaretskii2022-12-281-2/+2
* ; * etc/NEWS: Fix wording of a recently edited entry.Eli Zaretskii2022-12-281-1/+1
* * lisp/isearch.el: Small fixes.Juri Linkov2022-12-281-4/+9
* * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Replace "ESC" with "\e".Juri Linkov2022-12-281-2/+1
* ; * etc/NEWS: Move the paragraph with 'C-u RET' closer to the related section.Juri Linkov2022-12-281-7/+7
* * doc/emacs/display.texi (Text Scale): Improve section about repeating keys.Juri Linkov2022-12-281-6/+6
* * lisp/repeat.el (repeat-echo-function): Suggest 'add-function' in docstring.Juri Linkov2022-12-281-1/+2
* * lisp/tab-line.el (tab-line-cache-key-default): More cache keys (bug#60340).Juri Linkov2022-12-281-7/+7
* * etc/package-keyring.gpg: Update with new keyStefan Monnier2022-12-281-0/+0
* ; Yet another declare-function to avoid treesit-related warningEli Zaretskii2022-12-281-0/+2
* ; * lisp/treesit.el (treesit--simple-imenu-1): Doc fix; wording.Stefan Kangas2022-12-281-1/+1
* Warn of absent networks module in ERCF. Jason Park2022-12-288-12/+153
* Avoid "already compiled" warning in erc-compatF. Jason Park2022-12-281-1/+1
* ; Fix one more treesit byte-compilation warning.Eli Zaretskii2022-12-281-0/+1
* ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-284-0/+4
* (python--treesit-settings): Remove duplicate matcherDmitry Gutov2022-12-281-3/+1
* Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii2022-12-283-3/+22
* Fix tree-sitter typosYuan Fu2022-12-283-3/+2
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-279-362/+73
* Add tree-sitter helper functions for ImenuYuan Fu2022-12-273-1/+129
* Fix treesit--things-around (bug#60355)Yuan Fu2022-12-272-61/+88
* ; * lisp/treesit.el (treesit-traverse-parent): Remove alias.Yuan Fu2022-12-271-2/+0
* Improve treesit-node-top-level and treesit-parent-untilYuan Fu2022-12-271-9/+22
* ; Add "src" to the heuristic sub-directory heuristicPhilip Kaludercic2022-12-271-12/+15
* ; * lisp/epa-ks.el (epa-ks-do-key-to-fetch): Fix 'when' usagePhilip Kaludercic2022-12-271-3/+3
* * src/w32menu.c (simple_dialog_show): Use MB_YESNOCANCEL style.Eli Zaretskii2022-12-271-2/+8
* ; Improve documentation of TAB/SPC indentationEli Zaretskii2022-12-272-1/+4
* ; Improve doc strings of some new facesEli Zaretskii2022-12-271-2/+4
* ; * lisp/elide-head.el (elide-head): Doc fix to silence checkdoc.Stefan Kangas2022-12-271-3/+4
* ; * lisp/htmlfontify.el (hfy-text-p): Fix whitespace.Eli Zaretskii2022-12-271-2/+3
* Fix htmlfontify.el command injection vulnerability.Xi Lu2022-12-271-1/+1
* Improve support for Scheme R6RS and R7RS libraries (bug#54704)Rudolf Adamkovič2022-12-273-8/+27
* ; * test/src/treesit-tests.el: remove dead store (bytecomp warning)Mattias Engdegård2022-12-271-3/+1