aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | ; * src/lisp.h (MAX_ALLOCA): Comment on enlarging the value.Eli Zaretskii2025-10-311-1/+15
* | | | Revert "Use cached compiled tree-sitter queries for range settings"Yuan Fu2025-10-301-1/+16
* | | | More reliably check if a frame is the daemon's initial frameSteven Allen2025-10-306-7/+7
* | | | Optimize PCM regex to not contain adjacent wildcardsSpencer Baugh2025-10-302-50/+100
* | | | ; Document how to search for raw bytesEli Zaretskii2025-10-302-0/+18
* | | | ; * lisp/subr.el (version-to-list): Completely wrong indentation.Mattias Engdegård2025-10-301-6/+6
* | | | * lisp/emacs-lisp/range.el (range-add-list): Don't mutate argument.Mattias Engdegård2025-10-301-0/+1
* | | | Faster constant pool string searchingMattias Engdegård2025-10-301-8/+2
* | | | Define compiler macros for /=, atom and nlistpMattias Engdegård2025-10-302-28/+12
* | | | Fix numeric comparison bug when optimisation is disabledMattias Engdegård2025-10-301-12/+16
* | | | Remove unused byte-compile-eval-before-compileMattias Engdegård2025-10-301-11/+0
* | | | ; Fix typos and wording of recently-modified doc stringsEli Zaretskii2025-10-301-8/+8
* | | | Make 'link' not inherit 'button' in modus-themes.el (bug#79672)Protesilaos Stavrou2025-10-301-1/+1
* | | | Skip unknown language for code block in markdown-ts-mode (bug#79670)Yuan Fu2025-10-291-5/+10
* | | | Tree-sitter range language function can return nil (bug#79670)Yuan Fu2025-10-291-16/+20
* | | | Use cached compiled tree-sitter queries for range settingsYuan Fu2025-10-291-3/+3
* | | | lisp/custom.el (custom-set-minor-mode): Load the mode more lazilyStefan Monnier2025-10-291-4/+10
* | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-10-292-56/+53
|\ \ \ \
| * | | | ; elisp-scope.el: Improve face specification handling.Eshel Yaron2025-10-292-52/+42
| * | | | ; elisp-scope.el: Simplify 'custom-declare-face' analyzer.Eshel Yaron2025-10-292-4/+11
* | | | | ; * src/xfaces.c (face_inheritance_cycle): More defensive code.Eli Zaretskii2025-10-291-3/+2
|/ / / /
* | | | Adapt `tramp-test49-external-backend-function'Michael Albinus2025-10-291-4/+16
* | | | lisp/comint.el: Fix `comint-write-input-ring' contextMichael R. Mauger2025-10-281-1/+2
* | | | Fix regression involving erc-channel-user accessorsF. Jason Park2025-10-274-17/+203
* | | | Change ERC version to 5.6.2-gitF. Jason Park2025-10-272-4/+5
* | | | New delete-revision VC backend API function (bug#79408)Sean Whitton2025-10-273-5/+103
* | | | vc-log-incoming, vc-log-outgoing: Pass nil UPSTREAM-LOCATIONSean Whitton2025-10-271-2/+2
* | | | Avoid face inheritance cyclesEli Zaretskii2025-10-273-1/+80
* | | | ; * lisp/emacs-lisp/inline.el (define-inline): Improve wording.Sean Whitton2025-10-261-1/+1
* | | | ; (elisp-fontify-symbol): Put less text props when possibleEshel Yaron2025-10-261-11/+16
* | | | ; (elisp-scope--symbol): Add a docstring.Eshel Yaron2025-10-261-0/+1
* | | | ; * lisp/vc/vc-hg.el (vc-hg-revision-published-p): Simplify.Sean Whitton2025-10-261-1/+1
* | | | ; * lisp/emacs-lisp/inline.el (define-inline): Fix line length.Sean Whitton2025-10-261-3/+3
* | | | New revision-published-p VC backend API function (bug#79408)Sean Whitton2025-10-263-15/+45
* | | | (cl-defstruct): Use `define-inline`Stefan Monnier2025-10-263-79/+104