Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 578:190b164ddcac
[xemacs-hg @ 2001-05-25 11:26:50 by ben]
device-msw.c, eldap.c, emodules.c, hpplay.c, process-unix.c, sound.h, tooltalk.c, win32.c: Revert Martin's attempted compile-warnings fix. It does fix
the warnings, but not the right way. We are trying to eliminate
the raw use of `char' and `unsigned char' absolutely everywhere.
There is never an occasion to reintroduce these.
buffer.h: Instead, we fix these macros so they don't care about the type of
their lvalues. We already do this for the non-C-string
equivalents of these, and it's correct because it should be OK to
pass in an SBufbyte *, for example. In any case, we do not need
any type-correctness checking here -- errors will be caught for
sure as soon as we remove the -Wno-sign-compare switch.
mule-charset.c: Use invalid_argument, not generic signal_error (Qerror, ).
alloc.c, chartab.c, console-gtk.c, console-msw.c, console-stream.c, console-stream.h, console-tty.c, console-tty.h, console-x.c, console.c, console.h, device-x.c, device.c, elhash.c, eval.c, faces.c, faces.h, fns.c, glyphs.c, glyphs.h, gui.c, gui.h, lisp.h, lread.c, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-tty.c, objects-x.c, objects.c, process-unix.c, rangetab.c, search.c, specifier.c, toolbar.c, window.c, window.h:
Rename Error_behavior to Error_Behavior, to be consistent with
general naming practices (Lisp_Object, Char_Binary, etc.).
| author | ben |
|---|---|
| date | Fri, 25 May 2001 11:27:01 +0000 |
| parents | 910449c92002 |
| children | 0e1f61d4b978 |
comparison
equal
deleted
inserted
replaced
| 577:910449c92002 | 578:190b164ddcac |
|---|---|
| 1 2001-05-25 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * device-msw.c (msprinter_default_printer): | |
| 4 * eldap.c (Fldap_open): | |
| 5 * emodules.c (emodules_load): | |
| 6 * hpplay.c (player_error_internal): | |
| 7 * process-unix.c (unix_canonicalize_host_name): | |
| 8 * process-unix.c (unix_open_network_stream): | |
| 9 * sound.h (sound_perror): | |
| 10 * sound.h (sound_warn): | |
| 11 * tooltalk.c (check_status): | |
| 12 * win32.c (tstr_to_local_file_format): | |
| 13 Revert Martin's attempted compile-warnings fix. It does fix | |
| 14 the warnings, but not the right way. We are trying to eliminate | |
| 15 the raw use of `char' and `unsigned char' absolutely everywhere. | |
| 16 There is never an occasion to reintroduce these. | |
| 17 | |
| 18 * buffer.h (DFC_C_STRING_ALLOCA_USE_CONVERTED_DATA): | |
| 19 * buffer.h (DFC_C_STRING_MALLOC_USE_CONVERTED_DATA): | |
| 20 Instead, we fix these macros so they don't care about the type of | |
| 21 their lvalues. We already do this for the non-C-string | |
| 22 equivalents of these, and it's correct because it should be OK to | |
| 23 pass in an SBufbyte *, for example. In any case, we do not need | |
| 24 any type-correctness checking here -- errors will be caught for | |
| 25 sure as soon as we remove the -Wno-sign-compare switch. | |
| 26 | |
| 27 * mule-charset.c (Fmake_charset): | |
| 28 Use invalid_argument, not generic signal_error (Qerror, ). | |
| 29 | |
| 30 * alloc.c: | |
| 31 * chartab.c (check_valid_char_table_value): | |
| 32 * chartab.c (chartab_type_validate): | |
| 33 * chartab.c (chartab_data_validate): | |
| 34 * console-gtk.c (gtk_device_to_console_connection): | |
| 35 * console-gtk.c (gtk_semi_canonicalize_console_connection): | |
| 36 * console-gtk.c (gtk_canonicalize_console_connection): | |
| 37 * console-gtk.c (gtk_semi_canonicalize_device_connection): | |
| 38 * console-gtk.c (gtk_canonicalize_device_connection): | |
| 39 * console-msw.c (mswindows_canonicalize_console_connection): | |
| 40 * console-msw.c (mswindows_canonicalize_device_connection): | |
| 41 * console-msw.c (msprinter_canonicalize_console_connection): | |
| 42 * console-msw.c (msprinter_canonicalize_device_connection): | |
| 43 * console-stream.c (stream_semi_canonicalize_console_connection): | |
| 44 * console-stream.c (stream_canonicalize_console_connection): | |
| 45 * console-stream.c (stream_semi_canonicalize_device_connection): | |
| 46 * console-stream.c (stream_canonicalize_device_connection): | |
| 47 * console-stream.h: | |
| 48 * console-tty.c (tty_semi_canonicalize_console_connection): | |
| 49 * console-tty.c (tty_canonicalize_console_connection): | |
| 50 * console-tty.c (tty_semi_canonicalize_device_connection): | |
| 51 * console-tty.c (tty_canonicalize_device_connection): | |
| 52 * console-tty.h: | |
| 53 * console-x.c (x_device_to_console_connection): | |
| 54 * console-x.c (x_semi_canonicalize_console_connection): | |
| 55 * console-x.c (x_canonicalize_console_connection): | |
| 56 * console-x.c (x_semi_canonicalize_device_connection): | |
| 57 * console-x.c (x_canonicalize_device_connection): | |
| 58 * console.c (decode_console_type): | |
| 59 * console.c (semi_canonicalize_console_connection): | |
| 60 * console.c (canonicalize_console_connection): | |
| 61 * console.h: | |
| 62 * console.h (struct console_methods): | |
| 63 * device-x.c (Fx_get_resource): | |
| 64 * device.c (semi_canonicalize_device_connection): | |
| 65 * device.c (canonicalize_device_connection): | |
| 66 * elhash.c (hash_table_size_validate): | |
| 67 * elhash.c (hash_table_weakness_validate): | |
| 68 * elhash.c (hash_table_test_validate): | |
| 69 * elhash.c (hash_table_rehash_size_validate): | |
| 70 * elhash.c (hash_table_rehash_threshold_validate): | |
| 71 * elhash.c (hash_table_data_validate): | |
| 72 * eval.c: | |
| 73 * eval.c (call_with_suspended_errors): | |
| 74 * eval.c (maybe_signal_error_1): | |
| 75 * eval.c (maybe_signal_continuable_error_1): | |
| 76 * eval.c (maybe_signal_error): | |
| 77 * eval.c (maybe_signal_continuable_error): | |
| 78 * eval.c (maybe_signal_error_2): | |
| 79 * eval.c (maybe_signal_continuable_error_2): | |
| 80 * eval.c (maybe_signal_ferror): | |
| 81 * eval.c (maybe_signal_continuable_ferror): | |
| 82 * eval.c (maybe_signal_ferror_with_frob): | |
| 83 * eval.c (maybe_signal_continuable_ferror_with_frob): | |
| 84 * eval.c (maybe_syntax_error): | |
| 85 * eval.c (maybe_sferror): | |
| 86 * eval.c (maybe_invalid_argument): | |
| 87 * eval.c (maybe_invalid_constant): | |
| 88 * eval.c (maybe_invalid_operation): | |
| 89 * eval.c (maybe_invalid_change): | |
| 90 * eval.c (maybe_invalid_state): | |
| 91 * faces.c (face_name_validate): | |
| 92 * faces.c (face_validate): | |
| 93 * faces.c (face_property_matching_instance): | |
| 94 * faces.h: | |
| 95 * fns.c (bad_bad_bunny): | |
| 96 * fns.c (bad_bad_turtle): | |
| 97 * fns.c (advance_plist_pointers): | |
| 98 * fns.c (external_plist_get): | |
| 99 * fns.c (external_plist_put): | |
| 100 * fns.c (external_remprop): | |
| 101 * glyphs.c (decode_device_ii_format): | |
| 102 * glyphs.c (decode_image_instantiator_format): | |
| 103 * glyphs.c (decode_image_instance_type): | |
| 104 * glyphs.c (decode_error_behavior_flag): | |
| 105 * glyphs.c (encode_error_behavior_flag): | |
| 106 * glyphs.c (Fmake_image_instance): | |
| 107 * glyphs.c (decode_glyph_type): | |
| 108 * glyphs.c (glyph_image_instance): | |
| 109 * glyphs.h: | |
| 110 * gui.c (gui_item_add_keyval_pair): | |
| 111 * gui.c (make_gui_item_from_keywords_internal): | |
| 112 * gui.h: | |
| 113 * lisp.h: | |
| 114 * lisp.h (error_behavior): | |
| 115 * lisp.h (_error_behavior_struct_): | |
| 116 * lisp.h (struct structure_keyword_entry): | |
| 117 * lisp.h (struct structure_type): | |
| 118 * lread.c (define_structure_type): | |
| 119 * lread.c (define_structure_type_keyword): | |
| 120 * nt.c (tty_semi_canonicalize_console_connection): | |
| 121 * nt.c (tty_canonicalize_console_connection): | |
| 122 * nt.c (tty_semi_canonicalize_device_connection): | |
| 123 * nt.c (tty_canonicalize_device_connection): | |
| 124 * objects-gtk.c (gtk_parse_nearest_color): | |
| 125 * objects-gtk.c (gtk_initialize_color_instance): | |
| 126 * objects-gtk.c (gtk_initialize_font_instance): | |
| 127 * objects-gtk.c (gtk_font_instance_truename): | |
| 128 * objects-gtk.h: | |
| 129 * objects-msw.c (mswindows_initialize_color_instance): | |
| 130 * objects-msw.c (initialize_font_instance): | |
| 131 * objects-msw.c (mswindows_initialize_font_instance): | |
| 132 * objects-msw.c (msprinter_initialize_font_instance): | |
| 133 * objects-msw.c (mswindows_font_instance_truename): | |
| 134 * objects-tty.c (tty_initialize_color_instance): | |
| 135 * objects-tty.c (tty_initialize_font_instance): | |
| 136 * objects-x.c (x_parse_nearest_color): | |
| 137 * objects-x.c (x_initialize_color_instance): | |
| 138 * objects-x.c (x_initialize_font_instance): | |
| 139 * objects-x.c (x_font_instance_truename): | |
| 140 * objects.c: | |
| 141 * objects.c (Fmake_font_instance): | |
| 142 * objects.c (font_instance_truename_internal): | |
| 143 * process-unix.c (get_internet_address): | |
| 144 * rangetab.c (rangetab_data_validate): | |
| 145 * search.c (compile_pattern_1): | |
| 146 * search.c (compile_pattern): | |
| 147 * search.c (fast_string_match): | |
| 148 * specifier.c (decode_specifier_type): | |
| 149 * specifier.c (check_valid_instantiator): | |
| 150 * specifier.c (check_valid_inst_list): | |
| 151 * specifier.c (check_valid_spec_list): | |
| 152 * specifier.c (check_valid_specifier_matchspec): | |
| 153 * specifier.c (specifier_instance_from_inst_list): | |
| 154 * specifier.c (specifier_instance): | |
| 155 * specifier.c (specifier_instance_no_quit): | |
| 156 * toolbar.c (check_toolbar_button_keywords): | |
| 157 * toolbar.c (Fcheck_toolbar_button_syntax): | |
| 158 * window.c (window_scroll): | |
| 159 * window.h: | |
| 160 | |
| 161 Rename Error_behavior to Error_Behavior, to be consistent with | |
| 162 general naming practices (Lisp_Object, Char_Binary, etc.). | |
| 163 | |
| 1 2001-05-24 Hrvoje Niksic <hniksic@arsdigita.com> | 164 2001-05-24 Hrvoje Niksic <hniksic@arsdigita.com> |
| 2 | 165 |
| 3 * doprnt.c (emacs_doprnt_1): long_to_string doesn't return a | 166 * doprnt.c (emacs_doprnt_1): long_to_string doesn't return a |
| 4 value. | 167 value. |
| 5 | 168 |
| 68 * miscplay.c (sndcnv2monobyteLE): | 231 * miscplay.c (sndcnv2monobyteLE): |
| 69 * miscplay.c (sndcnv2monobyteBE): Replace signed Char_Binary with | 232 * miscplay.c (sndcnv2monobyteBE): Replace signed Char_Binary with |
| 70 Char_Binary. There's no type called signed char in C. | 233 Char_Binary. There's no type called signed char in C. |
| 71 Also remove audio: from error message. sound_warn and sound_perror | 234 Also remove audio: from error message. sound_warn and sound_perror |
| 72 prepends them. | 235 prepends them. |
| 73 | |
| 74 2001-05-24 Ben Wing <ben@xemacs.org> | |
| 75 | |
| 76 * Makefile.in.in (objs): | |
| 77 * abbrev.c (syms_of_abbrev): | |
| 78 * alloc.c (memory_full): | |
| 79 * alloc.c (Fmake_byte_code): | |
| 80 * alloc.c (garbage_collect_1): | |
| 81 * buffer.c: | |
| 82 * buffer.c (print_buffer): | |
| 83 * buffer.c (nsberror): | |
| 84 * buffer.c (Fget_buffer_create): | |
| 85 * buffer.c (Fset_buffer): | |
| 86 * buffer.c (Fbury_buffer): | |
| 87 * buffer.c (syms_of_buffer): | |
| 88 * bytecode.c: | |
| 89 * bytecode.c (execute_optimized_program): | |
| 90 * bytecode.c (invalid_byte_code): | |
| 91 * bytecode.c (check_opcode): | |
| 92 * bytecode.c (check_constants_index): | |
| 93 * bytecode.c (READ_INSTRUCTION_CHAR): | |
| 94 * bytecode.c (optimize_byte_code): | |
| 95 * bytecode.c (Ffetch_bytecode): | |
| 96 * bytecode.c (syms_of_bytecode): | |
| 97 * callint.c (check_mark): | |
| 98 * callint.c (Fcall_interactively): | |
| 99 * callint.c (syms_of_callint): | |
| 100 * callproc.c: | |
| 101 * callproc.c (Fold_call_process_internal): | |
| 102 * callproc.c (child_setup): | |
| 103 * casetab.c (print_case_table): | |
| 104 * casetab.c (Fget_case_table): | |
| 105 * casetab.c (Fput_case_table): | |
| 106 * casetab.c (syms_of_casetab): | |
| 107 * chartab.c (symbol_to_char_table_type): | |
| 108 * chartab.c (decode_char_table_range): | |
| 109 * chartab.c (check_valid_char_table_value): | |
| 110 * chartab.c (chartab_data_validate): | |
| 111 * chartab.c (check_category_char): | |
| 112 * chartab.c (syms_of_chartab): | |
| 113 * cmdloop.c (command_loop_3): | |
| 114 * cmdloop.c (syms_of_cmdloop): | |
| 115 * cmds.c (Fdelete_char): | |
| 116 * cmds.c (Fself_insert_command): | |
| 117 * cmds.c (syms_of_cmds): | |
| 118 * console-msw.c: | |
| 119 * console-msw.c (mswindows_canonicalize_console_connection): | |
| 120 * console-msw.c (Fmswindows_message_box): | |
| 121 * console-msw.c (mswindows_lisp_error): | |
| 122 * console-msw.c (msprinter_canonicalize_console_connection): | |
| 123 * console-msw.c (syms_of_console_mswindows): | |
| 124 * console-msw.h: | |
| 125 * console-stream.c (stream_init_console): | |
| 126 * console-stream.c (stream_init_frame_1): | |
| 127 * console-tty.c (tty_init_console): | |
| 128 * console-tty.c (syms_of_console_tty): | |
| 129 * console-x.c (get_display_arg_connection): | |
| 130 * console.c (print_console): | |
| 131 * console.c (decode_console_type): | |
| 132 * console.c (Fselect_console): | |
| 133 * console.c (Fget_console): | |
| 134 * console.c (delete_console_internal): | |
| 135 * console.c (syms_of_console): | |
| 136 * data.c: | |
| 137 * data.c (dead_wrong_type_argument): | |
| 138 * data.c (c_write_error): | |
| 139 * data.c (lisp_write_error): | |
| 140 * data.c (args_out_of_range): | |
| 141 * data.c (args_out_of_range_3): | |
| 142 * data.c (print_weak_list): | |
| 143 * data.c (decode_weak_list_type): | |
| 144 * data.c (arith_error): | |
| 145 * data.c (init_errors_once_early): | |
| 146 * data.c (syms_of_data): | |
| 147 * database.c (CHECK_LIVE_DATABASE): | |
| 148 * database.c (print_database): | |
| 149 * database.c (finalize_database): | |
| 150 * database.c (Fopen_database): | |
| 151 * database.c (syms_of_database): | |
| 152 * debug.c (Fadd_debug_class_to_check): | |
| 153 * debug.c (Fdelete_debug_class_to_check): | |
| 154 * debug.c (Fset_debug_classes_to_check): | |
| 155 * debug.c (Fset_debug_class_types_to_check): | |
| 156 * debug.c (Fdebug_types_being_checked): | |
| 157 * debug.c (syms_of_debug): | |
| 158 * device-gtk.c (gtk_init_device): | |
| 159 * device-gtk.c (Fgtk_display_visual_class): | |
| 160 * device-gtk.c (Fgtk_keysym_on_keyboard_p): | |
| 161 * device-gtk.c (syms_of_device_gtk): | |
| 162 * device-msw.c (handle_devmode_changes): | |
| 163 * device-msw.c (mswindows_handle_print_dialog_box): | |
| 164 * device-msw.c (mswindows_handle_page_setup_dialog_box): | |
| 165 * device-msw.c (Fmsprinter_select_settings): | |
| 166 * device-msw.c (Fmsprinter_apply_settings): | |
| 167 * device-msw.c (print_devmode): | |
| 168 * device-tty.c (tty_init_device): | |
| 169 * device-tty.c (syms_of_device_tty): | |
| 170 * device-x.c (sanity_check_geometry_resource): | |
| 171 * device-x.c (x_init_device): | |
| 172 * device-x.c (x_get_resource_prefix): | |
| 173 * device-x.c (Fx_get_resource): | |
| 174 * device-x.c (Fx_put_resource): | |
| 175 * device-x.c (Fx_display_visual_class): | |
| 176 * device-x.c (Fx_keysym_hash_table): | |
| 177 * device-x.c (Fx_keysym_on_keyboard_p): | |
| 178 * device-x.c (Fx_get_font_path): | |
| 179 * device-x.c (syms_of_device_x): | |
| 180 * device.c (print_device): | |
| 181 * device.c (Fselect_device): | |
| 182 * device.c (Fset_device_selected_frame): | |
| 183 * device.c (Fget_device): | |
| 184 * device.c (Fmake_device): | |
| 185 * device.c (Fset_device_class): | |
| 186 * device.c (Fdevice_system_metric): | |
| 187 * device.c (Fdomain_device_type): | |
| 188 * device.c (syms_of_device): | |
| 189 * dialog-gtk.c (syms_of_dialog_gtk): | |
| 190 * dialog-msw.c (handle_file_dialog_box): | |
| 191 * dialog-msw.c (handle_question_dialog_box): | |
| 192 * dialog-msw.c (mswindows_make_dialog_box_internal): | |
| 193 * dialog-msw.c (syms_of_dialog_mswindows): | |
| 194 * dialog-x.c (dbox_descriptor_to_widget_value): | |
| 195 * dialog-x.c (x_make_dialog_box_internal): | |
| 196 * dialog.c (Fmake_dialog_box_internal): | |
| 197 * dired-msw.c (mswindows_get_files): | |
| 198 * dired-msw.c (syms_of_dired_mswindows): | |
| 199 * dired.c (Fdirectory_files): | |
| 200 * dired.c (file_name_completion): | |
| 201 * dired.c (syms_of_dired): | |
| 202 * doc.c (get_doc_string): | |
| 203 * doc.c (read_doc_string): | |
| 204 * doc.c (Fsnarf_documentation): | |
| 205 * doprnt.c (parse_off_posnum): | |
| 206 * doprnt.c (NEXT_ASCII_BYTE): | |
| 207 * doprnt.c (parse_doprnt_spec): | |
| 208 * doprnt.c (get_doprnt_args): | |
| 209 * doprnt.c (emacs_doprnt_1): | |
| 210 * dragdrop.c (syms_of_dragdrop): | |
| 211 * editfns.c (Fchar_to_string): | |
| 212 * editfns.c (region_limit): | |
| 213 * editfns.c (Fformat_time_string): | |
| 214 * editfns.c (Fdecode_time): | |
| 215 * editfns.c (Fencode_time): | |
| 216 * editfns.c (Ftranspose_regions): | |
| 217 * editfns.c (syms_of_editfns): | |
| 218 * eldap.c (signal_ldap_error): | |
| 219 * eldap.c (print_ldap): | |
| 220 * eldap.c (finalize_ldap): | |
| 221 * eldap.c (Fldap_open): | |
| 222 * eldap.c (Fldap_search_basic): | |
| 223 * eldap.c (Fldap_add): | |
| 224 * eldap.c (Fldap_modify): | |
| 225 * eldap.c (syms_of_eldap): | |
| 226 * eldap.h (CHECK_LIVE_LDAP): | |
| 227 * elhash.c (hash_table_size_validate): | |
| 228 * elhash.c (hash_table_weakness_validate): | |
| 229 * elhash.c (decode_hash_table_weakness): | |
| 230 * elhash.c (hash_table_test_validate): | |
| 231 * elhash.c (decode_hash_table_test): | |
| 232 * elhash.c (hash_table_rehash_size_validate): | |
| 233 * elhash.c (hash_table_rehash_threshold_validate): | |
| 234 * elhash.c (hash_table_data_validate): | |
| 235 * elhash.c (Fmake_hash_table): | |
| 236 * elhash.c (syms_of_elhash): | |
| 237 * emacs-widget-accessors.c (Fgtk_adjustment_lower): | |
| 238 * emacs-widget-accessors.c (Fgtk_adjustment_upper): | |
| 239 * emacs-widget-accessors.c (Fgtk_adjustment_value): | |
| 240 * emacs-widget-accessors.c (Fgtk_adjustment_step_increment): | |
| 241 * emacs-widget-accessors.c (Fgtk_adjustment_page_increment): | |
| 242 * emacs-widget-accessors.c (Fgtk_adjustment_page_size): | |
| 243 * emacs-widget-accessors.c (Fgtk_widget_style): | |
| 244 * emacs-widget-accessors.c (Fgtk_widget_window): | |
| 245 * emacs-widget-accessors.c (Fgtk_widget_state): | |
| 246 * emacs-widget-accessors.c (Fgtk_widget_name): | |
| 247 * emacs-widget-accessors.c (Fgtk_widget_parent): | |
| 248 * emacs-widget-accessors.c (Fgtk_button_child): | |
| 249 * emacs-widget-accessors.c (Fgtk_button_in_button): | |
| 250 * emacs-widget-accessors.c (Fgtk_button_button_down): | |
| 251 * emacs-widget-accessors.c (Fgtk_combo_entry): | |
| 252 * emacs-widget-accessors.c (Fgtk_combo_button): | |
| 253 * emacs-widget-accessors.c (Fgtk_combo_popup): | |
| 254 * emacs-widget-accessors.c (Fgtk_combo_popwin): | |
| 255 * emacs-widget-accessors.c (Fgtk_combo_list): | |
| 256 * emacs-widget-accessors.c (Fgtk_gamma_curve_table): | |
| 257 * emacs-widget-accessors.c (Fgtk_gamma_curve_curve): | |
| 258 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma): | |
| 259 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma_dialog): | |
| 260 * emacs-widget-accessors.c (Fgtk_gamma_curve_gamma_text): | |
| 261 * emacs-widget-accessors.c (Fgtk_check_menu_item_active): | |
| 262 * emacs-widget-accessors.c (Fgtk_notebook_tab_pos): | |
| 263 * emacs-widget-accessors.c (Fgtk_text_hadj): | |
| 264 * emacs-widget-accessors.c (Fgtk_text_vadj): | |
| 265 * emacs-widget-accessors.c (Fgtk_file_selection_dir_list): | |
| 266 * emacs-widget-accessors.c (Fgtk_file_selection_file_list): | |
| 267 * emacs-widget-accessors.c (Fgtk_file_selection_selection_entry): | |
| 268 * emacs-widget-accessors.c (Fgtk_file_selection_selection_text): | |
| 269 * emacs-widget-accessors.c (Fgtk_file_selection_main_vbox): | |
| 270 * emacs-widget-accessors.c (Fgtk_file_selection_ok_button): | |
| 271 * emacs-widget-accessors.c (Fgtk_file_selection_cancel_button): | |
| 272 * emacs-widget-accessors.c (Fgtk_file_selection_help_button): | |
| 273 * emacs-widget-accessors.c (Fgtk_file_selection_action_area): | |
| 274 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_fontsel): | |
| 275 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_main_vbox): | |
| 276 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_action_area): | |
| 277 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_ok_button): | |
| 278 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_apply_button): | |
| 279 * emacs-widget-accessors.c (Fgtk_font_selection_dialog_cancel_button): | |
| 280 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_colorsel): | |
| 281 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_main_vbox): | |
| 282 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_ok_button): | |
| 283 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_reset_button): | |
| 284 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_cancel_button): | |
| 285 * emacs-widget-accessors.c (Fgtk_color_selection_dialog_help_button): | |
| 286 * emacs-widget-accessors.c (Fgtk_dialog_vbox): | |
| 287 * emacs-widget-accessors.c (Fgtk_dialog_action_area): | |
| 288 * emacs-widget-accessors.c (Fgtk_input_dialog_close_button): | |
| 289 * emacs-widget-accessors.c (Fgtk_input_dialog_save_button): | |
| 290 * emacs-widget-accessors.c (Fgtk_plug_socket_window): | |
| 291 * emacs-widget-accessors.c (Fgtk_plug_same_app): | |
| 292 * emacs-widget-accessors.c (Fgtk_object_flags): | |
| 293 * emacs-widget-accessors.c (Fgtk_object_ref_count): | |
| 294 * emacs-widget-accessors.c (Fgtk_paned_child1): | |
| 295 * emacs-widget-accessors.c (Fgtk_paned_child2): | |
| 296 * emacs-widget-accessors.c (Fgtk_paned_child1_resize): | |
| 297 * emacs-widget-accessors.c (Fgtk_paned_child2_resize): | |
| 298 * emacs-widget-accessors.c (Fgtk_paned_child1_shrink): | |
| 299 * emacs-widget-accessors.c (Fgtk_paned_child2_shrink): | |
| 300 * emacs-widget-accessors.c (Fgtk_clist_rows): | |
| 301 * emacs-widget-accessors.c (Fgtk_clist_columns): | |
| 302 * emacs-widget-accessors.c (Fgtk_clist_hadjustment): | |
| 303 * emacs-widget-accessors.c (Fgtk_clist_vadjustment): | |
| 304 * emacs-widget-accessors.c (Fgtk_clist_sort_type): | |
| 305 * emacs-widget-accessors.c (Fgtk_clist_focus_row): | |
| 306 * emacs-widget-accessors.c (Fgtk_clist_sort_column): | |
| 307 * emacs-widget-accessors.c (Fgtk_list_children): | |
| 308 * emacs-widget-accessors.c (Fgtk_list_selection): | |
| 309 * emacs-widget-accessors.c (Fgtk_tree_children): | |
| 310 * emacs-widget-accessors.c (Fgtk_tree_root_tree): | |
| 311 * emacs-widget-accessors.c (Fgtk_tree_tree_owner): | |
| 312 * emacs-widget-accessors.c (Fgtk_tree_selection): | |
| 313 * emacs-widget-accessors.c (Fgtk_tree_item_subtree): | |
| 314 * emacs-widget-accessors.c (Fgtk_scrolled_window_hscrollbar): | |
| 315 * emacs-widget-accessors.c (Fgtk_scrolled_window_vscrollbar): | |
| 316 * emacs-widget-accessors.c (Fgtk_scrolled_window_hscrollbar_visible): | |
| 317 * emacs-widget-accessors.c (Fgtk_scrolled_window_vscrollbar_visible): | |
| 318 * emacs.c (main_1): | |
| 319 * emacs.c (Fsplit_path): | |
| 320 * emacs.c (syms_of_emacs): | |
| 321 * emodules.c (emodules_load): | |
| 322 * esd.c: | |
| 323 * esd.c (esd_play_sound_file): | |
| 324 * esd.c (esd_play_sound_data): | |
| 325 * eval.c: | |
| 326 * eval.c (print_subr): | |
| 327 * eval.c (FletX): | |
| 328 * eval.c (Flet): | |
| 329 * eval.c (Fdefvar): | |
| 330 * eval.c (Fdefconst): | |
| 331 * eval.c (condition_case_3): | |
| 332 * eval.c (return_from_signal): | |
| 333 * eval.c (signal_error_1): | |
| 334 * eval.c (maybe_signal_error_1): | |
| 335 * eval.c (maybe_signal_continuable_error_1): | |
| 336 * eval.c (signal_error): | |
| 337 * eval.c (maybe_signal_error): | |
| 338 * eval.c (signal_continuable_error): | |
| 339 * eval.c (maybe_signal_continuable_error): | |
| 340 * eval.c (signal_error_2): | |
| 341 * eval.c (maybe_signal_error_2): | |
| 342 * eval.c (signal_continuable_error_2): | |
| 343 * eval.c (maybe_signal_continuable_error_2): | |
| 344 * eval.c (signal_ferror): | |
| 345 * eval.c (maybe_signal_ferror): | |
| 346 * eval.c (signal_continuable_ferror): | |
| 347 * eval.c (maybe_signal_continuable_ferror): | |
| 348 * eval.c (signal_ferror_with_frob): | |
| 349 * eval.c (maybe_signal_ferror_with_frob): | |
| 350 * eval.c (signal_continuable_ferror_with_frob): | |
| 351 * eval.c (maybe_signal_continuable_ferror_with_frob): | |
| 352 * eval.c (signal_quit): | |
| 353 * eval.c (signal_invalid_function_error): | |
| 354 * eval.c (signal_wrong_number_of_arguments_error): | |
| 355 * eval.c (signal_malformed_list_error): | |
| 356 * eval.c (signal_malformed_property_list_error): | |
| 357 * eval.c (signal_circular_list_error): | |
| 358 * eval.c (signal_circular_property_list_error): | |
| 359 * eval.c (syntax_error): | |
| 360 * eval.c (syntax_error_2): | |
| 361 * eval.c (maybe_syntax_error): | |
| 362 * eval.c (sferror): | |
| 363 * eval.c (sferror_2): | |
| 364 * eval.c (maybe_sferror): | |
| 365 * eval.c (invalid_argument): | |
| 366 * eval.c (invalid_argument_2): | |
| 367 * eval.c (maybe_invalid_argument): | |
| 368 * eval.c (invalid_constant): | |
| 369 * eval.c (invalid_constant_2): | |
| 370 * eval.c (maybe_invalid_constant): | |
| 371 * eval.c (invalid_operation): | |
| 372 * eval.c (invalid_operation_2): | |
| 373 * eval.c (maybe_invalid_operation): | |
| 374 * eval.c (invalid_change): | |
| 375 * eval.c (invalid_change_2): | |
| 376 * eval.c (maybe_invalid_change): | |
| 377 * eval.c (invalid_state): | |
| 378 * eval.c (invalid_state_2): | |
| 379 * eval.c (maybe_invalid_state): | |
| 380 * eval.c (stack_overflow): | |
| 381 * eval.c (out_of_memory): | |
| 382 * eval.c (printing_unreadable_object): | |
| 383 * eval.c (do_autoload): | |
| 384 * eval.c (Feval): | |
| 385 * eval.c (Ffuncall): | |
| 386 * eval.c (grow_specpdl): | |
| 387 * eval.c (syms_of_eval): | |
| 388 * event-Xt.c (syms_of_event_Xt): | |
| 389 * event-gtk.c (syms_of_event_gtk): | |
| 390 * event-msw.c (mswindows_need_event_in_modal_loop): | |
| 391 * event-msw.c (emacs_mswindows_select_process): | |
| 392 * event-stream.c: | |
| 393 * event-stream.c (check_event_stream_ok): | |
| 394 * event-stream.c (lisp_number_to_milliseconds): | |
| 395 * event-stream.c (Fnext_event): | |
| 396 * event-stream.c (munge_keymap_translate): | |
| 397 * event-stream.c (Fset_recent_keys_ring_size): | |
| 398 * event-stream.c (execute_command_event): | |
| 399 * event-stream.c (syms_of_event_stream): | |
| 400 * events.c (print_event): | |
| 401 * events.c (Fmake_event): | |
| 402 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): | |
| 403 * events.c (Fdeallocate_event): | |
| 404 * events.c (Fcopy_event): | |
| 405 * events.c (character_to_event): | |
| 406 * events.c (syms_of_events): | |
| 407 * extents.c (print_extent): | |
| 408 * extents.c (Fset_extent_parent): | |
| 409 * extents.c (decode_map_extents_flags): | |
| 410 * extents.c (decode_extent_at_flag): | |
| 411 * extents.c (symbol_to_glyph_layout): | |
| 412 * extents.c (Fset_extent_property): | |
| 413 * extents.c (syms_of_extents): | |
| 414 * faces.c (face_validate): | |
| 415 * faces.c (Fget_face): | |
| 416 * faces.c (syms_of_faces): | |
| 417 * file-coding.c: | |
| 418 * file-coding.c (print_coding_system): | |
| 419 * file-coding.c (symbol_to_eol_type): | |
| 420 * file-coding.c (Fget_coding_system): | |
| 421 * file-coding.c (parse_charset_conversion_specs): | |
| 422 * file-coding.c (Fmake_coding_system): | |
| 423 * file-coding.c (Fcoding_system_aliasee): | |
| 424 * file-coding.c (Fdefine_coding_system_alias): | |
| 425 * file-coding.c (Fcoding_system_property): | |
| 426 * file-coding.c (decode_coding_category): | |
| 427 * file-coding.c (Fset_coding_priority_list): | |
| 428 * file-coding.c (syms_of_file_coding): | |
| 429 * fileio.c: | |
| 430 * fileio.c (report_file_type_error): | |
| 431 * fileio.c (report_error_with_errno): | |
| 432 * fileio.c (report_file_error): | |
| 433 * fileio.c (Fmake_temp_name): | |
| 434 * fileio.c (Ffile_truename): | |
| 435 * fileio.c (Fmake_directory_internal): | |
| 436 * fileio.c (Fdelete_directory): | |
| 437 * fileio.c (Fdelete_file): | |
| 438 * fileio.c (Fset_file_modes): | |
| 439 * fileio.c (syms_of_fileio): | |
| 440 * filelock.c (syms_of_filelock): | |
| 441 * floatfns.c (float_error): | |
| 442 * fns.c: | |
| 443 * fns.c (check_losing_bytecode): | |
| 444 * fns.c (safe_copy_tree): | |
| 445 * fns.c (Fget): | |
| 446 * fns.c (Fput): | |
| 447 * fns.c (Fremprop): | |
| 448 * fns.c (Fobject_plist): | |
| 449 * fns.c (internal_equal): | |
| 450 * fns.c (internal_old_equal): | |
| 451 * fns.c (Fload_average): | |
| 452 * fns.c (Frequire): | |
| 453 * fns.c (base64_conversion_error): | |
| 454 * fns.c (base64_decode_1): | |
| 455 * fns.c (syms_of_fns): | |
| 456 * font-lock.c (syms_of_font_lock): | |
| 457 * frame-gtk.c (gtk_create_widgets): | |
| 458 * frame-gtk.c (gtk_init_frame_1): | |
| 459 * frame-gtk.c (gtk_cant_notify_wm_error): | |
| 460 * frame-gtk.c (syms_of_frame_gtk): | |
| 461 * frame-x.c (x_create_widgets): | |
| 462 * frame-x.c (x_init_frame_1): | |
| 463 * frame-x.c (x_cant_notify_wm_error): | |
| 464 * frame-x.c (syms_of_frame_x): | |
| 465 * frame.c (print_frame): | |
| 466 * frame.c (setup_frame_without_minibuffer): | |
| 467 * frame.c (Fmake_frame): | |
| 468 * frame.c (selected_frame): | |
| 469 * frame.c (device_selected_frame): | |
| 470 * frame.c (Fset_frame_selected_window): | |
| 471 * frame.c (delete_frame_internal): | |
| 472 * frame.c (Fmake_frame_invisible): | |
| 473 * frame.c (store_minibuf_frame_prop): | |
| 474 * frame.c (syms_of_frame): | |
| 475 * general-slots.h: | |
| 476 * glade.c (Fglade_xml_textdomain): | |
| 477 * glyphs-gtk.c: | |
| 478 * glyphs-gtk.c (check_pointer_sizes): | |
| 479 * glyphs-gtk.c (init_image_instance_from_gdk_image): | |
| 480 * glyphs-gtk.c (image_instance_add_gdk_image): | |
| 481 * glyphs-gtk.c (init_image_instance_from_xbm_inline): | |
| 482 * glyphs-gtk.c (write_lisp_string_to_temp_file): | |
| 483 * glyphs-gtk.c (gtk_xpm_instantiate): | |
| 484 * glyphs-gtk.c (gtk_xface_instantiate): | |
| 485 * glyphs-gtk.c (gtk_resource_validate): | |
| 486 * glyphs-gtk.c (gtk_resource_normalize): | |
| 487 * glyphs-gtk.c (gtk_resource_instantiate): | |
| 488 * glyphs-gtk.c (check_valid_resource_symbol): | |
| 489 * glyphs-gtk.c (check_valid_resource_id): | |
| 490 * glyphs-gtk.c (font_instantiate): | |
| 491 * glyphs-gtk.c (cursor_font_instantiate): | |
| 492 * glyphs-gtk.c (gtk_subwindow_instantiate): | |
| 493 * glyphs-gtk.c (syms_of_glyphs_gtk): | |
| 494 * glyphs-msw.c: | |
| 495 * glyphs-msw.c (init_image_instance_from_dibitmap): | |
| 496 * glyphs-msw.c (image_instance_add_dibitmap): | |
| 497 * glyphs-msw.c (mswindows_init_image_instance_from_eimage): | |
| 498 * glyphs-msw.c (xpm_to_eimage): | |
| 499 * glyphs-msw.c (mswindows_xpm_instantiate): | |
| 500 * glyphs-msw.c (mswindows_resource_validate): | |
| 501 * glyphs-msw.c (mswindows_resource_normalize): | |
| 502 * glyphs-msw.c (resource_name_to_resource): | |
| 503 * glyphs-msw.c (mswindows_resource_instantiate): | |
| 504 * glyphs-msw.c (check_valid_resource_symbol): | |
| 505 * glyphs-msw.c (check_valid_resource_id): | |
| 506 * glyphs-msw.c (mswindows_xface_instantiate): | |
| 507 * glyphs-msw.c (mswindows_subwindow_instantiate): | |
| 508 * glyphs-msw.c (mswindows_widget_instantiate): | |
| 509 * glyphs-msw.c (add_tree_item): | |
| 510 * glyphs-msw.c (add_tab_item): | |
| 511 * glyphs-msw.c (mswindows_combo_box_instantiate): | |
| 512 * glyphs-msw.c (syms_of_glyphs_mswindows): | |
| 513 * glyphs-msw.c (console_type_create_glyphs_mswindows): | |
| 514 * glyphs-widget.c (check_valid_orientation): | |
| 515 * glyphs-widget.c (check_valid_tab_orientation): | |
| 516 * glyphs-widget.c (check_valid_justification): | |
| 517 * glyphs-widget.c (widget_validate): | |
| 518 * glyphs-widget.c (combo_box_validate): | |
| 519 * glyphs-x.c (write_lisp_string_to_temp_file): | |
| 520 * glyphs-x.c (check_pointer_sizes): | |
| 521 * glyphs-x.c (init_image_instance_from_x_image): | |
| 522 * glyphs-x.c (image_instance_add_x_image): | |
| 523 * glyphs-x.c (init_image_instance_from_xbm_inline): | |
| 524 * glyphs-x.c (x_xpm_instantiate): | |
| 525 * glyphs-x.c (x_xface_instantiate): | |
| 526 * glyphs-x.c (font_instantiate): | |
| 527 * glyphs-x.c (cursor_font_instantiate): | |
| 528 * glyphs-x.c (x_redisplay_widget): | |
| 529 * glyphs-x.c (x_subwindow_instantiate): | |
| 530 * glyphs-x.c (x_widget_instantiate): | |
| 531 * glyphs.c: | |
| 532 * glyphs.c (decode_device_ii_format): | |
| 533 * glyphs.c (process_image_string_instantiator): | |
| 534 * glyphs.c (if): | |
| 535 * glyphs.c (file_or_data_must_be_present): | |
| 536 * glyphs.c (data_must_be_present): | |
| 537 * glyphs.c (face_must_be_present): | |
| 538 * glyphs.c (get_image_instantiator_governing_domain): | |
| 539 * glyphs.c (instantiate_image_instantiator): | |
| 540 * glyphs.c (print_image_instance): | |
| 541 * glyphs.c (decode_image_instance_type): | |
| 542 * glyphs.c (incompatible_image_types): | |
| 543 * glyphs.c (make_image_instance_1): | |
| 544 * glyphs.c (signal_image_error): | |
| 545 * glyphs.c (signal_image_error_2): | |
| 546 * glyphs.c (signal_double_image_error_2): | |
| 547 * glyphs.c (simple_image_type_normalize): | |
| 548 * glyphs.c (check_valid_xbm_inline): | |
| 549 * glyphs.c (bitmap_to_lisp_data): | |
| 550 * glyphs.c (xbm_normalize): | |
| 551 * glyphs.c (xface_normalize): | |
| 552 * glyphs.c (pixmap_to_lisp_data): | |
| 553 * glyphs.c (check_valid_xpm_color_symbols): | |
| 554 * glyphs.c (evaluate_xpm_color_symbols): | |
| 555 * glyphs.c (xpm_normalize): | |
| 556 * glyphs.c (image_instantiate): | |
| 557 * glyphs.c (image_validate): | |
| 558 * glyphs.c (print_glyph): | |
| 559 * glyphs.c (decode_glyph_type): | |
| 560 * glyphs.c (subwindow_instantiate): | |
| 561 * glyphs.c (syms_of_glyphs): | |
| 562 * glyphs.h: | |
| 563 * gpmevent.c (Fgpm_enable): | |
| 564 * gui-gtk.c (syms_of_gui_gtk): | |
| 565 * gui-x.c (button_item_to_widget_value): | |
| 566 * gui-x.c (gui_items_to_widget_values_1): | |
| 567 * gui-x.c (gui_items_to_widget_values): | |
| 568 * gui.c: | |
| 569 * gui.c (gui_item_add_keyval_pair): | |
| 570 * gui.c (make_gui_item_from_keywords_internal): | |
| 571 * gui.c (widget_gui_parse_item_keywords): | |
| 572 * gui.c (update_gui_item_keywords): | |
| 573 * gui.c (signal_too_long_error): | |
| 574 * gui.c (print_gui_item): | |
| 575 * gui.c (parse_gui_item_tree_item): | |
| 576 * gui.c (syms_of_gui): | |
| 577 * gutter.c (decode_gutter_position): | |
| 578 * gutter.c (gutter_validate): | |
| 579 * gutter.c (gutter_size_validate): | |
| 580 * gutter.c (gutter_visible_validate): | |
| 581 * gutter.c (syms_of_gutter): | |
| 582 * hpplay.c: | |
| 583 * hpplay.c (player_error_internal): | |
| 584 * hpplay.c (myHandler): | |
| 585 * hpplay.c (play_bucket_internal): | |
| 586 * hpplay.c (play_sound_file): | |
| 587 * hpplay.c (play_sound_data): | |
| 588 * hpplay.c (vars_of_hpplay): | |
| 589 * indent.c (Findent_to): | |
| 590 * indent.c (syms_of_indent): | |
| 591 * input-method-xlib.c (Fx_open_xim): | |
| 592 * input-method-xlib.c (Fx_close_xim): | |
| 593 * input-method-xlib.c (syms_of_input_method_xlib): | |
| 594 * insdel.c (get_buffer_range_char): | |
| 595 * insdel.c (get_string_range_char): | |
| 596 * insdel.c (make_gap): | |
| 597 * insdel.c (buffer_insert_string_1): | |
| 598 * intl.c (syms_of_intl): | |
| 599 * keymap.c (print_keymap): | |
| 600 * keymap.c (traverse_keymaps): | |
| 601 * keymap.c (check_keymap_definition_loop): | |
| 602 * keymap.c (define_key_check_and_coerce_keysym): | |
| 603 * keymap.c (define_key_parser): | |
| 604 * keymap.c (key_desc_list_to_event): | |
| 605 * keymap.c (ensure_meta_prefix_char_keymapp): | |
| 606 * keymap.c (Fdefine_key): | |
| 607 * keymap.c (Fsingle_key_description): | |
| 608 * keymap.c (Ftext_char_description): | |
| 609 * libsst.c: | |
| 610 * libsst.c (dial;): | |
| 611 * libsst.h: | |
| 612 * libsst.h (sst_dtmf): | |
| 613 * linuxplay.c: | |
| 614 * linuxplay.c (audio_init): | |
| 615 * linuxplay.c (linux_play_data_or_file): | |
| 616 * linuxplay.c (play_sound_file): | |
| 617 * linuxplay.c (play_sound_data): | |
| 618 * lisp.h: | |
| 619 * lread.c (read_syntax_error): | |
| 620 * lread.c (continuable_read_syntax_error): | |
| 621 * lread.c (readchar): | |
| 622 * lread.c (pas_de_holgazan_ici): | |
| 623 * lread.c (load_force_doc_string_unwind): | |
| 624 * lread.c (Fload_internal): | |
| 625 * lread.c (decode_mode_1): | |
| 626 * lread.c (readevalloop): | |
| 627 * lread.c (Feval_buffer): | |
| 628 * lread.c (read_escape): | |
| 629 * lread.c (FSF_LOSSAGE): | |
| 630 * lread.c (read_atom_0): | |
| 631 * lread.c (reader_nextchar): | |
| 632 * lread.c (read_list_conser): | |
| 633 * lread.c (syms_of_lread): | |
| 634 * lread.c (vars_of_lread): | |
| 635 * lstream.c (Lstream_internal_error): | |
| 636 * lstream.h (wrap_lstream): | |
| 637 * macros.c (Fstart_kbd_macro): | |
| 638 * macros.c (Fend_kbd_macro): | |
| 639 * macros.c (pop_kbd_macro_event): | |
| 640 * macros.c (Fcall_last_kbd_macro): | |
| 641 * macros.c (Fexecute_kbd_macro): | |
| 642 * macros.c (syms_of_macros): | |
| 643 * marker.c (print_marker): | |
| 644 * marker.c (set_marker_internal): | |
| 645 * marker.c (bi_marker_position): | |
| 646 * marker.c (marker_position): | |
| 647 * marker.c (set_bi_marker_position): | |
| 648 * marker.c (set_marker_position): | |
| 649 * md5.c (md5_coding_system): | |
| 650 * menubar-gtk.c (menu_convert): | |
| 651 * menubar-gtk.c (menu_descriptor_to_widget_1): | |
| 652 * menubar-msw.c (mswindows_translate_menu_or_dialog_item): | |
| 653 * menubar-msw.c (populate_menu_add_item): | |
| 654 * menubar-msw.c (populate_or_checksum_helper): | |
| 655 * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): | |
| 656 * menubar-msw.c (mswindows_popup_menu): | |
| 657 * menubar-x.c (menu_item_descriptor_to_widget_value_1): | |
| 658 * menubar-x.c (x_popup_menu): | |
| 659 * menubar-x.c (Faccelerate_menu): | |
| 660 * menubar.c (syms_of_menubar): | |
| 661 * menubar.c (vars_of_menubar): | |
| 662 * minibuf.c (Ftry_completion): | |
| 663 * minibuf.c (syms_of_minibuf): | |
| 664 * miscplay.c: | |
| 665 * miscplay.c (parse_wave_complete): | |
| 666 * miscplay.c (waverequire): | |
| 667 * miscplay.c (parsewave): | |
| 668 * miscplay.c (parsesundecaudio): | |
| 669 * miscplay.c (sndcnv8U_2mono): | |
| 670 * miscplay.c (sndcnv8S_2mono): | |
| 671 * miscplay.c (sndcnv2monounsigned): | |
| 672 * miscplay.c (sndcnv2unsigned): | |
| 673 * miscplay.c (int2ulaw): | |
| 674 * miscplay.c (sndcnvULaw_2linear): | |
| 675 * miscplay.c (sndcnvULaw_2mono): | |
| 676 * miscplay.c (sndcnv16_2monoLE): | |
| 677 * miscplay.c (sndcnv16_2monoBE): | |
| 678 * miscplay.c (sndcnv2byteLE): | |
| 679 * miscplay.c (sndcnv2byteBE): | |
| 680 * miscplay.c (sndcnv2monobyteLE): | |
| 681 * miscplay.c (sndcnv2monobyteBE): | |
| 682 * miscplay.c (analyze_format): | |
| 683 * miscplay.h: | |
| 684 * miscplay.h (HEADERSZ): | |
| 685 * miscplay.h (parse_wave_complete): | |
| 686 * mule-ccl.c (Fccl_execute): | |
| 687 * mule-ccl.c (vars_of_mule_ccl): | |
| 688 * mule-charset.c (print_charset): | |
| 689 * mule-charset.c (get_unallocated_leading_byte): | |
| 690 * mule-charset.c (Fget_charset): | |
| 691 * mule-charset.c (Fmake_charset): | |
| 692 * mule-charset.c (Fcharset_from_attributes): | |
| 693 * mule-charset.c (Fcharset_property): | |
| 694 * mule-charset.c (Fset_charset_ccl_program): | |
| 695 * mule-charset.c (Fmake_char): | |
| 696 * mule-charset.c (Fchar_octet): | |
| 697 * mule-charset.c (lookup_composite_char): | |
| 698 * mule-charset.c (syms_of_mule_charset): | |
| 699 * mule-wnnfns.c (Fwnn_set_param): | |
| 700 * mule-wnnfns.c (syms_of_mule_wnn): | |
| 701 * mule.c (Fdefine_word_pattern): | |
| 702 * nas.c: | |
| 703 * nas.c (XTOOLKIT): | |
| 704 * nas.c (play_sound_file): | |
| 705 * nas.c (close_down_play): | |
| 706 * nas.c (do_caching_play): | |
| 707 * nas.c (play_sound_data): | |
| 708 * nas.c (CatchIoErrorAndJump): | |
| 709 * nas.c (NameFromData): | |
| 710 * nas.c (SndOpenDataForReading): | |
| 711 * nas.c (cmpID): | |
| 712 * nas.c (dread): | |
| 713 * nas.c (dgetc): | |
| 714 * nas.c (readChunk): | |
| 715 * nas.c (WaveOpenDataForReading): | |
| 716 * nas.c (SoundOpenDataForReading): | |
| 717 * ntplay.c: | |
| 718 * ntplay.c (play_sound_file): | |
| 719 * ntplay.c (play_sound_data_1): | |
| 720 * ntplay.c (play_sound_data): | |
| 721 * ntproc.c: | |
| 722 * ntproc.c (prepare_standard_handles): | |
| 723 * ntproc.c (vars_of_ntproc): | |
| 724 * objects-gtk.c (gtk_parse_nearest_color): | |
| 725 * objects-gtk.c (gtk_initialize_font_instance): | |
| 726 * objects-msw.c (mswindows_initialize_color_instance): | |
| 727 * objects-msw.c (initialize_font_instance): | |
| 728 * objects-x.c (x_parse_nearest_color): | |
| 729 * objects-x.c (x_initialize_font_instance): | |
| 730 * objects-x.c (x_font_instance_truename): | |
| 731 * objects.c (finalose): | |
| 732 * objects.c (print_color_instance): | |
| 733 * objects.c (print_font_instance): | |
| 734 * objects.c (font_instance_truename_internal): | |
| 735 * objects.c (color_instantiate): | |
| 736 * objects.c (color_validate): | |
| 737 * objects.c (font_validate): | |
| 738 * objects.c (face_boolean_instantiate): | |
| 739 * objects.c (face_boolean_validate): | |
| 740 * objects.c (syms_of_objects): | |
| 741 * postgresql.c (CHECK_LIVE_CONNECTION): | |
| 742 * postgresql.c (print_pgconn): | |
| 743 * postgresql.c (finalize_pgconn): | |
| 744 * postgresql.c (print_pgresult): | |
| 745 * postgresql.c (finalize_pgresult): | |
| 746 * postgresql.c (Fpq_connectdb): | |
| 747 * postgresql.c (Fpq_connect_start): | |
| 748 * postgresql.c (Fpq_connect_poll): | |
| 749 * postgresql.c (Fpq_set_client_encoding): | |
| 750 * postgresql.c (Fpq_reset_start): | |
| 751 * postgresql.c (Fpq_reset_poll): | |
| 752 * postgresql.c (Fpq_pgconn): | |
| 753 * postgresql.c (Fpq_exec): | |
| 754 * postgresql.c (Fpq_send_query): | |
| 755 * postgresql.c (Fpq_get_result): | |
| 756 * postgresql.c (Fpq_result_status): | |
| 757 * postgresql.c (Fpq_make_empty_pgresult): | |
| 758 * postgresql.c (syms_of_postgresql): | |
| 759 * print.c: | |
| 760 * print.c (print_error_message): | |
| 761 * print.c (print_cons): | |
| 762 * print.c (default_object_printer): | |
| 763 * print.c (Fexternal_debugging_output): | |
| 764 * print.c (Fopen_termscript): | |
| 765 * print.c (syms_of_print): | |
| 766 * process-nt.c: | |
| 767 * process-nt.c (validate_signal_number): | |
| 768 * process-nt.c (mswindows_report_process_error): | |
| 769 * process-nt.c (mswindows_report_winsock_error): | |
| 770 * process-nt.c (nt_create_process): | |
| 771 * process-nt.c (get_internet_address): | |
| 772 * process-nt.c (nt_canonicalize_host_name): | |
| 773 * process-nt.c (nt_open_network_stream): | |
| 774 * process-unix.c (get_internet_address): | |
| 775 * process-unix.c (unix_create_process): | |
| 776 * process-unix.c (unix_send_process): | |
| 777 * process-unix.c (unix_kill_child_process): | |
| 778 * process-unix.c (unix_canonicalize_host_name): | |
| 779 * process-unix.c (unix_open_network_stream): | |
| 780 * process-unix.c (unix_open_multicast_group): | |
| 781 * process.c: | |
| 782 * process.c (print_process): | |
| 783 * process.c (get_process): | |
| 784 * process.c (report_process_error): | |
| 785 * process.c (init_process_io_handles): | |
| 786 * process.c (Fstart_process_internal): | |
| 787 * process.c (send_process): | |
| 788 * process.c (decode_signal): | |
| 789 * process.c (process_send_signal): | |
| 790 * process.c (Fkill_process): | |
| 791 * process.c (Fquit_process): | |
| 792 * process.c (Fstop_process): | |
| 793 * process.c (Fcontinue_process): | |
| 794 * process.c (Fprocess_send_eof): | |
| 795 * process.c (syms_of_process): | |
| 796 * ralloc.c (syms_of_ralloc): | |
| 797 * rangetab.c (Fput_range_table): | |
| 798 * rangetab.c (rangetab_data_validate): | |
| 799 * rangetab.c (syms_of_rangetab): | |
| 800 * redisplay.c (syms_of_redisplay): | |
| 801 * scrollbar.c (syms_of_scrollbar): | |
| 802 * search.c (matcher_overflow): | |
| 803 * search.c (compile_pattern_1): | |
| 804 * search.c (skip_chars): | |
| 805 * search.c (search_command): | |
| 806 * search.c (Freplace_match): | |
| 807 * search.c (Fmatch_data): | |
| 808 * search.c (syms_of_search): | |
| 809 * select-gtk.c (gtk_get_foreign_selection): | |
| 810 * select-gtk.c (gtk_get_window_property_as_lisp_data): | |
| 811 * select-gtk.c (lisp_data_to_selection_data): | |
| 812 * select-x.c (motif_clipboard_cb): | |
| 813 * select-x.c (x_reply_selection_request): | |
| 814 * select-x.c (copy_multiple_data): | |
| 815 * select-x.c (x_get_foreign_selection): | |
| 816 * select-x.c (x_get_window_property_as_lisp_data): | |
| 817 * select-x.c (lisp_data_to_selection_data): | |
| 818 * select-x.c (CHECK_CUTBUFFER): | |
| 819 * select-x.c (Fx_get_cutbuffer_internal): | |
| 820 * select-x.c (syms_of_select_x): | |
| 821 * select.c (Fown_selection_internal): | |
| 822 * select.c (syms_of_select): | |
| 823 * sgiplay.c: | |
| 824 * sgiplay.c (play_sound_file): | |
| 825 * sgiplay.c (play_sound_data): | |
| 826 * sgiplay.c (audio_initialize): | |
| 827 * sgiplay.c (play_internal): | |
| 828 * sgiplay.c (write_mulaw_8_chunk): | |
| 829 * sgiplay.c (write_linear_chunk): | |
| 830 * sgiplay.c (initialize_audio_port): | |
| 831 * sgiplay.c (open_audio_port): | |
| 832 * sgiplay.c (set_channels): | |
| 833 * sgiplay.c (set_output_format): | |
| 834 * sgiplay.c (struct): | |
| 835 * sgiplay.c (parse_snd_header): | |
| 836 * sheap.c (sheap_adjust_h): | |
| 837 * sound.c: | |
| 838 * sound.c (report_sound_error): | |
| 839 * sound.c (Fplay_sound_file): | |
| 840 * sound.c (Fplay_sound): | |
| 841 * sound.c (Fding): | |
| 842 * sound.c (init_nas_sound): | |
| 843 * sound.c (init_native_sound): | |
| 844 * sound.c (syms_of_sound): | |
| 845 * specifier.c: | |
| 846 * specifier.c (print_specifier): | |
| 847 * specifier.c (decode_specifier_type): | |
| 848 * specifier.c (check_valid_locale_or_locale_type): | |
| 849 * specifier.c (decode_locale): | |
| 850 * specifier.c (decode_locale_type): | |
| 851 * specifier.c (check_valid_domain): | |
| 852 * specifier.c (decode_specifier_tag_set): | |
| 853 * specifier.c (Fcanonicalize_tag_set): | |
| 854 * specifier.c (Fdefine_specifier_tag): | |
| 855 * specifier.c (Fspecifier_tag_predicate): | |
| 856 * specifier.c (check_valid_inst_list): | |
| 857 * specifier.c (check_valid_spec_list): | |
| 858 * specifier.c (decode_how_to_add_specification): | |
| 859 * specifier.c (check_modifiable_specifier): | |
| 860 * specifier.c (Fcopy_specifier): | |
| 861 * specifier.c (check_valid_specifier_matchspec): | |
| 862 * specifier.c (specifier_instance): | |
| 863 * specifier.c (boolean_validate): | |
| 864 * specifier.c (syms_of_specifier): | |
| 865 * sunplay.c: | |
| 866 * sunplay.c (init_device): | |
| 867 * sunplay.c (play_sound_file): | |
| 868 * sunplay.c (play_sound_data): | |
| 869 * symbols.c (oblookup): | |
| 870 * symbols.c (reject_constant_symbols): | |
| 871 * symbols.c (verify_ok_for_buffer_local): | |
| 872 * symbols.c (Fset): | |
| 873 * symbols.c (decode_magic_handler_type): | |
| 874 * symbols.c (handler_type_from_function_symbol): | |
| 875 * symbols.c (Fdefvaralias): | |
| 876 * symbols.c (init_symbols_once_early): | |
| 877 * symeval.h: | |
| 878 * symsinit.h: | |
| 879 * syntax.c (scan_lists): | |
| 880 * syntax.c (scan_sexps_forward): | |
| 881 * syntax.c (syms_of_syntax): | |
| 882 * sysdep.c (stuff_char): | |
| 883 * sysdep.c (sys_subshell): | |
| 884 * sysdep.c (dup2): | |
| 885 * toolbar-msw.c (mswindows_output_toolbar): | |
| 886 * toolbar.c (decode_toolbar_position): | |
| 887 * toolbar.c (compute_frame_toolbar_buttons): | |
| 888 * toolbar.c (CTB_ERROR): | |
| 889 * toolbar.c (check_toolbar_button_keywords): | |
| 890 * toolbar.c (toolbar_validate): | |
| 891 * toolbar.c (syms_of_toolbar): | |
| 892 * tooltalk.c (print_tooltalk_message): | |
| 893 * tooltalk.c (print_tooltalk_pattern): | |
| 894 * tooltalk.c (check_status): | |
| 895 * tooltalk.c (Ftooltalk_open_connection): | |
| 896 * tooltalk.c (syms_of_tooltalk): | |
| 897 * ui-byhand.c (Fgtk_box_query_child_packing): | |
| 898 * ui-byhand.c (Fgtk_button_box_get_child_size): | |
| 899 * ui-byhand.c (Fgtk_calendar_get_date): | |
| 900 * ui-byhand.c (Fgtk_clist_get_text): | |
| 901 * ui-byhand.c (Fgtk_clist_get_selection): | |
| 902 * ui-byhand.c (Fgtk_clist_get_pixmap): | |
| 903 * ui-byhand.c (Fgtk_clist_get_pixtext): | |
| 904 * ui-byhand.c (Fgtk_color_selection_get_color): | |
| 905 * ui-byhand.c (Fgtk_editable_insert_text): | |
| 906 * ui-byhand.c (Fgtk_pixmap_get): | |
| 907 * ui-byhand.c (Fgtk_curve_get_vector): | |
| 908 * ui-byhand.c (Fgtk_curve_set_vector): | |
| 909 * ui-byhand.c (Fgtk_label_get): | |
| 910 * ui-byhand.c (Fgtk_notebook_query_tab_label_packing): | |
| 911 * ui-byhand.c (Fgtk_widget_get_pointer): | |
| 912 * ui-byhand.c (generic_toolbar_insert_item): | |
| 913 * ui-gtk.c (Fdll_load): | |
| 914 * ui-gtk.c (ffi_object_printer): | |
| 915 * ui-gtk.c (Fgtk_import_variable_internal): | |
| 916 * ui-gtk.c (Fgtk_import_function_internal): | |
| 917 * ui-gtk.c (Fgtk_call_function): | |
| 918 * ui-gtk.c (emacs_gtk_object_printer): | |
| 919 * ui-gtk.c (object_getprop): | |
| 920 * ui-gtk.c (object_putprop): | |
| 921 * ui-gtk.c (emacs_gtk_object_finalizer): | |
| 922 * ui-gtk.c (emacs_gtk_boxed_printer): | |
| 923 * ui-gtk.c (Fgtk_fundamental_type): | |
| 924 * ui-gtk.c (Fgtk_describe_type): | |
| 925 * ui-gtk.c (syms_of_ui_gtk): | |
| 926 * ui-gtk.c (lisp_to_gtk_type): | |
| 927 * ui-gtk.c (symbol_to_enum): | |
| 928 * ui-gtk.c (enum_to_symbol): | |
| 929 * undo.c (Fprimitive_undo): | |
| 930 * undo.c (syms_of_undo): | |
| 931 * unexaix.c (report_error): | |
| 932 * unexaix.c (report_error_1): | |
| 933 * unexapollo.c (unexec): | |
| 934 * unexapollo.c (CopyData): | |
| 935 * unexconvex.c (report_error): | |
| 936 * unexconvex.c (a2;): | |
| 937 * unexec.c (report_error): | |
| 938 * unexec.c (report_error_1): | |
| 939 * widget.c (syms_of_widget): | |
| 940 * win32.c (Fmswindows_shell_execute): | |
| 941 * window.c (print_window): | |
| 942 * window.c (Fdelete_window): | |
| 943 * window.c (Fdelete_other_windows): | |
| 944 * window.c (Fset_window_buffer): | |
| 945 * window.c (Fselect_window): | |
| 946 * window.c (Fsplit_window): | |
| 947 * window.c (change_window_height): | |
| 948 * window.c (window_scroll): | |
| 949 * window.c (Fother_window_for_scrolling): | |
| 950 * window.c (print_window_config): | |
| 951 * window.c (syms_of_window): | |
| 952 | 236 |
| 953 2001-05-19 Ben Wing <ben@xemacs.org> | 237 2001-05-19 Ben Wing <ben@xemacs.org> |
| 954 | 238 |
| 955 * glyphs-shared.c: New. Try just a bit to start eliminating | 239 * glyphs-shared.c: New. Try just a bit to start eliminating |
| 956 the massive code duplication in *-gtk.c. | 240 the massive code duplication in *-gtk.c. |
| 1356 * frame.c (store_minibuf_frame_prop): | 640 * frame.c (store_minibuf_frame_prop): |
| 1357 * frame.c (syms_of_frame): | 641 * frame.c (syms_of_frame): |
| 1358 * general-slots.h: | 642 * general-slots.h: |
| 1359 * glade.c (Fglade_xml_textdomain): | 643 * glade.c (Fglade_xml_textdomain): |
| 1360 * glyphs-gtk.c: | 644 * glyphs-gtk.c: |
| 1361 * glyphs-msw.c (console_type_create_glyphs_mswindows): | |
| 1362 * glyphs-gtk.c (check_pointer_sizes): | 645 * glyphs-gtk.c (check_pointer_sizes): |
| 1363 * glyphs-gtk.c (init_image_instance_from_gdk_image): | 646 * glyphs-gtk.c (init_image_instance_from_gdk_image): |
| 1364 * glyphs-gtk.c (image_instance_add_gdk_image): | 647 * glyphs-gtk.c (image_instance_add_gdk_image): |
| 1365 * glyphs-gtk.c (init_image_instance_from_xbm_inline): | 648 * glyphs-gtk.c (init_image_instance_from_xbm_inline): |
| 1366 * glyphs-gtk.c (write_lisp_string_to_temp_file): | 649 * glyphs-gtk.c (write_lisp_string_to_temp_file): |
| 1374 * glyphs-gtk.c (font_instantiate): | 657 * glyphs-gtk.c (font_instantiate): |
| 1375 * glyphs-gtk.c (cursor_font_instantiate): | 658 * glyphs-gtk.c (cursor_font_instantiate): |
| 1376 * glyphs-gtk.c (gtk_subwindow_instantiate): | 659 * glyphs-gtk.c (gtk_subwindow_instantiate): |
| 1377 * glyphs-gtk.c (syms_of_glyphs_gtk): | 660 * glyphs-gtk.c (syms_of_glyphs_gtk): |
| 1378 * glyphs-msw.c: | 661 * glyphs-msw.c: |
| 662 * glyphs-msw.c (console_type_create_glyphs_mswindows): | |
| 1379 * glyphs-msw.c (init_image_instance_from_dibitmap): | 663 * glyphs-msw.c (init_image_instance_from_dibitmap): |
| 1380 * glyphs-msw.c (image_instance_add_dibitmap): | 664 * glyphs-msw.c (image_instance_add_dibitmap): |
| 1381 * glyphs-msw.c (mswindows_init_image_instance_from_eimage): | 665 * glyphs-msw.c (mswindows_init_image_instance_from_eimage): |
| 1382 * glyphs-msw.c (xpm_to_eimage): | 666 * glyphs-msw.c (xpm_to_eimage): |
| 1383 * glyphs-msw.c (mswindows_xpm_instantiate): | 667 * glyphs-msw.c (mswindows_xpm_instantiate): |
