Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 563:183866b06e0b
[xemacs-hg @ 2001-05-24 07:50:48 by ben]
Makefile.in.in, abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, casetab.c, chartab.c, cmdloop.c, cmds.c, console-msw.c, console-msw.h, console-stream.c, console-tty.c, console-x.c, console.c, data.c, database.c, debug.c, device-gtk.c, device-msw.c, device-tty.c, device-x.c, device.c, dialog-gtk.c, dialog-msw.c, dialog-x.c, dialog.c, dired-msw.c, dired.c, doc.c, doprnt.c, dragdrop.c, editfns.c, eldap.c, eldap.h, elhash.c, emacs-widget-accessors.c, emacs.c, emodules.c, esd.c, eval.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, events.c, extents.c, faces.c, file-coding.c, fileio.c, filelock.c, floatfns.c, fns.c, font-lock.c, frame-gtk.c, frame-x.c, frame.c, general-slots.h, glade.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gpmevent.c, gui-gtk.c, gui-x.c, gui.c, gutter.c, hpplay.c, indent.c, input-method-xlib.c, insdel.c, intl.c, keymap.c, libsst.c, libsst.h, linuxplay.c, lisp.h, lread.c, lstream.c, lstream.h, macros.c, marker.c, md5.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, minibuf.c, miscplay.c, miscplay.h, mule-ccl.c, mule-charset.c, mule-wnnfns.c, mule.c, nas.c, ntplay.c, ntproc.c, objects-gtk.c, objects-msw.c, objects-x.c, objects.c, postgresql.c, print.c, process-nt.c, process-unix.c, process.c, ralloc.c, rangetab.c, redisplay.c, scrollbar.c, search.c, select-gtk.c, select-x.c, select.c, sgiplay.c, sheap.c, sound.c, specifier.c, sunplay.c, symbols.c, symeval.h, symsinit.h, syntax.c, sysdep.c, toolbar-msw.c, toolbar.c, tooltalk.c, ui-byhand.c, ui-gtk.c, undo.c, unexaix.c, unexapollo.c, unexconvex.c, unexec.c, widget.c, win32.c, window.c:
-- defsymbol -> DEFSYMBOL.
-- add an error type to all errors.
-- eliminate the error functions in eval.c that let you just
use Qerror as the type.
-- redo the error API to be more consistent, sensibly named,
and easier to use.
-- redo the error hierarchy somewhat. create new errors:
structure-formation-error, gui-error, invalid-constant,
stack-overflow, out-of-memory, process-error, network-error,
sound-error, printing-unreadable-object, base64-conversion-
error; coding-system-error renamed to text-conversion error;
some others.
-- fix Mule problems in error strings in emodules.c, tooltalk.c.
-- fix error handling in mswin open-network-stream.
-- Mule-ize all sound files and clean up the headers.
-- nativesound.h -> sound.h and used for all sound files.
-- move some shared stuff into glyphs-shared.c: first attempt
at eliminating some of the massive GTK code duplication.
xemacs.mak: add glyphs-shared.c.
xemacs-faq.texi: document how to debug X errors
subr.el: fix doc string to reflect reality
author | ben |
---|---|
date | Thu, 24 May 2001 07:51:33 +0000 |
parents | b202fbfc7dea |
children | 001628b7a5b3 |
comparison
equal
deleted
inserted
replaced
562:c775bd016b32 | 563:183866b06e0b |
---|---|
1 2001-05-24 Ben Wing <ben@xemacs.org> | |
2 | |
3 * Makefile.in.in (objs): | |
4 * abbrev.c (syms_of_abbrev): | |
5 * alloc.c (memory_full): | |
6 * alloc.c (Fmake_byte_code): | |
7 * alloc.c (garbage_collect_1): | |
8 * buffer.c: | |
9 * buffer.c (print_buffer): | |
10 * buffer.c (nsberror): | |
11 * buffer.c (Fget_buffer_create): | |
12 * buffer.c (Fset_buffer): | |
13 * buffer.c (Fbury_buffer): | |
14 * buffer.c (syms_of_buffer): | |
15 * bytecode.c: | |
16 * bytecode.c (execute_optimized_program): | |
17 * bytecode.c (invalid_byte_code): | |
18 * bytecode.c (check_opcode): | |
19 * bytecode.c (check_constants_index): | |
20 * bytecode.c (READ_INSTRUCTION_CHAR): | |
21 * bytecode.c (optimize_byte_code): | |
22 * bytecode.c (Ffetch_bytecode): | |
23 * bytecode.c (syms_of_bytecode): | |
24 * callint.c (check_mark): | |
25 * callint.c (Fcall_interactively): | |
26 * callint.c (syms_of_callint): | |
27 * callproc.c: | |
28 * callproc.c (Fold_call_process_internal): | |
29 * callproc.c (child_setup): | |
30 * casetab.c (print_case_table): | |
31 * casetab.c (Fget_case_table): | |
32 * casetab.c (Fput_case_table): | |
33 * casetab.c (syms_of_casetab): | |
34 * chartab.c (symbol_to_char_table_type): | |
35 * chartab.c (decode_char_table_range): | |
36 * chartab.c (check_valid_char_table_value): | |
37 * chartab.c (chartab_data_validate): | |
38 * chartab.c (check_category_char): | |
39 * chartab.c (syms_of_chartab): | |
40 * cmdloop.c (command_loop_3): | |
41 * cmdloop.c (syms_of_cmdloop): | |
42 * cmds.c (Fdelete_char): | |
43 * cmds.c (Fself_insert_command): | |
44 * cmds.c (syms_of_cmds): | |
45 * console-msw.c: | |
46 * console-msw.c (mswindows_canonicalize_console_connection): | |
47 * console-msw.c (Fmswindows_message_box): | |
48 * console-msw.c (mswindows_lisp_error): | |
49 * console-msw.c (msprinter_canonicalize_console_connection): | |
50 * console-msw.c (syms_of_console_mswindows): | |
51 * console-msw.h: | |
52 * console-stream.c (stream_init_console): | |
53 * console-stream.c (stream_init_frame_1): | |
54 * console-tty.c (tty_init_console): | |
55 * console-tty.c (syms_of_console_tty): | |
56 * console-x.c (get_display_arg_connection): | |
57 * console.c (print_console): | |
58 * console.c (decode_console_type): | |
59 * console.c (Fselect_console): | |
60 * console.c (Fget_console): | |
61 * console.c (delete_console_internal): | |
62 * console.c (syms_of_console): | |
63 * data.c: | |
64 * data.c (dead_wrong_type_argument): | |
65 * data.c (c_write_error): | |
66 * data.c (lisp_write_error): | |
67 * data.c (args_out_of_range): | |
68 * data.c (args_out_of_range_3): | |
69 * data.c (print_weak_list): | |
70 * data.c (decode_weak_list_type): | |
71 * data.c (arith_error): | |
72 * data.c (init_errors_once_early): | |
73 * data.c (syms_of_data): | |
74 * database.c (CHECK_LIVE_DATABASE): | |
75 * database.c (print_database): | |
76 * database.c (finalize_database): | |
77 * database.c (Fopen_database): | |
78 * database.c (syms_of_database): | |
79 * debug.c (Fadd_debug_class_to_check): | |
80 * debug.c (Fdelete_debug_class_to_check): | |
81 * debug.c (Fset_debug_classes_to_check): | |
82 * debug.c (Fset_debug_class_types_to_check): | |
83 * debug.c (Fdebug_types_being_checked): | |
84 * debug.c (syms_of_debug): | |
85 * device-gtk.c (gtk_init_device): | |
86 * device-gtk.c (Fgtk_display_visual_class): | |
87 * device-gtk.c (Fgtk_keysym_on_keyboard_p): | |
88 * device-gtk.c (syms_of_device_gtk): | |
89 * device-msw.c (handle_devmode_changes): | |
90 * device-msw.c (mswindows_handle_print_dialog_box): | |
91 * device-msw.c (mswindows_handle_page_setup_dialog_box): | |
92 * device-msw.c (Fmsprinter_select_settings): | |
93 * device-msw.c (Fmsprinter_apply_settings): | |
94 * device-msw.c (print_devmode): | |
95 * device-tty.c (tty_init_device): | |
96 * device-tty.c (syms_of_device_tty): | |
97 * device-x.c (sanity_check_geometry_resource): | |
98 * device-x.c (x_init_device): | |
99 * device-x.c (x_get_resource_prefix): | |
100 * device-x.c (Fx_get_resource): | |
101 * device-x.c (Fx_put_resource): | |
102 * device-x.c (Fx_display_visual_class): | |
103 * device-x.c (Fx_keysym_hash_table): | |
104 * device-x.c (Fx_keysym_on_keyboard_p): | |
105 * device-x.c (Fx_get_font_path): | |
106 * device-x.c (syms_of_device_x): | |
107 * device.c (print_device): | |
108 * device.c (Fselect_device): | |
109 * device.c (Fset_device_selected_frame): | |
110 * device.c (Fget_device): | |
111 * device.c (Fmake_device): | |
112 * device.c (Fset_device_class): | |
113 * device.c (Fdevice_system_metric): | |
114 * device.c (Fdomain_device_type): | |
115 * device.c (syms_of_device): | |
116 * dialog-gtk.c (syms_of_dialog_gtk): | |
117 * dialog-msw.c (handle_file_dialog_box): | |
118 * dialog-msw.c (handle_question_dialog_box): | |
119 * dialog-msw.c (mswindows_make_dialog_box_internal): | |
120 * dialog-msw.c (syms_of_dialog_mswindows): | |
121 * dialog-x.c (dbox_descriptor_to_widget_value): | |
122 * dialog-x.c (x_make_dialog_box_internal): | |
123 * dialog.c (Fmake_dialog_box_internal): | |
124 * dired-msw.c (mswindows_get_files): | |
125 * dired-msw.c (syms_of_dired_mswindows): | |
126 * dired.c (Fdirectory_files): | |
127 * dired.c (file_name_completion): | |
128 * dired.c (syms_of_dired): | |
129 * doc.c (get_doc_string): | |
130 * doc.c (read_doc_string): | |
131 * doc.c (Fsnarf_documentation): | |
132 * doprnt.c (parse_off_posnum): | |
133 * doprnt.c (NEXT_ASCII_BYTE): | |
134 * doprnt.c (parse_doprnt_spec): | |
135 * doprnt.c (get_doprnt_args): | |
136 * doprnt.c (emacs_doprnt_1): | |
137 * dragdrop.c (syms_of_dragdrop): | |
138 * editfns.c (Fchar_to_string): | |
139 * editfns.c (region_limit): | |
140 * editfns.c (Fformat_time_string): | |
141 * editfns.c (Fdecode_time): | |
142 * editfns.c (Fencode_time): | |
143 * editfns.c (Ftranspose_regions): | |
144 * editfns.c (syms_of_editfns): | |
145 * eldap.c (signal_ldap_error): | |
146 * eldap.c (print_ldap): | |
147 * eldap.c (finalize_ldap): | |
148 * eldap.c (Fldap_open): | |
149 * eldap.c (Fldap_search_basic): | |
150 * eldap.c (Fldap_add): | |
151 * eldap.c (Fldap_modify): | |
152 * eldap.c (syms_of_eldap): | |
153 * eldap.h (CHECK_LIVE_LDAP): | |
154 * elhash.c (hash_table_size_validate): | |
155 * elhash.c (hash_table_weakness_validate): | |
156 * elhash.c (decode_hash_table_weakness): | |
157 * elhash.c (hash_table_test_validate): | |
158 * elhash.c (decode_hash_table_test): | |
159 * elhash.c (hash_table_rehash_size_validate): | |
160 * elhash.c (hash_table_rehash_threshold_validate): | |
161 * elhash.c (hash_table_data_validate): | |
162 * elhash.c (Fmake_hash_table): | |
163 * elhash.c (syms_of_elhash): | |
164 * emacs-widget-accessors.c (Fgtk_adjustment_lower): | |
165 * emacs-widget-accessors.c (Fgtk_adjustment_upper): | |
166 * emacs-widget-accessors.c (Fgtk_adjustment_value): | |
167 * emacs-widget-accessors.c (Fgtk_adjustment_step_increment): | |
168 * emacs-widget-accessors.c (Fgtk_adjustment_page_increment): | |
169 * emacs-widget-accessors.c (Fgtk_adjustment_page_size): | |
170 * emacs-widget-accessors.c (Fgtk_widget_style): | |
171 * emacs-widget-accessors.c (Fgtk_widget_window): | |
172 * emacs-widget-accessors.c (Fgtk_widget_state): | |
173 * emacs-widget-accessors.c (Fgtk_widget_name): | |
174 * emacs-widget-accessors.c (Fgtk_widget_parent): | |
175 * emacs-widget-accessors.c (Fgtk_button_child): | |
176 * emacs-widget-accessors.c (Fgtk_button_in_button): | |
177 * emacs-widget-accessors.c (Fgtk_button_button_down): | |
178 * emacs-widget-accessors.c (Fgtk_combo_entry): | |
179 * emacs-widget-accessors.c (Fgtk_combo_button): | |
180 * emacs-widget-accessors.c (Fgtk_combo_popup): | |
181 * emacs-widget-accessors.c (Fgtk_combo_popwin): | |
182 * emacs-widget-accessors.c (Fgtk_combo_list): | |
183 * emacs-widget-accessors.c (Fgtk_gamma_curve_table): | |
184 * emacs-widget-accessors.c (Fgtk_gamma_curve_curve): | |
185 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma): | |
186 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma_dialog): | |
187 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma_text): | |
188 * emacs-widget-accessors.c (Fgtk_check_menu_item_active): | |
189 * emacs-widget-accessors.c (Fgtk_notebook_tab_pos): | |
190 * emacs-widget-accessors.c (Fgtk_text_hadj): | |
191 * emacs-widget-accessors.c (Fgtk_text_vadj): | |
192 * emacs-widget-accessors.c (Fgtk_file_selection_dir_list): | |
193 * emacs-widget-accessors.c (Fgtk_file_selection_file_list): | |
194 * emacs-widget-accessors.c (Fgtk_file_selection_selection_entry): | |
195 * emacs-widget-accessors.c (Fgtk_file_selection_selection_text): | |
196 * emacs-widget-accessors.c (Fgtk_file_selection_main_vbox): | |
197 * emacs-widget-accessors.c (Fgtk_file_selection_ok_button): | |
198 * emacs-widget-accessors.c (Fgtk_file_selection_cancel_button): | |
199 * emacs-widget-accessors.c (Fgtk_file_selection_help_button): | |
200 * emacs-widget-accessors.c (Fgtk_file_selection_action_area): | |
201 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_fontsel): | |
202 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_main_vbox): | |
203 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_action_area): | |
204 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_ok_button): | |
205 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_apply_button): | |
206 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_cancel_button): | |
207 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_colorsel): | |
208 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_main_vbox): | |
209 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_ok_button): | |
210 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_reset_button): | |
211 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_cancel_button): | |
212 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_help_button): | |
213 * emacs-widget-accessors.c (Fgtk_dialog_vbox): | |
214 * emacs-widget-accessors.c (Fgtk_dialog_action_area): | |
215 * emacs-widget-accessors.c (Fgtk_input_dialog_close_button): | |
216 * emacs-widget-accessors.c (Fgtk_input_dialog_save_button): | |
217 * emacs-widget-accessors.c (Fgtk_plug_socket_window): | |
218 * emacs-widget-accessors.c (Fgtk_plug_same_app): | |
219 * emacs-widget-accessors.c (Fgtk_object_flags): | |
220 * emacs-widget-accessors.c (Fgtk_object_ref_count): | |
221 * emacs-widget-accessors.c (Fgtk_paned_child1): | |
222 * emacs-widget-accessors.c (Fgtk_paned_child2): | |
223 * emacs-widget-accessors.c (Fgtk_paned_child1_resize): | |
224 * emacs-widget-accessors.c (Fgtk_paned_child2_resize): | |
225 * emacs-widget-accessors.c (Fgtk_paned_child1_shrink): | |
226 * emacs-widget-accessors.c (Fgtk_paned_child2_shrink): | |
227 * emacs-widget-accessors.c (Fgtk_clist_rows): | |
228 * emacs-widget-accessors.c (Fgtk_clist_columns): | |
229 * emacs-widget-accessors.c (Fgtk_clist_hadjustment): | |
230 * emacs-widget-accessors.c (Fgtk_clist_vadjustment): | |
231 * emacs-widget-accessors.c (Fgtk_clist_sort_type): | |
232 * emacs-widget-accessors.c (Fgtk_clist_focus_row): | |
233 * emacs-widget-accessors.c (Fgtk_clist_sort_column): | |
234 * emacs-widget-accessors.c (Fgtk_list_children): | |
235 * emacs-widget-accessors.c (Fgtk_list_selection): | |
236 * emacs-widget-accessors.c (Fgtk_tree_children): | |
237 * emacs-widget-accessors.c (Fgtk_tree_root_tree): | |
238 * emacs-widget-accessors.c (Fgtk_tree_tree_owner): | |
239 * emacs-widget-accessors.c (Fgtk_tree_selection): | |
240 * emacs-widget-accessors.c (Fgtk_tree_item_subtree): | |
241 * emacs-widget-accessors.c (Fgtk_scrolled_window_hscrollbar): | |
242 * emacs-widget-accessors.c (Fgtk_scrolled_window_vscrollbar): | |
243 * emacs-widget-accessors.c (Fgtk_scrolled_window_hscrollbar_visible): | |
244 * emacs-widget-accessors.c (Fgtk_scrolled_window_vscrollbar_visible): | |
245 * emacs.c (main_1): | |
246 * emacs.c (Fsplit_path): | |
247 * emacs.c (syms_of_emacs): | |
248 * emodules.c (emodules_load): | |
249 * esd.c: | |
250 * esd.c (esd_play_sound_file): | |
251 * esd.c (esd_play_sound_data): | |
252 * eval.c: | |
253 * eval.c (print_subr): | |
254 * eval.c (FletX): | |
255 * eval.c (Flet): | |
256 * eval.c (Fdefvar): | |
257 * eval.c (Fdefconst): | |
258 * eval.c (condition_case_3): | |
259 * eval.c (return_from_signal): | |
260 * eval.c (signal_error_1): | |
261 * eval.c (maybe_signal_error_1): | |
262 * eval.c (maybe_signal_continuable_error_1): | |
263 * eval.c (signal_error): | |
264 * eval.c (maybe_signal_error): | |
265 * eval.c (signal_continuable_error): | |
266 * eval.c (maybe_signal_continuable_error): | |
267 * eval.c (signal_error_2): | |
268 * eval.c (maybe_signal_error_2): | |
269 * eval.c (signal_continuable_error_2): | |
270 * eval.c (maybe_signal_continuable_error_2): | |
271 * eval.c (signal_ferror): | |
272 * eval.c (maybe_signal_ferror): | |
273 * eval.c (signal_continuable_ferror): | |
274 * eval.c (maybe_signal_continuable_ferror): | |
275 * eval.c (signal_ferror_with_frob): | |
276 * eval.c (maybe_signal_ferror_with_frob): | |
277 * eval.c (signal_continuable_ferror_with_frob): | |
278 * eval.c (maybe_signal_continuable_ferror_with_frob): | |
279 * eval.c (signal_quit): | |
280 * eval.c (signal_invalid_function_error): | |
281 * eval.c (signal_wrong_number_of_arguments_error): | |
282 * eval.c (signal_malformed_list_error): | |
283 * eval.c (signal_malformed_property_list_error): | |
284 * eval.c (signal_circular_list_error): | |
285 * eval.c (signal_circular_property_list_error): | |
286 * eval.c (syntax_error): | |
287 * eval.c (syntax_error_2): | |
288 * eval.c (maybe_syntax_error): | |
289 * eval.c (sferror): | |
290 * eval.c (sferror_2): | |
291 * eval.c (maybe_sferror): | |
292 * eval.c (invalid_argument): | |
293 * eval.c (invalid_argument_2): | |
294 * eval.c (maybe_invalid_argument): | |
295 * eval.c (invalid_constant): | |
296 * eval.c (invalid_constant_2): | |
297 * eval.c (maybe_invalid_constant): | |
298 * eval.c (invalid_operation): | |
299 * eval.c (invalid_operation_2): | |
300 * eval.c (maybe_invalid_operation): | |
301 * eval.c (invalid_change): | |
302 * eval.c (invalid_change_2): | |
303 * eval.c (maybe_invalid_change): | |
304 * eval.c (invalid_state): | |
305 * eval.c (invalid_state_2): | |
306 * eval.c (maybe_invalid_state): | |
307 * eval.c (stack_overflow): | |
308 * eval.c (out_of_memory): | |
309 * eval.c (printing_unreadable_object): | |
310 * eval.c (do_autoload): | |
311 * eval.c (Feval): | |
312 * eval.c (Ffuncall): | |
313 * eval.c (grow_specpdl): | |
314 * eval.c (syms_of_eval): | |
315 * event-Xt.c (syms_of_event_Xt): | |
316 * event-gtk.c (syms_of_event_gtk): | |
317 * event-msw.c (mswindows_need_event_in_modal_loop): | |
318 * event-msw.c (emacs_mswindows_select_process): | |
319 * event-stream.c: | |
320 * event-stream.c (check_event_stream_ok): | |
321 * event-stream.c (lisp_number_to_milliseconds): | |
322 * event-stream.c (Fnext_event): | |
323 * event-stream.c (munge_keymap_translate): | |
324 * event-stream.c (Fset_recent_keys_ring_size): | |
325 * event-stream.c (execute_command_event): | |
326 * event-stream.c (syms_of_event_stream): | |
327 * events.c (print_event): | |
328 * events.c (Fmake_event): | |
329 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): | |
330 * events.c (Fdeallocate_event): | |
331 * events.c (Fcopy_event): | |
332 * events.c (character_to_event): | |
333 * events.c (syms_of_events): | |
334 * extents.c (print_extent): | |
335 * extents.c (Fset_extent_parent): | |
336 * extents.c (decode_map_extents_flags): | |
337 * extents.c (decode_extent_at_flag): | |
338 * extents.c (symbol_to_glyph_layout): | |
339 * extents.c (Fset_extent_property): | |
340 * extents.c (syms_of_extents): | |
341 * faces.c (face_validate): | |
342 * faces.c (Fget_face): | |
343 * faces.c (syms_of_faces): | |
344 * file-coding.c: | |
345 * file-coding.c (print_coding_system): | |
346 * file-coding.c (symbol_to_eol_type): | |
347 * file-coding.c (Fget_coding_system): | |
348 * file-coding.c (parse_charset_conversion_specs): | |
349 * file-coding.c (Fmake_coding_system): | |
350 * file-coding.c (Fcoding_system_aliasee): | |
351 * file-coding.c (Fdefine_coding_system_alias): | |
352 * file-coding.c (Fcoding_system_property): | |
353 * file-coding.c (decode_coding_category): | |
354 * file-coding.c (Fset_coding_priority_list): | |
355 * file-coding.c (syms_of_file_coding): | |
356 * fileio.c: | |
357 * fileio.c (report_file_type_error): | |
358 * fileio.c (report_error_with_errno): | |
359 * fileio.c (report_file_error): | |
360 * fileio.c (Fmake_temp_name): | |
361 * fileio.c (Ffile_truename): | |
362 * fileio.c (Fmake_directory_internal): | |
363 * fileio.c (Fdelete_directory): | |
364 * fileio.c (Fdelete_file): | |
365 * fileio.c (Fset_file_modes): | |
366 * fileio.c (syms_of_fileio): | |
367 * filelock.c (syms_of_filelock): | |
368 * floatfns.c (float_error): | |
369 * fns.c: | |
370 * fns.c (check_losing_bytecode): | |
371 * fns.c (safe_copy_tree): | |
372 * fns.c (Fget): | |
373 * fns.c (Fput): | |
374 * fns.c (Fremprop): | |
375 * fns.c (Fobject_plist): | |
376 * fns.c (internal_equal): | |
377 * fns.c (internal_old_equal): | |
378 * fns.c (Fload_average): | |
379 * fns.c (Frequire): | |
380 * fns.c (base64_conversion_error): | |
381 * fns.c (base64_decode_1): | |
382 * fns.c (syms_of_fns): | |
383 * font-lock.c (syms_of_font_lock): | |
384 * frame-gtk.c (gtk_create_widgets): | |
385 * frame-gtk.c (gtk_init_frame_1): | |
386 * frame-gtk.c (gtk_cant_notify_wm_error): | |
387 * frame-gtk.c (syms_of_frame_gtk): | |
388 * frame-x.c (x_create_widgets): | |
389 * frame-x.c (x_init_frame_1): | |
390 * frame-x.c (x_cant_notify_wm_error): | |
391 * frame-x.c (syms_of_frame_x): | |
392 * frame.c (print_frame): | |
393 * frame.c (setup_frame_without_minibuffer): | |
394 * frame.c (Fmake_frame): | |
395 * frame.c (selected_frame): | |
396 * frame.c (device_selected_frame): | |
397 * frame.c (Fset_frame_selected_window): | |
398 * frame.c (delete_frame_internal): | |
399 * frame.c (Fmake_frame_invisible): | |
400 * frame.c (store_minibuf_frame_prop): | |
401 * frame.c (syms_of_frame): | |
402 * general-slots.h: | |
403 * glade.c (Fglade_xml_textdomain): | |
404 * glyphs-gtk.c: | |
405 * glyphs-gtk.c (check_pointer_sizes): | |
406 * glyphs-gtk.c (init_image_instance_from_gdk_image): | |
407 * glyphs-gtk.c (image_instance_add_gdk_image): | |
408 * glyphs-gtk.c (init_image_instance_from_xbm_inline): | |
409 * glyphs-gtk.c (write_lisp_string_to_temp_file): | |
410 * glyphs-gtk.c (gtk_xpm_instantiate): | |
411 * glyphs-gtk.c (gtk_xface_instantiate): | |
412 * glyphs-gtk.c (gtk_resource_validate): | |
413 * glyphs-gtk.c (gtk_resource_normalize): | |
414 * glyphs-gtk.c (gtk_resource_instantiate): | |
415 * glyphs-gtk.c (check_valid_resource_symbol): | |
416 * glyphs-gtk.c (check_valid_resource_id): | |
417 * glyphs-gtk.c (font_instantiate): | |
418 * glyphs-gtk.c (cursor_font_instantiate): | |
419 * glyphs-gtk.c (gtk_subwindow_instantiate): | |
420 * glyphs-gtk.c (syms_of_glyphs_gtk): | |
421 * glyphs-msw.c: | |
422 * glyphs-msw.c (init_image_instance_from_dibitmap): | |
423 * glyphs-msw.c (image_instance_add_dibitmap): | |
424 * glyphs-msw.c (mswindows_init_image_instance_from_eimage): | |
425 * glyphs-msw.c (xpm_to_eimage): | |
426 * glyphs-msw.c (mswindows_xpm_instantiate): | |
427 * glyphs-msw.c (mswindows_resource_validate): | |
428 * glyphs-msw.c (mswindows_resource_normalize): | |
429 * glyphs-msw.c (resource_name_to_resource): | |
430 * glyphs-msw.c (mswindows_resource_instantiate): | |
431 * glyphs-msw.c (check_valid_resource_symbol): | |
432 * glyphs-msw.c (check_valid_resource_id): | |
433 * glyphs-msw.c (mswindows_xface_instantiate): | |
434 * glyphs-msw.c (mswindows_subwindow_instantiate): | |
435 * glyphs-msw.c (mswindows_widget_instantiate): | |
436 * glyphs-msw.c (add_tree_item): | |
437 * glyphs-msw.c (add_tab_item): | |
438 * glyphs-msw.c (mswindows_combo_box_instantiate): | |
439 * glyphs-msw.c (syms_of_glyphs_mswindows): | |
440 * glyphs-msw.c (console_type_create_glyphs_mswindows): | |
441 * glyphs-widget.c (check_valid_orientation): | |
442 * glyphs-widget.c (check_valid_tab_orientation): | |
443 * glyphs-widget.c (check_valid_justification): | |
444 * glyphs-widget.c (widget_validate): | |
445 * glyphs-widget.c (combo_box_validate): | |
446 * glyphs-x.c (write_lisp_string_to_temp_file): | |
447 * glyphs-x.c (check_pointer_sizes): | |
448 * glyphs-x.c (init_image_instance_from_x_image): | |
449 * glyphs-x.c (image_instance_add_x_image): | |
450 * glyphs-x.c (init_image_instance_from_xbm_inline): | |
451 * glyphs-x.c (x_xpm_instantiate): | |
452 * glyphs-x.c (x_xface_instantiate): | |
453 * glyphs-x.c (font_instantiate): | |
454 * glyphs-x.c (cursor_font_instantiate): | |
455 * glyphs-x.c (x_redisplay_widget): | |
456 * glyphs-x.c (x_subwindow_instantiate): | |
457 * glyphs-x.c (x_widget_instantiate): | |
458 * glyphs.c: | |
459 * glyphs.c (decode_device_ii_format): | |
460 * glyphs.c (process_image_string_instantiator): | |
461 * glyphs.c (if): | |
462 * glyphs.c (file_or_data_must_be_present): | |
463 * glyphs.c (data_must_be_present): | |
464 * glyphs.c (face_must_be_present): | |
465 * glyphs.c (get_image_instantiator_governing_domain): | |
466 * glyphs.c (instantiate_image_instantiator): | |
467 * glyphs.c (print_image_instance): | |
468 * glyphs.c (decode_image_instance_type): | |
469 * glyphs.c (incompatible_image_types): | |
470 * glyphs.c (make_image_instance_1): | |
471 * glyphs.c (signal_image_error): | |
472 * glyphs.c (signal_image_error_2): | |
473 * glyphs.c (signal_double_image_error_2): | |
474 * glyphs.c (simple_image_type_normalize): | |
475 * glyphs.c (check_valid_xbm_inline): | |
476 * glyphs.c (bitmap_to_lisp_data): | |
477 * glyphs.c (xbm_normalize): | |
478 * glyphs.c (xface_normalize): | |
479 * glyphs.c (pixmap_to_lisp_data): | |
480 * glyphs.c (check_valid_xpm_color_symbols): | |
481 * glyphs.c (evaluate_xpm_color_symbols): | |
482 * glyphs.c (xpm_normalize): | |
483 * glyphs.c (image_instantiate): | |
484 * glyphs.c (image_validate): | |
485 * glyphs.c (print_glyph): | |
486 * glyphs.c (decode_glyph_type): | |
487 * glyphs.c (subwindow_instantiate): | |
488 * glyphs.c (syms_of_glyphs): | |
489 * glyphs.h: | |
490 * gpmevent.c (Fgpm_enable): | |
491 * gui-gtk.c (syms_of_gui_gtk): | |
492 * gui-x.c (button_item_to_widget_value): | |
493 * gui-x.c (gui_items_to_widget_values_1): | |
494 * gui-x.c (gui_items_to_widget_values): | |
495 * gui.c: | |
496 * gui.c (gui_item_add_keyval_pair): | |
497 * gui.c (make_gui_item_from_keywords_internal): | |
498 * gui.c (widget_gui_parse_item_keywords): | |
499 * gui.c (update_gui_item_keywords): | |
500 * gui.c (signal_too_long_error): | |
501 * gui.c (print_gui_item): | |
502 * gui.c (parse_gui_item_tree_item): | |
503 * gui.c (syms_of_gui): | |
504 * gutter.c (decode_gutter_position): | |
505 * gutter.c (gutter_validate): | |
506 * gutter.c (gutter_size_validate): | |
507 * gutter.c (gutter_visible_validate): | |
508 * gutter.c (syms_of_gutter): | |
509 * hpplay.c: | |
510 * hpplay.c (player_error_internal): | |
511 * hpplay.c (myHandler): | |
512 * hpplay.c (play_bucket_internal): | |
513 * hpplay.c (play_sound_file): | |
514 * hpplay.c (play_sound_data): | |
515 * hpplay.c (vars_of_hpplay): | |
516 * indent.c (Findent_to): | |
517 * indent.c (syms_of_indent): | |
518 * input-method-xlib.c (Fx_open_xim): | |
519 * input-method-xlib.c (Fx_close_xim): | |
520 * input-method-xlib.c (syms_of_input_method_xlib): | |
521 * insdel.c (get_buffer_range_char): | |
522 * insdel.c (get_string_range_char): | |
523 * insdel.c (make_gap): | |
524 * insdel.c (buffer_insert_string_1): | |
525 * intl.c (syms_of_intl): | |
526 * keymap.c (print_keymap): | |
527 * keymap.c (traverse_keymaps): | |
528 * keymap.c (check_keymap_definition_loop): | |
529 * keymap.c (define_key_check_and_coerce_keysym): | |
530 * keymap.c (define_key_parser): | |
531 * keymap.c (key_desc_list_to_event): | |
532 * keymap.c (ensure_meta_prefix_char_keymapp): | |
533 * keymap.c (Fdefine_key): | |
534 * keymap.c (Fsingle_key_description): | |
535 * keymap.c (Ftext_char_description): | |
536 * libsst.c: | |
537 * libsst.c (dial;): | |
538 * libsst.h: | |
539 * libsst.h (sst_dtmf): | |
540 * linuxplay.c: | |
541 * linuxplay.c (audio_init): | |
542 * linuxplay.c (linux_play_data_or_file): | |
543 * linuxplay.c (play_sound_file): | |
544 * linuxplay.c (play_sound_data): | |
545 * lisp.h: | |
546 * lread.c (read_syntax_error): | |
547 * lread.c (continuable_read_syntax_error): | |
548 * lread.c (readchar): | |
549 * lread.c (pas_de_holgazan_ici): | |
550 * lread.c (load_force_doc_string_unwind): | |
551 * lread.c (Fload_internal): | |
552 * lread.c (decode_mode_1): | |
553 * lread.c (readevalloop): | |
554 * lread.c (Feval_buffer): | |
555 * lread.c (read_escape): | |
556 * lread.c (FSF_LOSSAGE): | |
557 * lread.c (read_atom_0): | |
558 * lread.c (reader_nextchar): | |
559 * lread.c (read_list_conser): | |
560 * lread.c (syms_of_lread): | |
561 * lread.c (vars_of_lread): | |
562 * lstream.c (Lstream_internal_error): | |
563 * lstream.h (wrap_lstream): | |
564 * macros.c (Fstart_kbd_macro): | |
565 * macros.c (Fend_kbd_macro): | |
566 * macros.c (pop_kbd_macro_event): | |
567 * macros.c (Fcall_last_kbd_macro): | |
568 * macros.c (Fexecute_kbd_macro): | |
569 * macros.c (syms_of_macros): | |
570 * marker.c (print_marker): | |
571 * marker.c (set_marker_internal): | |
572 * marker.c (bi_marker_position): | |
573 * marker.c (marker_position): | |
574 * marker.c (set_bi_marker_position): | |
575 * marker.c (set_marker_position): | |
576 * md5.c (md5_coding_system): | |
577 * menubar-gtk.c (menu_convert): | |
578 * menubar-gtk.c (menu_descriptor_to_widget_1): | |
579 * menubar-msw.c (mswindows_translate_menu_or_dialog_item): | |
580 * menubar-msw.c (populate_menu_add_item): | |
581 * menubar-msw.c (populate_or_checksum_helper): | |
582 * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): | |
583 * menubar-msw.c (mswindows_popup_menu): | |
584 * menubar-x.c (menu_item_descriptor_to_widget_value_1): | |
585 * menubar-x.c (x_popup_menu): | |
586 * menubar-x.c (Faccelerate_menu): | |
587 * menubar.c (syms_of_menubar): | |
588 * menubar.c (vars_of_menubar): | |
589 * minibuf.c (Ftry_completion): | |
590 * minibuf.c (syms_of_minibuf): | |
591 * miscplay.c: | |
592 * miscplay.c (parse_wave_complete): | |
593 * miscplay.c (waverequire): | |
594 * miscplay.c (parsewave): | |
595 * miscplay.c (parsesundecaudio): | |
596 * miscplay.c (sndcnv8U_2mono): | |
597 * miscplay.c (sndcnv8S_2mono): | |
598 * miscplay.c (sndcnv2monounsigned): | |
599 * miscplay.c (sndcnv2unsigned): | |
600 * miscplay.c (int2ulaw): | |
601 * miscplay.c (sndcnvULaw_2linear): | |
602 * miscplay.c (sndcnvULaw_2mono): | |
603 * miscplay.c (sndcnv16_2monoLE): | |
604 * miscplay.c (sndcnv16_2monoBE): | |
605 * miscplay.c (sndcnv2byteLE): | |
606 * miscplay.c (sndcnv2byteBE): | |
607 * miscplay.c (sndcnv2monobyteLE): | |
608 * miscplay.c (sndcnv2monobyteBE): | |
609 * miscplay.c (analyze_format): | |
610 * miscplay.h: | |
611 * miscplay.h (HEADERSZ): | |
612 * miscplay.h (parse_wave_complete): | |
613 * mule-ccl.c (Fccl_execute): | |
614 * mule-ccl.c (vars_of_mule_ccl): | |
615 * mule-charset.c (print_charset): | |
616 * mule-charset.c (get_unallocated_leading_byte): | |
617 * mule-charset.c (Fget_charset): | |
618 * mule-charset.c (Fmake_charset): | |
619 * mule-charset.c (Fcharset_from_attributes): | |
620 * mule-charset.c (Fcharset_property): | |
621 * mule-charset.c (Fset_charset_ccl_program): | |
622 * mule-charset.c (Fmake_char): | |
623 * mule-charset.c (Fchar_octet): | |
624 * mule-charset.c (lookup_composite_char): | |
625 * mule-charset.c (syms_of_mule_charset): | |
626 * mule-wnnfns.c (Fwnn_set_param): | |
627 * mule-wnnfns.c (syms_of_mule_wnn): | |
628 * mule.c (Fdefine_word_pattern): | |
629 * nas.c: | |
630 * nas.c (XTOOLKIT): | |
631 * nas.c (play_sound_file): | |
632 * nas.c (close_down_play): | |
633 * nas.c (do_caching_play): | |
634 * nas.c (play_sound_data): | |
635 * nas.c (CatchIoErrorAndJump): | |
636 * nas.c (NameFromData): | |
637 * nas.c (SndOpenDataForReading): | |
638 * nas.c (cmpID): | |
639 * nas.c (dread): | |
640 * nas.c (dgetc): | |
641 * nas.c (readChunk): | |
642 * nas.c (WaveOpenDataForReading): | |
643 * nas.c (SoundOpenDataForReading): | |
644 * ntplay.c: | |
645 * ntplay.c (play_sound_file): | |
646 * ntplay.c (play_sound_data_1): | |
647 * ntplay.c (play_sound_data): | |
648 * ntproc.c: | |
649 * ntproc.c (prepare_standard_handles): | |
650 * ntproc.c (vars_of_ntproc): | |
651 * objects-gtk.c (gtk_parse_nearest_color): | |
652 * objects-gtk.c (gtk_initialize_font_instance): | |
653 * objects-msw.c (mswindows_initialize_color_instance): | |
654 * objects-msw.c (initialize_font_instance): | |
655 * objects-x.c (x_parse_nearest_color): | |
656 * objects-x.c (x_initialize_font_instance): | |
657 * objects-x.c (x_font_instance_truename): | |
658 * objects.c (finalose): | |
659 * objects.c (print_color_instance): | |
660 * objects.c (print_font_instance): | |
661 * objects.c (font_instance_truename_internal): | |
662 * objects.c (color_instantiate): | |
663 * objects.c (color_validate): | |
664 * objects.c (font_validate): | |
665 * objects.c (face_boolean_instantiate): | |
666 * objects.c (face_boolean_validate): | |
667 * objects.c (syms_of_objects): | |
668 * postgresql.c (CHECK_LIVE_CONNECTION): | |
669 * postgresql.c (print_pgconn): | |
670 * postgresql.c (finalize_pgconn): | |
671 * postgresql.c (print_pgresult): | |
672 * postgresql.c (finalize_pgresult): | |
673 * postgresql.c (Fpq_connectdb): | |
674 * postgresql.c (Fpq_connect_start): | |
675 * postgresql.c (Fpq_connect_poll): | |
676 * postgresql.c (Fpq_set_client_encoding): | |
677 * postgresql.c (Fpq_reset_start): | |
678 * postgresql.c (Fpq_reset_poll): | |
679 * postgresql.c (Fpq_pgconn): | |
680 * postgresql.c (Fpq_exec): | |
681 * postgresql.c (Fpq_send_query): | |
682 * postgresql.c (Fpq_get_result): | |
683 * postgresql.c (Fpq_result_status): | |
684 * postgresql.c (Fpq_make_empty_pgresult): | |
685 * postgresql.c (syms_of_postgresql): | |
686 * print.c: | |
687 * print.c (print_error_message): | |
688 * print.c (print_cons): | |
689 * print.c (default_object_printer): | |
690 * print.c (Fexternal_debugging_output): | |
691 * print.c (Fopen_termscript): | |
692 * print.c (syms_of_print): | |
693 * process-nt.c: | |
694 * process-nt.c (validate_signal_number): | |
695 * process-nt.c (mswindows_report_process_error): | |
696 * process-nt.c (mswindows_report_winsock_error): | |
697 * process-nt.c (nt_create_process): | |
698 * process-nt.c (get_internet_address): | |
699 * process-nt.c (nt_canonicalize_host_name): | |
700 * process-nt.c (nt_open_network_stream): | |
701 * process-unix.c (get_internet_address): | |
702 * process-unix.c (unix_create_process): | |
703 * process-unix.c (unix_send_process): | |
704 * process-unix.c (unix_kill_child_process): | |
705 * process-unix.c (unix_canonicalize_host_name): | |
706 * process-unix.c (unix_open_network_stream): | |
707 * process-unix.c (unix_open_multicast_group): | |
708 * process.c: | |
709 * process.c (print_process): | |
710 * process.c (get_process): | |
711 * process.c (report_process_error): | |
712 * process.c (init_process_io_handles): | |
713 * process.c (Fstart_process_internal): | |
714 * process.c (send_process): | |
715 * process.c (decode_signal): | |
716 * process.c (process_send_signal): | |
717 * process.c (Fkill_process): | |
718 * process.c (Fquit_process): | |
719 * process.c (Fstop_process): | |
720 * process.c (Fcontinue_process): | |
721 * process.c (Fprocess_send_eof): | |
722 * process.c (syms_of_process): | |
723 * ralloc.c (syms_of_ralloc): | |
724 * rangetab.c (Fput_range_table): | |
725 * rangetab.c (rangetab_data_validate): | |
726 * rangetab.c (syms_of_rangetab): | |
727 * redisplay.c (syms_of_redisplay): | |
728 * scrollbar.c (syms_of_scrollbar): | |
729 * search.c (matcher_overflow): | |
730 * search.c (compile_pattern_1): | |
731 * search.c (skip_chars): | |
732 * search.c (search_command): | |
733 * search.c (Freplace_match): | |
734 * search.c (Fmatch_data): | |
735 * search.c (syms_of_search): | |
736 * select-gtk.c (gtk_get_foreign_selection): | |
737 * select-gtk.c (gtk_get_window_property_as_lisp_data): | |
738 * select-gtk.c (lisp_data_to_selection_data): | |
739 * select-x.c (motif_clipboard_cb): | |
740 * select-x.c (x_reply_selection_request): | |
741 * select-x.c (copy_multiple_data): | |
742 * select-x.c (x_get_foreign_selection): | |
743 * select-x.c (x_get_window_property_as_lisp_data): | |
744 * select-x.c (lisp_data_to_selection_data): | |
745 * select-x.c (CHECK_CUTBUFFER): | |
746 * select-x.c (Fx_get_cutbuffer_internal): | |
747 * select-x.c (syms_of_select_x): | |
748 * select.c (Fown_selection_internal): | |
749 * select.c (syms_of_select): | |
750 * sgiplay.c: | |
751 * sgiplay.c (play_sound_file): | |
752 * sgiplay.c (play_sound_data): | |
753 * sgiplay.c (audio_initialize): | |
754 * sgiplay.c (play_internal): | |
755 * sgiplay.c (write_mulaw_8_chunk): | |
756 * sgiplay.c (write_linear_chunk): | |
757 * sgiplay.c (initialize_audio_port): | |
758 * sgiplay.c (open_audio_port): | |
759 * sgiplay.c (set_channels): | |
760 * sgiplay.c (set_output_format): | |
761 * sgiplay.c (struct): | |
762 * sgiplay.c (parse_snd_header): | |
763 * sheap.c (sheap_adjust_h): | |
764 * sound.c: | |
765 * sound.c (report_sound_error): | |
766 * sound.c (Fplay_sound_file): | |
767 * sound.c (Fplay_sound): | |
768 * sound.c (Fding): | |
769 * sound.c (init_nas_sound): | |
770 * sound.c (init_native_sound): | |
771 * sound.c (syms_of_sound): | |
772 * specifier.c: | |
773 * specifier.c (print_specifier): | |
774 * specifier.c (decode_specifier_type): | |
775 * specifier.c (check_valid_locale_or_locale_type): | |
776 * specifier.c (decode_locale): | |
777 * specifier.c (decode_locale_type): | |
778 * specifier.c (check_valid_domain): | |
779 * specifier.c (decode_specifier_tag_set): | |
780 * specifier.c (Fcanonicalize_tag_set): | |
781 * specifier.c (Fdefine_specifier_tag): | |
782 * specifier.c (Fspecifier_tag_predicate): | |
783 * specifier.c (check_valid_inst_list): | |
784 * specifier.c (check_valid_spec_list): | |
785 * specifier.c (decode_how_to_add_specification): | |
786 * specifier.c (check_modifiable_specifier): | |
787 * specifier.c (Fcopy_specifier): | |
788 * specifier.c (check_valid_specifier_matchspec): | |
789 * specifier.c (specifier_instance): | |
790 * specifier.c (boolean_validate): | |
791 * specifier.c (syms_of_specifier): | |
792 * sunplay.c: | |
793 * sunplay.c (init_device): | |
794 * sunplay.c (play_sound_file): | |
795 * sunplay.c (play_sound_data): | |
796 * symbols.c (oblookup): | |
797 * symbols.c (reject_constant_symbols): | |
798 * symbols.c (verify_ok_for_buffer_local): | |
799 * symbols.c (Fset): | |
800 * symbols.c (decode_magic_handler_type): | |
801 * symbols.c (handler_type_from_function_symbol): | |
802 * symbols.c (Fdefvaralias): | |
803 * symbols.c (init_symbols_once_early): | |
804 * symeval.h: | |
805 * symsinit.h: | |
806 * syntax.c (scan_lists): | |
807 * syntax.c (scan_sexps_forward): | |
808 * syntax.c (syms_of_syntax): | |
809 * sysdep.c (stuff_char): | |
810 * sysdep.c (sys_subshell): | |
811 * sysdep.c (dup2): | |
812 * toolbar-msw.c (mswindows_output_toolbar): | |
813 * toolbar.c (decode_toolbar_position): | |
814 * toolbar.c (compute_frame_toolbar_buttons): | |
815 * toolbar.c (CTB_ERROR): | |
816 * toolbar.c (check_toolbar_button_keywords): | |
817 * toolbar.c (toolbar_validate): | |
818 * toolbar.c (syms_of_toolbar): | |
819 * tooltalk.c (print_tooltalk_message): | |
820 * tooltalk.c (print_tooltalk_pattern): | |
821 * tooltalk.c (check_status): | |
822 * tooltalk.c (Ftooltalk_open_connection): | |
823 * tooltalk.c (syms_of_tooltalk): | |
824 * ui-byhand.c (Fgtk_box_query_child_packing): | |
825 * ui-byhand.c (Fgtk_button_box_get_child_size): | |
826 * ui-byhand.c (Fgtk_calendar_get_date): | |
827 * ui-byhand.c (Fgtk_clist_get_text): | |
828 * ui-byhand.c (Fgtk_clist_get_selection): | |
829 * ui-byhand.c (Fgtk_clist_get_pixmap): | |
830 * ui-byhand.c (Fgtk_clist_get_pixtext): | |
831 * ui-byhand.c (Fgtk_color_selection_get_color): | |
832 * ui-byhand.c (Fgtk_editable_insert_text): | |
833 * ui-byhand.c (Fgtk_pixmap_get): | |
834 * ui-byhand.c (Fgtk_curve_get_vector): | |
835 * ui-byhand.c (Fgtk_curve_set_vector): | |
836 * ui-byhand.c (Fgtk_label_get): | |
837 * ui-byhand.c (Fgtk_notebook_query_tab_label_packing): | |
838 * ui-byhand.c (Fgtk_widget_get_pointer): | |
839 * ui-byhand.c (generic_toolbar_insert_item): | |
840 * ui-gtk.c (Fdll_load): | |
841 * ui-gtk.c (ffi_object_printer): | |
842 * ui-gtk.c (Fgtk_import_variable_internal): | |
843 * ui-gtk.c (Fgtk_import_function_internal): | |
844 * ui-gtk.c (Fgtk_call_function): | |
845 * ui-gtk.c (emacs_gtk_object_printer): | |
846 * ui-gtk.c (object_getprop): | |
847 * ui-gtk.c (object_putprop): | |
848 * ui-gtk.c (emacs_gtk_object_finalizer): | |
849 * ui-gtk.c (emacs_gtk_boxed_printer): | |
850 * ui-gtk.c (Fgtk_fundamental_type): | |
851 * ui-gtk.c (Fgtk_describe_type): | |
852 * ui-gtk.c (syms_of_ui_gtk): | |
853 * ui-gtk.c (lisp_to_gtk_type): | |
854 * ui-gtk.c (symbol_to_enum): | |
855 * ui-gtk.c (enum_to_symbol): | |
856 * undo.c (Fprimitive_undo): | |
857 * undo.c (syms_of_undo): | |
858 * unexaix.c (report_error): | |
859 * unexaix.c (report_error_1): | |
860 * unexapollo.c (unexec): | |
861 * unexapollo.c (CopyData): | |
862 * unexconvex.c (report_error): | |
863 * unexconvex.c (a2;): | |
864 * unexec.c (report_error): | |
865 * unexec.c (report_error_1): | |
866 * widget.c (syms_of_widget): | |
867 * win32.c (Fmswindows_shell_execute): | |
868 * window.c (print_window): | |
869 * window.c (Fdelete_window): | |
870 * window.c (Fdelete_other_windows): | |
871 * window.c (Fset_window_buffer): | |
872 * window.c (Fselect_window): | |
873 * window.c (Fsplit_window): | |
874 * window.c (change_window_height): | |
875 * window.c (window_scroll): | |
876 * window.c (Fother_window_for_scrolling): | |
877 * window.c (print_window_config): | |
878 * window.c (syms_of_window): | |
879 | |
880 2001-05-19 Ben Wing <ben@xemacs.org> | |
881 | |
882 * glyphs-shared.c: New. Try just a bit to start eliminating | |
883 the massive code duplication in *-gtk.c. | |
884 | |
885 2001-05-16 Ben Wing <ben@xemacs.org> | |
886 | |
887 * abbrev.c (syms_of_abbrev): | |
888 * alloc.c (memory_full): | |
889 * alloc.c (Fmake_byte_code): | |
890 * alloc.c (garbage_collect_1): | |
891 * buffer.c: | |
892 * buffer.c (print_buffer): | |
893 * buffer.c (nsberror): | |
894 * buffer.c (Fget_buffer_create): | |
895 * buffer.c (Fset_buffer): | |
896 * buffer.c (Fbury_buffer): | |
897 * buffer.c (syms_of_buffer): | |
898 * bytecode.c: | |
899 * bytecode.c (execute_optimized_program): | |
900 * bytecode.c (invalid_byte_code): | |
901 * bytecode.c (check_opcode): | |
902 * bytecode.c (check_constants_index): | |
903 * bytecode.c (READ_INSTRUCTION_CHAR): | |
904 * bytecode.c (optimize_byte_code): | |
905 * bytecode.c (Ffetch_bytecode): | |
906 * bytecode.c (syms_of_bytecode): | |
907 * callint.c (check_mark): | |
908 * callint.c (Fcall_interactively): | |
909 * callint.c (syms_of_callint): | |
910 * callproc.c: | |
911 * callproc.c (Fold_call_process_internal): | |
912 * callproc.c (child_setup): | |
913 * casetab.c (print_case_table): | |
914 * casetab.c (Fget_case_table): | |
915 * casetab.c (Fput_case_table): | |
916 * casetab.c (syms_of_casetab): | |
917 * chartab.c (symbol_to_char_table_type): | |
918 * chartab.c (decode_char_table_range): | |
919 * chartab.c (check_valid_char_table_value): | |
920 * chartab.c (chartab_data_validate): | |
921 * chartab.c (check_category_char): | |
922 * chartab.c (syms_of_chartab): | |
923 * cmdloop.c (command_loop_3): | |
924 * cmdloop.c (syms_of_cmdloop): | |
925 * cmds.c (Fdelete_char): | |
926 * cmds.c (Fself_insert_command): | |
927 * cmds.c (syms_of_cmds): | |
928 * console-msw.c: | |
929 * console-msw.c (mswindows_canonicalize_console_connection): | |
930 * console-msw.c (Fmswindows_message_box): | |
931 * console-msw.c (mswindows_output_last_error): | |
932 * console-msw.c (msprinter_canonicalize_console_connection): | |
933 * console-msw.c (syms_of_console_mswindows): | |
934 * console-msw.h: | |
935 * console-stream.c (stream_init_console): | |
936 * console-stream.c (stream_init_frame_1): | |
937 * console-tty.c (tty_init_console): | |
938 * console-tty.c (syms_of_console_tty): | |
939 * console-x.c (get_display_arg_connection): | |
940 * console.c (print_console): | |
941 * console.c (decode_console_type): | |
942 * console.c (Fselect_console): | |
943 * console.c (Fget_console): | |
944 * console.c (delete_console_internal): | |
945 * console.c (syms_of_console): | |
946 * data.c: | |
947 * data.c (dead_wrong_type_argument): | |
948 * data.c (c_write_error): | |
949 * data.c (lisp_write_error): | |
950 * data.c (args_out_of_range): | |
951 * data.c (args_out_of_range_3): | |
952 * data.c (print_weak_list): | |
953 * data.c (decode_weak_list_type): | |
954 * data.c (arith_error): | |
955 * data.c (init_errors_once_early): | |
956 * data.c (syms_of_data): | |
957 * database.c (CHECK_LIVE_DATABASE): | |
958 * database.c (print_database): | |
959 * database.c (finalize_database): | |
960 * database.c (Fopen_database): | |
961 * database.c (syms_of_database): | |
962 * debug.c (Fadd_debug_class_to_check): | |
963 * debug.c (Fdelete_debug_class_to_check): | |
964 * debug.c (Fset_debug_classes_to_check): | |
965 * debug.c (Fset_debug_class_types_to_check): | |
966 * debug.c (Fdebug_types_being_checked): | |
967 * debug.c (syms_of_debug): | |
968 * device-gtk.c (gtk_init_device): | |
969 * device-gtk.c (Fgtk_display_visual_class): | |
970 * device-gtk.c (Fgtk_keysym_on_keyboard_p): | |
971 * device-gtk.c (syms_of_device_gtk): | |
972 * device-msw.c (handle_devmode_changes): | |
973 * device-msw.c (mswindows_handle_print_dialog_box): | |
974 * device-msw.c (mswindows_handle_page_setup_dialog_box): | |
975 * device-msw.c (Fmsprinter_select_settings): | |
976 * device-msw.c (Fmsprinter_apply_settings): | |
977 * device-msw.c (print_devmode): | |
978 * device-tty.c (tty_init_device): | |
979 * device-tty.c (syms_of_device_tty): | |
980 * device-x.c (sanity_check_geometry_resource): | |
981 * device-x.c (x_init_device): | |
982 * device-x.c (x_get_resource_prefix): | |
983 * device-x.c (Fx_get_resource): | |
984 * device-x.c (Fx_put_resource): | |
985 * device-x.c (Fx_display_visual_class): | |
986 * device-x.c (Fx_keysym_hash_table): | |
987 * device-x.c (Fx_keysym_on_keyboard_p): | |
988 * device-x.c (Fx_get_font_path): | |
989 * device-x.c (syms_of_device_x): | |
990 * device.c (print_device): | |
991 * device.c (Fselect_device): | |
992 * device.c (Fset_device_selected_frame): | |
993 * device.c (Fget_device): | |
994 * device.c (Fmake_device): | |
995 * device.c (Fset_device_class): | |
996 * device.c (Fdevice_system_metric): | |
997 * device.c (Fdomain_device_type): | |
998 * device.c (syms_of_device): | |
999 * dialog-gtk.c (syms_of_dialog_gtk): | |
1000 * dialog-msw.c (handle_file_dialog_box): | |
1001 * dialog-msw.c (handle_question_dialog_box): | |
1002 * dialog-msw.c (mswindows_make_dialog_box_internal): | |
1003 * dialog-msw.c (syms_of_dialog_mswindows): | |
1004 * dialog-x.c (dbox_descriptor_to_widget_value): | |
1005 * dialog-x.c (x_make_dialog_box_internal): | |
1006 * dialog.c (Fmake_dialog_box_internal): | |
1007 * dired-msw.c (mswindows_get_files): | |
1008 * dired-msw.c (syms_of_dired_mswindows): | |
1009 * dired.c (Fdirectory_files): | |
1010 * dired.c (file_name_completion): | |
1011 * dired.c (syms_of_dired): | |
1012 * doc.c (get_doc_string): | |
1013 * doc.c (read_doc_string): | |
1014 * doc.c (Fsnarf_documentation): | |
1015 * doprnt.c (parse_off_posnum): | |
1016 * doprnt.c (NEXT_ASCII_BYTE): | |
1017 * doprnt.c (parse_doprnt_spec): | |
1018 * doprnt.c (get_doprnt_args): | |
1019 * doprnt.c (emacs_doprnt_1): | |
1020 * dragdrop.c (syms_of_dragdrop): | |
1021 * editfns.c (Fchar_to_string): | |
1022 * editfns.c (region_limit): | |
1023 * editfns.c (Fformat_time_string): | |
1024 * editfns.c (Fdecode_time): | |
1025 * editfns.c (Fencode_time): | |
1026 * editfns.c (Ftranspose_regions): | |
1027 * editfns.c (syms_of_editfns): | |
1028 * eldap.c (signal_ldap_error): | |
1029 * eldap.c (print_ldap): | |
1030 * eldap.c (finalize_ldap): | |
1031 * eldap.c (Fldap_open): | |
1032 * eldap.c (Fldap_search_basic): | |
1033 * eldap.c (Fldap_add): | |
1034 * eldap.c (Fldap_modify): | |
1035 * eldap.c (syms_of_eldap): | |
1036 * eldap.h (CHECK_LIVE_LDAP): | |
1037 * elhash.c (hash_table_size_validate): | |
1038 * elhash.c (hash_table_weakness_validate): | |
1039 * elhash.c (decode_hash_table_weakness): | |
1040 * elhash.c (hash_table_test_validate): | |
1041 * elhash.c (decode_hash_table_test): | |
1042 * elhash.c (hash_table_rehash_size_validate): | |
1043 * elhash.c (hash_table_rehash_threshold_validate): | |
1044 * elhash.c (hash_table_data_validate): | |
1045 * elhash.c (Fmake_hash_table): | |
1046 * elhash.c (syms_of_elhash): | |
1047 * emacs-widget-accessors.c (Fgtk_adjustment_lower): | |
1048 * emacs-widget-accessors.c (Fgtk_adjustment_upper): | |
1049 * emacs-widget-accessors.c (Fgtk_adjustment_value): | |
1050 * emacs-widget-accessors.c (Fgtk_adjustment_step_increment): | |
1051 * emacs-widget-accessors.c (Fgtk_adjustment_page_increment): | |
1052 * emacs-widget-accessors.c (Fgtk_adjustment_page_size): | |
1053 * emacs-widget-accessors.c (Fgtk_widget_style): | |
1054 * emacs-widget-accessors.c (Fgtk_widget_window): | |
1055 * emacs-widget-accessors.c (Fgtk_widget_state): | |
1056 * emacs-widget-accessors.c (Fgtk_widget_name): | |
1057 * emacs-widget-accessors.c (Fgtk_widget_parent): | |
1058 * emacs-widget-accessors.c (Fgtk_button_child): | |
1059 * emacs-widget-accessors.c (Fgtk_button_in_button): | |
1060 * emacs-widget-accessors.c (Fgtk_button_button_down): | |
1061 * emacs-widget-accessors.c (Fgtk_combo_entry): | |
1062 * emacs-widget-accessors.c (Fgtk_combo_button): | |
1063 * emacs-widget-accessors.c (Fgtk_combo_popup): | |
1064 * emacs-widget-accessors.c (Fgtk_combo_popwin): | |
1065 * emacs-widget-accessors.c (Fgtk_combo_list): | |
1066 * emacs-widget-accessors.c (Fgtk_gamma_curve_table): | |
1067 * emacs-widget-accessors.c (Fgtk_gamma_curve_curve): | |
1068 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma): | |
1069 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma_dialog): | |
1070 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma_text): | |
1071 * emacs-widget-accessors.c (Fgtk_check_menu_item_active): | |
1072 * emacs-widget-accessors.c (Fgtk_notebook_tab_pos): | |
1073 * emacs-widget-accessors.c (Fgtk_text_hadj): | |
1074 * emacs-widget-accessors.c (Fgtk_text_vadj): | |
1075 * emacs-widget-accessors.c (Fgtk_file_selection_dir_list): | |
1076 * emacs-widget-accessors.c (Fgtk_file_selection_file_list): | |
1077 * emacs-widget-accessors.c (Fgtk_file_selection_selection_entry): | |
1078 * emacs-widget-accessors.c (Fgtk_file_selection_selection_text): | |
1079 * emacs-widget-accessors.c (Fgtk_file_selection_main_vbox): | |
1080 * emacs-widget-accessors.c (Fgtk_file_selection_ok_button): | |
1081 * emacs-widget-accessors.c (Fgtk_file_selection_cancel_button): | |
1082 * emacs-widget-accessors.c (Fgtk_file_selection_help_button): | |
1083 * emacs-widget-accessors.c (Fgtk_file_selection_action_area): | |
1084 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_fontsel): | |
1085 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_main_vbox): | |
1086 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_action_area): | |
1087 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_ok_button): | |
1088 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_apply_button): | |
1089 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_cancel_button): | |
1090 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_colorsel): | |
1091 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_main_vbox): | |
1092 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_ok_button): | |
1093 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_reset_button): | |
1094 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_cancel_button): | |
1095 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_help_button): | |
1096 * emacs-widget-accessors.c (Fgtk_dialog_vbox): | |
1097 * emacs-widget-accessors.c (Fgtk_dialog_action_area): | |
1098 * emacs-widget-accessors.c (Fgtk_input_dialog_close_button): | |
1099 * emacs-widget-accessors.c (Fgtk_input_dialog_save_button): | |
1100 * emacs-widget-accessors.c (Fgtk_plug_socket_window): | |
1101 * emacs-widget-accessors.c (Fgtk_plug_same_app): | |
1102 * emacs-widget-accessors.c (Fgtk_object_flags): | |
1103 * emacs-widget-accessors.c (Fgtk_object_ref_count): | |
1104 * emacs-widget-accessors.c (Fgtk_paned_child1): | |
1105 * emacs-widget-accessors.c (Fgtk_paned_child2): | |
1106 * emacs-widget-accessors.c (Fgtk_paned_child1_resize): | |
1107 * emacs-widget-accessors.c (Fgtk_paned_child2_resize): | |
1108 * emacs-widget-accessors.c (Fgtk_paned_child1_shrink): | |
1109 * emacs-widget-accessors.c (Fgtk_paned_child2_shrink): | |
1110 * emacs-widget-accessors.c (Fgtk_clist_rows): | |
1111 * emacs-widget-accessors.c (Fgtk_clist_columns): | |
1112 * emacs-widget-accessors.c (Fgtk_clist_hadjustment): | |
1113 * emacs-widget-accessors.c (Fgtk_clist_vadjustment): | |
1114 * emacs-widget-accessors.c (Fgtk_clist_sort_type): | |
1115 * emacs-widget-accessors.c (Fgtk_clist_focus_row): | |
1116 * emacs-widget-accessors.c (Fgtk_clist_sort_column): | |
1117 * emacs-widget-accessors.c (Fgtk_list_children): | |
1118 * emacs-widget-accessors.c (Fgtk_list_selection): | |
1119 * emacs-widget-accessors.c (Fgtk_tree_children): | |
1120 * emacs-widget-accessors.c (Fgtk_tree_root_tree): | |
1121 * emacs-widget-accessors.c (Fgtk_tree_tree_owner): | |
1122 * emacs-widget-accessors.c (Fgtk_tree_selection): | |
1123 * emacs-widget-accessors.c (Fgtk_tree_item_subtree): | |
1124 * emacs-widget-accessors.c (Fgtk_scrolled_window_hscrollbar): | |
1125 * emacs-widget-accessors.c (Fgtk_scrolled_window_vscrollbar): | |
1126 * emacs-widget-accessors.c (Fgtk_scrolled_window_hscrollbar_visible): | |
1127 * emacs-widget-accessors.c (Fgtk_scrolled_window_vscrollbar_visible): | |
1128 * emacs.c (main_1): | |
1129 * emacs.c (Fsplit_path): | |
1130 * emacs.c (syms_of_emacs): | |
1131 * emodules.c (emodules_load): | |
1132 * esd.c: | |
1133 * esd.c (esd_play_sound_file): | |
1134 * esd.c (esd_play_sound_data): | |
1135 * eval.c: | |
1136 * eval.c (print_subr): | |
1137 * eval.c (FletX): | |
1138 * eval.c (Flet): | |
1139 * eval.c (Fdefvar): | |
1140 * eval.c (Fdefconst): | |
1141 * eval.c (condition_case_3): | |
1142 * eval.c (return_from_signal): | |
1143 * eval.c (signal_error_1): | |
1144 * eval.c (maybe_signal_error_1): | |
1145 * eval.c (maybe_signal_continuable_error_1): | |
1146 * eval.c (signal_error): | |
1147 * eval.c (maybe_signal_error): | |
1148 * eval.c (signal_continuable_error): | |
1149 * eval.c (maybe_signal_continuable_error): | |
1150 * eval.c (signal_error_2): | |
1151 * eval.c (maybe_signal_error_2): | |
1152 * eval.c (signal_continuable_error_2): | |
1153 * eval.c (maybe_signal_continuable_error_2): | |
1154 * eval.c (signal_ferror): | |
1155 * eval.c (maybe_signal_ferror): | |
1156 * eval.c (signal_continuable_ferror): | |
1157 * eval.c (maybe_signal_continuable_ferror): | |
1158 * eval.c (signal_ferror_with_frob): | |
1159 * eval.c (maybe_signal_ferror_with_frob): | |
1160 * eval.c (signal_continuable_ferror_with_frob): | |
1161 * eval.c (maybe_signal_continuable_ferror_with_frob): | |
1162 * eval.c (signal_quit): | |
1163 * eval.c (signal_invalid_function_error): | |
1164 * eval.c (signal_wrong_number_of_arguments_error): | |
1165 * eval.c (signal_malformed_list_error): | |
1166 * eval.c (signal_malformed_property_list_error): | |
1167 * eval.c (signal_circular_list_error): | |
1168 * eval.c (signal_circular_property_list_error): | |
1169 * eval.c (syntax_error): | |
1170 * eval.c (syntax_error_2): | |
1171 * eval.c (maybe_syntax_error): | |
1172 * eval.c (sferror): | |
1173 * eval.c (sferror_2): | |
1174 * eval.c (maybe_sferror): | |
1175 * eval.c (invalid_argument): | |
1176 * eval.c (invalid_argument_2): | |
1177 * eval.c (maybe_invalid_argument): | |
1178 * eval.c (invalid_constant): | |
1179 * eval.c (invalid_constant_2): | |
1180 * eval.c (maybe_invalid_constant): | |
1181 * eval.c (invalid_operation): | |
1182 * eval.c (invalid_operation_2): | |
1183 * eval.c (maybe_invalid_operation): | |
1184 * eval.c (invalid_change): | |
1185 * eval.c (invalid_change_2): | |
1186 * eval.c (maybe_invalid_change): | |
1187 * eval.c (invalid_state): | |
1188 * eval.c (invalid_state_2): | |
1189 * eval.c (maybe_invalid_state): | |
1190 * eval.c (stack_overflow): | |
1191 * eval.c (out_of_memory): | |
1192 * eval.c (printing_unreadable_object): | |
1193 * eval.c (do_autoload): | |
1194 * eval.c (Feval): | |
1195 * eval.c (Ffuncall): | |
1196 * eval.c (grow_specpdl): | |
1197 * eval.c (syms_of_eval): | |
1198 * event-Xt.c (syms_of_event_Xt): | |
1199 * event-gtk.c (syms_of_event_gtk): | |
1200 * event-msw.c (mswindows_need_event_in_modal_loop): | |
1201 * event-msw.c (emacs_mswindows_select_process): | |
1202 * event-stream.c: | |
1203 * event-stream.c (check_event_stream_ok): | |
1204 * event-stream.c (lisp_number_to_milliseconds): | |
1205 * event-stream.c (Fnext_event): | |
1206 * event-stream.c (munge_keymap_translate): | |
1207 * event-stream.c (Fset_recent_keys_ring_size): | |
1208 * event-stream.c (execute_command_event): | |
1209 * event-stream.c (syms_of_event_stream): | |
1210 * events.c (print_event): | |
1211 * events.c (Fmake_event): | |
1212 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): | |
1213 * events.c (Fdeallocate_event): | |
1214 * events.c (Fcopy_event): | |
1215 * events.c (character_to_event): | |
1216 * events.c (syms_of_events): | |
1217 * extents.c (print_extent): | |
1218 * extents.c (Fset_extent_parent): | |
1219 * extents.c (decode_map_extents_flags): | |
1220 * extents.c (decode_extent_at_flag): | |
1221 * extents.c (symbol_to_glyph_layout): | |
1222 * extents.c (Fset_extent_property): | |
1223 * extents.c (syms_of_extents): | |
1224 * faces.c (face_validate): | |
1225 * faces.c (Fget_face): | |
1226 * faces.c (syms_of_faces): | |
1227 * file-coding.c: | |
1228 * file-coding.c (print_coding_system): | |
1229 * file-coding.c (symbol_to_eol_type): | |
1230 * file-coding.c (Fget_coding_system): | |
1231 * file-coding.c (parse_charset_conversion_specs): | |
1232 * file-coding.c (Fmake_coding_system): | |
1233 * file-coding.c (Fcoding_system_aliasee): | |
1234 * file-coding.c (Fdefine_coding_system_alias): | |
1235 * file-coding.c (Fcoding_system_property): | |
1236 * file-coding.c (decode_coding_category): | |
1237 * file-coding.c (Fset_coding_priority_list): | |
1238 * file-coding.c (syms_of_file_coding): | |
1239 * fileio.c: | |
1240 * fileio.c (report_file_type_error): | |
1241 * fileio.c (report_error_with_errno): | |
1242 * fileio.c (report_file_error): | |
1243 * fileio.c (Fmake_temp_name): | |
1244 * fileio.c (Ffile_truename): | |
1245 * fileio.c (Fmake_directory_internal): | |
1246 * fileio.c (Fdelete_directory): | |
1247 * fileio.c (Fdelete_file): | |
1248 * fileio.c (Fset_file_modes): | |
1249 * fileio.c (syms_of_fileio): | |
1250 * filelock.c (syms_of_filelock): | |
1251 * floatfns.c (float_error): | |
1252 * fns.c: | |
1253 * fns.c (check_losing_bytecode): | |
1254 * fns.c (safe_copy_tree): | |
1255 * fns.c (Fget): | |
1256 * fns.c (Fput): | |
1257 * fns.c (Fremprop): | |
1258 * fns.c (Fobject_plist): | |
1259 * fns.c (internal_equal): | |
1260 * fns.c (internal_old_equal): | |
1261 * fns.c (Fload_average): | |
1262 * fns.c (Frequire): | |
1263 * fns.c (base64_conversion_error): | |
1264 * fns.c (base64_decode_1): | |
1265 * fns.c (syms_of_fns): | |
1266 * font-lock.c (syms_of_font_lock): | |
1267 * frame-gtk.c (gtk_create_widgets): | |
1268 * frame-gtk.c (gtk_init_frame_1): | |
1269 * frame-gtk.c (gtk_cant_notify_wm_error): | |
1270 * frame-gtk.c (syms_of_frame_gtk): | |
1271 * frame-x.c (x_create_widgets): | |
1272 * frame-x.c (x_init_frame_1): | |
1273 * frame-x.c (x_cant_notify_wm_error): | |
1274 * frame-x.c (syms_of_frame_x): | |
1275 * frame.c (print_frame): | |
1276 * frame.c (setup_frame_without_minibuffer): | |
1277 * frame.c (Fmake_frame): | |
1278 * frame.c (selected_frame): | |
1279 * frame.c (device_selected_frame): | |
1280 * frame.c (Fset_frame_selected_window): | |
1281 * frame.c (delete_frame_internal): | |
1282 * frame.c (Fmake_frame_invisible): | |
1283 * frame.c (store_minibuf_frame_prop): | |
1284 * frame.c (syms_of_frame): | |
1285 * general-slots.h: | |
1286 * glade.c (Fglade_xml_textdomain): | |
1287 * glyphs-gtk.c: | |
1288 * glyphs-msw.c (console_type_create_glyphs_mswindows): | |
1289 * glyphs-gtk.c (check_pointer_sizes): | |
1290 * glyphs-gtk.c (init_image_instance_from_gdk_image): | |
1291 * glyphs-gtk.c (image_instance_add_gdk_image): | |
1292 * glyphs-gtk.c (init_image_instance_from_xbm_inline): | |
1293 * glyphs-gtk.c (write_lisp_string_to_temp_file): | |
1294 * glyphs-gtk.c (gtk_xpm_instantiate): | |
1295 * glyphs-gtk.c (gtk_xface_instantiate): | |
1296 * glyphs-gtk.c (gtk_resource_validate): | |
1297 * glyphs-gtk.c (gtk_resource_normalize): | |
1298 * glyphs-gtk.c (gtk_resource_instantiate): | |
1299 * glyphs-gtk.c (check_valid_resource_symbol): | |
1300 * glyphs-gtk.c (check_valid_resource_id): | |
1301 * glyphs-gtk.c (font_instantiate): | |
1302 * glyphs-gtk.c (cursor_font_instantiate): | |
1303 * glyphs-gtk.c (gtk_subwindow_instantiate): | |
1304 * glyphs-gtk.c (syms_of_glyphs_gtk): | |
1305 * glyphs-msw.c: | |
1306 * glyphs-msw.c (init_image_instance_from_dibitmap): | |
1307 * glyphs-msw.c (image_instance_add_dibitmap): | |
1308 * glyphs-msw.c (mswindows_init_image_instance_from_eimage): | |
1309 * glyphs-msw.c (xpm_to_eimage): | |
1310 * glyphs-msw.c (mswindows_xpm_instantiate): | |
1311 * glyphs-msw.c (mswindows_resource_validate): | |
1312 * glyphs-msw.c (mswindows_resource_normalize): | |
1313 * glyphs-msw.c (resource_name_to_resource): | |
1314 * glyphs-msw.c (mswindows_resource_instantiate): | |
1315 * glyphs-msw.c (check_valid_resource_symbol): | |
1316 * glyphs-msw.c (check_valid_resource_id): | |
1317 * glyphs-msw.c (mswindows_xface_instantiate): | |
1318 * glyphs-msw.c (mswindows_subwindow_instantiate): | |
1319 * glyphs-msw.c (mswindows_widget_instantiate): | |
1320 * glyphs-msw.c (add_tree_item): | |
1321 * glyphs-msw.c (add_tab_item): | |
1322 * glyphs-msw.c (mswindows_combo_box_instantiate): | |
1323 * glyphs-msw.c (syms_of_glyphs_mswindows): | |
1324 * glyphs-widget.c (check_valid_orientation): | |
1325 * glyphs-widget.c (check_valid_tab_orientation): | |
1326 * glyphs-widget.c (check_valid_justification): | |
1327 * glyphs-widget.c (widget_validate): | |
1328 * glyphs-widget.c (combo_box_validate): | |
1329 * glyphs-x.c (write_lisp_string_to_temp_file): | |
1330 * glyphs-x.c (check_pointer_sizes): | |
1331 * glyphs-x.c (init_image_instance_from_x_image): | |
1332 * glyphs-x.c (image_instance_add_x_image): | |
1333 * glyphs-x.c (init_image_instance_from_xbm_inline): | |
1334 * glyphs-x.c (x_xpm_instantiate): | |
1335 * glyphs-x.c (x_xface_instantiate): | |
1336 * glyphs-x.c (font_instantiate): | |
1337 * glyphs-x.c (cursor_font_instantiate): | |
1338 * glyphs-x.c (x_redisplay_widget): | |
1339 * glyphs-x.c (x_subwindow_instantiate): | |
1340 * glyphs-x.c (x_widget_instantiate): | |
1341 * glyphs.c: | |
1342 * glyphs.c (decode_device_ii_format): | |
1343 * glyphs.c (process_image_string_instantiator): | |
1344 * glyphs.c (if): | |
1345 * glyphs.c (file_or_data_must_be_present): | |
1346 * glyphs.c (data_must_be_present): | |
1347 * glyphs.c (face_must_be_present): | |
1348 * glyphs.c (get_image_instantiator_governing_domain): | |
1349 * glyphs.c (instantiate_image_instantiator): | |
1350 * glyphs.c (print_image_instance): | |
1351 * glyphs.c (decode_image_instance_type): | |
1352 * glyphs.c (incompatible_image_types): | |
1353 * glyphs.c (make_image_instance_1): | |
1354 * glyphs.c (signal_image_error): | |
1355 * glyphs.c (signal_image_error_2): | |
1356 * glyphs.c (signal_double_image_error_2): | |
1357 * glyphs.c (simple_image_type_normalize): | |
1358 * glyphs.c (check_valid_xbm_inline): | |
1359 * glyphs.c (bitmap_to_lisp_data): | |
1360 * glyphs.c (xbm_normalize): | |
1361 * glyphs.c (xface_normalize): | |
1362 * glyphs.c (pixmap_to_lisp_data): | |
1363 * glyphs.c (check_valid_xpm_color_symbols): | |
1364 * glyphs.c (evaluate_xpm_color_symbols): | |
1365 * glyphs.c (xpm_normalize): | |
1366 * glyphs.c (image_instantiate): | |
1367 * glyphs.c (image_validate): | |
1368 * glyphs.c (print_glyph): | |
1369 * glyphs.c (decode_glyph_type): | |
1370 * glyphs.c (subwindow_instantiate): | |
1371 * glyphs.c (syms_of_glyphs): | |
1372 * glyphs.h: | |
1373 * gpmevent.c (Fgpm_enable): | |
1374 * gui-gtk.c (syms_of_gui_gtk): | |
1375 * gui-x.c (button_item_to_widget_value): | |
1376 * gui-x.c (gui_items_to_widget_values_1): | |
1377 * gui-x.c (gui_items_to_widget_values): | |
1378 * gui.c: | |
1379 * gui.c (gui_item_add_keyval_pair): | |
1380 * gui.c (make_gui_item_from_keywords_internal): | |
1381 * gui.c (widget_gui_parse_item_keywords): | |
1382 * gui.c (update_gui_item_keywords): | |
1383 * gui.c (signal_too_long_error): | |
1384 * gui.c (print_gui_item): | |
1385 * gui.c (parse_gui_item_tree_item): | |
1386 * gui.c (syms_of_gui): | |
1387 * gutter.c (decode_gutter_position): | |
1388 * gutter.c (gutter_validate): | |
1389 * gutter.c (gutter_size_validate): | |
1390 * gutter.c (gutter_visible_validate): | |
1391 * gutter.c (syms_of_gutter): | |
1392 * hpplay.c: | |
1393 * hpplay.c (player_error_internal): | |
1394 * hpplay.c (myHandler): | |
1395 * hpplay.c (play_bucket_internal): | |
1396 * hpplay.c (play_sound_file): | |
1397 * hpplay.c (play_sound_data): | |
1398 * hpplay.c (vars_of_hpplay): | |
1399 * indent.c (Findent_to): | |
1400 * indent.c (syms_of_indent): | |
1401 * input-method-xlib.c (Fx_open_xim): | |
1402 * input-method-xlib.c (Fx_close_xim): | |
1403 * input-method-xlib.c (syms_of_input_method_xlib): | |
1404 * insdel.c (get_buffer_range_char): | |
1405 * insdel.c (get_string_range_char): | |
1406 * insdel.c (make_gap): | |
1407 * insdel.c (buffer_insert_string_1): | |
1408 * intl.c (syms_of_intl): | |
1409 * keymap.c (print_keymap): | |
1410 * keymap.c (traverse_keymaps): | |
1411 * keymap.c (check_keymap_definition_loop): | |
1412 * keymap.c (define_key_check_and_coerce_keysym): | |
1413 * keymap.c (define_key_parser): | |
1414 * keymap.c (key_desc_list_to_event): | |
1415 * keymap.c (ensure_meta_prefix_char_keymapp): | |
1416 * keymap.c (Fdefine_key): | |
1417 * keymap.c (Fsingle_key_description): | |
1418 * keymap.c (Ftext_char_description): | |
1419 * libsst.c: | |
1420 * libsst.c (dial;): | |
1421 * libsst.h: | |
1422 * libsst.h (sst_dtmf): | |
1423 * linuxplay.c: | |
1424 * linuxplay.c (audio_init): | |
1425 * linuxplay.c (linux_play_data_or_file): | |
1426 * linuxplay.c (play_sound_file): | |
1427 * linuxplay.c (play_sound_data): | |
1428 * lisp.h: | |
1429 * lread.c (read_syntax_error): | |
1430 * lread.c (continuable_read_syntax_error): | |
1431 * lread.c (readchar): | |
1432 * lread.c (pas_de_lache_ici): | |
1433 * lread.c (load_force_doc_string_unwind): | |
1434 * lread.c (Fload_internal): | |
1435 * lread.c (decode_mode_1): | |
1436 * lread.c (readevalloop): | |
1437 * lread.c (Feval_buffer): | |
1438 * lread.c (read_escape): | |
1439 * lread.c (FSF_LOSSAGE): | |
1440 * lread.c (read_atom_0): | |
1441 * lread.c (reader_nextchar): | |
1442 * lread.c (read_list_conser): | |
1443 * lread.c (syms_of_lread): | |
1444 * lread.c (vars_of_lread): | |
1445 * lstream.c (Lstream_internal_error): | |
1446 * lstream.h (wrap_lstream): | |
1447 * macros.c (Fstart_kbd_macro): | |
1448 * macros.c (Fend_kbd_macro): | |
1449 * macros.c (pop_kbd_macro_event): | |
1450 * macros.c (Fcall_last_kbd_macro): | |
1451 * macros.c (Fexecute_kbd_macro): | |
1452 * macros.c (syms_of_macros): | |
1453 * marker.c (print_marker): | |
1454 * marker.c (set_marker_internal): | |
1455 * marker.c (bi_marker_position): | |
1456 * marker.c (marker_position): | |
1457 * marker.c (set_bi_marker_position): | |
1458 * marker.c (set_marker_position): | |
1459 * md5.c (md5_coding_system): | |
1460 * menubar-gtk.c (menu_convert): | |
1461 * menubar-gtk.c (menu_descriptor_to_widget_1): | |
1462 * menubar-msw.c (mswindows_translate_menu_or_dialog_item): | |
1463 * menubar-msw.c (populate_menu_add_item): | |
1464 * menubar-msw.c (populate_or_checksum_helper): | |
1465 * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): | |
1466 * menubar-msw.c (mswindows_popup_menu): | |
1467 * menubar-x.c (menu_item_descriptor_to_widget_value_1): | |
1468 * menubar-x.c (x_popup_menu): | |
1469 * menubar-x.c (Faccelerate_menu): | |
1470 * menubar.c (syms_of_menubar): | |
1471 * menubar.c (vars_of_menubar): | |
1472 * minibuf.c (Ftry_completion): | |
1473 * minibuf.c (syms_of_minibuf): | |
1474 * miscplay.c: | |
1475 * miscplay.c (parse_wave_complete): | |
1476 * miscplay.c (waverequire): | |
1477 * miscplay.c (parsewave): | |
1478 * miscplay.c (parsesundecaudio): | |
1479 * miscplay.c (sndcnv8U_2mono): | |
1480 * miscplay.c (sndcnv8S_2mono): | |
1481 * miscplay.c (sndcnv2monounsigned): | |
1482 * miscplay.c (sndcnv2unsigned): | |
1483 * miscplay.c (int2ulaw): | |
1484 * miscplay.c (sndcnvULaw_2linear): | |
1485 * miscplay.c (sndcnvULaw_2mono): | |
1486 * miscplay.c (sndcnv16_2monoLE): | |
1487 * miscplay.c (sndcnv16_2monoBE): | |
1488 * miscplay.c (sndcnv2byteLE): | |
1489 * miscplay.c (sndcnv2byteBE): | |
1490 * miscplay.c (sndcnv2monobyteLE): | |
1491 * miscplay.c (sndcnv2monobyteBE): | |
1492 * miscplay.c (analyze_format): | |
1493 * miscplay.h: | |
1494 * miscplay.h (HEADERSZ): | |
1495 * miscplay.h (parse_wave_complete): | |
1496 * mule-ccl.c (Fccl_execute): | |
1497 * mule-ccl.c (vars_of_mule_ccl): | |
1498 * mule-charset.c (print_charset): | |
1499 * mule-charset.c (get_unallocated_leading_byte): | |
1500 * mule-charset.c (Fget_charset): | |
1501 * mule-charset.c (Fmake_charset): | |
1502 * mule-charset.c (Fcharset_from_attributes): | |
1503 * mule-charset.c (Fcharset_property): | |
1504 * mule-charset.c (Fset_charset_ccl_program): | |
1505 * mule-charset.c (Fmake_char): | |
1506 * mule-charset.c (Fchar_octet): | |
1507 * mule-charset.c (lookup_composite_char): | |
1508 * mule-charset.c (syms_of_mule_charset): | |
1509 * mule-wnnfns.c (Fwnn_set_param): | |
1510 * mule-wnnfns.c (syms_of_mule_wnn): | |
1511 * mule.c (Fdefine_word_pattern): | |
1512 * nas.c: | |
1513 * nas.c (XTOOLKIT): | |
1514 * nas.c (play_sound_file): | |
1515 * nas.c (close_down_play): | |
1516 * nas.c (do_caching_play): | |
1517 * nas.c (play_sound_data): | |
1518 * nas.c (CatchIoErrorAndJump): | |
1519 * nas.c (NameFromData): | |
1520 * nas.c (SndOpenDataForReading): | |
1521 * nas.c (cmpID): | |
1522 * nas.c (dread): | |
1523 * nas.c (dgetc): | |
1524 * nas.c (readChunk): | |
1525 * nas.c (WaveOpenDataForReading): | |
1526 * nas.c (SoundOpenDataForReading): | |
1527 * ntplay.c: | |
1528 * ntplay.c (play_sound_file): | |
1529 * ntplay.c (play_sound_data_1): | |
1530 * ntplay.c (play_sound_data): | |
1531 * ntproc.c: | |
1532 * ntproc.c (prepare_standard_handles): | |
1533 * ntproc.c (vars_of_ntproc): | |
1534 * objects-gtk.c (gtk_parse_nearest_color): | |
1535 * objects-gtk.c (gtk_initialize_font_instance): | |
1536 * objects-msw.c (mswindows_initialize_color_instance): | |
1537 * objects-msw.c (initialize_font_instance): | |
1538 * objects-x.c (x_parse_nearest_color): | |
1539 * objects-x.c (x_initialize_font_instance): | |
1540 * objects-x.c (x_font_instance_truename): | |
1541 * objects.c (finalose): | |
1542 * objects.c (print_color_instance): | |
1543 * objects.c (print_font_instance): | |
1544 * objects.c (font_instance_truename_internal): | |
1545 * objects.c (color_instantiate): | |
1546 * objects.c (color_validate): | |
1547 * objects.c (font_validate): | |
1548 * objects.c (face_boolean_instantiate): | |
1549 * objects.c (face_boolean_validate): | |
1550 * objects.c (syms_of_objects): | |
1551 * postgresql.c (CHECK_LIVE_CONNECTION): | |
1552 * postgresql.c (print_pgconn): | |
1553 * postgresql.c (finalize_pgconn): | |
1554 * postgresql.c (print_pgresult): | |
1555 * postgresql.c (finalize_pgresult): | |
1556 * postgresql.c (Fpq_connectdb): | |
1557 * postgresql.c (Fpq_connect_start): | |
1558 * postgresql.c (Fpq_connect_poll): | |
1559 * postgresql.c (Fpq_set_client_encoding): | |
1560 * postgresql.c (Fpq_reset_start): | |
1561 * postgresql.c (Fpq_reset_poll): | |
1562 * postgresql.c (Fpq_pgconn): | |
1563 * postgresql.c (Fpq_exec): | |
1564 * postgresql.c (Fpq_send_query): | |
1565 * postgresql.c (Fpq_get_result): | |
1566 * postgresql.c (Fpq_result_status): | |
1567 * postgresql.c (Fpq_make_empty_pgresult): | |
1568 * postgresql.c (syms_of_postgresql): | |
1569 * print.c: | |
1570 * print.c (print_error_message): | |
1571 * print.c (print_cons): | |
1572 * print.c (default_object_printer): | |
1573 * print.c (Fexternal_debugging_output): | |
1574 * print.c (Fopen_termscript): | |
1575 * print.c (syms_of_print): | |
1576 * process-nt.c: | |
1577 * process-nt.c (validate_signal_number): | |
1578 * process-nt.c (mswindows_report_process_error): | |
1579 * process-nt.c (mswindows_report_winsock_error): | |
1580 * process-nt.c (nt_create_process): | |
1581 * process-nt.c (get_internet_address): | |
1582 * process-nt.c (nt_canonicalize_host_name): | |
1583 * process-nt.c (nt_open_network_stream): | |
1584 * process-unix.c (get_internet_address): | |
1585 * process-unix.c (unix_create_process): | |
1586 * process-unix.c (unix_send_process): | |
1587 * process-unix.c (unix_kill_child_process): | |
1588 * process-unix.c (unix_canonicalize_host_name): | |
1589 * process-unix.c (unix_open_network_stream): | |
1590 * process-unix.c (unix_open_multicast_group): | |
1591 * process.c: | |
1592 * process.c (print_process): | |
1593 * process.c (get_process): | |
1594 * process.c (report_process_error): | |
1595 * process.c (init_process_io_handles): | |
1596 * process.c (Fstart_process_internal): | |
1597 * process.c (send_process): | |
1598 * process.c (decode_signal): | |
1599 * process.c (process_send_signal): | |
1600 * process.c (Fkill_process): | |
1601 * process.c (Fquit_process): | |
1602 * process.c (Fstop_process): | |
1603 * process.c (Fcontinue_process): | |
1604 * process.c (Fprocess_send_eof): | |
1605 * process.c (syms_of_process): | |
1606 * ralloc.c (syms_of_ralloc): | |
1607 * rangetab.c (Fput_range_table): | |
1608 * rangetab.c (rangetab_data_validate): | |
1609 * rangetab.c (syms_of_rangetab): | |
1610 * redisplay.c (syms_of_redisplay): | |
1611 * scrollbar.c (syms_of_scrollbar): | |
1612 * search.c (matcher_overflow): | |
1613 * search.c (compile_pattern_1): | |
1614 * search.c (skip_chars): | |
1615 * search.c (search_command): | |
1616 * search.c (Freplace_match): | |
1617 * search.c (Fmatch_data): | |
1618 * search.c (syms_of_search): | |
1619 * select-gtk.c (gtk_get_foreign_selection): | |
1620 * select-gtk.c (gtk_get_window_property_as_lisp_data): | |
1621 * select-gtk.c (lisp_data_to_selection_data): | |
1622 * select-x.c (motif_clipboard_cb): | |
1623 * select-x.c (x_reply_selection_request): | |
1624 * select-x.c (copy_multiple_data): | |
1625 * select-x.c (x_get_foreign_selection): | |
1626 * select-x.c (x_get_window_property_as_lisp_data): | |
1627 * select-x.c (lisp_data_to_selection_data): | |
1628 * select-x.c (CHECK_CUTBUFFER): | |
1629 * select-x.c (Fx_get_cutbuffer_internal): | |
1630 * select-x.c (syms_of_select_x): | |
1631 * select.c (Fown_selection_internal): | |
1632 * select.c (syms_of_select): | |
1633 * sgiplay.c: | |
1634 * sgiplay.c (play_sound_file): | |
1635 * sgiplay.c (play_sound_data): | |
1636 * sgiplay.c (audio_initialize): | |
1637 * sgiplay.c (play_internal): | |
1638 * sgiplay.c (write_mulaw_8_chunk): | |
1639 * sgiplay.c (write_linear_chunk): | |
1640 * sgiplay.c (initialize_audio_port): | |
1641 * sgiplay.c (open_audio_port): | |
1642 * sgiplay.c (set_channels): | |
1643 * sgiplay.c (set_output_format): | |
1644 * sgiplay.c (struct): | |
1645 * sgiplay.c (parse_snd_header): | |
1646 * sheap.c (sheap_adjust_h): | |
1647 * sound.c: | |
1648 * sound.c (report_sound_error): | |
1649 * sound.c (Fplay_sound_file): | |
1650 * sound.c (Fplay_sound): | |
1651 * sound.c (Fding): | |
1652 * sound.c (init_nas_sound): | |
1653 * sound.c (init_native_sound): | |
1654 * sound.c (syms_of_sound): | |
1655 * specifier.c: | |
1656 * specifier.c (print_specifier): | |
1657 * specifier.c (decode_specifier_type): | |
1658 * specifier.c (check_valid_locale_or_locale_type): | |
1659 * specifier.c (decode_locale): | |
1660 * specifier.c (decode_locale_type): | |
1661 * specifier.c (check_valid_domain): | |
1662 * specifier.c (decode_specifier_tag_set): | |
1663 * specifier.c (Fcanonicalize_tag_set): | |
1664 * specifier.c (Fdefine_specifier_tag): | |
1665 * specifier.c (Fspecifier_tag_predicate): | |
1666 * specifier.c (check_valid_inst_list): | |
1667 * specifier.c (check_valid_spec_list): | |
1668 * specifier.c (decode_how_to_add_specification): | |
1669 * specifier.c (check_modifiable_specifier): | |
1670 * specifier.c (Fcopy_specifier): | |
1671 * specifier.c (check_valid_specifier_matchspec): | |
1672 * specifier.c (specifier_instance): | |
1673 * specifier.c (boolean_validate): | |
1674 * specifier.c (syms_of_specifier): | |
1675 * sunplay.c: | |
1676 * sunplay.c (init_device): | |
1677 * sunplay.c (play_sound_file): | |
1678 * sunplay.c (play_sound_data): | |
1679 * symbols.c (oblookup): | |
1680 * symbols.c (reject_constant_symbols): | |
1681 * symbols.c (verify_ok_for_buffer_local): | |
1682 * symbols.c (Fset): | |
1683 * symbols.c (decode_magic_handler_type): | |
1684 * symbols.c (handler_type_from_function_symbol): | |
1685 * symbols.c (Fdefvaralias): | |
1686 * symbols.c (init_symbols_once_early): | |
1687 * symeval.h: | |
1688 * symsinit.h: | |
1689 * syntax.c (scan_lists): | |
1690 * syntax.c (scan_sexps_forward): | |
1691 * syntax.c (syms_of_syntax): | |
1692 * sysdep.c (stuff_char): | |
1693 * sysdep.c (sys_subshell): | |
1694 * sysdep.c (dup2): | |
1695 * toolbar-msw.c (mswindows_output_toolbar): | |
1696 * toolbar.c (decode_toolbar_position): | |
1697 * toolbar.c (compute_frame_toolbar_buttons): | |
1698 * toolbar.c (CTB_ERROR): | |
1699 * toolbar.c (check_toolbar_button_keywords): | |
1700 * toolbar.c (toolbar_validate): | |
1701 * toolbar.c (syms_of_toolbar): | |
1702 * tooltalk.c (print_tooltalk_message): | |
1703 * tooltalk.c (print_tooltalk_pattern): | |
1704 * tooltalk.c (check_status): | |
1705 * tooltalk.c (Ftooltalk_open_connection): | |
1706 * tooltalk.c (syms_of_tooltalk): | |
1707 * ui-byhand.c (Fgtk_box_query_child_packing): | |
1708 * ui-byhand.c (Fgtk_button_box_get_child_size): | |
1709 * ui-byhand.c (Fgtk_calendar_get_date): | |
1710 * ui-byhand.c (Fgtk_clist_get_text): | |
1711 * ui-byhand.c (Fgtk_clist_get_selection): | |
1712 * ui-byhand.c (Fgtk_clist_get_pixmap): | |
1713 * ui-byhand.c (Fgtk_clist_get_pixtext): | |
1714 * ui-byhand.c (Fgtk_color_selection_get_color): | |
1715 * ui-byhand.c (Fgtk_editable_insert_text): | |
1716 * ui-byhand.c (Fgtk_pixmap_get): | |
1717 * ui-byhand.c (Fgtk_curve_get_vector): | |
1718 * ui-byhand.c (Fgtk_curve_set_vector): | |
1719 * ui-byhand.c (Fgtk_label_get): | |
1720 * ui-byhand.c (Fgtk_notebook_query_tab_label_packing): | |
1721 * ui-byhand.c (Fgtk_widget_get_pointer): | |
1722 * ui-byhand.c (generic_toolbar_insert_item): | |
1723 * ui-gtk.c (Fdll_load): | |
1724 * ui-gtk.c (ffi_object_printer): | |
1725 * ui-gtk.c (Fgtk_import_variable_internal): | |
1726 * ui-gtk.c (Fgtk_import_function_internal): | |
1727 * ui-gtk.c (Fgtk_call_function): | |
1728 * ui-gtk.c (emacs_gtk_object_printer): | |
1729 * ui-gtk.c (object_getprop): | |
1730 * ui-gtk.c (object_putprop): | |
1731 * ui-gtk.c (emacs_gtk_object_finalizer): | |
1732 * ui-gtk.c (emacs_gtk_boxed_printer): | |
1733 * ui-gtk.c (Fgtk_fundamental_type): | |
1734 * ui-gtk.c (Fgtk_describe_type): | |
1735 * ui-gtk.c (syms_of_ui_gtk): | |
1736 * ui-gtk.c (lisp_to_gtk_type): | |
1737 * ui-gtk.c (symbol_to_enum): | |
1738 * ui-gtk.c (enum_to_symbol): | |
1739 * undo.c (Fprimitive_undo): | |
1740 * undo.c (syms_of_undo): | |
1741 * unexaix.c (report_error): | |
1742 * unexaix.c (report_error_1): | |
1743 * unexapollo.c (unexec): | |
1744 * unexapollo.c (CopyData): | |
1745 * unexconvex.c (report_error): | |
1746 * unexconvex.c (a2;): | |
1747 * unexec.c (report_error): | |
1748 * unexec.c (report_error_1): | |
1749 * widget.c (syms_of_widget): | |
1750 * win32.c (Fmswindows_shell_execute): | |
1751 * window.c (print_window): | |
1752 * window.c (Fdelete_window): | |
1753 * window.c (Fdelete_other_windows): | |
1754 * window.c (Fset_window_buffer): | |
1755 * window.c (Fselect_window): | |
1756 * window.c (Fsplit_window): | |
1757 * window.c (change_window_height): | |
1758 * window.c (window_scroll): | |
1759 * window.c (Fother_window_for_scrolling): | |
1760 * window.c (print_window_config): | |
1761 * window.c (syms_of_window): | |
1762 -- defsymbol -> DEFSYMBOL. | |
1763 -- add an error type to all errors. | |
1764 -- eliminate the error functions in eval.c that let you just | |
1765 use Qerror as the type. | |
1766 -- redo the error API to be more consistent, sensibly named, | |
1767 and easier to use. | |
1768 -- redo the error hierarchy somewhat. create new errors: | |
1769 structure-formation-error, gui-error, invalid-constant, | |
1770 stack-overflow, out-of-memory, process-error, network-error, | |
1771 sound-error, printing-unreadable-object, base64-conversion- | |
1772 error; coding-system-error renamed to text-conversion error; | |
1773 some others. | |
1774 -- fix Mule problems in error strings in emodules.c, tooltalk.c. | |
1775 -- fix error handling in mswin open-network-stream. | |
1776 -- Mule-ize all sound files and clean up the headers. | |
1777 -- nativesound.h -> sound.h and used for all sound files. | |
1778 -- move some shared stuff into glyphs-shared.c: first attempt | |
1779 at eliminating some of the massive GTK code duplication. | |
1780 | |
1 2001-05-23 Ben Wing <ben@xemacs.org> | 1781 2001-05-23 Ben Wing <ben@xemacs.org> |
2 | 1782 |
3 * event-msw.c (winsock_writer): | 1783 * event-msw.c (winsock_writer): |
4 * event-msw.c (winsock_closer): | 1784 * event-msw.c (winsock_closer): |
5 prior kludgy code was clobbering the buffer, thinking it was | 1785 prior kludgy code was clobbering the buffer, thinking it was |