aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.12
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /src/ChangeLog.12
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'src/ChangeLog.12')
-rw-r--r--src/ChangeLog.126
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 18618bbfb25..cb373803a05 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -73,7 +73,7 @@
73 73
74 * lisp.h (adjust_after_replace): Extern it. 74 * lisp.h (adjust_after_replace): Extern it.
75 75
76 * coding.c (detect_coding): Cound the heading ASCII bytes in the 76 * coding.c (detect_coding): Count the heading ASCII bytes in the
77 case of detection for coding_category_utf_8_auto. 77 case of detection for coding_category_utf_8_auto.
78 (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: 78 (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]:
79 Skip decoding if all bytes are ASCII. 79 Skip decoding if all bytes are ASCII.
@@ -1809,7 +1809,7 @@
1809 1809
1810 * nsfns.m (Fns_do_applescript): Run event loop until script has 1810 * nsfns.m (Fns_do_applescript): Run event loop until script has
1811 been executed (Bug#12969). 1811 been executed (Bug#12969).
1812 (ns_run_ascript): Chech as_script for nil, set to nil after 1812 (ns_run_ascript): Check as_script for nil, set to nil after
1813 executing script. 1813 executing script.
1814 1814
18152012-12-22 Martin Rudalics <rudalics@gmx.at> 18152012-12-22 Martin Rudalics <rudalics@gmx.at>
@@ -19967,7 +19967,7 @@
199672011-05-05 Eli Zaretskii <eliz@gnu.org> 199672011-05-05 Eli Zaretskii <eliz@gnu.org>
19968 19968
19969 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: 19969 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
19970 New version that can reserve upto 2GB of heap space. 19970 New version that can reserve up to 2GB of heap space.
19971 19971
199722011-05-05 Chong Yidong <cyd@stupidchicken.com> 199722011-05-05 Chong Yidong <cyd@stupidchicken.com>
19973 19973