summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-12Merge from origin/emacs-30Eli Zaretskii
2025-07-12; Merge from origin/emacs-30Eli Zaretskii
2025-07-12; * doc/emacs/custom.texi (Init File): Mention "M-x customize".Eli Zaretskii
2025-07-12Add option 'ffap-prefer-remote-file' (bug#78925)Liu Hui
2025-07-12Revert "Add option 'ffap-prefer-remote-file' (bug#78925)"Eli Zaretskii
2025-07-12Add option 'ffap-prefer-remote-file' (bug#78925)Liu Hui
2025-07-12New command 'mode-line-invisible-mode'Elías Gabriel Pérez
2025-07-12; Fix documentation of last change (bug#78844)Eli Zaretskii
2025-07-12Add public interfaces for accessing builtin package info (Bug#78844)Xiyue Deng
2025-07-11* src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård
2025-07-11; vc-git-find-revision: Fix last change to this function.Sean Whitton
2025-07-11VC: Fix displaying the async command buffer during async checkinsSean Whitton
2025-07-11Apply vc-use-incoming-outgoing-prefixes to vc-dir-mode-map tooSean Whitton
2025-07-11; Improve manual docs for incoming and outgoing diff commandsSean Whitton
2025-07-11vc-git-find-revision: Pass --filters to git-cat-fileSean Whitton
2025-07-11; Fix indexing in Emacs user manualEli Zaretskii
2025-07-10Update documentation and NEWS with SVG changes (bug#77841)Alan Third
2025-07-10Move CSS into the SVG wrapperAlan Third
2025-07-10Use css to set SVG foreground in docviewAlan Third
2025-07-10Change foreground color handling for SVG files (bug#77841)Alan Third
2025-07-10Fix browse-url-tests-delete-temp-fileMichael Albinus
2025-07-10Fix handling of `browse-url-temp-file-name'Michael Albinus
2025-07-10* admin/notes/jargon: Add TIL.Michael Albinus
2025-07-10; * src/fileio.c: Remove version from commentary (bug#78983).Eli Zaretskii
2025-07-10Unintern Qget_file_char and Qget_emacs_mule_file_charMattias Engdegård
2025-07-10Speed up low-level parts of the reader and refactorMattias Engdegård
2025-07-10Cache only the last string in 'tab-bar-format-align-right' (bug#78953)Juri Linkov
2025-07-09Eldoc: Run eldoc-display-functions with original buffer (bug#78530)Yuan Fu
2025-07-09; * src/lread.c (read_internal_start): Simplify.Mattias Engdegård
2025-07-09Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2025-07-09Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo
2025-07-09Call eieio--class-* accessors only on eieio classes (bug#78786)Pip Cet
2025-07-09Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)Pip Cet
2025-07-09; * doc/lispref/parsing.texi (Using Parser): Fix wording.Eli Zaretskii
2025-07-09; * lisp/treesit.el (treesit-parser-changed-regions): Declare.Sean Whitton
2025-07-09print_error_message: Handle user-error to the echo area speciallySean Whitton
2025-07-09* lisp/vc/vc.el (vc-find-revision-no-save): Call read-only-mode.Sean Whitton
2025-07-09Amend last change to 'kill-this-buffer'Stephen Berman
2025-07-09Nativecomp don't error with undeclared types (bug#6573) (don't merge)Andrea Corallo
2025-07-09Handle invalid frame_or_window slots in tty input events (Bug#78966)Martin Rudalics
2025-07-09Handle multiple mouse events in display-buffer-override-next-commandJuri Linkov
2025-07-08Ditch the async range update in tree-sitter (bug#78402)Yuan Fu
2025-07-08Add a synchronous way to get parser change ranges (bug#78402)Yuan Fu
2025-07-09Cache 'string-pixel-width' in 'tab-bar-format-align-right' (bug#78953)Juri Linkov
2025-07-09Fix tab-bar-format-align-right to not call tab-bar-format-global twiceJuri Linkov
2025-07-08Add NEWS entry for abbreviating Git revisions in 'vc-annotate'Jim Porter
2025-07-07; Fix last changeArash Esbati
2025-07-07Cheaper char counting when reading symbolsMattias Engdegård
2025-07-07Refactor buffering code in the Lisp readerMattias Engdegård
2025-07-07; * src/lread.c (skip_lazy_string): more precise commentMattias Engdegård