aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Apply vc-use-incoming-outgoing-prefixes to vc-dir-mode-map tooSean Whitton2025-07-112-5/+14
* | ; Improve manual docs for incoming and outgoing diff commandsSean Whitton2025-07-111-11/+20
* | vc-git-find-revision: Pass --filters to git-cat-fileSean Whitton2025-07-111-4/+2
* | Update documentation and NEWS with SVG changes (bug#77841)Alan Third2025-07-102-1/+12
* | Move CSS into the SVG wrapperAlan Third2025-07-101-30/+26
* | Use css to set SVG foreground in docviewAlan Third2025-07-101-1/+2
* | Change foreground color handling for SVG files (bug#77841)Alan Third2025-07-1041-3/+106
* | Fix browse-url-tests-delete-temp-fileMichael Albinus2025-07-101-1/+1
* | Fix handling of `browse-url-temp-file-name'Michael Albinus2025-07-101-5/+7
* | * admin/notes/jargon: Add TIL.Michael Albinus2025-07-101-0/+1
* | ; * src/fileio.c: Remove version from commentary (bug#78983).Eli Zaretskii2025-07-101-4/+4
* | Unintern Qget_file_char and Qget_emacs_mule_file_charMattias Engdegård2025-07-101-3/+10
* | Speed up low-level parts of the reader and refactorMattias Engdegård2025-07-101-392/+415
* | Cache only the last string in 'tab-bar-format-align-right' (bug#78953)Juri Linkov2025-07-101-10/+9
* | Eldoc: Run eldoc-display-functions with original buffer (bug#78530)Yuan Fu2025-07-091-10/+17
* | ; * src/lread.c (read_internal_start): Simplify.Mattias Engdegård2025-07-091-11/+3
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-07-098-34/+65
|\ \
| * | Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2025-07-095-24/+49
| * | Call eieio--class-* accessors only on eieio classes (bug#78786)Pip Cet2025-07-092-7/+13
| * | Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)Pip Cet2025-07-091-3/+3
* | | ; * doc/lispref/parsing.texi (Using Parser): Fix wording.Eli Zaretskii2025-07-091-3/+3
|/ /
* | ; * lisp/treesit.el (treesit-parser-changed-regions): Declare.Sean Whitton2025-07-091-0/+2
* | print_error_message: Handle user-error to the echo area speciallySean Whitton2025-07-091-0/+13
* | * lisp/vc/vc.el (vc-find-revision-no-save): Call read-only-mode.Sean Whitton2025-07-091-6/+1
* | Amend last change to 'kill-this-buffer'Stephen Berman2025-07-091-3/+10
* | Handle invalid frame_or_window slots in tty input events (Bug#78966)Martin Rudalics2025-07-092-10/+34
* | Handle multiple mouse events in display-buffer-override-next-commandJuri Linkov2025-07-094-3/+18
* | Ditch the async range update in tree-sitter (bug#78402)Yuan Fu2025-07-081-20/+10
* | Add a synchronous way to get parser change ranges (bug#78402)Yuan Fu2025-07-083-10/+60
* | Cache 'string-pixel-width' in 'tab-bar-format-align-right' (bug#78953)Juri Linkov2025-07-091-1/+11
* | Fix tab-bar-format-align-right to not call tab-bar-format-global twiceJuri Linkov2025-07-091-17/+36
* | Add NEWS entry for abbreviating Git revisions in 'vc-annotate'Jim Porter2025-07-081-0/+7
* | ; Fix last changeArash Esbati2025-07-071-1/+2
* | Cheaper char counting when reading symbolsMattias Engdegård2025-07-071-4/+2
* | Refactor buffering code in the Lisp readerMattias Engdegård2025-07-071-71/+77
* | ; * src/lread.c (skip_lazy_string): more precise commentMattias Engdegård2025-07-071-2/+2
* | ; vc-git-checkin, vc-hg-checkin: Delete unused lexical variable.Sean Whitton2025-07-072-4/+2
* | * lisp/vc/vc.el (with-vc-properties): Fix macro variable capture.Sean Whitton2025-07-071-16/+17
* | Resolve FIXME regarding running vc-checkin-hookSean Whitton2025-07-074-70/+76
* | ; * doc/emacs/maintaining.texi (VC With A Merging VCS): Fix wording.Sean Whitton2025-07-071-3/+3
* | Read non-ASCII chars from unibyte string sources as raw bytesMattias Engdegård2025-07-072-0/+8
* | Print non-ASCII chars in unibyte symbols as raw bytesMattias Engdegård2025-07-072-1/+8
* | Read characters from functions as multibyteMattias Engdegård2025-07-072-0/+8
* | Turn compiler macro defalias messages into warningsMattias Engdegård2025-07-071-2/+4
* | Use short revisions by default when navigating to revisionsJim Porter2025-07-072-19/+34
* | Show "readable" status in the EWW mode lineJim Porter2025-07-062-18/+38
* | (Ftranspose_regions): Fix bug#76124Stefan Monnier2025-07-062-1/+28
* | lisp/mpc.el (mpc-describe-song): Don't quote lambdasStefan Monnier2025-07-061-7/+7
* | Log Edit: Don't auto-fill within the headersSean Whitton2025-07-061-1/+8
* | vc-checkin: Check whether the fileset or patches have changedSean Whitton2025-07-063-8/+72