Commit graph

  • 06639a6b9b Fix regression in Tramp file name completion Michael Albinus 2025-10-12 14:34:53 +02:00
  • d1e173140d ; * doc/misc/gnus.texi (Optional Back End Functions): Add newer (bug#79484). James Thomas 2025-10-12 14:06:29 +05:30
  • 1ec7f8f9b2 ; * doc/misc/gnus.texi: Fix formatting (bug#79484). James Thomas 2025-10-12 14:00:29 +05:30
  • 73feb431b3
    ; elisp-mode.el: Improve consistency among face names. Eshel Yaron 2025-10-12 10:33:58 +02:00
  • 026f3bbd8d
    ; elisp-scope.el: Clean up symbol role definitions. Eshel Yaron 2025-10-12 10:14:29 +02:00
  • 90ba21979f Make buffer-local decorations show up on new window-system frames (Bug#79606) Martin Rudalics 2025-10-12 10:16:52 +02:00
  • f91de96d03 Update MS-Windows manifest for Emacs Eli Zaretskii 2025-10-12 08:38:00 +03:00
  • 90b43e3208 * lisp/progmodes/hideshow.el: Small improvements (bug#79585). Juri Linkov 2025-10-11 21:37:52 +03:00
  • 2acd9702de ; Simplify last change slightly, improve wording, add xref. Sean Whitton 2025-10-11 13:56:21 +01:00
  • 1170c27746 ; use-package manual: Discuss defvar-keymap ':prefix t' Pedro Andres Aranda Gutierrez 2025-10-11 13:53:13 +01:00
  • ba7e957926 Make cascaded archives working in tramp-archive.el work, again Michael Albinus 2025-10-11 14:37:04 +02:00
  • 0d7fc4516c
    Document 'elisp-fontify-semantically' in the Emacs manual Eshel Yaron 2025-10-11 14:18:53 +02:00
  • dcea973c04 Fix MS-Windows tray notifications from different Emacs frames Eli Zaretskii 2025-10-11 14:00:09 +03:00
  • c723760f28 Merge from origin/emacs-30 Eli Zaretskii 2025-10-11 06:02:56 -04:00
  • 4136bcb692 hideshow: Fix cursor when using end-of-line indicators. Elías Gabriel Pérez 2025-10-05 21:46:36 -06:00
  • c76da79e45 ; * doc/emacs/mini.texi (Minibuffer History): Improve indexing. Eli Zaretskii 2025-10-11 12:47:04 +03:00
  • f362cef564 Eglot: Add LSP server for TOML. Pooya Moradi 2025-10-09 16:19:05 +03:30
  • f8b4ce6843 Fix last change Eli Zaretskii 2025-10-11 12:22:58 +03:00
  • c172b6dded Stop monitoring fds after receiving EOF Spencer Baugh 2025-09-30 14:47:51 -04:00
  • 443af6fe1d Allow creating a pipe process without a buffer Spencer Baugh 2025-10-07 14:41:20 -04:00
  • 1895ba3ba3 ; Document %i format Eli Zaretskii 2025-10-11 12:08:48 +03:00
  • dc2650faa9 * src/pdumper.c (dump_queue_dequeue): Avoid -Wgnu-folding-constant. Sahil Kang 2025-10-05 14:53:45 -07:00
  • 3d0027afb5 Do not erase the output buffer upon empty async shell command Manuel Giraud 2025-10-03 08:33:57 +02:00
  • 85db0ac0d6 ; * doc/lispref/nonascii.texi (Explicit Encoding): Fix a typo (bug#79613). Eli Zaretskii 2025-10-11 09:47:14 +03:00
  • 340149c0a3 ; * doc/misc/reftex.texi (Builtin Label Environments): Fix typo. Arash Esbati 2025-10-10 11:27:32 +02:00
  • f344f5c4bf Replace obsolete floatfig package with floatflt Arash Esbati 2025-10-10 11:16:24 +02:00
  • 7d75ee2bd0 ; * lisp/progmodes/flymake.el (flymake-margin-indicators-string): Doc fix. Eli Zaretskii 2025-10-10 09:36:09 +03:00
  • 816a7b5e25 * lisp/progmodes/flymake.el: Improve flymake--resize-margins. Juri Linkov 2025-10-09 22:15:03 +03:00
  • e2567eab10 Treat a completion boundary change as completion Spencer Baugh 2025-08-14 15:15:29 -04:00
  • 7c7bfa625e * lisp/xdg.el (xdg-mime-apps): Fix recent regression. Juri Linkov 2025-10-09 20:27:41 +03:00
  • 0925e19064 Use shorter margin indicators in flymake-mode (bug#76254) Juri Linkov 2025-10-09 20:14:41 +03:00
  • 854690a9e3 * src/w32console.c: Fix last change (bug#79298). Eli Zaretskii 2025-10-09 15:21:38 +03:00
  • d8448facd9 Remove setting of reference format Arash Esbati 2025-10-09 11:54:45 +02:00
  • 5a70f5096e Fix text-terminal output with UTF-8 encoding on MS-Windows Eli Zaretskii 2025-10-09 12:07:57 +03:00
  • 73423a1e0e Fix font lock in csharp-ts-mode Roi Martin 2025-10-06 22:25:57 +02:00
  • 844a510a2b Fix font lock in java-ts-mode Roi Martin 2025-09-19 14:46:45 +02:00
  • 16be837bb7 modes.texi: Declare official support for a standard "abuse" Stefan Monnier 2025-10-08 19:20:44 -04:00
  • e7df895c2e
    ; (elisp-scope-if-let): Fix case where bindings entry is a symbol Eshel Yaron 2025-10-08 17:58:58 +02:00
  • b469506030 newsticker.el: fix escaping of XML strings LdBeth 2025-10-08 21:12:47 +08:00
  • ebcebaed69 Fix another inconsistency in auth-source.el Michael Albinus 2025-10-08 16:09:15 +02:00
  • 240bf0679c
    ; * lisp/emacs-lisp/elisp-scope.el (if-let*): Add comment. Eshel Yaron 2025-10-08 15:46:45 +02:00
  • fb58ccfdc4 vc-dir-resynch-file: Be more defensive about default-directory Sean Whitton 2025-10-08 12:38:37 +01:00
  • 43cbdfb698 define-globalized-minor-mode: Fix multiple globalized modes Sean Whitton 2025-10-08 11:37:37 +01:00
  • c510608cb2 ; define-globalized-minor-mode: Slightly simplify control flow. Sean Whitton 2025-10-07 20:18:43 +01:00
  • c119a3600e ; * doc/lispref/tips.texi (Documentation Tips): Document \\+`foo'. Eli Zaretskii 2025-10-08 09:38:38 +03:00
  • 3c20a2bb25 Fix a regression introduced by Bug#79294 fix Michael Heerdegen 2025-09-26 14:33:27 +02:00
  • 61caa91875
    ; elisp-scope.el: Fix 'wrong-type-argument' in local function analyzers Eshel Yaron 2025-10-07 23:28:07 +02:00
  • d1d06099d6
    ; Add semantic highlighting test with 'when-let*' Eshel Yaron 2025-10-07 23:57:35 +02:00
  • 94d314d756
    ; elisp-scope.el: Fix handling of 'if-let' and friends Eshel Yaron 2025-10-07 23:33:00 +02:00
  • ce863b6209 (hs-hideable-region-p): Optimize the optimization Elijah Gabe Pérez 2025-10-07 14:08:21 -04:00
  • 438d8f7351 Merge from origin/emacs-30 Sean Whitton 2025-10-07 18:04:20 +01:00
  • 38178570b3 ; Merge from origin/emacs-30 Sean Whitton 2025-10-07 18:04:20 +01:00
  • c95b33da9c Merge from origin/emacs-30 Sean Whitton 2025-10-07 18:04:20 +01:00
  • c7ab370067 ; * doc/lispref/control.texi (Conditionals): Grammar fix. Sean Whitton 2025-10-07 17:40:39 +01:00
  • f3c29c1415 ; * doc/lispref/control.texi (Conditionals): Document SYMBOL form. Sean Whitton 2025-10-07 17:35:32 +01:00
  • da47fa2f23 if-let*/when-let*/and-let*: Don't recommend (VALUEFORM) form Sean Whitton 2025-10-07 17:31:34 +01:00
  • 0c80d3bee6 decoded-time-add: Use 'floor' Ilya Chernyshov 2025-09-20 17:31:04 +07:00
  • f18e658533
    ; Fix typos in docstrings of some faces. Eshel Yaron 2025-10-07 12:13:43 +02:00
  • 186cdf599a
    ; * doc/misc/elisp-semantic-highlighting.org: Fix typos. Eshel Yaron 2025-10-07 12:09:31 +02:00
  • db7fd704de EWW: Don't clobber global value of 'text-property-default-nonsticky' Eli Zaretskii 2025-10-07 09:32:36 +03:00
  • 7f925b06ac defvar-keymap: New ':prefix t' abbreviation Sean Whitton 2025-10-06 18:34:18 +01:00
  • 1df9cfdb13 Don't call dbus-launch in dbus-tests.el Michael Albinus 2025-10-06 18:10:06 +02:00
  • 5944cd33dd
    Add documentation about ELisp semantic highlighting Eshel Yaron 2025-10-06 16:59:00 +02:00
  • fddc5f664e
    ; Rename 'elisp-scope--local' to 'elisp-scope-local-bindings' Eshel Yaron 2025-10-06 16:49:32 +02:00
  • 96358a044c ; Fix last change in auth-source.el Michael Albinus 2025-10-06 16:32:12 +02:00
  • b65318fc6d
    ; Update a couple of face definitions for ELisp variables Eshel Yaron 2025-10-06 13:31:18 +02:00
  • 8dccb56662
    ; Drop 'elisp-scope-local-functions' Eshel Yaron 2025-10-06 12:38:28 +02:00
  • 177658f068
    ; elisp-scope.el: Drop special-form special handling Eshel Yaron 2025-10-06 10:18:13 +02:00
  • 81c5399012
    ; Test semantic highlighting with 'cl-macrolet' and 'cl-flet' Eshel Yaron 2025-10-06 11:00:03 +02:00
  • ec7b376dd4
    elisp-scope.el: Unify and generalize local function/macro handling Eshel Yaron 2025-10-06 10:16:25 +02:00
  • dfb10509a4
    ; elisp-scope.el: Thread output spec though more macro analyzers Eshel Yaron 2025-10-05 19:26:59 +02:00
  • 1434bc97dc Run buffer-local window change functions in their buffers now Martin Rudalics 2025-10-06 10:27:27 +02:00
  • 7fc85f8dec
    ; elisp-scope.el: Recognize special variable declarations Eshel Yaron 2025-10-05 17:36:07 +02:00
  • 129119aef1 Fix rare breakage of 'revert-buffer' in 'archive-mode' Eli Zaretskii 2025-10-05 18:32:16 +03:00
  • a142cc262e Add fallback backend in auth-sources Michael Albinus 2025-10-05 17:14:59 +02:00
  • 5c459c6084 ; Tweak wording of a NEWS entry. Sean Whitton 2025-10-05 15:29:31 +01:00
  • d3c4679acd VC: Use symbolic names for the working revision Sean Whitton 2025-09-09 15:01:47 +01:00
  • cd400326b2 ; Improve documentation of 'string-glyph-split' Eli Zaretskii 2025-10-05 11:04:34 +03:00
  • 9ccef794a8 VC: New commands for cherry-picking (bug#79408) Sean Whitton 2025-10-02 21:48:31 +01:00
  • 5ee1e205e1 ; Improve the documentation of the last commit Eli Zaretskii 2025-10-04 17:18:12 +03:00
  • d0c63b8427 Improve log-view-copy-revision-as-kill Sean Whitton 2025-10-04 14:41:16 +01:00
  • 2ce33b66c5 New command log-view-copy-revision-as-kill Timo Myyrä 2025-09-21 11:12:55 +03:00
  • ef08bdcd6d
    ; Add another ELisp semantic highlighting test Eshel Yaron 2025-10-04 11:08:17 +02:00
  • 3271d9fc96 hideshow.el: Minor optimizations Elías Gabriel Pérez 2025-09-28 16:32:17 -06:00
  • b8555ebff4 Add 'auto-mode-alist' entry for Containerfile Augusto Stoffel 2025-09-27 15:32:05 +02:00
  • 6a12fe3d79 (editorconfig-indentation-alist): Pare down Stefan Monnier 2025-10-03 17:17:02 -04:00
  • 9deff2926b New command log-view-unmark-all-entries Sean Whitton 2025-10-03 20:54:25 +01:00
  • 70a24e3bb5 Merge from origin/emacs-30 Sean Whitton 2025-10-03 20:51:18 +01:00
  • 2a63811b30 ; Merge from origin/emacs-30 Sean Whitton 2025-10-03 20:51:18 +01:00
  • d5faebe8db Merge from origin/emacs-30 Sean Whitton 2025-10-03 20:51:18 +01:00
  • a7bb2fa62a ; TRAMP docs: "cherry pick"->"cherry-pick" (see bug#79408). Sean Whitton 2025-10-03 20:24:59 +01:00
  • edec0b8ec5
    ; Add a couple of tests for ELisp semantic highlighting Eshel Yaron 2025-10-03 21:20:56 +02:00
  • 3c645f3e62
    ; (elisp-scope-define-special-form-analyzer): Fix typo. Eshel Yaron 2025-10-03 21:19:20 +02:00
  • f8b8b9edc8
    ; (elisp-scope-describe-symbol-role): Minor clean up. Eshel Yaron 2025-10-03 19:49:15 +02:00
  • f269531255
    ; elisp-scope.el: Support hooking into `describe-symbol-backends'. Eshel Yaron 2025-10-03 19:40:42 +02:00
  • efa5b73044
    ; (elisp-scope-1): Add a "TODO". Eshel Yaron 2025-10-03 19:14:34 +02:00
  • 90e65c2abe
    ; (elisp-scope-gen-id-alist): Remove, unused. Eshel Yaron 2025-10-03 19:14:06 +02:00
  • c412bd83ff
    ; elisp-scope.el: Fix 'custom-declare-face' analyzer. Eshel Yaron 2025-10-03 19:09:05 +02:00
  • 320df8ad35
    ; elisp-scope.el: Improve 'oclosure-define' 'slots' analysis Eshel Yaron 2025-10-03 18:36:08 +02:00
  • bde38ef480
    ; Rename 'elisp-scope-output-type' to 'elisp-scope-output-spec'. Eshel Yaron 2025-10-03 18:11:35 +02:00