aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.114
-rw-r--r--src/ChangeLog.126
-rw-r--r--src/ChangeLog.136
-rw-r--r--src/ChangeLog.62
-rw-r--r--src/ChangeLog.82
-rw-r--r--src/comp.c2
-rw-r--r--src/haiku_support.h2
-rw-r--r--src/w32inevt.c2
-rw-r--r--src/xterm.c4
9 files changed, 15 insertions, 15 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 15ab2271718..1ec09d0a818 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -7503,7 +7503,7 @@
75032010-05-28 Kenichi Handa <handa@m17n.org> 75032010-05-28 Kenichi Handa <handa@m17n.org>
7504 7504
7505 * font.c (font_delete_unmatched): Check Vface_ignored_fonts. 7505 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
7506 Don't sheck SPEC if it is nil. 7506 Don't check SPEC if it is nil.
7507 (font_list_entities): Call font_delete_unmatched if 7507 (font_list_entities): Call font_delete_unmatched if
7508 Vface_ignored_fonts is non-nil. (Bug#6287) 7508 Vface_ignored_fonts is non-nil. (Bug#6287)
7509 7509
@@ -8639,7 +8639,7 @@
8639 8639
8640 * keyboard.c: QClabel is new. 8640 * keyboard.c: QClabel is new.
8641 (parse_tool_bar_item): Take out QClabel from tool bar items. 8641 (parse_tool_bar_item): Take out QClabel from tool bar items.
8642 Try to construct a label if ther is no QClabel. 8642 Try to construct a label if there is no QClabel.
8643 (syms_of_keyboard): Intern :label as QClabel. 8643 (syms_of_keyboard): Intern :label as QClabel.
8644 8644
8645 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new. 8645 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
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
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13
index d832ab9112c..91f8005ac51 100644
--- a/src/ChangeLog.13
+++ b/src/ChangeLog.13
@@ -7498,7 +7498,7 @@
74982014-04-16 Eli Zaretskii <eliz@gnu.org> 74982014-04-16 Eli Zaretskii <eliz@gnu.org>
7499 7499
7500 * insdel.c (invalidate_buffer_caches): When deleting or replacing 7500 * insdel.c (invalidate_buffer_caches): When deleting or replacing
7501 text, invalidate the bidi_paragraph_cache upto and including the 7501 text, invalidate the bidi_paragraph_cache up to and including the
7502 preceding newline. 7502 preceding newline.
7503 7503
75042014-04-16 Paul Eggert <eggert@cs.ucla.edu> 75042014-04-16 Paul Eggert <eggert@cs.ucla.edu>
@@ -10868,7 +10868,7 @@
10868 10868
10869 * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and 10869 * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
10870 redisplay--mode-lines-cause. 10870 redisplay--mode-lines-cause.
10871 (redisplay_internal): Keep them uptodate. Remove redundant check of 10871 (redisplay_internal): Keep them up-to-date. Remove redundant check of
10872 buffer_shared_and_changed. 10872 buffer_shared_and_changed.
10873 * *.[chm]: Number every assignment to update_mode_lines so we 10873 * *.[chm]: Number every assignment to update_mode_lines so we
10874 can track why it is set. 10874 can track why it is set.
@@ -12566,7 +12566,7 @@
125662013-09-16 Dmitry Antipov <dmantipov@yandex.ru> 125662013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
12567 12567
12568 Do not copy X event in handle_one_xevent except KeyPress case. 12568 Do not copy X event in handle_one_xevent except KeyPress case.
12569 Wnen XEvent is processed, it is unlikely to be changed except 12569 When XEvent is processed, it is unlikely to be changed except
12570 KeyPress case, so we can avoid copying and use const pointer to 12570 KeyPress case, so we can avoid copying and use const pointer to
12571 const data to make sure that an event is not changed elsewhere. 12571 const data to make sure that an event is not changed elsewhere.
12572 * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent * 12572 * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent *
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index fc7cc5e4d48..f5653efd91e 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -2225,7 +2225,7 @@
2225 2225
22261996-02-08 Eli Zaretskii <eliz@is.elta.co.il> 22261996-02-08 Eli Zaretskii <eliz@is.elta.co.il>
2227 2227
2228 * fileio.c (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in 2228 * fileio.c (Fmake_temp_name) [MS-DOS]: Allow up to 8 characters in
2229 the prefix of the temporary file name. 2229 the prefix of the temporary file name.
2230 2230
22311996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> 22311996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 2594ced5f62..effdf8a7acf 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -5704,7 +5704,7 @@
5704 (x_scroll_bar_expose): Make no-op for toolkit scroll bars. 5704 (x_scroll_bar_expose): Make no-op for toolkit scroll bars.
5705 (x_scroll_bar_create): Create and show a scroll bar widget 5705 (x_scroll_bar_create): Create and show a scroll bar widget
5706 if using toolkit scroll bars. 5706 if using toolkit scroll bars.
5707 (x_scroll_bar_move): Handle tookit scroll bars. 5707 (x_scroll_bar_move): Handle toolkit scroll bars.
5708 5708
5709 * Makefile.in (LIBW): Use Xaw3d if present. 5709 * Makefile.in (LIBW): Use Xaw3d if present.
5710 5710
diff --git a/src/comp.c b/src/comp.c
index d2a2252cf2b..b6072a866e6 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -947,7 +947,7 @@ obj_to_reloc (Lisp_Object obj)
947 } 947 }
948 948
949 xsignal1 (Qnative_ice, 949 xsignal1 (Qnative_ice,
950 build_string ("cant't find data in relocation containers")); 950 build_string ("can't find data in relocation containers"));
951 assume (false); 951 assume (false);
952 952
953 found: 953 found:
diff --git a/src/haiku_support.h b/src/haiku_support.h
index e940e69bf11..2605a75b400 100644
--- a/src/haiku_support.h
+++ b/src/haiku_support.h
@@ -383,7 +383,7 @@ struct haiku_font_pattern
383 /* The number of characters in `wanted_chars'. */ 383 /* The number of characters in `wanted_chars'. */
384 int want_chars_len; 384 int want_chars_len;
385 385
386 /* List of characters. The font must fullfill at least one of 386 /* List of characters. The font must fulfill at least one of
387 them for the match to succeed. */ 387 them for the match to succeed. */
388 int *need_one_of; 388 int *need_one_of;
389 389
diff --git a/src/w32inevt.c b/src/w32inevt.c
index 6a1d9afacf7..d13b0521c9a 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -648,7 +648,7 @@ handle_file_notifications (struct input_event *hold_quit)
648 ns = NULL; 648 ns = NULL;
649 649
650 /* Find out if there is a record available in the linked list of 650 /* Find out if there is a record available in the linked list of
651 notifications sets. If so, unlink te set from the linked list. 651 notifications sets. If so, unlink the set from the linked list.
652 Use the critical section. */ 652 Use the critical section. */
653 enter_crit (); 653 enter_crit ();
654 if (notifications_set_head->next != notifications_set_head) 654 if (notifications_set_head->next != notifications_set_head)
diff --git a/src/xterm.c b/src/xterm.c
index deedc595cb2..20bccc165f6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -14490,7 +14490,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
14490 break; 14490 break;
14491 } 14491 }
14492#ifdef USE_GTK 14492#ifdef USE_GTK
14493 /* We don't wan't to know the innermost window. We 14493 /* We don't want to know the innermost window. We
14494 want the edit window. For non-Gtk+ the innermost 14494 want the edit window. For non-Gtk+ the innermost
14495 window is the edit window. For Gtk+ it might not 14495 window is the edit window. For Gtk+ it might not
14496 be. It might be the tool bar for example. */ 14496 be. It might be the tool bar for example. */
@@ -14521,7 +14521,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
14521 never use them in that case.) */ 14521 never use them in that case.) */
14522 14522
14523#ifdef USE_GTK 14523#ifdef USE_GTK
14524 /* We don't wan't to know the innermost window. We 14524 /* We don't want to know the innermost window. We
14525 want the edit window. */ 14525 want the edit window. */
14526 f1 = x_window_to_frame (dpyinfo, win); 14526 f1 = x_window_to_frame (dpyinfo, win);
14527#else 14527#else