aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix the MS-DOS port and reading of symlink targetsPo Lu2025-11-054-4/+5
* | Simplify tzfree usePaul Eggert2025-11-041-6/+3
* | Update from Gnulib by running admin/merge-gnulibPaul Eggert2025-11-04115-1097/+1733
* | Add support for 'bind-and*' patterns to 'cond*'Philip Kaludercic2025-11-041-0/+35
* | Use 'read-char-choice' in 'ask-user-about-lock' (bug#79664)Juri Linkov2025-11-042-9/+18
* | ; Fix documentation of a recent changeEli Zaretskii2025-11-042-30/+20
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-11-0413-146/+273
|\ \
| * | * test/lisp/emacs-lisp/map-ynp-tests.el: Silence backtrace.Juri Linkov2025-11-041-8/+9
| * | hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez2025-11-0412-138/+264
* | | ; * doc/lispref/objects.texi (Equality Predicates): Restore @group.Eli Zaretskii2025-11-041-1/+14
|/ /
* | Improved examples for documentation of 'eq'Mattias Engdegård2025-11-041-59/+26
* | Fix thinko in 'delete-other-frames'Martin Rudalics2025-11-041-1/+4
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsEli Zaretskii2025-11-0311-69/+100
|\ \
| * | ; Avoid minibuffer.el compilation warning about cl-everyMattias Engdegård2025-11-031-1/+1
| * | Don't assume that literal constants are eq-unique in testsMattias Engdegård2025-11-032-3/+3
| * | ; Skip erc-keep-place-indicator test on Emacs 27F. Jason Park2025-11-022-4/+5
| * | Change tree-sitter query predicate names (bug#79687)Yuan Fu2025-11-024-60/+84
| * | Fix fontification for var in java-ts-mode (bug#79626)Yuan Fu2025-11-021-0/+6
| * | ; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo.Sean Whitton2025-11-021-1/+1
* | | Fix compilation errors in xsettings.cEli Zaretskii2025-11-031-3/+8
|/ /
* | ; Fix another compilation warning in pgtkselect.cEli Zaretskii2025-11-021-2/+0
* | Fix PGTK build without HSETTINGS, broken by recent changesEli Zaretskii2025-11-023-24/+11
* | ; Fix documentation of a recent commitEli Zaretskii2025-11-022-12/+16
* | ; Fix byte-compilation warnings (bug#79664)Eli Zaretskii2025-11-022-0/+3
* | Handle resizing of fullscreen frames more consistently (Bug#79704)Martin Rudalics2025-11-024-0/+91
* | * lisp/simple.el (previous-line-or-history-element): Fix off-by-one error.Juri Linkov2025-11-021-6/+6
* | Automatically toggle between dark and light mode PGTK widgetsAhmed Khanzada2025-11-025-0/+106
* | ; * doc/lispref/commands.texi (Reading One Event): Fix wording.Eli Zaretskii2025-11-021-7/+10
* | Fix markup toggling in rcircPhilip Kaludercic2025-11-011-1/+5
* | ; * lisp/emacs-lisp/cond-star.el (match*): Fix ` in docstringPhilip Kaludercic2025-11-011-1/+1
* | Check if 'hash-table-contains-p' is available in map.elPhilip Kaludercic2025-11-011-1/+5
* | * test/lisp/emacs-lisp/map-ynp-tests.el: New file (bug#67836).Spencer Baugh2025-11-011-0/+46
* | 'map-y-or-n-p' now uses the minibuffer to read a char (bug#79664)Juri Linkov2025-11-013-6/+61
* | 'read-multiple-choice' now uses the minibuffer to read a char (bug#79664)Juri Linkov2025-11-014-32/+136
* | ; * doc/misc/cl.texi (Derived Types): Fix a typo.Eli Zaretskii2025-11-011-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-11-012-12/+17
|\ \ | |/
| * Improve and correct documentation of 'font-lock-keywords-only'Eli Zaretskii2025-10-252-12/+17
* | ; Minor Tramp changesMichael Albinus2025-11-012-6/+8
* | Fix a typo in newst-backend.elGautier Ponsinet2025-11-011-1/+1
* | ; * etc/NEWS (Speedbar): Fix a typo (bug#79748).Eli Zaretskii2025-11-011-1/+1
* | Update to modus-themes version 5.0.0Protesilaos Stavrou2025-11-0110-5750/+5408
* | Restore compatibility with Texinfo 4.13Po Lu2025-11-012-4/+3
* | ; * lisp/vc/vc-hg.el (vc-hg--reset-back-to): Fix docstring.Sean Whitton2025-10-311-1/+1
* | ; * lisp/vc/vc-hg.el (vc-hg--reset-back-to): Reflow.Sean Whitton2025-10-311-1/+2
* | New *-revisions-from-end VC backend API functions (bug#79408)Sean Whitton2025-10-313-0/+55
* | lisp/emacs-lisp/cl-*.el: Minor changes accumulated during new API designDavid Ponce2025-10-313-12/+38
* | cl-extra.el: Use the new API to speed up dispatch on derived typesDavid Ponce2025-10-313-97/+56
* | (cl-generic-define-generalizer): Add new APIStefan Monnier2025-10-311-17/+86
* | Avoid infinite recursion in 'face_inheritance_cycle'Eli Zaretskii2025-10-311-4/+7
* | Fix a bug in Fcombine_windowsMartin Rudalics2025-10-311-61/+105