aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2024-06-24 09:43:16 +0800
committerPo Lu2024-06-24 09:43:16 +0800
commitcb3d92da82d11967d728ddb1a0b5c2e8ca618e90 (patch)
tree62e9826852cfb4c1c85d0430a6a5aa365981981b /src
parent1d8d9a9d15dffec6745ede03eb27c3983ecc934d (diff)
parent0edacf2aa7e53d0cec95bcaae4cd19e5389b70f8 (diff)
downloademacs-cb3d92da82d11967d728ddb1a0b5c2e8ca618e90.tar.gz
emacs-cb3d92da82d11967d728ddb1a0b5c2e8ca618e90.zip
Merge from savannah/emacs-30
0edacf2aa7e Add jsdoc support to js-ts-mode cace0cbee93 ; Restore inadvertently removed line. 2b04effb13d ; * test/lisp/net/shr-tests.el (shr-test--rendering-check... 6619aec6bca ; Don't run new 'shr-test/zoom-image' when built without ... 5d19bfda321 ; * admin/release-branch.txt: Update and fix typo. fb11294d415 ; Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.122
-rw-r--r--src/w32image.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 7792bd88c01..798e87dd572 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -5956,7 +5956,7 @@
5956 Assume C89 or later for math functions (Bug#12381). 5956 Assume C89 or later for math functions (Bug#12381).
5957 This simplifies the code, and makes it a bit smaller and faster, 5957 This simplifies the code, and makes it a bit smaller and faster,
5958 and (most important) makes it easier to clean up signal handling 5958 and (most important) makes it easier to clean up signal handling
5959 since we can stop worring about floating-point exceptions in 5959 since we can stop worrying about floating-point exceptions in
5960 library code. That was a problem before C89, but the problem 5960 library code. That was a problem before C89, but the problem
5961 went away many years ago on all practical Emacs targets. 5961 went away many years ago on all practical Emacs targets.
5962 * data.c, image.c, lread.c, print.c: 5962 * data.c, image.c, lread.c, print.c:
diff --git a/src/w32image.c b/src/w32image.c
index e71471f4a7c..359a4fa3a72 100644
--- a/src/w32image.c
+++ b/src/w32image.c
@@ -605,7 +605,7 @@ get_encoder_clsid (const char *type, CLSID *clsid)
605 605
606DEFUN ("w32image-create-thumbnail", Fw32image_create_thumbnail, 606DEFUN ("w32image-create-thumbnail", Fw32image_create_thumbnail,
607 Sw32image_create_thumbnail, 5, 5, 0, 607 Sw32image_create_thumbnail, 5, 5, 0,
608 doc: /* Create a HEIGHT by WIDTH thumnail file THUMB-FILE for image INPUT-FILE. 608 doc: /* Create a HEIGHT by WIDTH thumbnail file THUMB-FILE for image INPUT-FILE.
609TYPE is the image type to use for the thumbnail file, a string. It is 609TYPE is the image type to use for the thumbnail file, a string. It is
610usually identical to the file-name extension of THUMB-FILE, but without 610usually identical to the file-name extension of THUMB-FILE, but without
611the leading period, and both "jpeg" and "jpg" can be used for JPEG. 611the leading period, and both "jpeg" and "jpg" can be used for JPEG.