]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-02-04 Paul EggertUse Gnulib module alignasof instead of stdalign
2023-02-04 Paul EggertUpdate from Gnulib by running admin/merge-gnulib
2023-02-04 Paul EggertPrefer https: to git: URIs
2023-02-04 Stefan Monniernadvice: Fix bug#61179
2023-02-04 Theodor ThornhillAdd test for java indentation (bug#61115)
2023-02-03 Alan MackenzieCC Mode: Fontify a certain foo * bar class by the asymm...
2023-02-03 Stefan KangasMerge from origin/emacs-29
2023-02-03 Yuan Fu; Fix c-ts-mode indent test
2023-02-03 Yuan FuMake c-ts-mode indent tests side-effect-free
2023-02-03 Yuan FuCall treesit_record_change in insert_from_gap_1
2023-02-03 Yuan FuUse c-ts-common-statement-offset for closing brackets too
2023-02-03 Yuan Fu; Go back to original point when filling comments in...
2023-02-03 Yuan Fu; Fix error where we pass t to treesit-node-type in...
2023-02-02 Eli Zaretskii; * src/treesit.c (treesit_predicate_match): Simplify...
2023-02-02 Eli ZaretskiiMinor improvements in sqlite.c
2023-02-02 Dmitry Gutov(treesit_predicate_match): Match node text against...
2023-02-02 Eli ZaretskiiImprove documentation of gdb-mi's dedicated windows
2023-02-02 Kévin Le GouguecAvoid spurious pause in kill-ring-save (Bug#60841)
2023-02-02 Eli ZaretskiiChange the default of 'treesit-defun-tactic' for 'c...
2023-02-02 Eli ZaretskiiFix docstring fontification of CL's 'defstruct'
2023-02-02 Eli ZaretskiiTeach 'hs-minor-mode' about tree-sitter based modes
2023-02-02 Eli Zaretskii; Doc fixes in keymap.el
2023-02-02 Mattias EngdegårdLAP peephole optimisation improvements
2023-02-02 Mattias EngdegårdClean up LAP peephole logging
2023-02-02 Eli ZaretskiiImprove documentation of 'repeat-mode' and related...
2023-02-02 Eli Zaretskii; * etc/NEWS: Mention the 'utf-8-auto' bugfix (bug...
2023-02-02 Stefan KangasMerge from origin/emacs-29
2023-02-02 Nicolas Martyanoff(eshell--complete-commands-list): Fix regression in...
2023-02-01 Juri Linkov* lisp/progmodes/ruby-ts-mode.el: Extend treesit-sexp...
2023-02-01 Juri Linkov* doc/emacs/basic.texi (Repeating): Mention describe...
2023-02-01 Michael AlbinusHandle large process output strings for Tramp
2023-02-01 Eli ZaretskiiUnbreak the MS-Windows build
2023-02-01 Stefan Kangas; Merge from origin/emacs-29
2023-02-01 Stefan KangasMerge from origin/emacs-29
2023-02-01 Stefan Kangas; Auto-commit of loaddefs files.
2023-02-01 Stefan Kangas; Auto-commit of loaddefs files.
2023-02-01 Dmitry Gutov; (Ftreesit_query_capture): Fix typo
2023-02-01 Dmitry Gutov(Ftreesit_query_capture): Cache list of predicates...
2023-01-31 Robert Pluim* lisp/keymap.el (keymap-global-unset): Correct prompt
2023-01-31 Eli ZaretskiiFix cursor-in-echo-area on TTY frames
2023-01-31 Stefan KangasMerge from origin/emacs-29
2023-01-31 Jim PorterDuring completion, convert all Eshell arguments to...
2023-01-31 Jim PorterProperly parse Eshell variable splices for interactive...
2023-01-31 Jim PorterAdd regression tests for Eshell completions
2023-01-30 Jonas BernoulliUpdate to Transient v0.3.7-196-gb91f509
2023-01-30 Alan MackenzieCC Mode: Fix a coding bug in c-make-keywords-re. This...
2023-01-30 Eli ZaretskiiRevert "Fix incremental build failures with tree-sitter"
2023-01-30 Eric AbrahamsenGnus nnimap date search string must use C locale
2023-01-30 Juri Linkov* lisp/isearch.el (isearch-emoji-by-name): Disable...
2023-01-30 Po LuMerge from origin/emacs-29
2023-01-30 Po Lu; Merge from origin/emacs-29
2023-01-30 Eli ZaretskiiMerge branch 'emacs-29' of git.savannah.gnu.org:/srv...
2023-01-30 Eli ZaretskiiFix keymap inheritance in descendants of 'c-ts-base...
2023-01-30 Po LuFix incremental build failures with tree-sitter
2023-01-30 Robert PluimFix interactive use of `keymap-local-set' and `keymap...
2023-01-30 Eli Zaretskii; Fix build and startup without tree-sitter
2023-01-30 Michael AlbinusFix password prompt in Tramp
2023-01-30 Michael AlbinusFix password prompt in Tramp (do not merge)
2023-01-30 Stefan KangasMerge from origin/emacs-29
2023-01-30 Kyle MeyerUpdate to Org 9.6.1-23-gc45a05
2023-01-29 Eli Zaretskii; * doc/emacs/misc.texi (Document View): Remove @footno...
2023-01-29 Eli ZaretskiiDocument tree-sitter features in the user manual
2023-01-29 Mattias EngdegårdBetter commutative binary numerical op codegen
2023-01-29 Mattias EngdegårdBetter compilation of n-ary comparisons
2023-01-29 Michael AlbinusFix host name completion for Tramp "podman" method
2023-01-29 Yuan Fu; Remove treesit--font-lock-fast-mode-grace-count
2023-01-29 Randy TaylorFix dockerfile-ts-mode line continuation indentation...
2023-01-29 Yuan FuUse treesit-subtree-stat to determine treesit--font...
2023-01-29 Yuan FuAdd treesit-subtree-stat
2023-01-29 Yuan FuMove c-ts-mode--statement-offset to c-ts-common.el
2023-01-29 Yuan Fu; Fix byte-compile warnings in c-ts-mode.el
2023-01-29 Yuan Fu; Improve docstring of c-ts-mode--indent-style-setter
2023-01-29 Yuan FuFix <> syntax in rust-ts-mode
2023-01-29 Eli ZaretskiiFix spurious errors on Windows when deleting temporary...
2023-01-29 Eli Zaretskii* src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug...
2023-01-28 Theodor ThornhillFix java class member without access modifier (bug...
2023-01-28 Theodor ThornhillMake treesit-font-lock-level a defcustom
2023-01-28 Theodor ThornhillAdd c-ts-mode-set-style and :set for c-ts-mode-indent...
2023-01-28 Juri LinkovMinor documentation improvements for outline-minor...
2023-01-28 Michael Heerdegen; * lisp/emacs-lisp/range.el: Fix some typos
2023-01-28 Eli Zaretskii; * doc/lispref/variables.texi (File Local Variables...
2023-01-28 Eli Zaretskii; * src/comp.c: Remove Local Variables section to avoid...
2023-01-28 Eli Zaretskii; * lisp/progmodes/go-ts-mode.el (treesit-node-end...
2023-01-28 Brian Leungpython.el: Use correct regexp when enabling python...
2023-01-28 Michael AlbinusTramp cleanup from recent test campaign
2023-01-28 Eli Zaretskii; * doc/emacs/frames.texi (Mouse References): Improve...
2023-01-28 Stefan KangasMerge from origin/emacs-29
2023-01-28 Jim PorterMake 'eshell-number-regexp' into a regular defvar
2023-01-28 Jim PorterAdd support for negative indices and index ranges in...
2023-01-28 Dmitry GutovMake project-current not error out inside non-existent...
2023-01-27 Eli ZaretskiiImprove documentation of 'shell-command-dont-erase...
2023-01-27 Mattias EngdegårdRepair hideif regexp problems
2023-01-27 Mattias EngdegårdDon't inhibit LAP-level DCE when switch ops are present
2023-01-27 Jostein KjønigsenFix errors in fontification of JavaScript import-statem...
2023-01-27 Jostein KjønigsenFix fontification TypeScript of import-statements ...
2023-01-27 Stefan Kangas; Fix typos
2023-01-27 Stefan KangasMerge from origin/emacs-29
2023-01-27 Stefan Kangas; Merge from origin/emacs-29
2023-01-27 Stefan KangasMerge from origin/emacs-29
2023-01-27 Stefan Kangas; * lisp/progmodes/cc-engine.el: Delete trailing whites...
next