1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-07 05:41:52 -07:00

Commit graph

  • f20e3e473d [GTK3] Move the frame to position before showing master Dmitry Gutov 2026-05-07 04:00:54 +03:00
  • 6c3dc7aafd [GTK3] Improve the resize -> hide -> show scenario Dmitry Gutov 2026-05-07 03:55:03 +03:00
  • 581db34a77 ; Fix crash in macOS Accessibility Zoom timer (bug#80624) Stéphane Marks 2026-05-03 06:39:29 -04:00
  • 187efe4e31 ; * lisp/emacs-lisp/elisp-scope.el (elisp-scope-analyze-form): Doc fix. Eli Zaretskii 2026-05-06 18:54:09 +03:00
  • 39e1505683
    ; Expand 'elisp-fontify-symbol' and 'elisp-scope-analyze-form' docs Eshel Yaron 2026-05-06 15:24:53 +02:00
  • eae96d9fcb Handle long environment variables in Tramp oricesses Michael Albinus 2026-05-06 16:06:50 +02:00
  • dfc7cf8e41 ; * etc/NEWS (margin): Fix a typo, improve wording, move to proper place. Eli Zaretskii 2026-05-06 14:48:28 +03:00
  • d962c83aa3 ; Improve doc strings of several Help-related user options Eli Zaretskii 2026-05-06 14:19:50 +03:00
  • abe63ceccc * src/igc-types.h: Emit a warning if HAVE_MPS is not defined feature/igc3 Helmut Eller 2026-05-06 10:25:01 +02:00
  • 9a10d45d95 Make igc_assert_not_an_mps_object an inline function Helmut Eller 2026-05-06 09:50:10 +02:00
  • 61e9dfe5f7
    ; * lisp/treesit.el (treesit--update-ranges-local): Fix let-binding. Yuan Fu 2026-05-05 19:22:14 -07:00
  • 14f17722aa Fix flicker of child frame right after make-frame-visible Dmitry Gutov 2026-05-06 04:31:22 +03:00
  • 930f298f4d (help--symbol-completion-table): Try and fix bug#80873 Stefan Monnier 2026-05-05 16:42:28 -04:00
  • b3b2b3de5d ; * etc/NEWS: Fix typo in recent change. Basil L. Contovounesios 2026-05-05 21:23:07 +02:00
  • a3f79f9da1 ; * lisp/progmodes/elisp-mode.el (elisp-fontify-semantically): Fix typo. Eli Zaretskii 2026-05-05 21:40:48 +03:00
  • b57124b747
    ; More 'elisp-scope' and 'elisp-fontify-semantically' doc improvements Eshel Yaron 2026-05-05 19:02:02 +02:00
  • c9078c505b Improve 'context-menu-send-to' (bug#79512) Juri Linkov 2026-05-05 19:45:28 +03:00
  • 0649c501ad
    ; (elisp-scope-analyze-form): Improve docstring. Eshel Yaron 2026-05-05 14:30:59 +02:00
  • 283b47ab2e vc-switch-working-tree: Don't find non-VC projects Sean Whitton 2026-05-05 12:17:53 +01:00
  • 8f9607d532 vc-finish-logentry: Skip displaying async command buffer sometimes Sean Whitton 2026-05-05 11:00:52 +01:00
  • 5789621632
    elisp-mode: Cache 'help-echo' function results (bug#80948) Eshel Yaron 2026-05-05 11:08:53 +02:00
  • 288f8d0b05
    ; (elisp-fontify-symbol): Improve docstring. Eshel Yaron 2026-05-05 10:27:59 +02:00
  • 47e014ff90 ; Fix byte-compilation warnings in markdown-ts-mode Eli Zaretskii 2026-05-05 11:42:12 +03:00
  • d48b774524 ; Fix last change Eli Zaretskii 2026-05-05 11:22:56 +03:00
  • d24b10ca75 Introduce 'margin' face for window margin background Andrea Alberti 2026-05-03 21:25:14 +02:00
  • c878753d39 Accept stream type as 4th argument of X-Message-SMTP-Method header Augusto Stoffel 2026-04-21 09:38:49 +02:00
  • 344d826956 Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs Eli Zaretskii 2026-05-05 10:25:46 +03:00
  • b36a26bb3b
    Improve 'markdown-ts-mode' Rahul Martim Juliato 2026-04-03 23:41:47 -03:00
  • 151ea29a8e ; Fix doc string of 'elisp-fontify-semantically' (bug#80948) Eli Zaretskii 2026-05-05 10:05:28 +03:00
  • b20307c4c7 ; Fix doc strings of timer-set-* functions Eli Zaretskii 2026-05-05 07:59:08 +03:00
  • ed1fe2ca95 nadvice.el: Make it easier to find how to change an interactive-form Stefan Monnier 2026-05-04 20:21:31 -04:00
  • bc4a4500fc lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Avoid obsolete "face vars" Stefan Monnier 2026-05-04 19:37:02 -04:00
  • a952324e9b keyboard.c: Allow SIGINT to quit in batch mode, instead of exit Stefan Monnier 2026-05-01 13:17:20 -04:00
  • 9c0a699c59 Adaot tramp-tests.el Michael Albinus 2026-05-04 16:09:10 +02:00
  • cbc912ed63 ; * admin/notes/jargon: Add entries. Michael Albinus 2026-05-04 16:08:43 +02:00
  • 0848cbb326 * admin/notes/documentation: Recommend not using "it's". Michael Albinus 2026-05-04 16:08:22 +02:00
  • ee1cbd9775 Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs Michael Albinus 2026-05-04 16:07:29 +02:00
  • e24d9232e0 Jsonrpc: add new tests using Python subprocesses João Távora 2026-04-24 10:26:01 +01:00
  • 9b3855e164 Jsonrpc: rework sync request handling (bug#80623) João Távora 2026-04-24 10:25:17 +01:00
  • 9ff0768804 Re-add a call to clear_under_internal_border in clear_garbaged_frames Dmitry Gutov 2026-05-04 05:21:34 +03:00
  • 9be140466a
    Ensure package archives are loaded for 'package-isolate' Philip Kaludercic 2026-05-03 20:12:37 +02:00
  • 75a36bde59
    Add for <picture> to 'html-tag-alist' and 'html-tag-help' Philip Kaludercic 2026-05-03 19:38:25 +02:00
  • f2de11f1f0
    Add for <details> to 'html-tag-alist' and 'html-tag-help' Philip Kaludercic 2026-05-03 18:40:49 +02:00
  • 9f6cf73b8e
    Prevent indentation within whitespace sensitive HTML tags Philip Kaludercic 2026-05-03 17:58:20 +02:00
  • 29f2c6eee0
    Use 'read-shell-command' to read SGML validation command Philip Kaludercic 2026-05-03 17:51:52 +02:00
  • 77e968b97c
    Raise an error if 'sgml-validate-command' is not configured Philip Kaludercic 2026-05-03 17:51:15 +02:00
  • c704ae0ffc
    Implement 'sgml-name-8bit-mode' as a proper minor mode Philip Kaludercic 2026-05-03 17:48:07 +02:00
  • dbc2e073c0
    Refine SGML offset user option types Philip Kaludercic 2026-05-03 17:47:11 +02:00
  • 7a710c3c0e
    Allow setting 'sgml-xml-mode' buffer locally Philip Kaludercic 2026-05-03 17:46:23 +02:00
  • fe58f45782
    Allow changing SGML "quick keys" after loading sgml-mode.el Philip Kaludercic 2026-05-03 17:45:15 +02:00
  • e682959b6b (package--builtin-alist): Don't use defconst since we later change it Stefan Monnier 2026-05-03 13:32:51 -04:00
  • a1739bc75e ; * doc/translations/fr/misc/ses-fr.texi: Typo. Vincent Belaïche 2024-01-02 00:28:55 +01:00
  • 5beeb4446f * lisp/treesit.el (treesit-outline-level): Add guard condition. Juri Linkov 2026-05-03 18:38:43 +03:00
  • b505bcfd30 Use a shell function to delay message. scratch/translations-of-manuals Vincent Belaïche 2026-05-02 23:54:39 +02:00
  • 7a730936ac Add a checking/result message for DOCLANGS derivation. Vincent Belaïche 2026-05-02 20:27:48 +02:00
  • 96ca45312d Set DOCLANGS with autoconf depending on texinfo.tex/texindex versions. Vincent Belaïche 2026-05-02 19:19:58 +02:00
  • 963d2ebffb ; * doc/lispintro/emacs-lisp-intro.texi: Update *Backtrace* outputs. Matto Fransen 2026-05-03 12:06:54 +01:00
  • d0f72ef864 Gnus logo in server buffer's mode line (bug#80850) Manuel Giraud 2026-04-20 14:21:51 +02:00
  • 7c70816066
    Remove 'completion-preview--is-calling' Eshel Yaron 2026-05-02 21:43:24 +02:00
  • e2240b93d4 Move Texinfo related autoconf code to a new separate texinfo.m4 file. Vincent Belaïche 2026-05-02 14:50:17 +02:00
  • e05fab5775 Fix 'vc-dir-resynch-file' (bug#80803) Stephen Berman 2026-05-02 15:11:37 +02:00
  • e420725935 ; * lisp/emacs-lisp/subr-x.el (work-buffer--release): Autoload (bug#80947). Eli Zaretskii 2026-05-02 14:34:59 +03:00
  • 939e5956d9
    Demote 'completion-preview-is-calling' Eshel Yaron 2026-05-02 13:28:05 +02:00
  • b376c405aa ; Add a test for sqlite-close Chris Roberts 2026-05-01 15:23:27 +02:00
  • d51a472231 ; * src/sfnt.c (sfnt_read_name_table): Avoid 32-bit overflow. Eli Zaretskii 2026-05-02 14:17:14 +03:00
  • 0d0891c1bb ; Fix an issue with counting glyphs on TTY frames Eli Zaretskii 2026-05-02 13:26:46 +03:00
  • 25659d5a75 ; * lisp/emacs-lisp/pcase.el (pcase-exhaustive): Doc fix. Eli Zaretskii 2026-05-02 13:10:33 +03:00
  • e575817e8f ; Improve documentation of Emacs server-client protocol Eli Zaretskii 2026-05-02 12:35:48 +03:00
  • 2207a58899 Eglot: find well behaved UTF char for code actions (bug#80326) João Távora 2026-05-02 09:53:20 +01:00
  • 4795e83a69 Project prompters always default to current project, if any Sean Whitton 2026-05-01 11:33:41 +01:00
  • cb21b7d71f
    Mark myself as maintainer of sgml-mode Philip Kaludercic 2026-05-02 10:24:10 +02:00
  • 87da929eb5
    Don't break line when inserting <code> tags Philip Kaludercic 2026-05-02 10:03:33 +02:00
  • 17f9f0c97d
    * etc/themes/newcomers-presets-theme.el: Fix checkdoc issue Philip Kaludercic 2026-05-01 19:19:25 +02:00
  • 1b14d6f92b * src/.gdbinit: Ignore SIGPIPE. (Bug#80911) Eli Zaretskii 2026-05-02 10:03:53 +03:00
  • 0179e3e062 Work around GCC bug 125116 Paul Eggert 2026-05-01 17:59:14 -07:00
  • 92788f3be4
    Update to Transient v0.13.2-10-gf7894ca4 Jonas Bernoulli 2026-05-01 22:06:03 +02:00
  • 6583cc4fdf
    Update to Transient v0.13.1-10-gc168d396 Jonas Bernoulli 2026-05-01 16:00:26 +02:00
  • d80c9e534d ; project.el: Use when-let* not if-let* where appropriate. Sean Whitton 2026-05-01 10:46:16 +01:00
  • dd3f0053d2
    ; (external-completion-table): Fix a couple of typos. Eshel Yaron 2026-05-01 11:22:14 +02:00
  • 19696dbc24
    ; Add comment thing for c-ts-mode Yuan Fu 2026-04-30 21:29:36 -07:00
  • 6cd5b16dd0 Resize child frames with GTK3 immediately too Dmitry Gutov 2026-05-01 04:42:57 +03:00
  • 73fe7a7097 Simplify the fullscreen adjustment in xg_frame_set_char_size Dmitry Gutov 2026-05-01 03:58:17 +03:00
  • 049a94b4e5 Remove the effect of x_gtk_resize_child_frames=hide Dmitry Gutov 2026-05-01 03:49:09 +03:00
  • 83b19f4d0f Don't wait out the whole event timeout unnecessarily Dmitry Gutov 2026-05-01 02:33:18 +03:00
  • a6a3b32208 Try to resize or resize-and-move child frames in one update Dmitry Gutov 2026-05-01 02:19:40 +03:00
  • da4ab3d738 Pacify GCC 16.0.1 -Wanalyzer-null-dereference in xdisp.c Paul Eggert 2026-04-30 17:55:43 -07:00
  • cf9728c4be Only perform erc-log-insert-log-on-open setup once F. Jason Park 2025-10-19 05:29:18 -07:00
  • ba2a150740 Restore erc-last-saved-position from previous session F. Jason Park 2026-04-28 14:44:45 -07:00
  • c7bca9f340 Define variable alias for erc-completion-mode F. Jason Park 2026-04-19 18:28:02 -07:00
  • 40b6f0180b ; Tweak some ERC tests and related utilities F. Jason Park 2026-04-03 17:35:42 -07:00
  • a24ff52a79
    New variable 'completion-preview-is-calling' Eshel Yaron 2026-04-30 21:19:19 +02:00
  • f6d404145e Precise quoting of file names with a leading tilde Michael Albinus 2026-04-30 18:51:00 +02:00
  • b54cde9119 Fix value of 'default-line-height' Eli Zaretskii 2026-04-30 19:39:42 +03:00
  • edc19c3536 Always compile w32image.c on MinGW (Bug#80924) Randy Taylor 2026-04-29 22:18:13 -04:00
  • 8166864e6a Minor refactoring Helmut Eller 2026-04-22 11:02:20 +02:00
  • b4e128b0cb
    ; * lisp/emacs-lisp/let-alist.el (let-alist): Fix typo. Eshel Yaron 2026-04-30 16:54:19 +02:00
  • 2db707cfd2 (seq-concatenate): Fix docstring (bug#80810) Stefan Monnier 2026-04-30 10:24:36 -04:00
  • 978c14b131 cl-lambda-list, cl-lambda-list1: Fix &key spec Sean Whitton 2026-04-30 12:41:33 +01:00
  • a0b7ae5abf eww-handle-link: Split HTML rel on spaces Timon Reinold 2026-04-12 14:02:52 +02:00
  • 17f755366e ; Fix shortdoc for seq-concatenate (bug#80810). Sean Whitton 2026-04-30 11:41:46 +01:00