aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | define-globalized-minor-mode: Fix multiple globalized modesSean Whitton2025-10-081-6/+17
* | | | | ; define-globalized-minor-mode: Slightly simplify control flow.Sean Whitton2025-10-081-7/+7
* | | | | Fix a regression introduced by Bug#79294 fixMichael Heerdegen2025-10-081-13/+13
* | | | | (hs-hideable-region-p): Optimize the optimizationElijah Gabe Pérez2025-10-071-5/+3
* | | | | Merge from origin/emacs-30Sean Whitton2025-10-072-19/+39
|\ \ \ \ \ | |/ / / /
| * | | | ; * doc/lispref/control.texi (Conditionals): Grammar fix.Sean Whitton2025-10-071-1/+1
| * | | | ; * doc/lispref/control.texi (Conditionals): Document SYMBOL form.Sean Whitton2025-10-071-6/+18
| * | | | if-let*/when-let*/and-let*: Don't recommend (VALUEFORM) formSean Whitton2025-10-072-17/+25
* | | | | ; Merge from origin/emacs-30Sean Whitton2025-10-070-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | EWW: Don't clobber global value of 'text-property-default-nonsticky'Eli Zaretskii2025-10-071-2/+2
* | | | | Merge from origin/emacs-30Sean Whitton2025-10-072-1/+8
|\ \ \ \ \ | |/ / / /
| * | | | ; Improve documentation of 'string-glyph-split'Eli Zaretskii2025-10-052-1/+8
* | | | | decoded-time-add: Use 'floor'Ilya Chernyshov2025-10-071-1/+1
* | | | | defvar-keymap: New ':prefix t' abbreviationSean Whitton2025-10-067-20/+56
* | | | | Don't call dbus-launch in dbus-tests.elMichael Albinus2025-10-062-24/+90
* | | | | ; Fix last change in auth-source.elMichael Albinus2025-10-061-5/+4
* | | | | Run buffer-local window change functions in their buffers nowMartin Rudalics2025-10-063-69/+118
* | | | | Fix rare breakage of 'revert-buffer' in 'archive-mode'Eli Zaretskii2025-10-051-0/+6
* | | | | Add fallback backend in auth-sourcesMichael Albinus2025-10-053-113/+283
* | | | | ; Tweak wording of a NEWS entry.Sean Whitton2025-10-051-4/+4
* | | | | VC: Use symbolic names for the working revisionSean Whitton2025-10-056-53/+115
* | | | | VC: New commands for cherry-picking (bug#79408)Sean Whitton2025-10-048-27/+361
* | | | | ; Improve the documentation of the last commitEli Zaretskii2025-10-043-7/+11
* | | | | Improve log-view-copy-revision-as-killSean Whitton2025-10-043-13/+13
* | | | | New command log-view-copy-revision-as-killTimo Myyrä2025-10-043-0/+25
* | | | | hideshow.el: Minor optimizationsElías Gabriel Pérez2025-10-041-43/+53
* | | | | Add 'auto-mode-alist' entry for ContainerfileAugusto Stoffel2025-10-041-1/+5
* | | | | (editorconfig-indentation-alist): Pare downStefan Monnier2025-10-031-38/+2
* | | | | New command log-view-unmark-all-entriesSean Whitton2025-10-033-0/+18
* | | | | Merge from origin/emacs-30Sean Whitton2025-10-031-16/+19
|\ \ \ \ \ | |/ / / /
| * | | | ; * doc/emacs/maintaining.texi (VC Change Log): Missing annotations.Sean Whitton2025-10-031-16/+19
* | | | | ; Merge from origin/emacs-30Sean Whitton2025-10-030-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | * lisp/term/w32-win.el (dynamic-library-alist): Add libxml2-16.dll.Eli Zaretskii2025-10-021-1/+1
* | | | | Merge from origin/emacs-30Sean Whitton2025-10-032-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | Fix process name matching in 'tramp-process-running-p'Renato Ferreira2025-10-011-1/+1
| * | | | ; * doc/lispref/modes.texi (Defining Minor Modes): Fix last change.Eli Zaretskii2025-09-271-3/+4
* | | | | ; TRAMP docs: "cherry pick"->"cherry-pick" (see bug#79408).Sean Whitton2025-10-032-2/+2
* | | | | vc--prompt-other-working-tree: Better handle no other working treesSean Whitton2025-10-031-18/+33
* | | | | Eglot: make markup invisible instead of deleting it (bug#79552)Spencer Baugh2025-10-032-3/+14
* | | | | Log View marking: Fix lambda listsSean Whitton2025-10-021-8/+8
* | | | | ; * lisp/vc/vc.el (vc-print-root-log): Use plusp.Sean Whitton2025-10-021-3/+2
* | | | | * lisp/term/w32-nt.el (dynamic-library-alist): Add libxml2-16.dll.Eli Zaretskii2025-10-021-1/+1
* | | | | Fix 'restart-emacs' on MS-WindowsEli Zaretskii2025-10-021-0/+3
* | | | | ; * doc/emacs/vc1-xtra.texi (Other Working Trees): Better example.Sean Whitton2025-10-011-11/+8
* | | | | New command vc-kill-other-working-tree-buffersSean Whitton2025-10-015-2/+35
* | | | | ; project-prompt-project-name: Fix pcase usage.Sean Whitton2025-10-011-2/+2
* | | | | vc-add-working-tree: Finish by starting DiredSean Whitton2025-10-012-10/+6
* | | | | * lisp/hl-line.el (global-hl-line-buffers): Skip internal buffers (bug#79547).Juri Linkov2025-10-011-0/+1
* | | | | vc-test--checkin-patch: Use atomic change groupsSean Whitton2025-09-301-19/+20
* | | | | VC: Allow deleting or moving current working treeSean Whitton2025-09-303-55/+109