]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-01-02 Dmitry Gutovjs-ts-mode: Move 'string-interpolation' to font-lock...
2023-01-02 Eli ZaretskiiFix shrinking of the tab-bar
2023-01-02 Stefan Kangas; Fix typos in ruby-ts-mode.el
2023-01-02 Stefan Kangas; Skip ruby-ts tests if grammar is not available
2023-01-02 F. Jason ParkFix default-port regression in erc-select-read-args
2023-01-02 Eli Zaretskii; Clarify doc strings of 'call-process' and 'call-proce...
2023-01-02 Gregory Heytings; * admin/git-bisect-start: Update failing commits
2023-01-02 Kyle MeyerUpdate to Org 9.6-81-g563a43
2023-01-02 Dmitry Gutovruby-ts-mode: Remove some currently unused functions
2023-01-02 Dmitry Gutovruby-ts-mode: Highlight singleton method definitions...
2023-01-02 Perry SmithAdd ruby-ts-mode
2023-01-02 Daniel MartínFix fontification of C++ reference return types (bug...
2023-01-02 Yuan Fu; Minor fix for treesit--install-language-grammar-1...
2023-01-01 Jostein KjønigsenAdjust function-call fontification in csharp-ts-mode...
2023-01-01 Eli Zaretskii; Fix NEWS.
2023-01-01 Eli ZaretskiiRewrite Antinews in ELisp manual for Emacs 29
2023-01-01 Eli Zaretskii; * lisp/simple.el (primitive-undo): Clarify error...
2023-01-01 Eli ZaretskiiUpdate Antinews in the user manual for Emacs 29
2023-01-01 Mattias Engdegård; * test/lisp/emacs-lisp/copyright-tests.el: Fix and...
2023-01-01 Mattias EngdegårdFix shortdoc-tests failure with respect to regexp-opt...
2023-01-01 Eli Zaretskii; Fix copyright years in 2 more files.
2023-01-01 Eli Zaretskii; Add 2023 to copyright years.
2023-01-01 Eli ZaretskiiImprove documentation of 'isearch-open-overlay-temporary'
2023-01-01 Eli ZaretskiiDocument 'use-package' in the 2 main manuals
2023-01-01 Stefan Kangas; Auto-commit of loaddefs files.
2023-01-01 Yuan Fu; * lisp/treesit.el (treesit-simple-indent-presets...
2023-01-01 Yuan FuBuild recipe interactively in treesit-install-language...
2022-12-31 Yuan Fu; Add REVISION to treesit-language-source-alist
2022-12-31 Yuan Fu; Remove GRAMMAR-DIR from treesit-language-source-alist
2022-12-31 Theodor ThornhillTweak csharp-mode font-lock-settings (bug#60376)
2022-12-31 Eli Zaretskii; * doc/lispref/tips.texi (Documentation Tips): Add...
2022-12-31 Eli ZaretskiiRevert a recent change which causes errors
2022-12-31 Eli Zaretskii; More fixes for documentation of 'defalias'
2022-12-31 Philip Kaludercic; Fix handling of 'not' by 'buffer-match-p'
2022-12-31 Stefan Kangas; Fix typos
2022-12-31 Stefan KangasFix misspelled functions in shortdoc groups
2022-12-31 Kévin Le GouguecSimplify introduction of use-package manual
2022-12-31 Eli Zaretskii; Fix documentation of 'defalias'
2022-12-31 kobarityFix python-shell-buffer-substring when retrieving a...
2022-12-31 Eli Zaretskii; Fix recent treesit-related changes
2022-12-31 Yuan FuShow tree-sitter query source when signaling query...
2022-12-31 Yuan Fu; * lisp/treesit.el (treesit--install-language-grammar...
2022-12-30 Dmitry GutovAdd version tags and mention the new options in NEWS
2022-12-30 Dmitry GutovAdd new options for Ruby code indentation
2022-12-30 Eli Zaretskii; Fix doc strings of 'treesit-install-language-grammar'
2022-12-30 Eli Zaretskii; Fix recently modified docs of 'set-face-attribute...
2022-12-30 Yuan FuAdd treesit-install-language-grammar
2022-12-30 Yuan FuAdd treesit-language-abi-version
2022-12-30 Yuan FuChange "language definition" to "language grammar"...
2022-12-30 Yuan Fu; * lisp/progmodes/c-ts-mode.el (c-ts-mode--fill-paragr...
2022-12-30 Yuan Fu; * doc/lispref/parsing.texi (Accessing Node Informatio...
2022-12-30 Michael Albinus* test/lisp/net/tramp-tests.el (tramp-test32-shell...
2022-12-30 Michael Albinus* lisp/eshell/em-tramp.el (tramp): Require also at...
2022-12-30 Roland Winklerlisp/textmodes/bibtex.el: fix bibtex-beginning-of-entry...
2022-12-30 Roland Winklerlisp/textmodes/bibtex.el: Treat $ as punctuation in...
2022-12-29 Gregory HeytingsClarify the documentation of 'set-face-attribute'
2022-12-29 Gregory HeytingsHandle non-string values in pcomplete
2022-12-29 Gregory HeytingsFix completion when completion-auto-select is set
2022-12-29 Eli Zaretskii; * etc/DEBUG: Update MS-Windows specifics for GDB...
2022-12-29 Yuan FuAdd color fontification in css-ts-mode (bug#60405)
2022-12-29 Yuan Fu; * lisp/textmodes/css-mode.el (css-ts-mode): Fix imenu...
2022-12-29 Yuan Fu; * lisp/progmodes/js.el: Fix byte-compile warning.
2022-12-29 Juri Linkov* lisp/hi-lock.el (hi-lock--regexps-at-point): Fix...
2022-12-29 Juri Linkov* src/keyboard.c (echo_add_key): Use recently rebound...
2022-12-29 Eli ZaretskiiAvoid assertion violations in treesit.c with --enable...
2022-12-29 Yuan FuClean up treesit-default-defun-skipper and add comments
2022-12-29 Eli ZaretskiiMerge branch 'emacs-29' of git.savannah.gnu.org:/srv...
2022-12-29 Richard Hansen; whitespace.el: Use the new 'ert-with-buffer-selected...
2022-12-29 Yuan FuFix c-ts-mode bracket indentation (bug#60398)
2022-12-29 Yuan Fu; Minor cleanup for tree-sitter font-lock rules in...
2022-12-29 Yuan FuClean up font-lock rules in js-ts-mode
2022-12-28 Yuan Fu; * doc/lispref/parsing.texi (Using Parser): Minor...
2022-12-28 Yuan Fu; * lisp/progmodes/c-ts-mode.el (c-ts-mode--fill-paragr...
2022-12-28 Yuan FuFix syntax for < and > in c++-ts-mode (bug#60351)
2022-12-28 Yuan FuCall tree-sitter parser notifier on the first parse
2022-12-28 Yuan FuFix tree-sitter parser notifier recursion
2022-12-28 Juri Linkov* lisp/help.el: Use 'C-h C-q' to toggle 'help-quick...
2022-12-28 Eli Zaretskii; Improve markup of long key sequences
2022-12-28 Eli Zaretskii; * etc/NEWS: Fix wording of a recently edited entry.
2022-12-28 Juri Linkov* lisp/isearch.el: Small fixes.
2022-12-28 Juri Linkov* lisp/vc/diff-mode.el (diff-minor-mode-prefix): Replac...
2022-12-28 Juri Linkov; * etc/NEWS: Move the paragraph with 'C-u RET' closer...
2022-12-28 Juri Linkov* doc/emacs/display.texi (Text Scale): Improve section...
2022-12-28 Juri Linkov* lisp/repeat.el (repeat-echo-function): Suggest 'add...
2022-12-28 Juri Linkov* lisp/tab-line.el (tab-line-cache-key-default): More...
2022-12-28 Stefan Monnier* etc/package-keyring.gpg: Update with new key
2022-12-28 Eli Zaretskii; Yet another declare-function to avoid treesit-related...
2022-12-28 Stefan Kangas; * lisp/treesit.el (treesit--simple-imenu-1): Doc...
2022-12-28 F. Jason ParkWarn of absent networks module in ERC
2022-12-28 F. Jason ParkAvoid "already compiled" warning in erc-compat
2022-12-28 Eli Zaretskii; Fix one more treesit byte-compilation warning.
2022-12-28 Eli Zaretskii; Avoid treesit-related byte-compiler warnings
2022-12-28 Dmitry Gutov(python--treesit-settings): Remove duplicate matcher
2022-12-28 Eli ZaretskiiMake last change of w32 GUI dialogs conditional and...
2022-12-28 Yuan FuFix tree-sitter typos
2022-12-28 Yuan FuUpdate tree-sitter major modes to use the new Imenu...
2022-12-28 Yuan FuAdd tree-sitter helper functions for Imenu
2022-12-28 Yuan FuFix treesit--things-around (bug#60355)
2022-12-28 Yuan Fu; * lisp/treesit.el (treesit-traverse-parent): Remove...
2022-12-28 Yuan FuImprove treesit-node-top-level and treesit-parent-until
next