]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2025-07-24 Eshel Yaron; Skip commit 0c97e6aeca257833f97517459514145f663d8a93
2025-07-24 Eshel Yaron; Skip commit ce3d4cd6b39b8b574cf0b9ab535a00717d10c073
2025-07-24 Sean Whitton; define-globalized-minor-mode: Fix info node link...
2025-07-24 Eli Zaretskii; * lisp/dired-aux.el (dired-vc-deduce-fileset): Fix...
2025-07-24 Eshel Yaron; Skip commit 1abc54ffe1674fecfb2bbef5109eb95c4c0da99d
2025-07-24 Eshel Yaron; Skip commit d63746d5191fb6e4ee6e39addfc1a05e0e0214b1
2025-07-24 Sean Whitton; Delete unnecessary global autoload from last change.
2025-07-24 Stephen Bermandired-vc-deduce-fileset: Call vc-backend-for-registration
2025-07-24 Pip CetAvoid crashes when profiling multi-threaded Lisp (bug...
2025-07-24 Eli Zaretskii; * doc/emacs/custom.texi (Init File): Mention "M-x...
2025-07-24 Eshel Yaron; Skip commit e0270c563a7fa04601860552962087a7d7d044b7
2025-07-24 Eshel Yaron; Skip commit c6ce81c15d6e26d36b9cb8aa366d7aaf2e4eb805
2025-07-24 Eshel Yaron; Skip commit ae46edff68e8d5729207ed849df83ecb039e11bb
2025-07-24 Eshel Yaron; Skip commit f746762e74adeac8beaa73abcf20ee5e74298597
2025-07-24 Eshel Yaron; Skip commit a8b0f5adfa46a596409a97d13fd74394e0605e17
2025-07-24 Eshel Yaron; Skip commit 5c75ec6ae52a5b06ad0424ce805f5ea0432b6e90
2025-07-24 Mattias Engdegård* src/fns.c (Flength): Fix char table length off-by...
2025-07-24 Sean Whitton; vc-git-find-revision: Fix last change to this function.
2025-07-24 Sean WhittonVC: Fix displaying the async command buffer during...
2025-07-24 Sean WhittonApply vc-use-incoming-outgoing-prefixes to vc-dir-mode...
2025-07-24 Sean Whitton; Improve manual docs for incoming and outgoing diff...
2025-07-24 Sean Whittonvc-git-find-revision: Pass --filters to git-cat-file
2025-07-24 Eli Zaretskii; Fix indexing in Emacs user manual
2025-07-24 Alan ThirdUpdate documentation and NEWS with SVG changes (bug...
2025-07-24 Alan ThirdMove CSS into the SVG wrapper
2025-07-24 Alan ThirdUse css to set SVG foreground in docview
2025-07-24 Alan ThirdChange foreground color handling for SVG files (bug...
2025-07-24 Michael AlbinusFix browse-url-tests-delete-temp-file
2025-07-24 Michael AlbinusFix handling of `browse-url-temp-file-name'
2025-07-24 Eshel Yaron; Skip commit 18ff84df0cdeddf01a5199893180da4f5c1732af
2025-07-24 Eli Zaretskii; * src/fileio.c: Remove version from commentary (bug...
2025-07-24 Mattias EngdegårdUnintern Qget_file_char and Qget_emacs_mule_file_char
2025-07-24 Mattias EngdegårdSpeed up low-level parts of the reader and refactor
2025-07-24 Juri LinkovCache only the last string in 'tab-bar-format-align...
2025-07-24 Yuan FuEldoc: Run eldoc-display-functions with original buffer...
2025-07-24 Mattias Engdegård; * src/lread.c (read_internal_start): Simplify.
2025-07-24 Andrea CoralloNativecomp don't materialize non-materializable objects...
2025-07-24 Pip CetCall eieio--class-* accessors only on eieio classes...
2025-07-24 Pip CetFix crashes when "emacsclient -nw" frames are suspended...
2025-07-24 Eli Zaretskii; * doc/lispref/parsing.texi (Using Parser): Fix wording.
2025-07-24 Sean Whitton; * lisp/treesit.el (treesit-parser-changed-regions...
2025-07-24 Sean Whittonprint_error_message: Handle user-error to the echo...
2025-07-24 Sean Whitton* lisp/vc/vc.el (vc-find-revision-no-save): Call read...
2025-07-24 Stephen BermanAmend last change to 'kill-this-buffer'
2025-07-24 Eshel Yaron; Skip commit 05ecb2b8f0216aa3f391ee661aad4d61fd6aed0e
2025-07-24 Martin RudalicsHandle invalid frame_or_window slots in tty input event...
2025-07-24 Juri LinkovHandle multiple mouse events in display-buffer-override...
2025-07-24 Yuan FuDitch the async range update in tree-sitter (bug#78402)
2025-07-24 Yuan FuAdd a synchronous way to get parser change ranges ...
2025-07-24 Juri LinkovCache 'string-pixel-width' in 'tab-bar-format-align...
2025-07-24 Juri LinkovFix tab-bar-format-align-right to not call tab-bar...
2025-07-24 Eshel Yaron; Skip commit 87cae92e7cbbc7a6eb6558d7bd9238b56db35f57
2025-07-24 Arash Esbati; Fix last change
2025-07-24 Mattias EngdegårdCheaper char counting when reading symbols
2025-07-24 Mattias EngdegårdRefactor buffering code in the Lisp reader
2025-07-24 Mattias Engdegård; * src/lread.c (skip_lazy_string): more precise comment
2025-07-24 Sean Whitton; vc-git-checkin, vc-hg-checkin: Delete unused lexical...
2025-07-24 Sean Whitton* lisp/vc/vc.el (with-vc-properties): Fix macro variabl...
2025-07-24 Sean WhittonResolve FIXME regarding running vc-checkin-hook
2025-07-24 Sean Whitton; * doc/emacs/maintaining.texi (VC With A Merging VCS...
2025-07-24 Robert Pluim; Fix typos
2025-07-24 Mattias EngdegårdRead non-ASCII chars from unibyte string sources as...
2025-07-24 Mattias EngdegårdPrint non-ASCII chars in unibyte symbols as raw bytes
2025-07-24 Mattias EngdegårdRead characters from functions as multibyte
2025-07-24 Mattias EngdegårdTurn compiler macro defalias messages into warnings
2025-07-24 Jim PorterUse short revisions by default when navigating to revisions
2025-07-24 Jim PorterShow "readable" status in the EWW mode line
2025-07-24 Stefan Monnier(Ftranspose_regions): Fix bug#76124
2025-07-24 Stefan Monnierlisp/mpc.el (mpc-describe-song): Don't quote lambdas
2025-07-24 Sean WhittonLog Edit: Don't auto-fill within the headers
2025-07-24 Sean Whittonvc-checkin: Check whether the fileset or patches have...
2025-07-24 Sean Whitton; Move text about C-x v v from Diff mode buffers into...
2025-07-24 Sean Whitton; * lisp/vc/log-edit.el (log-edit): Clarify vc-log...
2025-07-24 Michael AlbinusAdapt filenotify-tests.el for Emba
2025-07-24 Eshel Yaron; Skip commit 0550d036b71a129e79c17856142735aac0081205
2025-07-24 Stefan Monnierlisp/help-mode.el (help-mode-context-menu): Don't quote...
2025-07-24 Michael AlbinusAdd file notification handler for Tramp's "smb" method.
2025-07-24 Eshel Yaron; Skip commit 0a1db9b57322884df0bf677b96d8568e194521d3
2025-07-24 Eshel YaronSync src/treesit.c with master
2025-07-23 Stefan Monnier(eieio--validate-slot-value): Don't break on struct...
2025-07-23 Eshel Yaron; Skip commit d1677d0a926c148ef4fce65251311fc8dc796464
2025-07-23 Eshel Yaron; Skip commit a4712609b7ec920ca6883e71e782e2dac552a154
2025-07-23 Eli Zaretskii; * lisp/progmodes/cc-engine.el: Fix trailing whitespace.
2025-07-23 Eshel Yaron; Skip commit 49d0342a00f00336f3fbb87912ee48d01d59889a
2025-07-23 Eshel Yaron; Skip commit 8e49ced04c1941f9f8df6613013a135e1039ce3c
2025-07-23 Sean Whitton; * lisp/vc/log-edit.el (log-edit-diff-fileset): Update...
2025-07-23 Sean WhittonDon't call vc-buffer-sync-fileset when committing a...
2025-07-23 Eshel Yaron; Skip commit 6b470d98482f0f5b2beaa7c5e92572cb2ad62fb5
2025-07-23 Eshel Yaron; Skip commit 7e56ffd51bc5a00919f6a6af99fe9d329331a126
2025-07-23 Sean Whitton; VC: Improve REMOTE-LOCATION docstrings, qualify remar...
2025-07-23 Eli ZaretskiiFix 'ediff-before-setup-hook'
2025-07-23 Eshel Yaron; Skip commit 97ceb544b3668e2c4a9154db59359c974d47909d
2025-07-23 Eshel Yaron; Skip commit c61d2587bbfc1692971b3144716ab5f01b09231f
2025-07-23 Eli Zaretskii; * lisp/replace.el (query-replace-help): Fix help...
2025-07-23 Eli Zaretskii; * lisp/emacs-lisp/warnings.el (warning-display-at...
2025-07-23 Yuan FuHandle ts_node_type return NULL (bug#78938)
2025-07-23 Eli Zaretskii; * doc/emacs/maintaining.texi (VC Change Log): Fix...
2025-07-23 Eshel Yaron; Skip commit 22daed7ce0e3fbe55608a92c81deee24933b266d
2025-07-23 Sean Whittonvc-find-revision-no-save: Finish entering read-only...
2025-07-23 Eli ZaretskiiImprove documentation of 'warning-display-at-bottom'
next