]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-01-19 Po LuMerge remote-tracking branch 'origin/master' into featu...
2023-01-19 Po LuUpdate Android port
2023-01-19 Stefan KangasMerge from origin/emacs-29
2023-01-19 Dmitry Gutovruby-ts-mode: Use font-lock-constant-face for true...
2023-01-19 Dmitry Gutov(ruby-ts--indent-rules): Add a rule for continuation...
2023-01-19 Dmitry Gutov(ruby-ts--parent-call-or-bol): Handle more cases with...
2023-01-19 Dmitry Gutov(ruby-ts--statement-container-regexp): Remove "parenthe...
2023-01-19 Dmitry Gutovruby-ts-mode: Handle indent in parenless calls much...
2023-01-18 Juri LinkovFix split-window-below for the case when split-window...
2023-01-18 Juri LinkovRebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible...
2023-01-18 Juri Linkov* lisp/vc/vc-dir.el: Make keys ‘% m’ and ‘* %’ compatib...
2023-01-18 Mattias EngdegårdImproved docstring single quote warning
2023-01-18 Mattias EngdegårdBetter lambda quote warning
2023-01-18 Jim PorterUse proper types for Eshell warnings
2023-01-18 Eli Zaretskii; Avoid byte-compiler warning in cc-fonts.el.
2023-01-18 Eli Zaretskii; Clarify doc strings of some functions in files.el
2023-01-18 Eli ZaretskiiImprove the documentation of 'auto-mode-alist' search
2023-01-18 Ikumi Keita; Fix minor mistakes in documentation
2023-01-18 Yuan Fu; * lisp/treesit.el (treesit-font-lock-fontify-region...
2023-01-18 Yuan FuRevert "Revert "Add c-or-c++-ts-mode (bug#59613)""
2023-01-18 Yuan FuMake it harder to misactivate tree-sitter font-lock...
2023-01-18 Yuan Fu; * src/treesit.c: Remove unused boilerplate.
2023-01-18 Dmitry Gutovruby-ts-mode: Obey the option ruby-method-call-indent
2023-01-18 Dmitry Gutovruby-ts-mode: Obey the option ruby-after-operator-indent
2023-01-18 Dmitry Gutovruby-ts-mode: Fix indent after operator or conditional
2023-01-18 Dmitry Gutovruby-ts-mode: Fix/change indentation of a continuation...
2023-01-18 Dmitry Gutovruby-ts-mode: Fix indent inside parenthesized_expr...
2023-01-18 Dmitry Gutovruby-ts-mode: Fix the rules for hanging arrays and...
2023-01-18 Jim Porter; Fix Eshell prompt tests when the current user is...
2023-01-17 Paul EggertPort xattr handling to Fedora 9
2023-01-17 Jim PorterAdd more detail about how to invoke Eshell commands
2023-01-17 Alan MackenzieCC Mode: On removal of "typedef", remove pertinent...
2023-01-17 Eli Zaretskii; * src/xterm.c (handle_one_xevent): Fix GTK build...
2023-01-17 Michael AlbinusComplete implementation of `file-user-id'
2023-01-17 F. Jason Park; Relax timeouts for failing ERC test
2023-01-17 Po LuMerge remote-tracking branch 'origin/master' into featu...
2023-01-17 Po LuUpdate Android port
2023-01-17 F. Jason ParkDon't preserve non-module minor modes in erc-open
2023-01-17 F. Jason ParkUse correct buffer for local-module vars in erc-open
2023-01-17 F. Jason Park; Avoid plist-get as generalized var in erc-compat
2023-01-17 Eli ZaretskiiFix display of warnings on w32 console
2023-01-17 Po LuMake tool bar highlight work correctly during touch...
2023-01-17 Basil L. ContovounesiosFix buffer-list-update-hook for indirect buffers
2023-01-17 Po LuCorrectly handle touches on the tool bar
2023-01-17 Yuan Fu; Fix tree-sitter indent anchor preset
2023-01-17 Yuan FuFix treesit-node-first-child-for-pos (bug#60127)
2023-01-17 Yuan Fu; * src/treesit.c (Ftreesit_induce_sparse_tree): Minor...
2023-01-17 Stefan KangasMerge from origin/emacs-29
2023-01-17 Jim PorterAdd 'file-user-uid' to get the connection-local effecti...
2023-01-16 Mattias Engdegård* lisp/emacs-lisp/bytecomp.el (format-message): Warn...
2023-01-16 Mattias EngdegårdOptimise `apply` with `cons` in tail argument
2023-01-16 Mattias EngdegårdFix hfy-exclude-file-rules (bug#60562)
2023-01-16 Alan MackenzieCC Mode: Prevent ids in temporary "declarators" getting...
2023-01-16 Eli Zaretskii; Fix more quoting in w32fns.c.
2023-01-16 Eli Zaretskii; Avoid byte-compiler warning in eglot.el
2023-01-16 Eli Zaretskii; * lisp/progmodes/eglot.el: Remove stray space.
2023-01-16 Eli Zaretskii; * src/w32fns.c: Fix quoting. Patch by Arash Esbati...
2023-01-16 Theodor ThornhillAdd sentence node regexp to json-ts-mode
2023-01-16 Theodor ThornhillAdd some basic tests for java-ts-mode and typescript...
2023-01-16 Theodor ThornhillAdd sentence-nodes to dockerfile-ts-mode
2023-01-16 Po LuFix display of glyphs with word-sized component offsets...
2023-01-16 Po LuMerge remote-tracking branch 'origin/master' into featu...
2023-01-16 Po LuUpdate Android port
2023-01-16 João TávoraFix M-x eglot prompt when connection already exists...
2023-01-16 Yuan FuFix tree-sitter indent preset function (bug#60270)
2023-01-16 Alex BochannekRun newsticker's ticker only periodically (bug#59856)
2023-01-16 Theodor ThornhillRename variables from last change
2023-01-16 Dmitry Gutovruby-ts-mode: Support the option ruby-block-indent
2023-01-15 Theodor ThornhillAdd treesit-sentence-type-regexp
2023-01-15 Theodor ThornhillImprove indentation for jsx
2023-01-15 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2023-01-15 Michael AlbinusImprove Tramp robustness
2023-01-15 Sean Whitton* lisp/subr.el (while-let): Fix docs if-let->if-let...
2023-01-15 Sean WhittonRevert "* lisp/subr.el (while-let): Use if-let, not...
2023-01-15 Michael AlbinusUpgrade to length* functions in Tramp
2023-01-15 Stefan KangasBump use-package version for Emacs 29.1
2023-01-15 Stefan KangasMerge from origin/emacs-29
2023-01-15 Stefan Kangas; Merge from origin/emacs-29
2023-01-15 Stefan KangasMerge from origin/emacs-29
2023-01-15 Eli ZaretskiiImprove error message from sqlite-mode.el
2023-01-15 Eli Zaretskii; Fix last change: remove unused @anchor.
2023-01-15 Xi Lu; Update htmlfontify documentation
2023-01-15 Eli ZaretskiiMerge branch 'emacs-29' of git.savannah.gnu.org:/srv...
2023-01-15 Eli Zaretskii; * lisp/files.el (insert-directory-wildcard-in-dir...
2023-01-15 Yuan Fu; Add more c-ts-mode indent and filling tests
2023-01-15 Yuan FuFix c-ts-mode block comment indentation (bug#60270)
2023-01-15 Yuan FuFix c-ts-mode label indent
2023-01-15 Yuan FuFix statement indent for c-ts-mode (bug#59686) (bug...
2023-01-15 Yuan FuAllow offset in tree-sitter indent rules to be functions
2023-01-15 Yuan Fu; Minor change in c-ts-mode--indent-styles
2023-01-15 Yuan FuSupport filling line comments in c-ts-mode
2023-01-15 Yuan Fu; Fix c-ts-mode filling
2023-01-15 Eli ZaretskiiFix expansion of wildcards in ls-lisp.el
2023-01-15 Po LuImplement submenus on Android
2023-01-15 Eli ZaretskiiFix messages displayed when diary is shown
2023-01-15 Luke Leehideif.el: Support C99 and GNU style variadic macros
2023-01-15 Stefan Kangas; Auto-commit of loaddefs files.
2023-01-15 Stefan Kangas; Auto-commit of loaddefs files.
2023-01-15 Po LuMerge remote-tracking branch 'origin/master' into featu...
2023-01-15 Po LuImplement toolkit menus on Android
next