Commit graph

  • f38c42d1c7 Treat SVG images like other image types in 'shr-put-image' Jim Porter 2024-07-11 16:29:37 -07:00
  • e6f78485aa ; Fix typos in 'which-key-mode' (bug#72093) john muhl 2024-07-10 17:13:58 -05:00
  • 5389b6a856 Fix renaming symlinks on MS-Windows Eli Zaretskii 2024-07-13 15:52:38 +03:00
  • 44ae4868d3 Merge from origin/emacs-30 Eli Zaretskii 2024-07-13 08:44:49 -04:00
  • a6c78ccf5f ; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091). Raffael Stocker 2024-07-13 13:26:23 +02:00
  • febafe3788 * test/lisp/wdired-tests.el (wdired-test-bug34915): Fix for MS-Windows. Eli Zaretskii 2024-07-13 15:06:43 +03:00
  • 846b79b6d0 Fix 'wdired-test-unfinished-edit-01' Peter Oliver 2024-07-12 10:52:23 +01:00
  • bc154cba13 ; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879). Eli Zaretskii 2024-07-13 13:22:01 +03:00
  • 3a26a51c69 ; Fix last change Eli Zaretskii 2024-07-13 13:16:42 +03:00
  • c77a9b934b Fontify doxygen support to 'c-ts-mode', 'c++-ts-mode' and 'java-ts-mode' Vincenzo Pupillo 2024-07-01 12:34:01 +02:00
  • 53291e3d46 Fontify destructor in c++-ts-mode Vincenzo Pupillo 2024-07-01 11:52:18 +02:00
  • b23ab37175 Simplify timestamp decoding Mattias Engdegård 2024-07-12 12:16:22 +02:00
  • d77f8a3475 Fix invalid defcustom type for erc-buffers option F. Jason Park 2024-07-12 14:41:54 -07:00
  • 900f135b68 * lisp/gnus/mm-uu.el (mm-uu-type-alist): Fix end-regexp of git-format-patch. Juri Linkov 2024-07-12 20:54:53 +03:00
  • d68a4ea3ec
    ; Fix 'ibuffer-do-isearch{-regexp}' Eshel Yaron 2024-07-06 20:53:06 +02:00
  • 8b1a0f8695 Fix infloop in 'shell-resync-dirs' Eli Zaretskii 2024-07-12 09:58:53 +03:00
  • ce13eee5ab ; * src/image.c (free_image_cache): Add assertion. (Bug#71929) Eli Zaretskii 2024-07-12 09:39:39 +03:00
  • e64a34e62b Merge from savannah/emacs-30 Po Lu 2024-07-12 14:32:49 +08:00
  • b22ab99f0a Render more Android functions safe to execute in a batch session Po Lu 2024-07-12 14:31:33 +08:00
  • 38fa3e9350 Merge from savannah/emacs-30 Po Lu 2024-07-12 12:15:50 +08:00
  • a5ef9e2568 Document means of executing Emacs from unrelated Android applications Po Lu 2024-07-12 11:59:09 +08:00
  • 0de0056fd6 Don't emit a prompt in Eshell when a background command is killed Jim Porter 2024-07-09 10:45:35 -07:00
  • dc8cde2b6f Add a type-check--optim test Andrea Corallo 2024-07-10 23:50:18 +02:00
  • ffaf1cb235 Some clean-up in comp-tests.el Andrea Corallo 2024-07-10 23:48:19 +02:00
  • baf74968f9 Fix 'comp--type-check-optim-block' it using 'comp-cstr-type-p' Andrea Corallo 2024-05-31 10:24:11 +02:00
  • 0d6f3f134e Generalize 'comp-cstr-symbol-p' Andrea Corallo 2024-05-31 10:08:18 +02:00
  • a1775552ce Add 'comp-type-check-optim' pass Andrea Corallo 2023-05-23 11:18:07 +02:00
  • 8538a281f5 Split 'comp--ssa' code Andrea Corallo 2024-04-07 14:35:53 +02:00
  • c3e6923b00 Rename timefns static function lisp_time_struct Paul Eggert 2024-07-11 15:40:47 +02:00
  • e30706fd12 Avoid mpz for some common timestamp cases Paul Eggert 2024-07-11 15:28:58 +02:00
  • e8b3c4cb58 Decode current time directly to timespec Paul Eggert 2024-07-11 15:03:50 +02:00
  • 75f53d7c2c In timefns.c avoid by-hand overflow checking Paul Eggert 2024-07-11 12:57:01 +02:00
  • 0c850df888 Optimize smallish mpz to native int conversion Paul Eggert 2024-07-11 12:42:57 +02:00
  • 1c8e64a953 New FASTER_BIGNUM macro to test slow-path code Paul Eggert 2024-07-11 12:27:36 +02:00
  • 2fb7bb41be In timefns, call natnump only for non-fixnums Paul Eggert 2024-07-10 11:04:18 +02:00
  • b6cbf0cbb6 In timefns, do gcd reduction more often Paul Eggert 2024-07-10 10:36:35 +02:00
  • abafc6ca01 In timefns, prefer ui mul and div Paul Eggert 2024-07-10 10:23:31 +02:00
  • 6ef052d9b2 Reduce size of integer product in timefns Paul Eggert 2024-07-10 02:37:55 +02:00
  • 5e8a38ecb2 Rename timefns internals Paul Eggert 2024-07-08 09:26:14 +02:00
  • a6a3f32245 Speed up decode-time when not doing subseconds Paul Eggert 2024-07-07 21:34:23 +02:00
  • 34bde2f790 Push some time conversions down Paul Eggert 2024-07-07 20:50:47 +02:00
  • 22a3a90f76 Split lisp_to_timespec in two Paul Eggert 2024-07-07 16:18:18 +02:00
  • c45ae286b5 Refactor decode_ticks_hz via switch Paul Eggert 2024-07-07 16:05:52 +02:00
  • 0e221d3789 Refactor timefns order Paul Eggert 2024-07-07 15:42:10 +02:00
  • 35365620e4 Refactor timefns more functionally Paul Eggert 2024-07-06 21:52:08 +02:00
  • ec1e300a21 Fix reference from buffer-stale-function docstring Daniel Martín 2024-07-11 01:22:04 +02:00
  • 166685a7d9 Merge from savannah/emacs-30 Po Lu 2024-07-11 11:40:34 +08:00
  • e0b271e279 Take precautions against ill-formed content URIs Po Lu 2024-07-11 11:38:41 +08:00
  • 9331ab056a etags-regen-mode: Handle TAGS buffer being killed Dmitry Gutov 2024-07-11 03:49:06 +03:00
  • ef3f26ec02 ; Tag ERC multiline blanks test as :expensive F. Jason Park 2024-07-10 15:36:38 -07:00
  • 29aeed7218 ; * test/lisp/net/dbus-tests.el: Fix thinko. Michael Albinus 2024-07-10 18:28:43 +02:00
  • 831539542f * lib/timespec-sub.c: Copy manually from Gnulib. Paul Eggert 2024-07-10 18:18:07 +02:00
  • 945335fec1 Improve 'put-image' documentation Robert Pluim 2024-07-09 17:14:45 +02:00
  • c38d5cc3b2 Improve 'set-fontset-font' documentation Robert Pluim 2024-04-19 15:16:34 +02:00
  • 7de4dbea08 Adapt Tramp's "run0" method Michael Albinus 2024-07-10 11:58:22 +02:00
  • 871585db4c * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning. Andrea Corallo 2024-07-09 21:17:48 +02:00
  • a29a385ee5 Extend dbus-test04-call-method-authorizable Michael Albinus 2024-07-10 09:50:09 +02:00
  • 338337ec32 * configure.ac: Fix typo in commentary of strlen substitute. Po Lu 2024-07-10 10:39:33 +08:00
  • 8e46f44ea0 Improve Eshell's behavior when waiting for processes Jim Porter 2024-07-06 14:09:08 -07:00
  • 342998511a Don't use the Lisp implementation of "kill" in remote Eshell directories Jim Porter 2024-07-09 17:19:26 -07:00
  • 5cf8d60e0d Capitalize "Dired" and "Lisp" in docstrings Stefan Kangas 2024-07-10 00:26:22 +02:00
  • 57defada88 * test/src/comp-tests.el (compile-forms): Simplify test. Andrea Corallo 2024-07-09 22:31:34 +02:00
  • b9b9322a8e Support interpreted functions as input for 'native-compile' (bug#71934) Andrea Corallo 2024-07-09 21:11:43 +02:00
  • 37475c9af7 Document Eshell entry points Jim Porter 2024-07-07 21:24:47 -07:00
  • ac797f6016 ; * lisp/net/shr.el (shr-image-zoom-levels): Fix wrong type. Mattias Engdegård 2024-07-09 18:30:48 +02:00
  • 7e358aa706 Use cheaper string constructors Mattias Engdegård 2024-07-09 10:01:03 +02:00
  • acfc3884bf Warn if D-Bus error "InteractiveAuthorizationRequired" occurs Michael Albinus 2024-07-09 17:37:50 +02:00
  • df26519500 Merge from savannah/emacs-30 Po Lu 2024-07-09 22:04:03 +08:00
  • 8350ebd22e Fix bug#71929 Po Lu 2024-07-09 22:00:39 +08:00
  • 4ca35cbb6e ; * src/dbusbind.c (Fdbus_message_internal): Fix coding style. Po Lu 2024-07-09 21:16:47 +08:00
  • 8f96e0064f ; Change imap-shell-host docstring to mention SSH Stefan Kangas 2024-07-09 14:09:20 +02:00
  • 813ca8c214 Adapt dbus-tests.el Michael Albinus 2024-07-09 14:01:07 +02:00
  • 551a71c313 Support interactive D-Bus authorization Steven Allen 2024-07-09 13:16:43 +02:00
  • 24cad0e2e7 Make D-Bus tests stable Michael Albinus 2024-07-09 12:11:13 +02:00
  • 3f0f0712da Merge from savannah/emacs-30 Andrea Corallo 2024-07-09 11:23:18 +02:00
  • d883f9a1f3 Silence a warning in 'calc-embedded-open-close-new-formula-alist' Andrea Corallo 2024-07-09 11:04:30 +02:00
  • e53f0f4869 * etc/TODO (Native compiler improvements): Add entry. Andrea Corallo 2024-07-09 11:03:04 +02:00
  • 671ad83026 Fix bug#70697 with respect to fringe bitmaps Po Lu 2024-07-09 14:10:07 +08:00
  • 15c591bad6 Fix byte-compiler warning in calc.el Po Lu 2024-07-09 09:35:16 +08:00
  • a952ca5461 Merge from savannah/emacs-30 Po Lu 2024-07-09 09:33:09 +08:00
  • dce31372a6 editorconfig-core-handle.el: Fix regressions in fnmatch handling Stefan Monnier 2024-07-08 17:09:31 -04:00
  • ed2986494c Checkdoc fixes in url/*.el Stefan Kangas 2024-07-08 17:49:14 +02:00
  • 846c0e10ff Checkdoc fixes in term/*.el Stefan Kangas 2024-07-08 17:47:21 +02:00
  • f410b251fd Make checkdoc recognize "U.S." acronym Stefan Kangas 2024-07-08 17:41:23 +02:00
  • 3977aa0756 Checkdoc fixes in mh-e/*.el Stefan Kangas 2024-07-08 17:39:51 +02:00
  • 521f740d01 Checkdoc fixes in calc/*.el Stefan Kangas 2024-07-08 16:44:17 +02:00
  • 336aa6ab17 Checkdoc fixes in textmodes/*.el Stefan Kangas 2024-07-08 17:16:32 +02:00
  • e19fd6a22d Checkdoc fixes in gnus/*.el Stefan Kangas 2024-07-08 17:07:03 +02:00
  • 7350457c79 Checkdoc fixes in eshell/*.el Stefan Kangas 2024-07-08 16:50:17 +02:00
  • 23c1ba81dd Checkdoc fixes in emulation/*.el Stefan Kangas 2024-07-08 16:43:27 +02:00
  • c85f67a66d Checkdoc fixes in erc/*.el Stefan Kangas 2024-07-08 16:41:02 +02:00
  • dd8d5d57df perl-mode: fix bug introduced in bd86a6c4fd Pip Cet 2024-07-08 14:34:45 +00:00
  • e392382e2e Checkdoc fixes in vc/*.el Stefan Kangas 2024-07-08 14:37:29 +02:00
  • ef7364b070 Checkdoc fixes in emacs-lisp/*.el Stefan Kangas 2024-07-08 14:30:37 +02:00
  • 5fe1ae0e84 Checkdoc fixes in mail/*.el Stefan Kangas 2024-07-08 14:24:33 +02:00
  • e43e9d0998 Checkdoc fixes in net/*.el Stefan Kangas 2024-07-08 14:10:46 +02:00
  • 4c6e9f5b00 Improve use-package-vc-valid-keywords docstring format Stefan Kangas 2024-07-08 14:03:17 +02:00
  • 928180f32b ; * etc/TODO: New item on installing Magit. Stefan Kangas 2024-07-08 13:52:42 +02:00
  • c193a702dc ; Improve a recent change to the documentation Eli Zaretskii 2024-07-08 14:48:25 +03:00
  • 6ebc5d5c27 ; Delete fixed item from etc/TODO: "proced on macOS" Stefan Kangas 2024-07-08 12:45:30 +02:00