Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 793:e38acbeb1cae
[xemacs-hg @ 2002-03-29 04:46:17 by ben]
lots o' fixes
etc/ChangeLog: New file.
Separated out all entries for etc/ into their own ChangeLog.
Includes entries for the following files:
etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
etc/custom/example-themes/europe-theme.el,
etc/custom/example-themes/ex-custom-file,
etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
etc/gnuserv.README, etc/package-index.LATEST.gpg,
etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
unicode/unicode-consortium/8859-16.TXT: New file.
mule/english.el: Define this charset now, since a bug was fixed that formerly
prevented it.
mule/ethio-util.el: Fix compile errors involving Unicode `characters', which should be
integers.
Makefile.in.in: Always include gui.c, to fix compile error when TTY-only.
EmacsFrame.c, abbrev.c, alloc.c, buffer.c, buffer.h, bytecode.c, bytecode.h, callint.c, callproc.c, casetab.c, casetab.h, charset.h, chartab.c, chartab.h, cmds.c, console-msw.c, console-msw.h, console-tty.c, console-x.c, console-x.h, console.c, console.h, data.c, database.c, device-gtk.c, device-msw.c, device-x.c, device.c, device.h, dialog-msw.c, doc.c, doprnt.c, dumper.c, dynarr.c, editfns.c, eldap.c, eldap.h, elhash.c, elhash.h, emacs.c, eval.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, events.h, extents.c, extents.h, faces.c, faces.h, file-coding.c, file-coding.h, fileio.c, filelock.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, free-hook.c, general-slots.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gpmevent.c, gtk-xemacs.c, gui-msw.c, gui-x.c, gui-x.h, gui.c, gui.h, gutter.c, gutter.h, indent.c, input-method-xlib.c, insdel.c, keymap.c, keymap.h, lisp-disunion.h, lisp-union.h, lisp.h, lread.c, lrecord.h, lstream.c, lstream.h, marker.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, minibuf.c, mule-canna.c, mule-ccl.c, mule-charset.c, mule-wnnfns.c, native-gtk-toolbar.c, objects-msw.c, objects-tty.c, objects-x.c, objects.c, objects.h, opaque.c, opaque.h, postgresql.c, postgresql.h, print.c, process-unix.c, process.c, process.h, rangetab.c, rangetab.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, scrollbar.h, search.c, select-gtk.c, select-x.c, sound.c, specifier.c, specifier.h, strftime.c, symbols.c, symeval.h, syntax.h, text.c, text.h, toolbar-common.c, toolbar-msw.c, toolbar.c, toolbar.h, tooltalk.c, tooltalk.h, ui-gtk.c, ui-gtk.h, undo.c, vm-limit.c, window.c, window.h: Eliminate XSETFOO. Replace all usages with wrap_foo().
Make symbol->name a Lisp_Object, not Lisp_String *. Eliminate
nearly all uses of Lisp_String * in favor of Lisp_Object, and
correct macros so most of them favor Lisp_Object.
Create new error-behavior ERROR_ME_DEBUG_WARN -- output warnings,
but at level `debug' (usually ignored). Use it when instantiating
specifiers, so problems can be debugged. Move
log-warning-minimum-level into C so that we can optimize
ERROR_ME_DEBUG_WARN.
Fix warning levels consistent with new definitions.
Add default_ and parent fields to char table; not yet implemented.
New fun Dynarr_verify(); use for further error checking on Dynarrs.
Rearrange code at top of lisp.h in conjunction with dynarr changes.
Fix eifree(). Use Eistrings in various places
(format_event_object(), where_is_to_char(), and callers thereof)
to avoid fixed-size strings buffers. New fun write_eistring().
Reindent and fix GPM code to follow standards.
Set default MS Windows font to Lucida Console (same size as
Courier New but less interline spacing, so more lines fit).
Increase default frame size on Windows to 50 lines. (If that's too
big for the workspace, the frame will be shrunk as necessary.)
Fix problem with text files with no newlines (). (Change
`convert-eol' coding system to use `nil' for autodetect,
consistent with make-coding-system.)
Correct compile warnings in vm-limit.c.
Fix handling of reverse-direction charsets to avoid errors when
opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el.
Recode some object printing methods to use write_fmt_string()
instead of a fixed buffer and sprintf.
Turn on display of png comments as warnings (level `info'), now
that they're unobtrusive.
Revamped the sound documentation.
Fixed bug in redisplay w.r.t. hscroll/truncation/continuation
glyphs causing jumping up and down of the lines, since they're
bigger than the line size. (It was seen most obviously when
there's a horizontal scroll bar, e.g. do C-h a glyph or something
like that.) The problem was that the glyph-contrib-p setting on
glyphs was ignored even if it was set properly, which it wasn't
until now.
author | ben |
---|---|
date | Fri, 29 Mar 2002 04:49:13 +0000 |
parents | 7b1f30330a19 |
children | 776fcda0ee36 |
comparison
equal
deleted
inserted
replaced
792:4e83fdb13eb9 | 793:e38acbeb1cae |
---|---|
1 2002-03-24 Ben Wing <ben@xemacs.org> | |
2 | |
3 * Makefile.in.in (gui_objs): | |
4 * Makefile.in.in (objs): | |
5 Always include gui.c, to fix compile error when TTY-only. | |
6 | |
7 * EmacsFrame.c (EmacsFrameSetValues): | |
8 * abbrev.c: | |
9 * abbrev.c (abbrev_match_mapper): | |
10 * abbrev.c (Fexpand_abbrev): | |
11 * alloc.c: | |
12 * alloc.c (malloc_warning): | |
13 * alloc.c (allocate_lisp_storage): | |
14 * alloc.c (Fcons): | |
15 * alloc.c (noseeum_cons): | |
16 * alloc.c (make_float): | |
17 * alloc.c (make_vector): | |
18 * alloc.c (Fvector): | |
19 * alloc.c (make_bit_vector_internal): | |
20 * alloc.c (make_bit_vector): | |
21 * alloc.c (make_bit_vector_from_byte_vector): | |
22 * alloc.c (Fbit_vector): | |
23 * alloc.c (make_compiled_function): | |
24 * alloc.c (Fmake_symbol): | |
25 * alloc.c (allocate_event): | |
26 * alloc.c (Fmake_marker): | |
27 * alloc.c (noseeum_make_marker): | |
28 * alloc.c (mark_string): | |
29 * alloc.c (string_plist_ptr): | |
30 * alloc.c (allocate_string_chars_struct): | |
31 * alloc.c (make_uninit_string): | |
32 * alloc.c (resize_string): | |
33 * alloc.c (set_string_char): | |
34 * alloc.c (Fmake_string): | |
35 * alloc.c (init_string_ascii_begin): | |
36 * alloc.c (make_string_nocopy): | |
37 * alloc.c (make_lcrecord_list): | |
38 * alloc.c (allocate_managed_lcrecord): | |
39 * alloc.c (ADDITIONAL_FREE_marker): | |
40 * alloc.c (verify_string_chars_integrity): | |
41 * alloc.c (compact_string_chars): | |
42 * alloc.c (debug_string_purity_print): | |
43 * alloc.c (UNMARK_string): | |
44 * alloc.c (common_init_alloc_once_early): | |
45 * buffer.c (Fdecode_buffer): | |
46 * buffer.c (finish_init_buffer): | |
47 * buffer.c (Fother_buffer): | |
48 * buffer.c (Fcurrent_buffer): | |
49 * buffer.c (Fbury_buffer): | |
50 * buffer.c (common_init_complex_vars_of_buffer): | |
51 * buffer.h (wrap_buffer): | |
52 * buffer.h (buffer_or_string_charbpos_to_bytebpos): | |
53 * buffer.h (buffer_or_string_bytebpos_to_charbpos): | |
54 * buffer.h (buffer_or_string_charbpos_to_membpos): | |
55 * buffer.h (buffer_or_string_membpos_to_charbpos): | |
56 * bytecode.c (execute_optimized_program): | |
57 * bytecode.h (wrap_compiled_function): | |
58 * callint.c: | |
59 * callint.c (Fcall_interactively): | |
60 * callproc.c: | |
61 * callproc.c (call_process_cleanup): | |
62 * callproc.c (Fold_call_process_internal): | |
63 * casetab.c: | |
64 * casetab.c (allocate_case_table): | |
65 * casetab.c (set_case_table): | |
66 * casetab.h (wrap_case_table): | |
67 * charset.h (wrap_charset): | |
68 * chartab.c: | |
69 * chartab.c (mark_char_table): | |
70 * chartab.c (print_char_table): | |
71 * chartab.c (Fmake_char_table): | |
72 * chartab.c (make_char_table_entry): | |
73 * chartab.c (copy_char_table_entry): | |
74 * chartab.c (Fcopy_char_table): | |
75 * chartab.h: | |
76 * chartab.h (wrap_char_table_entry): | |
77 * chartab.h (struct Lisp_Char_Table): | |
78 * chartab.h (wrap_char_table): | |
79 * cmds.c (Fpoint_at_bol): | |
80 * console-msw.c: | |
81 * console-msw.c (DSYMNAME): | |
82 * console-msw.h (wrap_devmode): | |
83 * console-msw.h (wrap_mswindows_dialog_id): | |
84 * console-tty.c (tty_init_console): | |
85 * console-tty.c (decode_tty_console): | |
86 * console-x.c: | |
87 * console-x.c (x_semi_canonicalize_console_connection): | |
88 * console-x.h: | |
89 * console.c (allocate_console): | |
90 * console.c (create_console): | |
91 * console.c (delete_console_internal): | |
92 * console.c (common_init_complex_vars_of_console): | |
93 * console.h (wrap_console): | |
94 * data.c: | |
95 * data.c (Faref): | |
96 * data.c (Faset): | |
97 * data.c (make_weak_list): | |
98 * database.c: | |
99 * database.c (wrap_database): | |
100 * database.c (print_database): | |
101 * database.c (finalize_database): | |
102 * database.c (Fopen_database): | |
103 * device-gtk.c (decode_gtk_device): | |
104 * device-gtk.c (gtk_init_device): | |
105 * device-gtk.c (gtk_delete_device): | |
106 * device-msw.c (ensure_not_printing): | |
107 * device-msw.c (Fmsprinter_get_settings): | |
108 * device-msw.c (Fmsprinter_select_settings): | |
109 * device-msw.c (Fmsprinter_apply_settings): | |
110 * device-msw.c (finalize_devmode): | |
111 * device-msw.c (allocate_devmode): | |
112 * device-x.c: | |
113 * device-x.c (decode_x_device): | |
114 * device-x.c (x_init_device): | |
115 * device-x.c (x_delete_device): | |
116 * device-x.c (x_error_handler): | |
117 * device-x.c (x_IO_error_handler): | |
118 * device.c (allocate_device): | |
119 * device.c (Fset_device_selected_frame): | |
120 * device.c (Fmake_device): | |
121 * device.c (delete_device_internal): | |
122 * device.c (Fset_device_class): | |
123 * device.h (wrap_device): | |
124 * dialog-msw.c (handle_question_dialog_box): | |
125 * doc.c: | |
126 * doc.c (weird_doc): | |
127 * doc.c (kludgily_ignore_lost_doc_p): | |
128 * doc.c (verify_doc_mapper): | |
129 * doprnt.c: | |
130 * doprnt.c (NEXT_ASCII_BYTE): | |
131 * doprnt.c (emacs_doprnt_1): | |
132 * dumper.c (pdump_reloc_one): | |
133 * dynarr.c (Dynarr_insert_many): | |
134 * editfns.c (Fstring_to_char): | |
135 * editfns.c (user_login_name): | |
136 * editfns.c (Fuser_real_login_name): | |
137 * editfns.c (Ftranslate_region): | |
138 * eldap.c (make_ldap): | |
139 * eldap.h (wrap_ldap): | |
140 * elhash.c (make_general_lisp_hash_table): | |
141 * elhash.c (Fcopy_hash_table): | |
142 * elhash.h (wrap_hash_table): | |
143 * emacs.c (mswindows_handle_hardware_exceptions_1): | |
144 * eval.c: | |
145 * eval.c (Fuser_variable_p): | |
146 * eval.c (throw_or_bomb_out): | |
147 * eval.c (Fsignal): | |
148 * eval.c (restore_current_warning_level): | |
149 * eval.c (call_with_suspended_errors_1): | |
150 * eval.c (call_with_suspended_errors): | |
151 * eval.c (maybe_signal_error_1): | |
152 * eval.c (maybe_signal_continuable_error_1): | |
153 * eval.c (eval_in_buffer_trapping_errors): | |
154 * eval.c (warn_when_safe_lispobj): | |
155 * eval.c (warn_when_safe): | |
156 * eval.c (vars_of_eval): | |
157 * event-Xt.c (x_event_to_emacs_event): | |
158 * event-Xt.c (handle_focus_event_1): | |
159 * event-Xt.c (change_frame_visibility): | |
160 * event-Xt.c (handle_map_event): | |
161 * event-Xt.c (handle_client_message): | |
162 * event-Xt.c (emacs_Xt_handle_magic_event): | |
163 * event-Xt.c (emacs_Xt_select_process): | |
164 * event-Xt.c (emacs_Xt_select_console): | |
165 * event-Xt.c (emacs_Xt_unselect_console): | |
166 * event-Xt.c (emacs_Xt_next_event): | |
167 * event-gtk.c (handle_focus_event_1): | |
168 * event-gtk.c (change_frame_visibility): | |
169 * event-gtk.c (handle_map_event): | |
170 * event-gtk.c (handle_client_message): | |
171 * event-gtk.c (emacs_gtk_handle_magic_event): | |
172 * event-gtk.c (emacs_gtk_select_process): | |
173 * event-gtk.c (emacs_gtk_select_console): | |
174 * event-gtk.c (emacs_gtk_unselect_console): | |
175 * event-gtk.c (dragndrop_data_received): | |
176 * event-gtk.c (emacs_gtk_next_event): | |
177 * event-gtk.c (gtk_event_to_emacs_event): | |
178 * event-gtk.c (emacs_shell_event_handler): | |
179 * event-msw.c (make_ntpipe_input_stream): | |
180 * event-msw.c (make_ntpipe_output_stream): | |
181 * event-msw.c (make_winsock_stream_1): | |
182 * event-msw.c (mswindows_enqueue_process_event): | |
183 * event-msw.c (emacs_mswindows_next_event): | |
184 * event-msw.c (get_process_input_waitable): | |
185 * event-msw.c (emacs_mswindows_select_process): | |
186 * event-stream.c (wrap_command_builder): | |
187 * event-stream.c (event_stream_next_event): | |
188 * event-stream.c (echo_key_event): | |
189 * event-stream.c (munge_keymap_translate): | |
190 * event-stream.c (pre_command_hook): | |
191 * event-stream.c (dribble_out_event): | |
192 * event-tty.c (emacs_tty_next_event): | |
193 * event-unixoid.c (read_event_from_tty_or_stream_desc): | |
194 * events.c: | |
195 * events.c (print_event_1): | |
196 * events.c (print_event): | |
197 * events.c (nth_of_key_sequence_as_event): | |
198 * events.c (format_event_object): | |
199 * events.c (Fevent_window): | |
200 * events.h: | |
201 * events.h (wrap_timeout): | |
202 * events.h (wrap_event): | |
203 * extents.c: | |
204 * extents.c (allocate_extent_auxiliary): | |
205 * extents.c (mark_extent_info): | |
206 * extents.c (allocate_extent_info): | |
207 * extents.c (decode_buffer_or_string): | |
208 * extents.c (buffer_or_string_extent_info): | |
209 * extents.c (buffer_or_string_extent_info_force): | |
210 * extents.c (print_extent_2): | |
211 * extents.c (extent_fragment_update): | |
212 * extents.c (Fnext_extent): | |
213 * extents.c (Fprevious_extent): | |
214 * extents.c (Fnext_e_extent): | |
215 * extents.c (Fprevious_e_extent): | |
216 * extents.c (Fset_extent_parent): | |
217 * extents.c (set_extent_endpoints_1): | |
218 * extents.c (copy_extent): | |
219 * extents.c (destroy_extent): | |
220 * extents.c (Fmake_extent): | |
221 * extents.c (Fcopy_extent): | |
222 * extents.c (slow_map_extents_function): | |
223 * extents.c (slow_map_extent_children_function): | |
224 * extents.c (extent_at_mapper): | |
225 * extents.c (report_extent_modification_mapper): | |
226 * extents.c (Fextent_properties): | |
227 * extents.c (Fforce_highlight_extent): | |
228 * extents.c (run_extent_copy_paste_internal): | |
229 * extents.c (insert_extent): | |
230 * extents.c (splice_in_string_extents): | |
231 * extents.c (put_text_prop_mapper): | |
232 * extents.c (put_text_prop_openness_mapper): | |
233 * extents.c (put_text_prop): | |
234 * extents.h (wrap_extent): | |
235 * extents.h (wrap_extent_auxiliary): | |
236 * extents.h (wrap_extent_info): | |
237 * faces.c: | |
238 * faces.c (face_property_matching_instance): | |
239 * faces.c (Fmake_face): | |
240 * faces.c (init_device_faces): | |
241 * faces.c (init_frame_faces): | |
242 * faces.c (ensure_face_cachel_contains_charset): | |
243 * faces.c (add_face_cachel): | |
244 * faces.c (get_builtin_face_cache_index): | |
245 * faces.c (get_extent_fragment_face_cache_index): | |
246 * faces.c (update_frame_face_values): | |
247 * faces.c (complex_vars_of_faces): | |
248 * faces.h (wrap_face): | |
249 * faces.h (FACE_PROPERTY_INSTANCE): | |
250 * faces.h (FACE_FONT): | |
251 * file-coding.c: | |
252 * file-coding.c (setup_eol_coding_systems): | |
253 * file-coding.c (make_coding_system_1): | |
254 * file-coding.c (Fcopy_coding_system): | |
255 * file-coding.c (make_coding_stream_1): | |
256 * file-coding.c (convert_eol_print): | |
257 * file-coding.c (convert_eol_putprop): | |
258 * file-coding.c (convert_eol_getprop): | |
259 * file-coding.c (detected_coding_system): | |
260 * file-coding.c (complex_vars_of_file_coding): | |
261 * file-coding.h: | |
262 * file-coding.h (wrap_coding_system): | |
263 * file-coding.h (XSETCODING_SYSTEM_OF_TYPE): | |
264 * fileio.c (build_annotations): | |
265 * fileio.c (auto_save_expand_name_error): | |
266 * fileio.c (Fdo_auto_save): | |
267 * filelock.c (lock_file): | |
268 * fns.c (Fstring_equal): | |
269 * fns.c (Fstring_lessp): | |
270 * fns.c (Fstring_modified_tick): | |
271 * fns.c (bump_string_modiff): | |
272 * fns.c (Fsubstring): | |
273 * fns.c (bad_bad_bunny): | |
274 * fns.c (bad_bad_turtle): | |
275 * fns.c (Ffillarray): | |
276 * frame-gtk.c (decode_gtk_frame): | |
277 * frame-gtk.c (gtk_set_frame_properties): | |
278 * frame-gtk.c (resize_event_cb): | |
279 * frame-gtk.c (delete_event_cb): | |
280 * frame-gtk.c (cleanup_deleted_frame): | |
281 * frame-gtk.c (gtk_get_mouse_position): | |
282 * frame-gtk.c (gtk_update_frame_external_traits): | |
283 * frame-msw.c: | |
284 * frame-msw.c (mswindows_init_frame_1): | |
285 * frame-msw.c (mswindows_set_frame_properties): | |
286 * frame-msw.c (error_frame_unsizable): | |
287 * frame-tty.c (tty_schedule_frame_select): | |
288 * frame-x.c: | |
289 * frame-x.c (decode_x_frame): | |
290 * frame-x.c (x_wm_maybe_store_wm_command): | |
291 * frame-x.c (x_set_frame_properties): | |
292 * frame-x.c (x_get_mouse_position): | |
293 * frame-x.c (x_update_frame_external_traits): | |
294 * frame.c (allocate_frame_core): | |
295 * frame.c (setup_normal_frame): | |
296 * frame.c (setup_minibuffer_frame): | |
297 * frame.c (Fmake_frame): | |
298 * frame.c (adjust_frame_size): | |
299 * frame.c (device_selected_frame): | |
300 * frame.c (Flast_nonminibuf_frame): | |
301 * frame.c (Fset_frame_selected_window): | |
302 * frame.c (Fnext_frame): | |
303 * frame.c (Fprevious_frame): | |
304 * frame.c (other_visible_frames): | |
305 * frame.c (delete_frame_internal): | |
306 * frame.c (Fdelete_frame): | |
307 * frame.c (Fmouse_pixel_position): | |
308 * frame.c (Fmouse_position): | |
309 * frame.c (store_minibuf_frame_prop): | |
310 * frame.c (dissect_as_face_setting): | |
311 * frame.c (Fset_frame_properties): | |
312 * frame.c (Fframe_property): | |
313 * frame.c (Fframe_properties): | |
314 * frame.c (Fset_frame_height): | |
315 * frame.c (Fset_frame_width): | |
316 * frame.c (Fset_frame_size): | |
317 * frame.c (frame_conversion_internal): | |
318 * frame.c (change_frame_size_1): | |
319 * frame.c (update_frame_icon): | |
320 * frame.h (wrap_frame): | |
321 * free-hook.c (Freally_free): | |
322 * general-slots.h: | |
323 * glyphs-eimage.c: | |
324 * glyphs-eimage.c (png_instantiate): | |
325 * glyphs-gtk.c (extract_xpm_color_names): | |
326 * glyphs-gtk.c (gtk_xpm_instantiate): | |
327 * glyphs-gtk.c (gtk_redisplay_widget): | |
328 * glyphs-msw.c (init_image_instance_from_dibitmap): | |
329 * glyphs-msw.c (extract_xpm_color_names): | |
330 * glyphs-msw.c (mswindows_resource_instantiate): | |
331 * glyphs-msw.c (init_image_instance_from_xbm_inline): | |
332 * glyphs-widget.c (check_valid_item_list): | |
333 * glyphs-x.c (extract_xpm_color_names): | |
334 * glyphs-x.c (x_xpm_instantiate): | |
335 * glyphs-x.c (x_redisplay_widget): | |
336 * glyphs.c: | |
337 * glyphs.c (check_window_subwindow_cache): | |
338 * glyphs.c (allocate_image_instance): | |
339 * glyphs.c (decode_error_behavior_flag): | |
340 * glyphs.c (encode_error_behavior_flag): | |
341 * glyphs.c (invalidate_glyph_geometry_maybe): | |
342 * glyphs.c (image_going_to_add): | |
343 * glyphs.c (allocate_glyph): | |
344 * glyphs.c (glyph_image_instance_maybe): | |
345 * glyphs.c (Fglyph_width): | |
346 * glyphs.c (Fglyph_ascent): | |
347 * glyphs.c (Fglyph_descent): | |
348 * glyphs.c (Fglyph_height): | |
349 * glyphs.c (set_glyph_dirty_p): | |
350 * glyphs.c (glyph_baseline): | |
351 * glyphs.c (glyph_contrib_p): | |
352 * glyphs.c (glyph_query_geometry): | |
353 * glyphs.c (glyph_do_layout): | |
354 * glyphs.c (update_glyph_cachel_data): | |
355 * glyphs.c (mark_glyph_cachels_as_clean): | |
356 * glyphs.c (unmap_subwindow): | |
357 * glyphs.c (map_subwindow): | |
358 * glyphs.c (add_glyph_animated_timeout): | |
359 * glyphs.c (disable_glyph_animated_timeout): | |
360 * glyphs.h: | |
361 * glyphs.h (IMAGE_SPECIFIERP): | |
362 * glyphs.h (wrap_image_instance): | |
363 * glyphs.h (wrap_glyph): | |
364 * gpmevent.c: | |
365 * gpmevent.c (struct __gpm_state): | |
366 * gpmevent.c (store_gpm_state): | |
367 * gpmevent.c (restore_gpm_state): | |
368 * gpmevent.c (clear_gpm_state): | |
369 * gpmevent.c (Freceive_gpm_event): | |
370 * gpmevent.c (turn_off_gpm): | |
371 * gpmevent.c (tty_get_foreign_selection): | |
372 * gpmevent.c (tty_selection_exists_p): | |
373 * gpmevent.c (tty_own_selection): | |
374 * gpmevent.c (tty_get_mouse_position): | |
375 * gpmevent.c (tty_set_mouse_position): | |
376 * gpmevent.c (gpm_event_pending_p): | |
377 * gpmevent.c (gpm_next_event_cb): | |
378 * gpmevent.c (hook_event_callbacks_once): | |
379 * gpmevent.c (hook_console_methods_once): | |
380 * gpmevent.c (Fgpm_enabled_p): | |
381 * gpmevent.c (Fgpm_enable): | |
382 * gpmevent.c (vars_of_gpmevent): | |
383 * gpmevent.c (syms_of_gpmevent): | |
384 * gtk-xemacs.c (smash_scrollbar_specifiers): | |
385 * gtk-xemacs.c (smash_toolbar_specifiers): | |
386 * gui-msw.c (mswindows_handle_gui_wm_command): | |
387 * gui-x.c: | |
388 * gui-x.c (gcpro_popup_callbacks): | |
389 * gui-x.c (popup_selection_callback): | |
390 * gui-x.c (button_item_to_widget_value): | |
391 * gui-x.h (wrap_popup_data): | |
392 * gui.c: | |
393 * gui.c (FROB): | |
394 * gui.c (gui_item_add_keyval_pair): | |
395 * gui.c (allocate_gui_item): | |
396 * gui.c (make_gui_item_from_keywords_internal): | |
397 * gui.c (update_gui_item_keywords): | |
398 * gui.c (gui_parse_item_keywords_no_errors): | |
399 * gui.c (gui_item_display_flush_right): | |
400 * gui.c (print_gui_item): | |
401 * gui.c (finalize_gui_item): | |
402 * gui.c (gui_error): | |
403 * gui.c (gui_error_2): | |
404 * gui.h (wrap_gui_item): | |
405 * gutter.c (output_gutter): | |
406 * gutter.h (GUTTER_SPECIFIERP): | |
407 * indent.c: | |
408 * indent.c (last_visible_position): | |
409 * indent.c (string_column_at_point): | |
410 * indent.c (Findent_to): | |
411 * indent.c (Fcurrent_indentation): | |
412 * indent.c (Fmove_to_column): | |
413 * input-method-xlib.c: | |
414 * input-method-xlib.c (XIM_init_device): | |
415 * input-method-xlib.c (XIM_init_frame): | |
416 * insdel.c: | |
417 * insdel.c (begin_multiple_change): | |
418 * insdel.c (signal_first_change): | |
419 * insdel.c (signal_before_change): | |
420 * insdel.c (signal_after_change): | |
421 * insdel.c (prepare_to_modify_buffer): | |
422 * insdel.c (buffer_insert_string_1): | |
423 * insdel.c (barf_if_buffer_read_only): | |
424 * keymap.c: | |
425 * keymap.c (keymap_lookup_directly): | |
426 * keymap.c (keymap_store): | |
427 * keymap.c (make_keymap): | |
428 * keymap.c (define_key_check_and_coerce_keysym): | |
429 * keymap.c (key_desc_list_to_event): | |
430 * keymap.c (Fdefine_key): | |
431 * keymap.c (Flookup_key): | |
432 * keymap.c (get_relevant_keymaps): | |
433 * keymap.c (minor_mode_keymap_predicate): | |
434 * keymap.c (map_keymap_sort_predicate): | |
435 * keymap.c (Fkey_description): | |
436 * keymap.c (Fsingle_key_description): | |
437 * keymap.c (where_is_to_char): | |
438 * keymap.c (format_raw_keys): | |
439 * keymap.c (where_is_recursive_mapper): | |
440 * keymap.c (where_is_internal): | |
441 * keymap.h (wrap_keymap): | |
442 * lisp-disunion.h: | |
443 * lisp-union.h (XPNTRVAL): | |
444 * lisp-union.h (make_int): | |
445 * lisp-union.h (make_char): | |
446 * lisp-union.h (wrap_pointer_1): | |
447 * lisp.h: | |
448 * lisp.h (dynarr): | |
449 * lisp.h (error_behavior): | |
450 * lisp.h (wrap_cons): | |
451 * lisp.h (struct Lisp_String): | |
452 * lisp.h (wrap_string): | |
453 * lisp.h (set_string_char): | |
454 * lisp.h (wrap_vector): | |
455 * lisp.h (wrap_bit_vector): | |
456 * lisp.h (struct Lisp_Symbol): | |
457 * lisp.h (SYMBOL_IS_KEYWORD): | |
458 * lisp.h (wrap_symbol): | |
459 * lisp.h (XSYMBOL_NEXT): | |
460 * lisp.h (wrap_subr): | |
461 * lisp.h (wrap_marker): | |
462 * lisp.h (wrap_float): | |
463 * lisp.h (FLOATP): | |
464 * lisp.h (wrap_weak_list): | |
465 * lisp.h (wrap_lcrecord_list): | |
466 * lread.c (Fread_from_string): | |
467 * lrecord.h: | |
468 * lrecord.h (wrap_toolbar_button): | |
469 * lrecord.h (wrap_record_1): | |
470 * lstream.c (Lstream_delete): | |
471 * lstream.c (make_stdio_stream_1): | |
472 * lstream.c (make_filedesc_stream_1): | |
473 * lstream.c (make_lisp_string_input_stream): | |
474 * lstream.c (make_fixed_buffer_input_stream): | |
475 * lstream.c (make_fixed_buffer_output_stream): | |
476 * lstream.c (make_resizing_buffer_output_stream): | |
477 * lstream.c (make_dynarr_output_stream): | |
478 * lstream.c (make_lisp_buffer_stream_1): | |
479 * lstream.h (wrap_lstream): | |
480 * marker.c (mark_marker): | |
481 * marker.c (Fmarker_buffer): | |
482 * marker.c (init_buffer_markers): | |
483 * menubar-gtk.c (__generic_button_callback): | |
484 * menubar-gtk.c (menu_descriptor_to_widget_1): | |
485 * menubar-msw.c (mswindows_handle_wm_command): | |
486 * menubar-x.c (pre_activate_callback): | |
487 * menubar-x.c (set_frame_menubar): | |
488 * menubar-x.c (x_popup_menu): | |
489 * menubar.c (Fnormalize_menu_item_name): | |
490 * minibuf.c: | |
491 * minibuf.c (Ftry_completion): | |
492 * minibuf.c (Fall_completions): | |
493 * minibuf.c (clear_echo_area_internal): | |
494 * minibuf.c (echo_area_append): | |
495 * minibuf.c (echo_area_status): | |
496 * mule-canna.c (Fcanna_touroku_string): | |
497 * mule-canna.c (Fcanna_change_mode): | |
498 * mule-canna.c (Fcanna_do_function): | |
499 * mule-ccl.c (Fccl_execute): | |
500 * mule-charset.c: | |
501 * mule-charset.c (print_charset): | |
502 * mule-charset.c (make_charset): | |
503 * mule-charset.c (Fmake_charset): | |
504 * mule-charset.c (Fcharset_id): | |
505 * mule-charset.c (syms_of_mule_charset): | |
506 * mule-wnnfns.c (Fwnn_inspect): | |
507 * native-gtk-toolbar.c (gtk_output_toolbar): | |
508 * objects-msw.c: | |
509 * objects-msw.c (mswindows_print_color_instance): | |
510 * objects-msw.c (mswindows_color_instance_equal): | |
511 * objects-msw.c (mswindows_color_instance_hash): | |
512 * objects-msw.c (mswindows_print_font_instance): | |
513 * objects-msw.c (mswindows_font_instance_truename): | |
514 * objects-msw.c (mswindows_font_spec_matches_charset): | |
515 * objects-tty.c: | |
516 * objects-tty.c (tty_font_spec_matches_charset): | |
517 * objects-x.c (x_font_instance_truename): | |
518 * objects.c: | |
519 * objects.c (finalose): | |
520 * objects.c (Fmake_color_instance): | |
521 * objects.c (font_instance_equal): | |
522 * objects.c (font_instance_hash): | |
523 * objects.c (Fmake_font_instance): | |
524 * objects.c (Flist_fonts): | |
525 * objects.c (reinit_vars_of_objects): | |
526 * objects.h (COLOR_SPECIFIERP): | |
527 * objects.h (FONT_SPECIFIERP): | |
528 * objects.h (FACE_BOOLEAN_SPECIFIERP): | |
529 * objects.h (wrap_color_instance): | |
530 * objects.h (wrap_font_instance): | |
531 * opaque.c (make_opaque): | |
532 * opaque.h (wrap_opaque): | |
533 * opaque.h (wrap_opaque_ptr): | |
534 * postgresql.c (make_pgconn): | |
535 * postgresql.c (make_pgresult): | |
536 * postgresql.h (wrap_pgconn): | |
537 * postgresql.h (wrap_pgresult): | |
538 * print.c: | |
539 * print.c (output_string): | |
540 * print.c (write_eistring): | |
541 * print.c (temp_output_buffer_setup): | |
542 * print.c (print_string): | |
543 * print.c (print_internal): | |
544 * print.c (print_symbol): | |
545 * process-unix.c: | |
546 * process-unix.c (unix_canonicalize_host_name): | |
547 * process.c (make_process_internal): | |
548 * process.c (init_process_io_handles): | |
549 * process.c (Fprocess_send_region): | |
550 * process.c (status_message): | |
551 * process.c (status_notify): | |
552 * process.c (decode_signal): | |
553 * process.c (handle_signal): | |
554 * process.h (PROCESSP): | |
555 * process.h (wrap_process): | |
556 * rangetab.c (Fmake_range_table): | |
557 * rangetab.c (Fcopy_range_table): | |
558 * rangetab.h (wrap_range_table): | |
559 * redisplay-gtk.c (gtk_output_display_block): | |
560 * redisplay-gtk.c (gtk_output_string): | |
561 * redisplay-gtk.c (gtk_output_pixmap): | |
562 * redisplay-gtk.c (gtk_clear_to_window_end): | |
563 * redisplay-gtk.c (gtk_output_eol_cursor): | |
564 * redisplay-gtk.c (gtk_clear_frame): | |
565 * redisplay-gtk.c (gtk_flash): | |
566 * redisplay-msw.c: | |
567 * redisplay-msw.c (mswindows_output_string): | |
568 * redisplay-msw.c (mswindows_output_pixmap): | |
569 * redisplay-msw.c (mswindows_output_display_block): | |
570 * redisplay-output.c: | |
571 * redisplay-output.c (compare_runes): | |
572 * redisplay-output.c (get_cursor_size_and_location): | |
573 * redisplay-output.c (clear_left_border): | |
574 * redisplay-output.c (clear_right_border): | |
575 * redisplay-output.c (output_display_line): | |
576 * redisplay-output.c (redisplay_output_subwindow): | |
577 * redisplay-output.c (redisplay_output_layout): | |
578 * redisplay-output.c (redisplay_output_pixmap): | |
579 * redisplay-output.c (redisplay_clear_top_of_window): | |
580 * redisplay-output.c (redisplay_clear_to_window_end): | |
581 * redisplay-tty.c: | |
582 * redisplay-tty.c (tty_output_display_block): | |
583 * redisplay-tty.c (tty_clear_to_window_end): | |
584 * redisplay-tty.c (tty_turn_on_frame_face): | |
585 * redisplay-tty.c (tty_turn_off_frame_face): | |
586 * redisplay-x.c: | |
587 * redisplay-x.c (x_output_display_block): | |
588 * redisplay-x.c (x_output_string): | |
589 * redisplay-x.c (x_output_eol_cursor): | |
590 * redisplay-x.c (x_clear_frame): | |
591 * redisplay-x.c (x_flash): | |
592 * redisplay.c: | |
593 * redisplay.c (redisplay_text_width_emchar_string): | |
594 * redisplay.c (redisplay_frame_text_width_string): | |
595 * redisplay.c (add_emchar_rune_1): | |
596 * redisplay.c (add_intbyte_string_runes): | |
597 * redisplay.c (add_disp_table_entry_runes_1): | |
598 * redisplay.c (add_glyph_rune): | |
599 * redisplay.c (create_text_block): | |
600 * redisplay.c (create_overlay_glyph_block): | |
601 * redisplay.c (create_left_glyph_block): | |
602 * redisplay.c (create_right_glyph_block): | |
603 * redisplay.c (generate_formatted_string_db): | |
604 * redisplay.c (generate_fstring_runes): | |
605 * redisplay.c (create_string_text_block): | |
606 * redisplay.c (call_redisplay_end_triggers): | |
607 * redisplay.c (redisplay_frame): | |
608 * redisplay.c (start_with_point_on_display_line): | |
609 * redisplay.c (glyph_to_pixel_translation): | |
610 * redisplay.c (pixel_to_glyph_translation): | |
611 * scrollbar-gtk.c (gtk_scrollbar_pointer_changed_in_window): | |
612 * scrollbar-msw.c (mswindows_handle_mousewheel_event): | |
613 * scrollbar-x.c (x_scrollbar_pointer_changed_in_window): | |
614 * scrollbar.c (init_frame_scrollbars): | |
615 * scrollbar.c (init_device_scrollbars): | |
616 * scrollbar.h (wrap_scrollbar_instance): | |
617 * search.c: | |
618 * search.c (fixup_search_regs_for_string): | |
619 * search.c (looking_at_1): | |
620 * search.c (string_match_1): | |
621 * search.c (bi_find_next_emchar_in_string): | |
622 * search.c (search_buffer): | |
623 * search.c (set_search_regs): | |
624 * search.c (wordify): | |
625 * search.c (Freplace_match): | |
626 * search.c (Fstore_match_data): | |
627 * select-gtk.c (gtk_own_selection): | |
628 * select-x.c: | |
629 * sound.c: | |
630 * sound.c (Fding): | |
631 * sound.c (vars_of_sound): | |
632 * specifier.c: | |
633 * specifier.c (make_specifier_internal): | |
634 * specifier.c (canonicalize_tag_set): | |
635 * specifier.c (setup_device_initial_specifier_tags): | |
636 * specifier.c (NOTE): New. | |
637 * specifier.c (recompute_one_cached_specifier_in_window): | |
638 * specifier.c (recompute_one_cached_specifier_in_frame): | |
639 * specifier.h: | |
640 * specifier.h (wrap_specifier): | |
641 * specifier.h (GENERIC_SPECIFIERP): | |
642 * specifier.h (INTEGER_SPECIFIERP): | |
643 * specifier.h (NATNUM_SPECIFIERP): | |
644 * specifier.h (BOOLEAN_SPECIFIERP): | |
645 * specifier.h (DISPLAYTABLE_SPECIFIERP): | |
646 * strftime.c (add_num_time_t): | |
647 * symbols.c: | |
648 * symbols.c (mark_symbol): | |
649 * symbols.c (Fintern): | |
650 * symbols.c (Fintern_soft): | |
651 * symbols.c (Funintern): | |
652 * symbols.c (oblookup): | |
653 * symbols.c (map_obarray): | |
654 * symbols.c (Fsymbol_name): | |
655 * symbols.c (set_up_buffer_local_cache): | |
656 * symbols.c (flush_all_buffer_local_cache): | |
657 * symbols.c (Fset): | |
658 * symbols.c (Fdefvaralias): | |
659 * symbols.c (init_symbols_once_early): | |
660 * symbols.c (defsubr): | |
661 * symbols.c (defsubr_macro): | |
662 * symbols.c (defvar_magic): | |
663 * symeval.h: | |
664 * symeval.h (wrap_symbol_value_magic): | |
665 * syntax.h: | |
666 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR): | |
667 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR): | |
668 * text.c (get_buffer_pos_char): | |
669 * text.c (get_buffer_range_char): | |
670 * text.c (get_string_pos_byte): | |
671 * text.c (get_string_range_byte): | |
672 * text.h: | |
673 * text.h (eiinit): | |
674 * text.h (eiinit_malloc): | |
675 * toolbar-common.c: | |
676 * toolbar-common.c (common_output_toolbar_button): | |
677 * toolbar-common.c (common_output_toolbar): | |
678 * toolbar-common.c (common_clear_toolbar): | |
679 * toolbar-msw.c: | |
680 * toolbar-msw.c (mswindows_output_toolbar): | |
681 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): | |
682 * toolbar.c (update_toolbar_button): | |
683 * toolbar.c (init_frame_toolbars): | |
684 * toolbar.c (init_device_toolbars): | |
685 * toolbar.h (wrap_toolbar_button): | |
686 * toolbar.h (TOOLBAR_SPECIFIERP): | |
687 * tooltalk.c (make_tooltalk_message): | |
688 * tooltalk.c (make_tooltalk_pattern): | |
689 * tooltalk.c (init_tooltalk): | |
690 * tooltalk.h (wrap_tooltalk_message): | |
691 * tooltalk.h (wrap_tooltalk_pattern): | |
692 * ui-gtk.c (Fgtk_import_function_internal): | |
693 * ui-gtk.c (emacs_gtk_object_finalizer): | |
694 * ui-gtk.c (build_gtk_object): | |
695 * ui-gtk.c (build_gtk_boxed): | |
696 * ui-gtk.c (lisp_to_gtk_type): | |
697 * ui-gtk.h (wrap_emacs_ffi): | |
698 * ui-gtk.h (wrap_emacs_gtk_object): | |
699 * ui-gtk.h (wrap_emacs_gtk_boxed): | |
700 * undo.c (undo_prelude): | |
701 * vm-limit.c: | |
702 * vm-limit.c (memory_warnings): | |
703 * window.c: | |
704 * window.c (allocate_window): | |
705 * window.c (window_is_leftmost): | |
706 * window.c (window_is_rightmost): | |
707 * window.c (window_is_highest): | |
708 * window.c (window_is_lowest): | |
709 * window.c (margin_width_internal): | |
710 * window.c (Fnext_window): | |
711 * window.c (Fprevious_window): | |
712 * window.c (Fnext_vertical_window): | |
713 * window.c (window_loop): | |
714 * window.c (buffer_window_count): | |
715 * window.c (Fdelete_other_windows): | |
716 * window.c (list_windows): | |
717 * window.c (make_dummy_parent): | |
718 * window.c (window_pixel_height_to_char_height): | |
719 * window.c (window_char_height_to_pixel_height): | |
720 * window.c (window_displayed_height): | |
721 * window.c (window_pixel_width_to_char_width): | |
722 * window.c (window_char_width_to_pixel_width): | |
723 * window.c (change_window_height): | |
724 * window.c (Fmove_to_window_line): | |
725 * window.c (wrap_window_configuration): | |
726 * window.c (Fcurrent_window_configuration): | |
727 * window.h (wrap_window): | |
728 * window.h (wrap_window_mirror): | |
729 Eliminate XSETFOO. Replace all usages with wrap_foo(). | |
730 | |
731 Make symbol->name a Lisp_Object, not Lisp_String *. Eliminate | |
732 nearly all uses of Lisp_String * in favor of Lisp_Object, and | |
733 correct macros so most of them favor Lisp_Object. | |
734 | |
735 Create new error-behavior ERROR_ME_DEBUG_WARN -- output warnings, | |
736 but at level `debug' (usually ignored). Use it when instantiating | |
737 specifiers, so problems can be debugged. Move | |
738 log-warning-minimum-level into C so that we can optimize | |
739 ERROR_ME_DEBUG_WARN. | |
740 | |
741 Fix warning levels consistent with new definitions. | |
742 | |
743 Add default_ and parent fields to char table; not yet implemented. | |
744 | |
745 New fun Dynarr_verify(); use for further error checking on Dynarrs. | |
746 | |
747 Rearrange code at top of lisp.h in conjunction with dynarr changes. | |
748 | |
749 Fix eifree(). Use Eistrings in various places | |
750 (format_event_object(), where_is_to_char(), and callers thereof) | |
751 to avoid fixed-size strings buffers. New fun write_eistring(). | |
752 | |
753 Reindent and fix GPM code to follow standards. | |
754 | |
755 Set default MS Windows font to Lucida Console (same size as | |
756 Courier New but less interline spacing, so more lines fit). | |
757 Increase default frame size on Windows to 50 lines. (If that's too | |
758 big for the workspace, the frame will be shrunk as necessary.) | |
759 | |
760 Fix problem with text files with no newlines (). (Change | |
761 `convert-eol' coding system to use `nil' for autodetect, | |
762 consistent with make-coding-system.) | |
763 | |
764 Correct compile warnings in vm-limit.c. | |
765 | |
766 Fix handling of reverse-direction charsets to avoid errors when | |
767 opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el. | |
768 | |
769 Recode some object printing methods to use write_fmt_string() | |
770 instead of a fixed buffer and sprintf. | |
771 | |
772 Turn on display of png comments as warnings (level `info'), now | |
773 that they're unobtrusive. | |
774 | |
775 Revamped the sound documentation. | |
776 | |
777 Fixed bug in redisplay w.r.t. hscroll/truncation/continuation | |
778 glyphs causing jumping up and down of the lines, since they're | |
779 bigger than the line size. (It was seen most obviously when | |
780 there's a horizontal scroll bar, e.g. do C-h a glyph or something | |
781 like that.) The problem was that the glyph-contrib-p setting on | |
782 glyphs was ignored even if it was set properly, which it wasn't | |
783 until now. | |
784 | |
1 2002-03-14 Mike Alexander <mta@arbortext.com> | 785 2002-03-14 Mike Alexander <mta@arbortext.com> |
2 | 786 |
3 * event-msw.c (mswindows_unwait_process): New, remove process from | 787 * event-msw.c (mswindows_unwait_process): New, remove process from |
4 wait list | 788 wait list |
5 * process-nt.c (nt_finalize_process_data): Call | 789 * process-nt.c (nt_finalize_process_data): Call |