]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2023-01-31 Eli ZaretskiiFix cursor-in-echo-area on TTY frames
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 Juri Linkov* lisp/isearch.el (isearch-emoji-by-name): Disable...
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 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 (do not merge)
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 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-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 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 Brian Leungpython.el: Use correct regexp when enabling python...
2023-01-28 Eli Zaretskii; * doc/emacs/frames.texi (Mouse References): Improve...
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 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 Kangas; * lisp/progmodes/cc-engine.el: Delete trailing whites...
2023-01-27 Basil L. ContovounesiosWork around package.el transitive dependency bug
2023-01-26 Philip Kaludercic; Fix issues with processing out-of-order IRC messages
2023-01-26 Eli ZaretskiiFix xt-mouse on terminals that report UTF-8 encoded...
2023-01-26 Randy TaylorFix go-ts-mode indentation and set indent offset to...
2023-01-26 Eli Zaretskii; * src/insdel.c (insert_from_buffer): Fix assertions.
2023-01-26 Eli ZaretskiiFix doc strings of window-splitting commands
2023-01-26 Yuan FuFix indentation for c-ts-mode (bug#61026)
2023-01-26 Yuan FuFix call to treesit_record_change in insdel.c
2023-01-26 Randy TaylorAdd support for building tree-sitter modules with MinGW
2023-01-25 Michael Albinus* lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix...
2023-01-25 Juri Linkov* doc/emacs/text.texi (Outline Minor Mode): New node...
2023-01-25 Juri Linkov; * etc/NEWS: Minor reordering.
2023-01-25 Dmitry Gutovruby-ts-mode: Don't reindent when "class" or "def"...
2023-01-25 Dmitry Gutovtreesit-install-language-grammar: Provide default repo url
2023-01-25 Basil L. ContovounesiosFix Dired face for directory symlinks
2023-01-25 Basil L. ContovounesiosPacify --without-x unused function warning
2023-01-25 Michael Albinus; * etc/NEWS: Fix typos.
2023-01-25 Robert PluimAnnounce outline.el keymaps
2023-01-25 Arash Esbati; Don't mention in the Gnus manual user options that...
2023-01-25 Jostein KjønigsenFix fontification of function-valued variables (bug...
2023-01-25 Theodor ThornhillAdd new java indent rules
2023-01-25 F. Jason Park; * doc/misc/erc.texi: Improve Local Modules section.
2023-01-25 F. Jason Park; Fix filename mismatches in prop lines of ERC tests
2023-01-24 Juri LinkovHandle relative file names in vc-resynch-window and...
2023-01-24 Robert PluimUse named keymaps for outline buttons
2023-01-24 Juri Linkov* lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer...
2023-01-24 Michael Albinus; Fix last change in etc/NEWS
2023-01-24 Michael Albinus; * etc/NEWS: Fix typos.
2023-01-23 Alan MackenzieCC Mode: Change the default value of objc-font-lock...
2023-01-23 Jim PorterDon't try to make a pipe process for remote processes...
2023-01-23 Eli Zaretskii* lisp/startup.el (command-line): Fix warning message...
2023-01-23 Juri Linkov* lisp/find-dired.el (find-dired): Fix bug where M...
2023-01-23 Kyle MeyerUpdate to Org 9.6.1-16-ge37e9b
2023-01-22 Dmitry Gutov(ruby-ts--predefined-variables): Fix the $` and $'...
2023-01-22 Juri Linkov* lisp/find-dired.el (find-dired-with-command): Quote...
2023-01-22 Juri LinkovGeneralize vc-pull-and-push to support more backends...
2023-01-22 Benjamin RiefenstahlAdd test suite for sgml-html-meta-auto-coding-function
2023-01-22 Benjamin RiefenstahlFix decoding HTML files from archives
2023-01-22 Eli Zaretskii; Fix last change (bug#60556).
2023-01-22 Eli ZaretskiiAvoid crashes in batch Emacs sub-processes on MS-Windows
2023-01-22 Theodor ThornhillTweak BSD style indentation (bug#60984)
2023-01-22 Theodor ThornhillFix typo of exposed symbol name
2023-01-22 Theodor ThornhillFix typo after move to common lib (bug#61001)
2023-01-22 Dmitry Gutovruby-ts-mode: Fix two additional cases with ruby-method...
2023-01-22 Dmitry Gutovruby-mode.el: Expand some docstrings with examples
2023-01-22 Po LuMinor fixes for Haiku
2023-01-21 Theodor ThornhillMove c-like common utils into own library (bug#60961)
2023-01-21 Philip Kaludercic; Actually use dummy package descriptor
2023-01-21 Michael AlbinusFix file-regular-p in Tramp
2023-01-21 Eli ZaretskiiMerge branch 'emacs-29' of git.savannah.gnu.org:/srv...
2023-01-21 Eli Zaretskii; * doc/emacs/custom.texi (Init Rebinding): Fix wording...
2023-01-21 Panagiotis... ; Reword user documentation on binding keys in Lisp
2023-01-21 Theodor ThornhillFix typo in c-ts-mode (bug#60932)
2023-01-21 Mike KupferMH-E: handle removal of mhparam libdir from nmh 1.8
2023-01-20 Theodor ThornhillUse point-min to anchor top-level constructs (bug#60602)
2023-01-20 Dmitry Gutov* lisp/org/ob-ruby.el: Fix outdated comments.
2023-01-20 Dmitry Gutov; ruby-ts-mode: Add a Version tag
2023-01-20 Dmitry Gutov; ruby-ts-mode: Update font-lock features list in Comme...
2023-01-20 Dmitry Gutov(project-try-vc): Add string-start and string-end ancho...
2023-01-20 Robert PluimMake `keymap-set-after' work for menus
2023-01-20 Robert PluimUse `key-parse' in `keymap-lookup'
2023-01-20 Robert PluimImprove `keymap-set-after' documentation
2023-01-20 Robert PluimHandle after arg correctly in `keymap-set-after'
2023-01-20 F. Jason ParkDon't load erc-goodies atop erc.el
2023-01-20 Michael Albinus; * etc/NEWS: Fix typos.
next