aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | outline.el: Remove buttons properly, including the " "Stefan Monnier2025-07-171-3/+18
* | lisp/outline.el (outline-minor-mode-cycle-filter): Don't quote lambdaStefan Monnier2025-07-171-2/+2
* | comp.el: Fix minor corner-case annoyancesStefan Monnier2025-07-172-5/+6
* | ; * test/lisp/net/shr-tests.el (shr-test/zoom-image): Fix <img> (bug#79041).Eli Zaretskii2025-07-171-2/+2
* | ; Fix last change.Eli Zaretskii2025-07-171-0/+1
* | ; * test/src/fileio-tests.el (fileio-tests--read-directory): New test.Eli Zaretskii2025-07-171-0/+15
* | Add more ways to exclude buffers in tab-line-mode. (Bug#78988)Elías Gabriel Pérez2025-07-172-1/+35
* | Don’t optimize insert-file-contents for GNUPaul Eggert2025-07-161-8/+6
* | ; Skip erc-autojoin-channels--delay test on SolarisF. Jason Park2025-07-161-0/+3
* | insert-file-contents small gap bugPaul Eggert2025-07-161-1/+2
* | insert-file-contents likely-end memory objectsPaul Eggert2025-07-161-16/+12
* | Port insert-file-contents dir behavior to UnixPaul Eggert2025-07-162-4/+17
* | Avoid syscall in dir-locals--all-filesPaul Eggert2025-07-161-4/+1
* | Avoid some syscalls in locate-dominating-filePaul Eggert2025-07-161-3/+4
* | Merge from origin/emacs-30Sean Whitton2025-07-163-5/+6
|\ \ | |/
| * ; * lisp/vc/diff-mode.el (diff-mode): Scare-quote 'normal'.Sean Whitton2025-07-161-2/+3
| * ; * lisp/window.el (window-state-put): Fix a typo (bug#79013).Eli Zaretskii2025-07-141-1/+1
| * ; define-globalized-minor-mode: Fix info node link in docstring.Sean Whitton2025-07-131-2/+2
* | ; vc-revert-buffer-internal: Capitalization fix.Sean Whitton2025-07-161-1/+1
* | view-mode-exit: Respect view-read-onlySean Whitton2025-07-161-2/+7
* | vc-git-diff: Fix case where REV1 & REV2 are nil and no commits yetSean Whitton2025-07-161-3/+8
* | ; * src/xdisp.c: Fix typo.Michael Albinus2025-07-161-1/+1
* | Fix insert-file-contents overlap checkPaul Eggert2025-07-151-19/+47
* | ; Fix wording.Sean Whitton2025-07-151-1/+1
* | ; Fix recently introduced "ELisp".Sean Whitton2025-07-153-3/+3
* | Add `redisplay_counter` to catch nested redisplays and abort outer oneStefan Monnier2025-07-153-3/+26
* | Improve autorevert-testsMichael Albinus2025-07-1510-206/+342
* | ; * test/lisp/vc/vc-tests/vc-tests.el (vc-test--version-diff): Fix for Bzr.Eli Zaretskii2025-07-151-0/+2
* | Fix shift-translation support of 'scroll-lock-mode' commandsEli Zaretskii2025-07-151-5/+5
* | ; Improve cross-referencing in some VC docs.Sean Whitton2025-07-151-8/+8
* | ; Wording fixes in VC docs.Sean Whitton2025-07-151-8/+8
* | Allow trivially autoloading transient-define-groupJonas Bernoulli2025-07-151-1/+4
* | vc-resynch-window: Check whether auto-revert-mode is boundSean Whitton2025-07-151-2/+1
* | Move some RefTeX 'setq's to major mode definitionPengji Zhang2025-07-142-6/+6
* | (cl--class-allparents): Fix bug#78989Stefan Monnier2025-07-142-28/+50
* | Improve prettification of (La)TeX symbolsPaul Nelson2025-07-141-21/+26
* | lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Use \Stefan Monnier2025-07-141-8/+8
* | Fix the Android portPo Lu2025-07-141-2/+2
* | ; Fix 'threads-join-error' testEli Zaretskii2025-07-141-5/+10
* | * src/xdisp.c (tab-bar-truncate): New variable (bug#78953).Juri Linkov2025-07-142-1/+18
* | ; Fix indentation.Paul Eggert2025-07-131-1/+2
* | Speed up insert-file-contents readsPaul Eggert2025-07-131-4/+6
* | Avoid some tiny /proc file readsPaul Eggert2025-07-131-22/+29
* | insert-file-contents file shrinkage in scanbackPaul Eggert2025-07-131-79/+87
* | int → ptrdiff_t for read resultsPaul Eggert2025-07-131-1/+1
* | insert-file-contents unexpected end shrinkagePaul Eggert2025-07-131-0/+5
* | fileio.c comment spelling fixPaul Eggert2025-07-131-1/+1
* | insert-file-contents byte vs char confusionPaul Eggert2025-07-131-1/+1
* | Fix insert-file-contents overlap calculationPaul Eggert2025-07-131-13/+1
* | insert-file-contents do not rely on st_sizePaul Eggert2025-07-131-28/+4