Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 867:804517e16990
[xemacs-hg @ 2002-06-05 09:54:39 by ben]
Textual renaming: text/char names
abbrev.c, alloc.c, buffer.c, buffer.h, bytecode.c, callint.c, casefiddle.c, casetab.c, charset.h, chartab.c, chartab.h, cmds.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-tty.c, console-x.c, console-x.h, console.h, data.c, device-msw.c, device-x.c, dialog-msw.c, dired-msw.c, dired.c, doc.c, doprnt.c, editfns.c, eldap.c, emodules.c, eval.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-unixoid.c, events.c, events.h, file-coding.c, file-coding.h, fileio.c, filelock.c, fns.c, font-lock.c, frame-gtk.c, frame-msw.c, frame-x.c, frame.c, glyphs-eimage.c, glyphs-msw.c, glyphs-x.c, glyphs.c, glyphs.h, gpmevent.c, gui-x.c, gui-x.h, gui.c, gui.h, hpplay.c, indent.c, insdel.c, insdel.h, intl-win32.c, keymap.c, line-number.c, line-number.h, lisp-disunion.h, lisp-union.h, lisp.h, lread.c, lrecord.h, lstream.c, lstream.h, md5.c, menubar-msw.c, menubar-x.c, menubar.c, minibuf.c, mule-ccl.c, mule-charset.c, mule-coding.c, mule-wnnfns.c, ndir.h, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-tty.c, objects-x.c, objects.c, objects.h, postgresql.c, print.c, process-nt.c, process-unix.c, process.c, procimpl.h, realpath.c, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, regex.c, search.c, select-common.h, select-gtk.c, select-x.c, sound.h, symbols.c, syntax.c, syntax.h, sysdep.c, sysdep.h, sysdir.h, sysfile.h, sysproc.h, syspwd.h, systime.h, syswindows.h, termcap.c, tests.c, text.c, text.h, toolbar-common.c, tooltalk.c, ui-gtk.c, unexnt.c, unicode.c, win32.c: Text/char naming rationalization.
[a] distinguish between "charptr" when it refers to operations on
the pointer itself and when it refers to operations on text; and
[b] use consistent naming for everything referring to internal
format, i.e.
Itext == text in internal format
Ibyte == a byte in such text
Ichar == a char as represented in internal character format
thus e.g.
set_charptr_emchar -> set_itext_ichar
The pre and post tags on either side of this change are:
pre-internal-format-textual-renaming
post-internal-format-textual-renaming
See the Internals Manual for details of exactly how this was done,
how to handle the change in your workspace, etc.
author | ben |
---|---|
date | Wed, 05 Jun 2002 09:58:45 +0000 |
parents | 613552a02607 |
children | 48eed784e93a |
comparison
equal
deleted
inserted
replaced
866:613552a02607 | 867:804517e16990 |
---|---|
1 2002-06-05 Ben Wing <ben@xemacs.org> | |
2 | |
3 * abbrev.c (abbrev_match_mapper): | |
4 * abbrev.c (abbrev_oblookup): | |
5 * abbrev.c (obarray_has_blank_p): | |
6 * abbrev.c (abbrev_count_case): | |
7 * alloc.c (make_uninit_string): | |
8 * alloc.c (resize_string): | |
9 * alloc.c (set_string_char): | |
10 * alloc.c (Fmake_string): | |
11 * alloc.c (Fstring): | |
12 * alloc.c (init_string_ascii_begin): | |
13 * alloc.c (make_string): | |
14 * alloc.c (build_intstring): | |
15 * alloc.c (build_string): | |
16 * alloc.c (build_msg_intstring): | |
17 * alloc.c (build_msg_string): | |
18 * alloc.c (make_string_nocopy): | |
19 * alloc.c (debug_string_purity_print): | |
20 * alloc.c (garbage_collect_1): | |
21 * buffer.c: | |
22 * buffer.c (Fgenerate_new_buffer_name): | |
23 * buffer.c (directory_is_current_directory): | |
24 * buffer.c (get_initial_directory): | |
25 * buffer.c (init_initial_directory): | |
26 * buffer.h: | |
27 * buffer.h (struct buffer_text): | |
28 * buffer.h (VALIDATE_BYTEBPOS_BACKWARD): | |
29 * buffer.h (VALIDATE_BYTEBPOS_FORWARD): | |
30 * buffer.h (BYTE_BUF_FETCH_CHAR): | |
31 * buffer.h (BYTE_BUF_FETCH_CHAR_RAW): | |
32 * buffer.h (BYTE_BUF_ITEXT_COPY_ICHAR): | |
33 * buffer.h (BUFFER_TEXT_LOOP): | |
34 * buffer.h (BUFFER_ALLOC): | |
35 * bytecode.c (invalid_byte_code): | |
36 * bytecode.c (READ_INSTRUCTION_CHAR): | |
37 * bytecode.c (optimize_byte_code): | |
38 * bytecode.c (compiled_function_instructions): | |
39 * callint.c (callint_prompt): | |
40 * callint.c (PROMPT): | |
41 * casefiddle.c (casify_object): | |
42 * casefiddle.c (casify_region_internal): | |
43 * casetab.c (compute_up_or_eqv_mapper): | |
44 * casetab.c (convert_old_style_syntax_string): | |
45 * casetab.c (complex_vars_of_casetab): | |
46 * charset.h: | |
47 * charset.h (ichar_charset): | |
48 * charset.h (BREAKUP_ICHAR): | |
49 * charset.h (struct Lisp_Charset): | |
50 * charset.h (CHARSET_LEADING_BYTE): | |
51 * charset.h (struct charset_lookup): | |
52 * charset.h (ICHAR_FIELD1_MASK): | |
53 * charset.h (ichar_field1): | |
54 * charset.h (MIN_ICHAR_FIELD2_OFFICIAL): | |
55 * charset.h (MIN_ICHAR_FIELD1_OFFICIAL): | |
56 * charset.h (MIN_ICHAR_FIELD2_PRIVATE): | |
57 * charset.h (MIN_ICHAR_FIELD1_PRIVATE): | |
58 * charset.h (MIN_CHAR_OFFICIAL_TYPE9N): | |
59 * charset.h (BREAKUP_ICHAR_1_UNSAFE): | |
60 * chartab.c (get_non_ascii_char_table_value): | |
61 * chartab.c (put_char_table): | |
62 * chartab.c (map_over_charset_ascii_1): | |
63 * chartab.c (map_over_charset_row): | |
64 * chartab.c (map_over_other_charset): | |
65 * chartab.c (map_char_table): | |
66 * chartab.c (chartab_instantiate): | |
67 * chartab.c (check_category_char): | |
68 * chartab.c (Fcheck_category_at): | |
69 * chartab.c (Fchar_in_category_p): | |
70 * chartab.c (word_boundary_p): | |
71 * chartab.h: | |
72 * chartab.h (struct chartab_range): | |
73 * cmds.c: | |
74 * cmds.c (Fself_insert_command): | |
75 * cmds.c (internal_self_insert): | |
76 * console-gtk.h: | |
77 * console-msw.c (GetConsoleHwnd): | |
78 * console-msw.c (mswindows_output_console_string): | |
79 * console-msw.c (Fmswindows_debugging_output): | |
80 * console-msw.c (write_string_to_mswindows_debugging_output): | |
81 * console-msw.c (DSTRING): | |
82 * console-msw.c (DSYMNAME): | |
83 * console-msw.h: | |
84 * console-stream.c (stream_text_width): | |
85 * console-tty.c (tty_init_console): | |
86 * console-x.c (split_up_display_spec): | |
87 * console-x.c (x_semi_canonicalize_console_connection): | |
88 * console-x.h: | |
89 * console.h (struct console_methods): | |
90 * console.h (struct console): | |
91 * data.c (Fsubr_interactive): | |
92 * data.c (Faref): | |
93 * device-msw.c (msprinter_default_printer): | |
94 * device-msw.c (sync_printer_with_devmode): | |
95 * device-x.c (sanity_check_geometry_resource): | |
96 * device-x.c (signal_if_x_error): | |
97 * device-x.c (x_IO_error_handler): | |
98 * device-x.c (Fx_get_resource_prefix): | |
99 * dialog-msw.c (button_width): | |
100 * dialog-msw.c (handle_question_dialog_box): | |
101 * dired-msw.c (struct): | |
102 * dired-msw.c (mswindows_get_files): | |
103 * dired-msw.c (mswindows_format_file): | |
104 * dired-msw.c (Fmswindows_insert_directory): | |
105 * dired.c (Fdirectory_files): | |
106 * dired.c (file_name_completion_stat): | |
107 * dired.c (file_name_completion): | |
108 * dired.c (struct user_name): | |
109 * dired.c (user_name_completion): | |
110 * dired.c (make_directory_hash_table): | |
111 * dired.c (Ffile_attributes): | |
112 * doc.c (unparesseuxify_doc_string): | |
113 * doc.c (get_doc_string): | |
114 * doc.c (weird_doc): | |
115 * doc.c (Fsnarf_documentation): | |
116 * doc.c (Fsubstitute_command_keys): | |
117 * doprnt.c (union printf_arg): | |
118 * doprnt.c (doprnt_2): | |
119 * doprnt.c (parse_off_posnum): | |
120 * doprnt.c (parse_doprnt_spec): | |
121 * doprnt.c (get_doprnt_args): | |
122 * doprnt.c (emacs_doprnt_1): | |
123 * doprnt.c (emacs_doprnt_va): | |
124 * doprnt.c (emacs_doprnt): | |
125 * doprnt.c (emacs_vsprintf_string_lisp): | |
126 * doprnt.c (emacs_sprintf_string_lisp): | |
127 * doprnt.c (emacs_vsprintf_malloc_lisp): | |
128 * doprnt.c (emacs_sprintf_malloc_lisp): | |
129 * doprnt.c (emacs_vsprintf_string): | |
130 * doprnt.c (emacs_sprintf_string): | |
131 * doprnt.c (emacs_vsprintf_malloc): | |
132 * doprnt.c (emacs_sprintf_malloc): | |
133 * doprnt.c (emacs_vsprintf): | |
134 * doprnt.c (emacs_sprintf): | |
135 * editfns.c: | |
136 * editfns.c (init_editfns): | |
137 * editfns.c (Fchar_to_string): | |
138 * editfns.c (Fstring_to_char): | |
139 * editfns.c (Ftemp_directory): | |
140 * editfns.c (Fuser_login_name): | |
141 * editfns.c (user_login_name): | |
142 * editfns.c (Fuser_full_name): | |
143 * editfns.c (get_home_directory): | |
144 * editfns.c (Fuser_home_directory): | |
145 * editfns.c (Fcurrent_time_string): | |
146 * editfns.c (Fcurrent_time_zone): | |
147 * editfns.c (Finsert_char): | |
148 * editfns.c (Fcompare_buffer_substrings): | |
149 * editfns.c (Fsubst_char_in_region): | |
150 * editfns.c (Ftranslate_region): | |
151 * editfns.c (Fchar_equal): | |
152 * eldap.c (Fldap_open): | |
153 * emodules.c (emodules_load): | |
154 * emodules.c (emodules_doc_subr): | |
155 * emodules.c (emodules_doc_sym): | |
156 * eval.c (print_subr): | |
157 * eval.c (build_error_data): | |
158 * eval.c (signal_error): | |
159 * eval.c (maybe_signal_error): | |
160 * eval.c (signal_continuable_error): | |
161 * eval.c (maybe_signal_continuable_error): | |
162 * eval.c (signal_error_2): | |
163 * eval.c (maybe_signal_error_2): | |
164 * eval.c (signal_continuable_error_2): | |
165 * eval.c (maybe_signal_continuable_error_2): | |
166 * eval.c (signal_ferror): | |
167 * eval.c (maybe_signal_ferror): | |
168 * eval.c (signal_continuable_ferror): | |
169 * eval.c (maybe_signal_continuable_ferror): | |
170 * eval.c (signal_ferror_with_frob): | |
171 * eval.c (maybe_signal_ferror_with_frob): | |
172 * eval.c (signal_continuable_ferror_with_frob): | |
173 * eval.c (maybe_signal_continuable_ferror_with_frob): | |
174 * eval.c (syntax_error): | |
175 * eval.c (syntax_error_2): | |
176 * eval.c (maybe_syntax_error): | |
177 * eval.c (sferror): | |
178 * eval.c (sferror_2): | |
179 * eval.c (maybe_sferror): | |
180 * eval.c (invalid_argument): | |
181 * eval.c (invalid_argument_2): | |
182 * eval.c (maybe_invalid_argument): | |
183 * eval.c (invalid_constant): | |
184 * eval.c (invalid_constant_2): | |
185 * eval.c (maybe_invalid_constant): | |
186 * eval.c (invalid_operation): | |
187 * eval.c (invalid_operation_2): | |
188 * eval.c (maybe_invalid_operation): | |
189 * eval.c (invalid_change): | |
190 * eval.c (invalid_change_2): | |
191 * eval.c (maybe_invalid_change): | |
192 * eval.c (invalid_state): | |
193 * eval.c (invalid_state_2): | |
194 * eval.c (maybe_invalid_state): | |
195 * eval.c (wtaerror): | |
196 * eval.c (stack_overflow): | |
197 * eval.c (out_of_memory): | |
198 * eval.c (printing_unreadable_object): | |
199 * eval.c (struct call_trapping_problems): | |
200 * eval.c (call_trapping_problems): | |
201 * eval.c (va_call_trapping_problems): | |
202 * eval.c (calln_trapping_problems): | |
203 * eval.c (call0_trapping_problems): | |
204 * eval.c (call1_trapping_problems): | |
205 * eval.c (call2_trapping_problems): | |
206 * eval.c (call3_trapping_problems): | |
207 * eval.c (call4_trapping_problems): | |
208 * eval.c (call5_trapping_problems): | |
209 * eval.c (eval_in_buffer_trapping_problems): | |
210 * eval.c (run_hook_trapping_problems): | |
211 * eval.c (safe_run_hook_trapping_problems): | |
212 * eval.c (run_hook_with_args_in_buffer_trapping_problems): | |
213 * eval.c (run_hook_with_args_trapping_problems): | |
214 * eval.c (va_run_hook_with_args_trapping_problems): | |
215 * eval.c (va_run_hook_with_args_in_buffer_trapping_problems): | |
216 * eval.c (warn_when_safe): | |
217 * event-Xt.c (x_keysym_to_character): | |
218 * event-Xt.c (x_to_emacs_keysym): | |
219 * event-Xt.c (x_event_to_emacs_event): | |
220 * event-Xt.c (check_for_tty_quit_char): | |
221 * event-gtk.c (gtk_to_emacs_keysym): | |
222 * event-gtk.c (dragndrop_data_received): | |
223 * event-gtk.c (check_for_tty_quit_char): | |
224 * event-msw.c (mswindows_dde_callback): | |
225 * event-msw.c (mswindows_wnd_proc): | |
226 * event-stream.c (allocate_command_builder): | |
227 * event-stream.c (echo_key_event): | |
228 * event-stream.c (maybe_kbd_translate): | |
229 * event-stream.c (command_builder_find_leaf_no_mule_processing): | |
230 * event-stream.c (command_builder_find_leaf): | |
231 * event-stream.c (lookup_command_event): | |
232 * event-stream.c (dribble_out_event): | |
233 * event-unixoid.c (read_event_from_tty_or_stream_desc): | |
234 * event-unixoid.c (event_stream_unixoid_create_io_streams): | |
235 * events.c (character_to_event): | |
236 * events.c (event_to_character): | |
237 * events.c (Fevent_to_character): | |
238 * events.c (nth_of_key_sequence_as_event): | |
239 * events.h: | |
240 * events.h (struct key_data): | |
241 * events.h (struct command_builder): | |
242 * file-coding.c (setup_eol_coding_systems): | |
243 * file-coding.c (make_coding_system_1): | |
244 * file-coding.c (no_conversion_convert): | |
245 * file-coding.c (convert_eol_convert): | |
246 * file-coding.c (look_for_coding_system_magic_cookie): | |
247 * file-coding.h: | |
248 * fileio.c: | |
249 * fileio.c (report_file_type_error): | |
250 * fileio.c (report_error_with_errno): | |
251 * fileio.c (report_file_error): | |
252 * fileio.c (lisp_strerror): | |
253 * fileio.c (Ffile_name_directory): | |
254 * fileio.c (Ffile_name_nondirectory): | |
255 * fileio.c (file_name_as_directory): | |
256 * fileio.c (Ffile_name_as_directory): | |
257 * fileio.c (directory_file_name): | |
258 * fileio.c (Fdirectory_file_name): | |
259 * fileio.c (Fmake_temp_name): | |
260 * fileio.c (if): | |
261 * fileio.c (Ffile_truename): | |
262 * fileio.c (Fsubstitute_in_file_name): | |
263 * fileio.c (Ffile_name_absolute_p): | |
264 * fileio.c (check_writable): | |
265 * fileio.c (Ffile_writable_p): | |
266 * fileio.c (Ffile_symlink_p): | |
267 * fileio.c (a_write): | |
268 * filelock.c (struct): | |
269 * filelock.c (MAKE_LOCK_NAME): | |
270 * filelock.c (fill_in_lock_file_name): | |
271 * filelock.c (lock_file_1): | |
272 * filelock.c (current_lock_owner): | |
273 * filelock.c (lock_if_free): | |
274 * filelock.c (lock_file): | |
275 * filelock.c (unlock_file): | |
276 * filelock.c (Ffile_locked_p): | |
277 * fns.c: | |
278 * fns.c (Fstring_lessp): | |
279 * fns.c (concat): | |
280 * fns.c (split_string_by_ichar_1): | |
281 * fns.c (split_external_path): | |
282 * fns.c (split_env_path): | |
283 * fns.c (Fsplit_string_by_char): | |
284 * fns.c (Fsplit_path): | |
285 * fns.c (Ffillarray): | |
286 * fns.c (mapcar1): | |
287 * fns.c (ADVANCE_INPUT): | |
288 * fns.c (base64_encode_1): | |
289 * fns.c (STORE_BYTE): | |
290 * fns.c (base64_decode_1): | |
291 * fns.c (Fbase64_encode_region): | |
292 * fns.c (Fbase64_encode_string): | |
293 * fns.c (Fbase64_decode_region): | |
294 * fns.c (Fbase64_decode_string): | |
295 * fns.c (vars_of_fns): | |
296 * font-lock.c (struct context_cache): | |
297 * font-lock.c (find_context): | |
298 * frame-gtk.c (gtk_set_frame_text_value): | |
299 * frame-gtk.c (gtk_set_title_from_ibyte): | |
300 * frame-gtk.c (gtk_set_icon_name_from_ibyte): | |
301 * frame-gtk.c (console_type_create_frame_gtk): | |
302 * frame-msw.c (mswindows_set_title_from_ibyte): | |
303 * frame-msw.c (console_type_create_frame_mswindows): | |
304 * frame-x.c (color_to_string): | |
305 * frame-x.c (x_set_frame_text_value): | |
306 * frame-x.c (x_set_title_from_ibyte): | |
307 * frame-x.c (x_set_icon_name_from_ibyte): | |
308 * frame-x.c (x_cde_transfer_callback): | |
309 * frame-x.c (Fx_window_id): | |
310 * frame-x.c (console_type_create_frame_x): | |
311 * frame.c: | |
312 * frame.c (allocate_frame_core): | |
313 * frame.c (Fmake_frame): | |
314 * frame.c (generate_title_string): | |
315 * frame.c (update_frame_title): | |
316 * frame.c (init_frame): | |
317 * glyphs-eimage.c (my_jpeg_output_message): | |
318 * glyphs-eimage.c (gif_instantiate): | |
319 * glyphs-msw.c (struct color_symbol): | |
320 * glyphs-msw.c (xpm_to_eimage): | |
321 * glyphs-msw.c (struct): | |
322 * glyphs-msw.c (resource_name_to_resource): | |
323 * glyphs-msw.c (mswindows_xface_instantiate): | |
324 * glyphs-msw.c (charset_of_text): | |
325 * glyphs-msw.c (mswindows_widget_instantiate): | |
326 * glyphs-x.c (x_locate_pixmap_file): | |
327 * glyphs-x.c (x_xface_instantiate): | |
328 * glyphs-x.c (safe_XLoadFont): | |
329 * glyphs-x.c (font_instantiate): | |
330 * glyphs.c (print_image_instance): | |
331 * glyphs.c (signal_image_error): | |
332 * glyphs.c (signal_image_error_2): | |
333 * glyphs.c (signal_double_image_error): | |
334 * glyphs.c (signal_double_image_error_2): | |
335 * glyphs.c (query_string_geometry): | |
336 * glyphs.c (query_string_font): | |
337 * glyphs.c (display_table_entry): | |
338 * glyphs.h: | |
339 * gpmevent.c (tty_get_foreign_selection): | |
340 * gui-x.c (menu_separator_style_and_to_external): | |
341 * gui-x.c (add_accel_and_to_external): | |
342 * gui-x.c (button_item_to_widget_value): | |
343 * gui-x.h: | |
344 * gui.c (separator_string_p): | |
345 * gui.c (gui_name_accelerator): | |
346 * gui.h: | |
347 * hpplay.c (player_error_internal): | |
348 * indent.c (column_at_point): | |
349 * indent.c (string_column_at_point): | |
350 * indent.c (byte_spaces_at_point): | |
351 * indent.c (Fmove_to_column): | |
352 * insdel.c (gap_left): | |
353 * insdel.c (gap_right): | |
354 * insdel.c (make_gap): | |
355 * insdel.c (fixup_internal_substring): | |
356 * insdel.c (buffer_insert_string_1): | |
357 * insdel.c (buffer_insert_raw_string_1): | |
358 * insdel.c (buffer_insert_c_string_1): | |
359 * insdel.c (buffer_insert_emacs_char_1): | |
360 * insdel.c (buffer_insert_c_char_1): | |
361 * insdel.c (buffer_delete_range): | |
362 * insdel.c (buffer_replace_char): | |
363 * insdel.h: | |
364 * intl-win32.c (convert_multibyte_to_internal_malloc): | |
365 * keymap.c (make_key_description): | |
366 * keymap.c (keymap_lookup_directly): | |
367 * keymap.c (keymap_store): | |
368 * keymap.c (define_key_check_and_coerce_keysym): | |
369 * keymap.c (Fdefine_key): | |
370 * keymap.c (Flookup_key): | |
371 * keymap.c (map_keymap_sort_predicate): | |
372 * keymap.c (Fkey_description): | |
373 * keymap.c (Ftext_char_description): | |
374 * keymap.c (describe_map): | |
375 * keymap.c (vars_of_keymap): | |
376 * line-number.c (insert_invalidate_line_number_cache): | |
377 * line-number.h: | |
378 * lisp-disunion.h: | |
379 * lisp-union.h: | |
380 * lisp.h: | |
381 * lisp.h (struct): | |
382 * lisp.h (struct Lisp_String): | |
383 * lisp.h (XCHAR): | |
384 * lisp.h (DECLARE_INLINE_HEADER): | |
385 * lread.c: | |
386 * lread.c (readchar): | |
387 * lread.c (unreadchar): | |
388 * lread.c (Fload_internal): | |
389 * lread.c (locate_file_map_suffixes): | |
390 * lread.c (locate_file_in_directory_mapper): | |
391 * lread.c (locate_file_construct_suffixed_files_mapper): | |
392 * lread.c (readevalloop): | |
393 * lread.c (read0): | |
394 * lread.c (read_escape): | |
395 * lread.c (read_atom_0): | |
396 * lread.c (read_atom): | |
397 * lread.c (parse_integer): | |
398 * lread.c (read_bit_vector): | |
399 * lread.c (read_structure): | |
400 * lread.c (reader_nextchar): | |
401 * lread.c (read1): | |
402 * lread.c (isfloat_string): | |
403 * lread.c (sequence_reader): | |
404 * lread.c (read_list_conser): | |
405 * lread.c (read_list): | |
406 * lread.c (read_vector): | |
407 * lread.c (read_compiled_function): | |
408 * lrecord.h: | |
409 * lstream.c: | |
410 * lstream.c (Lstream_really_write): | |
411 * lstream.c (Lstream_read_1): | |
412 * lstream.c (struct filedesc_stream): | |
413 * lstream.c (filedesc_writer): | |
414 * lstream.c (filedesc_stream_set_pty_flushing): | |
415 * lstream.c (lisp_string_reader): | |
416 * lstream.c (lisp_string_rewinder): | |
417 * lstream.c (lisp_buffer_reader): | |
418 * lstream.c (lisp_buffer_writer): | |
419 * lstream.h: | |
420 * lstream.h (Lstream_get_ichar): | |
421 * md5.c (Fmd5): | |
422 * menubar-msw.c: | |
423 * menubar-msw.c (mswindows_translate_menu_or_dialog_item): | |
424 * menubar-msw.c (displayable_menu_item): | |
425 * menubar-msw.c (populate_menu_add_item): | |
426 * menubar-msw.c (mswindows_char_is_accelerator): | |
427 * menubar-x.c (menu_item_descriptor_to_widget_value_1): | |
428 * menubar.c (Fnormalize_menu_item_name): | |
429 * minibuf.c (scmp_1): | |
430 * minibuf.c (regexp_ignore_completion_p): | |
431 * minibuf.c (Fall_completions): | |
432 * minibuf.c (echo_area_append): | |
433 * minibuf.c (echo_area_message): | |
434 * minibuf.c (message_internal): | |
435 * minibuf.c (message_append_internal): | |
436 * minibuf.c (message_1): | |
437 * minibuf.c (message_append_1): | |
438 * mule-ccl.c: | |
439 * mule-ccl.c (CCL_WRITE_CHAR): | |
440 * mule-ccl.c (CCL_WRITE_STRING): | |
441 * mule-ccl.c (CCL_MAKE_CHAR): | |
442 * mule-charset.c (make_charset): | |
443 * mule-charset.c (Fmake_charset): | |
444 * mule-coding.c (shift_jis_convert): | |
445 * mule-coding.c (Fdecode_shift_jis_char): | |
446 * mule-coding.c (Fencode_shift_jis_char): | |
447 * mule-coding.c (big5_convert): | |
448 * mule-coding.c (decode_big5_char): | |
449 * mule-coding.c (Fdecode_big5_char): | |
450 * mule-coding.c (Fencode_big5_char): | |
451 * mule-coding.c (charset_by_attributes_or_create_one): | |
452 * mule-coding.c (iso2022_decode): | |
453 * mule-coding.c (iso2022_encode): | |
454 * mule-wnnfns.c (Fwnn_dict_list): | |
455 * mule-wnnfns.c (Fwnn_fuzokugo_get): | |
456 * mule-wnnfns.c (m2w): | |
457 * ndir.h: | |
458 * nt.c: | |
459 * nt.c (getpwnam): | |
460 * nt.c (parse_root): | |
461 * nt.c (get_long_basename): | |
462 * nt.c (mswindows_get_long_filename): | |
463 * nt.c (is_unc_volume): | |
464 * nt.c (nt_get_resource): | |
465 * nt.c (init_mswindows_environment): | |
466 * nt.c (volume_info_data): | |
467 * nt.c (lookup_volume_info): | |
468 * nt.c (add_volume_info): | |
469 * nt.c (get_cached_volume_information): | |
470 * nt.c (get_volume_info): | |
471 * nt.c (is_exec): | |
472 * nt.c (mswindows_opendir): | |
473 * nt.c (mswindows_readdir): | |
474 * nt.c (open_unc_volume): | |
475 * nt.c (read_unc_volume): | |
476 * nt.c (unc_volume_file_attributes): | |
477 * nt.c (mswindows_access): | |
478 * nt.c (mswindows_link): | |
479 * nt.c (mswindows_rename): | |
480 * nt.c (mswindows_unlink): | |
481 * nt.c (mswindows_fstat): | |
482 * nt.c (mswindows_stat): | |
483 * nt.c (mswindows_getdcwd): | |
484 * nt.c (open_input_file): | |
485 * nt.c (open_output_file): | |
486 * nt.c (mswindows_executable_type): | |
487 * nt.c (Fmswindows_short_file_name): | |
488 * nt.c (Fmswindows_long_file_name): | |
489 * nt.c (init_nt): | |
490 * objects-gtk.c (gtk_parse_nearest_color): | |
491 * objects-gtk.c (gtk_font_spec_matches_charset): | |
492 * objects-gtk.c (gtk_find_charset_font): | |
493 * objects-gtk.h: | |
494 * objects-msw.c (hexval): | |
495 * objects-msw.c (mswindows_string_to_color): | |
496 * objects-msw.c (match_font): | |
497 * objects-msw.c (font_enum_callback_2): | |
498 * objects-msw.c (create_hfont_from_font_spec): | |
499 * objects-msw.c (initialize_font_instance): | |
500 * objects-msw.c (mswindows_list_fonts): | |
501 * objects-msw.c (mswindows_font_instance_truename): | |
502 * objects-msw.c (mswindows_font_spec_matches_charset_stage_1): | |
503 * objects-msw.c (mswindows_font_spec_matches_charset): | |
504 * objects-tty.c (tty_initialize_font_instance): | |
505 * objects-tty.c (tty_font_spec_matches_charset): | |
506 * objects-tty.c (tty_find_charset_font): | |
507 * objects-x.c (x_font_instance_properties): | |
508 * objects-x.c (x_font_spec_matches_charset): | |
509 * objects-x.c (x_find_charset_font): | |
510 * objects.c (font_spec_matches_charset): | |
511 * objects.h: | |
512 * postgresql.c (init_postgresql_from_environment): | |
513 * print.c: | |
514 * print.c (write_string_to_stdio_stream): | |
515 * print.c (std_handle_out_va): | |
516 * print.c (stderr_out): | |
517 * print.c (stdout_out): | |
518 * print.c (debug_out): | |
519 * print.c (fatal): | |
520 * print.c (output_string): | |
521 * print.c (write_string_1): | |
522 * print.c (write_string): | |
523 * print.c (write_c_string): | |
524 * print.c (write_fmt_string): | |
525 * print.c (write_fmt_string_lisp): | |
526 * print.c (stderr_out_lisp): | |
527 * print.c (Fwrite_char): | |
528 * print.c (float_to_string): | |
529 * print.c (print_string): | |
530 * print.c (print_internal): | |
531 * print.c (print_symbol): | |
532 * print.c (Falternate_debugging_output): | |
533 * print.c (write_string_to_alternate_debugging_output): | |
534 * print.c (Fexternal_debugging_output): | |
535 * process-nt.c (mswindows_compare_env): | |
536 * process-nt.c (nt_create_process): | |
537 * process-nt.c (nt_send_process): | |
538 * process-unix.c: | |
539 * process-unix.c (allocate_pty): | |
540 * process-unix.c (relocate_fd): | |
541 * process-unix.c (child_setup): | |
542 * process-unix.c (unix_create_process): | |
543 * process-unix.c (unix_send_process): | |
544 * process-unix.c (unix_process_send_eof): | |
545 * process-unix.c (unix_kill_child_process): | |
546 * process-unix.c (unix_canonicalize_host_name): | |
547 * process-unix.c (unix_open_network_stream): | |
548 * process.c (read_process_output): | |
549 * process.c (send_process): | |
550 * process.c (status_message): | |
551 * process.c (decode_signal): | |
552 * process.c (getenv_internal): | |
553 * process.c (putenv_internal): | |
554 * process.c (Fgetenv): | |
555 * process.c (egetenv): | |
556 * process.c (eputenv): | |
557 * process.c (init_xemacs_process): | |
558 * procimpl.h: | |
559 * realpath.c: | |
560 * realpath.c (mswindows_readlink_and_correct_case): | |
561 * realpath.c (cygwin_readlink_and_correct_case): | |
562 * realpath.c (mswindows_abs_start): | |
563 * realpath.c (qxe_realpath): | |
564 * redisplay-gtk.c: | |
565 * redisplay-gtk.c (separate_textual_runs): | |
566 * redisplay-gtk.c (gtk_text_width): | |
567 * redisplay-gtk.c (gtk_output_display_block): | |
568 * redisplay-gtk.c (gtk_output_string): | |
569 * redisplay-msw.c (separate_textual_runs): | |
570 * redisplay-msw.c (mswindows_output_cursor): | |
571 * redisplay-msw.c (mswindows_output_string): | |
572 * redisplay-msw.c (mswindows_output_display_block): | |
573 * redisplay-msw.c (mswindows_text_width): | |
574 * redisplay-output.c (redisplay_output_layout): | |
575 * redisplay-tty.c: | |
576 * redisplay-tty.c (tty_text_width): | |
577 * redisplay-tty.c (tty_output_display_block): | |
578 * redisplay-tty.c (tty_output_ibyte_string): | |
579 * redisplay-tty.c (tty_output_ichar_dynarr): | |
580 * redisplay-tty.c (substitute_in_dynamic_color_string): | |
581 * redisplay-tty.c (set_foreground_to): | |
582 * redisplay-tty.c (set_background_to): | |
583 * redisplay-x.c: | |
584 * redisplay-x.c (separate_textual_runs): | |
585 * redisplay-x.c (x_text_width): | |
586 * redisplay-x.c (x_output_display_block): | |
587 * redisplay-x.c (x_output_string): | |
588 * redisplay.c: | |
589 * redisplay.c (position_redisplay_data_type): | |
590 * redisplay.c (struct prop_block): | |
591 * redisplay.c (redisplay_text_width_ichar_string): | |
592 * redisplay.c (redisplay_text_width_string): | |
593 * redisplay.c (redisplay_frame_text_width_string): | |
594 * redisplay.c (add_ichar_rune_1): | |
595 * redisplay.c (add_ichar_rune): | |
596 * redisplay.c (add_ibyte_string_runes): | |
597 * redisplay.c (ADD_NEXT_OCTAL_RUNE_CHAR): | |
598 * redisplay.c (add_octal_runes): | |
599 * redisplay.c (add_control_char_runes): | |
600 * redisplay.c (add_disp_table_entry_runes_1): | |
601 * redisplay.c (add_propagation_runes): | |
602 * redisplay.c (add_glyph_rune): | |
603 * redisplay.c (create_text_block): | |
604 * redisplay.c (create_overlay_glyph_block): | |
605 * redisplay.c (generate_formatted_string_db): | |
606 * redisplay.c (add_string_to_fstring_db_runes): | |
607 * redisplay.c (generate_fstring_runes): | |
608 * redisplay.c (create_string_text_block): | |
609 * redisplay.c (decode_mode_spec): | |
610 * redisplay.c (init_redisplay): | |
611 * redisplay.h: | |
612 * redisplay.h (struct rune): | |
613 * regex.c: | |
614 * regex.c (RE_TRANSLATE_1): | |
615 * regex.c (itext_ichar): | |
616 * regex.c (INC_IBYTEPTR): | |
617 * regex.c (PATFETCH_RAW): | |
618 * regex.c (PATUNFETCH): | |
619 * regex.c (regex_compile): | |
620 * regex.c (compile_range): | |
621 * regex.c (compile_extended_range): | |
622 * regex.c (re_compile_fastmap): | |
623 * regex.c (re_search_2): | |
624 * regex.c (re_match_2_internal): | |
625 * search.c: | |
626 * search.c (TRANSLATE): | |
627 * search.c (fixup_search_regs_for_string): | |
628 * search.c (fast_string_match): | |
629 * search.c (byte_scan_buffer): | |
630 * search.c (scan_buffer): | |
631 * search.c (byte_find_next_ichar_in_string): | |
632 * search.c (skip_chars): | |
633 * search.c (trivial_regexp_p): | |
634 * search.c (search_buffer): | |
635 * search.c (simple_search): | |
636 * search.c (boyer_moore): | |
637 * search.c (wordify): | |
638 * search.c (Freplace_match): | |
639 * search.c (Fregexp_quote): | |
640 * select-common.h (lisp_data_to_selection_data): | |
641 * select-gtk.c (atom_to_symbol): | |
642 * select-x.c (x_atom_to_symbol): | |
643 * select-x.c (hack_motif_clipboard_selection): | |
644 * select-x.c (Fx_store_cutbuffer_internal): | |
645 * sound.h (sound_perror): | |
646 * symbols.c (intern_int): | |
647 * symbols.c (intern): | |
648 * symbols.c (intern_converting_underscores_to_dashes): | |
649 * symbols.c (oblookup): | |
650 * symbols.c (hash_string): | |
651 * symbols.c (init_symbols_once_early): | |
652 * symbols.c (defsymbol_massage_name_1): | |
653 * symbols.c (defsymbol_nodump): | |
654 * symbols.c (defsymbol): | |
655 * symbols.c (defvar_magic): | |
656 * syntax.c (struct lisp_parse_state): | |
657 * syntax.c (syntax_match): | |
658 * syntax.c (WORD_BOUNDARY_P): | |
659 * syntax.c (scan_words): | |
660 * syntax.c (find_start_of_comment): | |
661 * syntax.c (Fforward_comment): | |
662 * syntax.c (scan_lists): | |
663 * syntax.c (Fbackward_prefix_chars): | |
664 * syntax.c (scan_sexps_forward): | |
665 * syntax.c (complex_vars_of_syntax): | |
666 * syntax.h: | |
667 * sysdep.c: | |
668 * sysdep.c (sys_subshell): | |
669 * sysdep.c (get_eof_char): | |
670 * sysdep.c (init_system_name): | |
671 * sysdep.c (qxe_open): | |
672 * sysdep.c (qxe_interruptible_open): | |
673 * sysdep.c (qxe_fopen): | |
674 * sysdep.c (qxe_chdir): | |
675 * sysdep.c (qxe_mkdir): | |
676 * sysdep.c (qxe_opendir): | |
677 * sysdep.c (qxe_readdir): | |
678 * sysdep.c (qxe_rmdir): | |
679 * sysdep.c (qxe_allocating_getcwd): | |
680 * sysdep.c (qxe_access): | |
681 * sysdep.c (qxe_eaccess): | |
682 * sysdep.c (qxe_lstat): | |
683 * sysdep.c (qxe_readlink): | |
684 * sysdep.c (qxe_stat): | |
685 * sysdep.c (qxe_chmod): | |
686 * sysdep.c (qxe_link): | |
687 * sysdep.c (qxe_rename): | |
688 * sysdep.c (qxe_symlink): | |
689 * sysdep.c (qxe_unlink): | |
690 * sysdep.c (qxe_execve): | |
691 * sysdep.c (qxe_getpwnam): | |
692 * sysdep.c (qxe_ctime): | |
693 * sysdep.h: | |
694 * sysdir.h: | |
695 * sysdir.h (qxe_allocating_getcwd): | |
696 * sysfile.h: | |
697 * sysfile.h (DECLARE_INLINE_HEADER): | |
698 * sysproc.h: | |
699 * syspwd.h: | |
700 * systime.h: | |
701 * syswindows.h: | |
702 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): | |
703 * syswindows.h (LOCAL_TO_WIN32_FILE_FORMAT): | |
704 * syswindows.h (WIN32_TO_LOCAL_FILE_FORMAT): | |
705 * syswindows.h (LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR): | |
706 * syswindows.h (file_data): | |
707 * syswindows.h (DECLARE_INLINE_HEADER): | |
708 * termcap.c (tgetent): | |
709 * tests.c (Ftest_data_format_conversion): | |
710 * text.c: | |
711 * text.c (qxesprintf): | |
712 * text.c (qxestrcasecmp): | |
713 * text.c (ascii_strcasecmp): | |
714 * text.c (qxestrcasecmp_c): | |
715 * text.c (qxestrcasecmp_i18n): | |
716 * text.c (qxestrncasecmp): | |
717 * text.c (ascii_strncasecmp): | |
718 * text.c (qxestrncasecmp_c): | |
719 * text.c (qxestrncasecmp_i18n): | |
720 * text.c (qxememcmp): | |
721 * text.c (qxememcmp4): | |
722 * text.c (qxememcasecmp): | |
723 * text.c (qxememcasecmp4): | |
724 * text.c (qxetextcmp): | |
725 * text.c (qxetextcmp_matching): | |
726 * text.c (qxetextcasecmp): | |
727 * text.c (qxetextcasecmp_matching): | |
728 * text.c (lisp_strcasecmp): | |
729 * text.c (convert_ibyte_string_into_ichar_dynarr): | |
730 * text.c (convert_ibyte_string_into_ichar_string): | |
731 * text.c (convert_ichar_string_into_ibyte_dynarr): | |
732 * text.c (convert_ichar_string_into_malloced_string): | |
733 * text.c (COPY_TEXT_BETWEEN_FORMATS): | |
734 * text.c (copy_text_between_formats): | |
735 * text.c (copy_buffer_text_out): | |
736 * text.c (find_charsets_in_ibyte_string): | |
737 * text.c (find_charsets_in_ichar_string): | |
738 * text.c (ibyte_string_displayed_columns): | |
739 * text.c (ichar_string_displayed_columns): | |
740 * text.c (ibyte_string_nonascii_chars): | |
741 * text.c (eistr_casefiddle_1): | |
742 * text.c (eito_malloc_1): | |
743 * text.c (eicmp_1): | |
744 * text.c (eicpyout_malloc_fmt): | |
745 * text.c (skip_ascii): | |
746 * text.c (bytecount_to_charcount_fun): | |
747 * text.c (charcount_to_bytecount_fun): | |
748 * text.c (struct): | |
749 * text.c (dfc_convert_to_external_format): | |
750 * text.c (dfc_convert_to_internal_format): | |
751 * text.c (non_ascii_set_itext_ichar): | |
752 * text.c (non_ascii_itext_ichar): | |
753 * text.c (non_ascii_valid_ichar_p): | |
754 * text.c (non_ascii_itext_copy_ichar): | |
755 * text.c (Lstream_get_ichar_1): | |
756 * text.c (Lstream_fput_ichar): | |
757 * text.c (Lstream_funget_ichar): | |
758 * text.c (Fmake_char): | |
759 * text.c (Fchar_charset): | |
760 * text.c (Fchar_octet): | |
761 * text.c (Fsplit_char): | |
762 * text.c (lookup_composite_char): | |
763 * text.c (composite_char_string): | |
764 * text.c (Fcomposite_char_string): | |
765 * text.c (reinit_vars_of_text): | |
766 * text.h: | |
767 * text.h (MAX_ICHAR_LEN): | |
768 * text.h (ibyte_first_byte_p): | |
769 * text.h (ibyte_leading_byte_p): | |
770 * text.h (ichar_multibyte_p): | |
771 * text.h (ichar_ascii_p): | |
772 * text.h (ichar_16_bit_fixed_p): | |
773 * text.h (ichar_to_raw): | |
774 * text.h (valid_ibyteptr_p): | |
775 * text.h (assert_valid_ibyteptr): | |
776 * text.h (INC_IBYTEPTR): | |
777 * text.h (INC_IBYTEPTR_FMT): | |
778 * text.h (DEC_IBYTEPTR): | |
779 * text.h (DEC_IBYTEPTR_FMT): | |
780 * text.h (VALIDATE_IBYTEPTR_BACKWARD): | |
781 * text.h (VALIDATE_IBYTEPTR_FORWARD): | |
782 * text.h (validate_ibyte_string_backward): | |
783 * text.h (itext_ichar_len): | |
784 * text.h (INC_BYTECOUNT): | |
785 * text.h (simple_itext_ichar): | |
786 * text.h (itext_ichar): | |
787 * text.h (valid_ichar_p): | |
788 * text.h (CHAR_INTP): | |
789 * text.h (ASSERT_VALID_BYTE_STRING_INDEX_UNSAFE): | |
790 * text.h (LISP_STRING_TO_ALLOCA): | |
791 * text.h (alloca_ibytes): | |
792 * text.h (struct): | |
793 * text.h (EI_ALLOC): | |
794 * text.h (eicpy_lstr_off): | |
795 * text.h (eicpy_raw_fmt): | |
796 * text.h (eicpy_rawz_fmt): | |
797 * text.h (eicpy_ch): | |
798 * text.h (eireset): | |
799 * text.h (eito_alloca): | |
800 * text.h (DECLARE_INLINE_HEADER): | |
801 * text.h (eigetch): | |
802 * text.h (eicat_c): | |
803 * text.h (eicat_raw): | |
804 * text.h (eicat_rawz): | |
805 * text.h (eicat_ch): | |
806 * text.h (eisub_1): | |
807 * text.h (eisub_ch): | |
808 * text.h (EI_CASECHANGE): | |
809 * text.h (DFC_LISP_STRING_USE_CONVERTED_DATA): | |
810 * text.h (GET_STRERROR): | |
811 * toolbar-common.c (common_output_toolbar_button): | |
812 * tooltalk.c (check_status): | |
813 * tooltalk.c (tt_message_arg_bval_vector): | |
814 * ui-gtk.c (lisp_to_gtk_type): | |
815 * unexnt.c (unexec): | |
816 * unexnt.c (get_bss_info_from_map_file): | |
817 * unicode.c: | |
818 * unicode.c (sledgehammer_check_from_table): | |
819 * unicode.c (sledgehammer_check_to_table): | |
820 * unicode.c (set_unicode_conversion): | |
821 * unicode.c (ichar_to_unicode): | |
822 * unicode.c (unicode_to_char): | |
823 * unicode.c (Fchar_to_unicode): | |
824 * unicode.c (Funicode_to_char): | |
825 * unicode.c (decode_unicode_char): | |
826 * unicode.c (encode_unicode_char): | |
827 * unicode.c (unicode_convert): | |
828 * win32.c (urlify_filename): | |
829 * win32.c (tstr_to_local_file_format): | |
830 * win32.c (mswindows_canonicalize_filename): | |
831 * win32.c (mswindows_lisp_error_1): | |
832 * win32.c (Fmswindows_cygwin_to_win32_path): | |
833 | |
834 Text/char naming rationalization. | |
835 | |
836 [a] distinguish between "charptr" when it refers to operations on | |
837 the pointer itself and when it refers to operations on text; and | |
838 [b] use consistent naming for everything referring to internal | |
839 format, i.e. | |
840 | |
841 Itext == text in internal format | |
842 Ibyte == a byte in such text | |
843 Ichar == a char as represented in internal character format | |
844 | |
845 thus e.g. | |
846 | |
847 set_charptr_emchar -> set_itext_ichar | |
848 | |
849 The pre and post tags on either side of this change are: | |
850 | |
851 pre-internal-format-textual-renaming | |
852 post-internal-format-textual-renaming | |
853 | |
854 See the Internals Manual for details of exactly how this was done, | |
855 how to handle the change in your workspace, etc. | |
856 | |
1 2002-06-04 Andy Piper <andy@xemacs.org> | 857 2002-06-04 Andy Piper <andy@xemacs.org> |
2 | 858 |
3 * glyphs-widget.c (widget_logical_unit_height): don't try and | 859 * glyphs-widget.c (widget_logical_unit_height): don't try and |
4 determine geometry of nil strings. | 860 determine geometry of nil strings. |
5 | 861 |