aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2006-06-12 07:27:12 +0000
committerKaroly Lorentey2006-06-12 07:27:12 +0000
commit476e9367ec1f440aa23904b7bc482ea4a3b8041c (patch)
tree4f7f5a5e9a6668f908834bb6e216c8fa3727d4b3 /src/ChangeLog
parenta13f8f50d4cc544d3bbfa78568e82ce09e68bded (diff)
parent6b519504c3297595101628e823e72c91e562ab45 (diff)
downloademacs-476e9367ec1f440aa23904b7bc482ea4a3b8041c.tar.gz
emacs-476e9367ec1f440aa23904b7bc482ea4a3b8041c.zip
Merged from emacs@sv.gnu.org.
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-294 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-295 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-296 Update from CVS: admin/FOR-RELEASE: Update refcard section. * emacs@sv.gnu.org/emacs--devo--0--patch-297 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-298 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-299 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-300 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-301 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-302 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-303 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-304 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-103 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-104 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-570
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog371
1 files changed, 363 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c2fdb389729..5154dc5012e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,355 @@
12006-06-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lread.c (read_escape): Provide a Unicode character escape
4 syntax; \u followed by exactly four or \U followed by exactly
5 eight hex digits in a comment or string is read as a Unicode
6 character with that code point.
7
82006-06-09 Eli Zaretskii <eliz@gnu.org>
9
10 * window.c (window_scroll_pixel_based): Signal "Beginning of
11 buffer" when scroll-down at the beginning of an empty buffer.
12
132006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14
15 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event): Exclude
16 0x7f from ASCII range.
17
182006-06-05 Jason Rumney <jasonr@gnu.org>
19
20 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
21 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
22 (x_scroll_bar_report_motion): Remove workarounds for
23 versions of Windows NT < 3.51.
24 [!SIF_ALL]: Remove.
25 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
26 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
27
282006-06-04 David Kastrup <dak@gnu.org>
29
30 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
31 `sit-for'.
32
332006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34
35 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
36
37 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
38
39 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
40 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
41 [USE_MAC_TSM]: Likewise.
42 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
43 (Qbefore_string) [USE_MAC_TSM]: Add extern.
44 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
45 ActivateTSMDocument/DeactivateTSMDocument.
46 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
47 (mac_handle_window_event) [USE_MAC_TSM]: Handle
48 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
49 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
50 (install_window_handler) [USE_MAC_TSM]: Install it. Register
51 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
52 (keycode_to_xkeysym_table): Add entry for f16.
53 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
54 before/after passing keystroke event to toolbox dispatcher.
55 (init_tsm) [USE_MAC_TSM]: New function.
56 (mac_initialize) [USE_MAC_TSM]: Call it.
57 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
58
59 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
60
612006-06-02 John Paul Wallington <jpw@gnu.org>
62
63 * xfns.c (x_set_name_internal): Set icon to `text', derived from
64 name, when frame's icon_name isn't a string rather than only when
65 it is nil.
66
672006-06-03 Eli Zaretskii <eliz@gnu.org>
68
69 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
70 and not nil.
71
722006-06-02 Chong Yidong <cyd@stupidchicken.com>
73
74 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
75 string.
76
772006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
78
79 * xdisp.c (next_element_from_composition): Set it->object to
80 it->string if composition is coming from string.
81 (set_cursor_from_row): Don't return 0 unless row displays a
82 continued line.
83 (dump_glyph): Dump composite glyph.
84
852006-06-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
86
87 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
88
892006-06-01 Richard Stallman <rms@gnu.org>
90
91 * window.c (Fsplit_window): Doc fix.
92
932006-06-01 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
94
95 * process.c (deleted_pid_list): New variable to store the pids
96 of deleted processes. Declare it only if SIGCHLD is defined.
97 (init_process): Initialize it.
98 (syms_of_process): Staticpro it.
99 (Fdelete_process): Add pid of the deleted process to it. Check after
100 the addition and before the kill if the process is already stopped,
101 in which case it is deleted from the list and not killed.
102 (sigchld_handler): Define it only if SIGCHLD is. Search the process
103 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
104 Original idea by Stefan Monnier.
105
1062006-06-01 Kim F. Storm <storm@cua.dk>
107
108 * dispnew.c (sit_for): Perform redisplay even if input is pending
109 when redisplay-dont-pause is non-nil.
110
1112006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
112
113 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
114 (XTread_socket): Remove obsolete comment.
115
1162006-06-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
117
118 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
119 menu-bar-open.
120
1212006-06-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
122
123 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
124 menu-bar-open.
125
126 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
127
1282006-05-31 Juri Linkov <juri@jurta.org>
129
130 * minibuf.c (Vhistory_add_new_input): New variable.
131 (read_minibuf): Use it.
132 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
133 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
134
1352006-05-31 Kim F. Storm <storm@cua.dk>
136
137 * process.c (select_wrapper): Add wrapper around select to work around
138 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
139 select called from wait_reading_process_output.
140
1412006-05-30 Andreas Schwab <schwab@suse.de>
142
143 * xmenu.c (Fmenu_bar_start): Return a value.
144
1452006-05-30 Richard Stallman <rms@gnu.org>
146
147 * coding.c (Ffind_operation_coding_system): Doc fix.
148
1492006-05-30 Eli Zaretskii <eliz@gnu.org>
150
151 * w32term.c (x_draw_hollow_cursor): Fix last change.
152
1532006-05-29 Kim F. Storm <storm@cua.dk>
154
155 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
156
1572006-05-29 Eli Zaretskii <eliz@gnu.org>
158
159 * coding.c (Ffind_operation_coding_system): Doc fix.
160
1612006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
162
163 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
164 Call mac_set_font_info_for_selection if font panel is made visible.
165
166 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
167 (mac_font_panel_visible_p, mac_show_hide_font_panel)
168 [USE_MAC_FONT_PANEL]: New functions.
169 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
170 immediately if font panel is not visible.
171
172 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
173 Add externs.
174
1752006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
176
177 * search.c (matcher_overflow): Mark as NO_RETURN.
178
179 * xterm.c (x_connection_closed): Likewise.
180
181 * sysdep.c (croak): Likewise.
182
183 * sound.c (sound_perror, alsa_sound_perror): Likewise.
184
185 * lisp.h (die, nsberror): Likewise.
186
1872006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
188
189 * sound.c (alsa_open, alsa_configure, alsa_write): Move
190 assignment to err out of if-statement.
191
192 * gtkutil.c (menu_nav_ended): New function.
193 (create_menus): Connect menu_nav_ended to "selection-done" to fix
194 grabs.
195
196 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
197
1982006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
199
200 * charset.h (invalid_character): Mark as NO_RETURN.
201
2022006-05-29 Kenichi Handa <handa@m17n.org>
203
204 * coding.c (Ffind_operation_coding_system): Call a function by
205 safe_call1 instead of call1.
206
2072006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * window.c (struct saved_window): Add `dedicated'.
210 (Fset_window_configuration, save_window_save): Save/restore the
211 `dedicated' flag.
212
2132006-05-28 Kim F. Storm <storm@cua.dk>
214
215 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
216 don't update w->cursor and return 0. Return 1 on success.
217 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
218 until it succeeds.
219
220 * dispextern.h (set_cursor_from_row): Update prototype.
221
2222006-05-28 Kim F. Storm <storm@cua.dk>
223
224 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
225 parameters. Adjust x and width in case cursor in on a partially
226 visible stretch glyph on the left edge.
227 (erase_phys_cursor): Don't erase into left fringe/margin in case
228 previous cursor glyph is a partially visible stretch glyph on left.
229
230 * dispextern.h (get_phys_cursor_geometry): Update prototype.
231
232 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
233 cursor and erasing cursor on partially visible stretch glyph on left.
234 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
235
236 * macterm.c: Likewise.
237
238 * w32term.c: Likewise.
239
2402006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
241
242 * macselect.c (mac_handle_apple_event):
243 Return errAEEventNotHandled if key binding is not found.
244
2452006-05-26 Eli Zaretskii <eliz@gnu.org>
246
247 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
248 [__MINGW32__]: MinGW-specific declaration of `etext'.
249
250 * w32heap.c (etext, edata): Remove unused definitions.
251
2522006-05-26 Chong Yidong <cyd@stupidchicken.com>
253
254 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
255 Incorporate the exclusive file-opening functionality into the behavior
256 when OK-IF-ALREADY-EXISTS is nil.
257 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
258
2592006-05-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
260
261 * sound.c (alsa_configure): Move get period/buffer_size after
262 setting hwparams.
263
2642006-05-26 Kenichi Handa <handa@m17n.org>
265
266 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
267 . BUFFER) in TARGET.
268
2692006-05-25 Chong Yidong <cyd@stupidchicken.com>
270
271 * image.c (png_load): Don't call fclose on NULL.
272
2732006-05-25 Luc Teirlinck <teirllm@auburn.edu>
274
275 * fns.c (Fyes_or_no_p):
276 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
277 only seven args.
278
2792006-05-25 Juri Linkov <juri@jurta.org>
280
281 * lisp.h (Fread_from_minibuffer): Decrement number of args.
282
283 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
284 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
285
286 * buffer.c (mode-line-format): Fix docstring.
287
2882006-05-25 Richard Stallman <rms@gnu.org>
289
290 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
291
2922006-05-24 Luc Teirlinck <teirllm@auburn.edu>
293
294 * puresize.h (BASE_PURESIZE): Increase to 1210000.
295
2962006-05-24 Alan Mackenzie <acm@muc.de>
297
298 * lread.c (Vload_history): Enhance doc-string to say that the file
299 is the absolute truename of the loaded file.
300
301 * lread.c (Vafter_load_alist): doc-string: state that an element
302 now has a regexp to match file names, not a file name as such.
303
304 * lread.c (readevalloop): Call file-truename on the name for
305 load-history, except at preloading time.
306
307 * lread.c (Fload): At preloading time, preserve the extension of
308 the filename which goes into load-history. New var hist_file_name.
309
310 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
311 function do-after-load-evaluation.
312
3132006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
314
315 * mac.c (ae_attr_table): New variable.
316 (syms_of_mac): Intern and staticpro its elements.
317 (mac_aelist_to_lisp): Also convert Apple event attributes.
318 (mac_ae_put_lisp): New function.
319 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
320
321 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
322
323 * macselect.c (Qemacs_suspension_id): New variable.
324 (syms_of_macselect): Intern and staticpro it.
325 (struct suspended_ae_info): New struct.
326 (deferred_apple_events, defer_apple_events)
327 (Fmac_process_deferred_apple_events): Use it.
328 (suspended_apple_events): New variable.
329 (mac_handle_apple_event_1): New function.
330 (mac_handle_apple_event): Use it. Don't process previously
331 suspended events.
332 (cleanup_suspended_apple_events, get_suspension_id)
333 (cleanup_all_suspended_apple_events): New functions.
334 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
335 at exit.
336 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
337 (Fmac_resume_apple_event): New defuns.
338 (syms_of_macselect): Defsubr them.
339
340 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
341 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
342
343 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
344 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
345 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
346 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
347 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
348 Likewise.
349 (typeUTF8Text, kEventParamWindowMouseLocation)
350 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
351 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
352
12006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 3532006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 354
3 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove. 355 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
@@ -13,11 +365,14 @@
13 * xterm.c: Remove declarations already in xterm.h 365 * xterm.c: Remove declarations already in xterm.h
14 366
15 * xterm.h: Add extern declarations for x_clear_errors, 367 * xterm.h: Add extern declarations for x_clear_errors,
16 x_fully_uncatch_errors, x_catching_errors and 368 x_fully_uncatch_errors, x_catching_errors and
17 x_alloc_lighter_color_for_widget. Remove duplicated declarations. 369 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
18 370
192006-05-21 Richard Stallman <rms@gnu.org> 3712006-05-21 Richard Stallman <rms@gnu.org>
20 372
373 * xfaces.c (best_matching_font): Abort for best == NULL
374 before we start to use it.
375
21 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes. 376 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
22 377
232006-05-20 Kim F. Storm <storm@cua.dk> 3782006-05-20 Kim F. Storm <storm@cua.dk>
@@ -90,7 +445,7 @@
90 445
91 * xfaces.c (better_font_p): Any font beats no font. 446 * xfaces.c (better_font_p): Any font beats no font.
92 (best_matching_font): Simplify based on above change. 447 (best_matching_font): Simplify based on above change.
93 448
94 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes. 449 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
95 450
962006-05-16 Kim F. Storm <storm@cua.dk> 4512006-05-16 Kim F. Storm <storm@cua.dk>
@@ -585,7 +940,7 @@
585 940
586 * puresize.h (BASE_PURESIZE): Increment to 1210000. 941 * puresize.h (BASE_PURESIZE): Increment to 1210000.
587 942
5882006-04-13 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 9432006-04-13 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
589 944
590 * print.c (Fprin1_to_string): Mention in the `doc' that the 945 * print.c (Fprin1_to_string): Mention in the `doc' that the
591 behavior is modified by `print-level' and `print-length'. 946 behavior is modified by `print-level' and `print-length'.
@@ -706,7 +1061,7 @@
706 * xfaces.c (Finternal_merge_in_global_face, try_font_list): 1061 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
707 Add explicit braces to avoid ambiguous `else'. 1062 Add explicit braces to avoid ambiguous `else'.
708 1063
7092006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 10642006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
710 1065
711 * dispnew.c (init_display): Don't init X display if the user asked 1066 * dispnew.c (init_display): Don't init X display if the user asked
712 for a non-X display. 1067 for a non-X display.
@@ -8577,7 +8932,7 @@
8577 8932
8578 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. 8933 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
8579 8934
85802004-10-21 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> 89352004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
8581 8936
8582 * xterm.h (x_output): New member `xic_base_fontname'. 8937 * xterm.h (x_output): New member `xic_base_fontname'.
8583 (FRAME_XIC_BASE_FONTNAME): New macro. 8938 (FRAME_XIC_BASE_FONTNAME): New macro.
@@ -9521,7 +9876,7 @@
9521 * fileio.c (Fvisited_file_modtime): Return a list of two integers, 9876 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
9522 instead of a cons. 9877 instead of a cons.
9523 9878
95242004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> 98792004-07-14 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
9525 9880
9526 * keyboard.c (echo_dash): Do nothing if there already is a dash 9881 * keyboard.c (echo_dash): Do nothing if there already is a dash
9527 at the end of the echo string. 9882 at the end of the echo string.
@@ -9858,7 +10213,7 @@
9858 * keyboard.c (cmd_error): Don't call any_kboard_state 10213 * keyboard.c (cmd_error): Don't call any_kboard_state
9859 if inside a recursive edit level. 10214 if inside a recursive edit level.
9860 10215
98612004-06-13 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> 102162004-06-13 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
9862 10217
9863 * keyboard.c (command_loop): Call any_kboard_state before 10218 * keyboard.c (command_loop): Call any_kboard_state before
9864 command_loop_2 when at top level. 10219 command_loop_2 when at top level.
@@ -10171,7 +10526,7 @@
10171 before actually accepting connection in case it has already been 10526 before actually accepting connection in case it has already been
10172 accepted due to recursion. 10527 accepted due to recursion.
10173 10528
101742004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> 105292004-05-23 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
10175 10530
10176 * coding.c (Fset_safe_terminal_coding_system_internal): 10531 * coding.c (Fset_safe_terminal_coding_system_internal):
10177 Set suppress_error in safe_terminal_coding, not terminal_coding. 10532 Set suppress_error in safe_terminal_coding, not terminal_coding.