comparison src/ChangeLog @ 3025:facf3239ba30

[xemacs-hg @ 2005-10-25 11:16:19 by ben] rename new->new_, convert 'foo to `foo' EmacsFrame.c, ExternalClient.c, ExternalShell.c, chartab.c, cmdloop.c, compiler.h, console.c, database.c, device-msw.c, device-x.c, device.c, doc.c, dragdrop.c, eval.c, event-msw.c, event-stream.c, events.c, extents.c, file-coding.c, fns.c, frame-tty.c, frame.c, gpmevent.c, gutter.c, hash.c, imgproc.c, indent.c, keymap.c, lisp-union.h, macros.c, malloc.c, marker.c, menubar-x.c, menubar.c, mule-charset.c, number.c, process.c, profile.h, ralloc.c, redisplay.c, select-common.h, select.c, syntax.c, sysfile.h, sysproc.h, systime.h, syswindows.h, toolbar.c, tooltalk.c, tparam.c, unexaix.c, unexalpha.c, unexconvex.c, unexec.c, unexhp9k800.c, unexmips.c, unicode.c, window.c: new -> new_. 'foo -> `foo'. lwlib-internal.h: redo assert macros to follow lisp.h and not trigger warnings. lwlib.c, xlwtabs.c: new -> new_.
author ben
date Tue, 25 Oct 2005 11:16:49 +0000
parents b7f26b2f78bd
children beef0f850624
comparison
equal deleted inserted replaced
3024:b7f26b2f78bd 3025:facf3239ba30
1 2005-10-25 Ben Wing <ben@xemacs.org>
2
3 * EmacsFrame.c (EmacsFrameInitialize):
4 * EmacsFrame.c (EmacsFrameSetValues):
5 * ExternalClient.c:
6 * ExternalClient.c (externalClientInitialize):
7 * ExternalShell.c:
8 * ExternalShell.c (ExternalShellInitialize):
9 * chartab.c (copy_char_table_entry):
10 * chartab.c (Fcopy_char_table):
11 * cmdloop.c:
12 * cmdloop.c (initial_command_loop):
13 * compiler.h:
14 * console.c (Fvalid_console_type_p):
15 * database.c:
16 * device-msw.c:
17 * device-x.c:
18 * device.c (Fvalid_device_class_p):
19 * device.c (Fdevice_class):
20 * device.c (Fset_device_class):
21 * device.c (Fdomain_device_type):
22 * doc.c (Fsubstitute_command_keys):
23 * dragdrop.c:
24 * eval.c:
25 * eval.c (throw_or_bomb_out):
26 * eval.c (Fsignal):
27 * event-msw.c:
28 * event-msw.c (vars_of_event_mswindows):
29 * event-stream.c (execute_internal_event):
30 * event-stream.c (push_this_command_keys):
31 * events.c:
32 * extents.c (Fset_extent_parent):
33 * extents.c (get_char_property):
34 * extents.c (put_text_prop_mapper):
35 * file-coding.c:
36 * file-coding.c (Fvalid_coding_system_type_p):
37 * file-coding.c (Fdetect_coding_region):
38 * fns.c (Freplace_list):
39 * frame-tty.c (tty_lower_frame):
40 * frame.c:
41 * frame.c (Fframe_visible_p):
42 * gpmevent.c (Fgpm_enable):
43 * gutter.c (Fset_default_gutter_position):
44 * gutter.c (gutter_size_validate):
45 * gutter.c (specifier_vars_of_gutter):
46 * hash.c (KEYS_DIFFER_P):
47 * imgproc.c (splitbox):
48 * indent.c:
49 * keymap.c:
50 * keymap.c (copy_keymap_mapper):
51 * keymap.c (define_key_check_and_coerce_keysym):
52 * keymap.c (event_matches_key_specifier_p):
53 * keymap.c (process_event_binding_result):
54 * keymap.c (where_is_recursive_mapper):
55 * lisp-union.h:
56 * lisp-union.h (union Lisp_Object):
57 * macros.c (store_kbd_macro_event):
58 * malloc.c (realloc):
59 * marker.c (copy_marker_1):
60 * menubar-x.c (menu_move_down):
61 * menubar.c:
62 * menubar.c (vars_of_menubar):
63 * mule-charset.c:
64 * mule-charset.c (Fmake_charset):
65 * mule-charset.c (Fcharset_property):
66 * mule-charset.c (Fset_charset_ccl_program):
67 * mule-charset.c (Fset_charset_registry):
68 * number.c:
69 * process.c:
70 * profile.h:
71 * ralloc.c (obtain):
72 * redisplay.c:
73 * redisplay.c (get_display_block_from_line):
74 * redisplay.c (redisplay_frame):
75 * redisplay.c (vars_of_redisplay):
76 * redisplay.c (specifier_vars_of_redisplay):
77 * select-common.h:
78 * select.c:
79 * select.c (vars_of_select):
80 * syntax.c:
81 * syntax.c (scan_sexps_forward):
82 * sysfile.h:
83 * sysproc.h:
84 * systime.h:
85 * syswindows.h:
86 * toolbar.c (Fset_default_toolbar_position):
87 * toolbar.c (Fcheck_toolbar_button_syntax):
88 * toolbar.c (specifier_vars_of_toolbar):
89 * tooltalk.c:
90 * tooltalk.c (Freturn_tooltalk_message):
91 * tooltalk.c (Fadd_tooltalk_message_arg):
92 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
93 * tparam.c (tparam1):
94 * unexaix.c (PERROR):
95 * unexaix.c (ERROR0):
96 * unexaix.c (unexec):
97 * unexaix.c (make_hdr):
98 * unexaix.c (copy_text_and_data):
99 * unexaix.c (write_segment):
100 * unexaix.c (copy_sym):
101 * unexaix.c (mark_x):
102 * unexaix.c (adjust_lnnoptrs):
103 * unexaix.c (unrelocate_symbols):
104 * unexalpha.c (unexec):
105 * unexalpha.c (update_dynamic_symbols):
106 * unexconvex.c (PERROR):
107 * unexconvex.c (ERROR0):
108 * unexconvex.c (entry_address;):
109 * unexconvex.c (make_hdr):
110 * unexconvex.c (new_;):
111 * unexconvex.c (sptr;):
112 * unexconvex.c (copy_sym):
113 * unexconvex.c (name;):
114 * unexec.c:
115 * unexec.c (PERROR):
116 * unexec.c (ERROR0):
117 * unexec.c (unexec):
118 * unexec.c (make_hdr):
119 * unexec.c (write_segment):
120 * unexec.c (copy_sym):
121 * unexec.c (mark_x):
122 * unexec.c (adjust_lnnoptrs):
123 * unexhp9k800.c:
124 * unexhp9k800.c (unexec):
125 * unexhp9k800.c (copy_file):
126 * unexhp9k800.c (copy_rest):
127 * unexmips.c (unexec):
128 * unicode.c:
129 * unicode.c (Fchar_to_unicode):
130 * window.c (make_dummy_parent):
131 * window.c (Fsplit_window):
132 * window.c (Fenlarge_window):
133 new -> new_.
134 'foo -> `foo'.
135
1 2005-10-25 Ben Wing <ben@xemacs.org> 136 2005-10-25 Ben Wing <ben@xemacs.org>
2 137
3 * alloc.c: 138 * alloc.c:
4 * alloc.c (old_basic_alloc_lcrecord): 139 * alloc.c (old_basic_alloc_lcrecord):
5 * alloc.c (very_old_free_lcrecord): 140 * alloc.c (very_old_free_lcrecord):