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