aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | A better fix for recent changes in Gnulib's acl_entries.cEli Zaretskii2025-11-062-2/+3
* | | | ; * lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate): Doc fix.Eli Zaretskii2025-11-061-9/+9
* | | | (loaddefs-generate--emacs-batch): Chdir to `lisp-directory`Stefan Monnier2025-11-051-23/+34
* | | | (load-history, lisp-directory): Don't `file-truename`Stefan Monnier2025-11-053-9/+9
* | | | * lisp/image.el (image-supported-file-p): Fix autoload cookie (bug#79764).Juri Linkov2025-11-053-5/+3
* | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-11-054-6/+66
|\ \ \ \
| * | | | ; * lisp/subr.el (if-let*): Use "Lisp programmers".Sean Whitton2025-11-051-1/+1
| * | | | Unify constants that are equal-including-properties in compilerMattias Engdegård2025-11-052-2/+11
| * | | | Further document cond*'s bind-and*, document cond-let* discussionSean Whitton2025-11-052-3/+54
* | | | | ; * doc/emacs/help.texi (Misc Help): Improve and extend wording.Eli Zaretskii2025-11-051-4/+7
|/ / / /
* | | | Unbreak MinGW build broken by Gnulib mergeEli Zaretskii2025-11-052-1/+3
* | | | Add option to auto-refresh the lossage buffer. (Bug#79732)Elías Gabriel Pérez2025-11-053-28/+108
* | | | * test/lisp/emacs-lisp/map-ynp-tests.el: Use 'eval-expression-debug-on-error'.Juri Linkov2025-11-051-1/+1
* | | | Fix compilation on Android SDK 20 and earlierPo Lu2025-11-051-0/+6
* | | | Fix the Android portPo Lu2025-11-052-16/+0
* | | | 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