XEmacs 21.4.12 "Portable Code".
[chise/xemacs-chise.git.1] / src / ChangeLog
index d447fe9..03c25d8 100644 (file)
+2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.12 "Portable Code" is released.
+
+2003-01-14  Sergey Okhapkin <sos@prospect.com.ru>
+
+       * Makefile.in.in (ldflags): re-order sections for gcc 3.2.
+       * s/cygwin.sc: new linker file.
+
+2003-01-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       Build fixes courtesy Martin Buchholz <martin@xemacs.org>:
+
+       * redisplay-x.c (x_output_string): Use X11-specified types.
+       * syntax.c, syntax.h (SYNTAX_CODE): Use enum syntaxcode, not int.
+       * emacs.c (__free_hook): Use typeof with Intel compiler.
+       * config.h.in (alloca.h): Quick safe hack to please Intel compiler.
+
+2003-01-08  Andy Piper  <andy@xemacs.org>
+
+       * unexcw.c (copy_executable_and_dump_data_section): Set the stack
+       reserve size during unexec().
+
+2003-01-07  Daiki Ueno  <daiki@xemacs.org>
+
+       * process-unix.c (unix_create_process): Don't let outchannel block.
+
+2003-01-05  Rick Rankin  <rick_rankin@yahoo.com>
+
+        * emacs.c: Include "syswindows.h" when compiling under Cygwin.
+        Needed for IsBadReadPtr().
+
+2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.11 "Native Windows TTY Support" is released.
+
+2002-12-14  Ben Wing  <ben@xemacs.org>
+
+       * callint.c: Declaration error.
+       * dumper.c (pdump):
+       * dumper.c (pdump_load): Warning fix.
+       * process.c: GCPRO error.
+       * glyphs.c (unmap_subwindow):
+       * glyphs.c (map_subwindow): Parenthesizing errors with ! and &&.
+       * event-stream.c (maybe_kbd_translate): Wrong argument to
+       character_to_event().
+
+       * alloc.c (garbage_collect_1):
+       * emacs.c:
+       * emacs.c (debug_can_access_memory):
+       * emacs.c (fatal_error_signal):
+       * emacs.c (mswindows_handle_hardware_exceptions):
+       * emacs.c (main_1):
+       * emacs.c (main):
+       * emacs.c (assert_failed):
+       * emacs.c (syms_of_emacs):
+       * lisp.h:
+       * print.c:
+       * print.c (std_handle_out_va):
+       * print.c (write_string_to_stdio_stream):
+       * print.c (write_fmt_string):
+       * print.c (printing_badness):
+       * print.c (printing_major_badness):
+       * print.c (print_internal):
+       * print.c (debug_print_no_newline):
+       * print.c (debug_backtrace):
+       Be more defensive in handling bad values when printing.  Add code
+       from trunk involving inhibit_non_essential_printing_operations.
+       When going down or in debug_print(), don't do external conversion
+       and such and try really, really hard when printing to avoid core
+       dumping.  Add force-debugging-signal, debug_break().
+
+2002-12-12  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * dumper.c (pdump_load): Include sysdep.h; retry with truename.
+       Analysis and original patch by Vin Shelton <acs@xemacs.org>.
+
+2002-12-02  Greg Allen  <greg_allen@westlb-systems.co.uk>
+
+       * database.c: Fix open_database. Berkeley DB API has changed in
+       4.1. see: http://www.sleepycat.com/docs/ref/upgrade.4.1/fop.html
+
+2002-11-26  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * specifier.c (Fvalid_specifier_type_p): Typo in comment.
+
+2002-11-13  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * event-Xt.c (Xt_timeout):
+       (Xt_timeout_callback):
+       (emacs_Xt_add_timeout):
+       (emacs_Xt_remove_timeout):
+       (Xt_timeout_to_emacs_event):
+       Turn completed_timeouts from a stack into a queue.  Fixes
+       deadlocks <15829.21626.171573.994716@sinisa.nasamreza.org>.
+
+2002-11-07  Wolfram Gloger  <wg@malloc.de>
+
+       * alloc.c (reinit_alloc_once_early): Disable mmap in Doug Lea malloc.
+       * emacs.c (main): Assert that mmap'd allocation is disabled.
+
+2002-10-14  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-widget.c (layout_query_geometry): add in fiddle
+       factor. Include border text in width layout calculation.
+       (layout_layout): use BORDER_FIDDLE_FACTOR instead of 10.
+
+2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.10 "Military Intelligence" is released.
+
+2002-10-17  Raymond Toy  <toy@rtp.ericsson.se>
+
+       * nas.c: Update for NAS 1.6 and later, from Jon Trulson.  Was
+       using the NAS private array SoundFileInfo that no longer exists in
+       NAS 1.6 and later.  Preserve backward compatibility with NAS 1.5a
+       and earlier.  This is broken for some versions between 1.5a and
+       1.5f.
+
+2002-10-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * realpath.c (win32_readlink): Try to fix truename of wildcard bug.
+
+       * emacs.c (shut_down_emacs): Improve crash message.
+
+2002-10-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * file-coding.c (determine_real_coding_system): Check for coding
+       cookie in first LINES_TO_CHECK lines (currently 2).  Cater to
+       shebangs and Python PEP 263.
+
+2002-10-08  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-widget.c (layout_query_geometry): only resize dynamically
+       if static sizes haven't been set.
+
+2002-08-30  Mike Alexander  <mta@arbortext.com>
+
+       * event-msw.c (winsock_closer): Use closesocket, not CloseHandle
+       to close a socket.
+
+2002-10-03  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * callproc.c (child_setup): 21.4 doesn't have retry_close.
+
+2002-09-20  Mike Sperber <mike@xemacs.org>
+
+       (This partially gets back my patch from 2002-07-20 without the
+       bug.)
+       * callproc.c (child_setup): Remove Ben's comment noting confusion
+       over the file descriptors >= 3: close_process_descs() doesn't
+       close those.  Fix fd range to go up to MAXDESC-1 instead of 64.
+       * process-unix.c (unix_create_process): Call
+       begin_dont_check_for_quit to inhibit unwanted interaction (and
+       thus breaking of X event synchronicity) in the child.
+
+2002-09-26  Golubev I. N.  <gin@mo.msk.ru>
+
+       * frame-x.c (x_delete_frame): do not call XtDisplay on a destroyed
+       widget.
+
+2002-08-20  Ben Sigelman  <bhsigelm@cs.brown.edu>
+
+       * event-Xt.c (drain_X_queue): loop over while(XEventsQueued())
+       instead of while(XtAppPending()&XtIMXEvent).  Upon a gdm logout,
+       the xemacs process did not exit, but looped infinitely here.  This
+       fixes that problem.
+
+2002-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * font-lock.c (SYNTAX_START_STYLE, SYNTAX_END_STYLE): Quiet GCC.
+       (find_context): Improve comments.
+
+       * regex.c (re_compile_fastmap):  Gratuitous #ifdef comment fixes.
+       (re_match_2): An XCHAR_TABLE operation was missing.
+
+       Many of the following changes were inspired by Andy Piper's (now
+       obsolete) patch to make syntax-table text property lookup optional.
+
+       [Documentation]
+
+       * syntax.h (top level): Document semantics of syntax flags.
+       * syntax.c (comstr_start, Fforward_comment): Improve comments.
+       * syntax.c, syntax.h (top level): Document syntax cache better in
+       comments.
+
+       [Instrument syntax caching (temporary change)]
+
+       * syntax.h (enum syntax_cache_statistics_functions, struct
+       syntax_cache_statistics, SCS_STATISTICS_SET_FUNCTION,
+       SYNTAX_CACHE_STATISTICS_COUNT_INIT): New types and macros.
+       * syntax.c (scan_words, Fforward_comment, scan_lists,
+       Fbackward_prefix_characters):
+       * font-lock.c (find_context):
+       Use them to instrument syntax caching. 
+       * syntax.c (struct syntax_cache_statistics, scs_statistics,
+       syntax_cache_statistics_function_names): New type and variables.
+       * syntax.c (update_syntax_cache): Update and report statistics.
+
+       [Major syntax cache optimizations]
+
+       syntax.c (lookup_syntax_properties): Default off.
+
+       * syntax.h (UPDATE_SYNTAX_INTERNAL): New, implements UPDATE_SYNTAX*.
+       * syntax.c (update_syntax_cache):
+       Move init test from update_syntax_cache to UPDATE_SYNTAX_INTERNAL.
+
+       [Minor syntax cache optimizations and code clarifications]
+
+       * syntax.h (SYNTAX_COMMENT_BITS, SYNTAX_START_P, SYNTAX_END_P,
+       SYNTAX_STYLES_MATCH_START_P, SYNTAX_STYLES_MATCH_1CHAR_P,
+       SYNTAX_STYLES_MATCH_END_P, STYLE_FOUND_1CHAR_P, STYLE_FOUND_P,
+       SYNTAX_COMMENT_MASK_END, SYNTAX_COMMENT_MASK_START,
+       SYNTAX_COMMENT_1CHAR_MASK): Remove redundant argument `table'.
+       (Code clarification.)
+
+       * syntax.c (scan_words, find_end_of_comment, scan_sexps_forward,
+       scan_lists): Compute code from syncode, use Boolean macros instead
+       of redundant masking operations.  (Code clarification; any decent
+       compiler can do this optimization.)
+
+       * syntax.c (scan_lists): Rearrange switches (case Sstring_fence)
+       for clarity.
+
+       * syntax.h, syntax.c (NEXT_SINGLE_PROPERTY_CHANGE,
+       PREVIOUS_SINGLE_PROPERTY_CHANGE, update_syntax_cache): Conditionally
+       use F*_single_property_change instead of F*_extent_change.
+       Currently F*_single_property_change is _much_ less efficient.
+
+       * dired.c (Fdirectory_files): Qt not valid in syntax_cache.object.
+       * syntax.h (SETUP_SYNTAX_CACHE_FOR_OBJECT):  Initialize
+       syntax_cache.object properly, don't leave Qt or Qnil.
+       (SYNTAX_CACHE_BYTE_TO_CHAR): Use SETUP_SYNTAX_CACHE_FOR_OBJECT.
+       * syntax.c (update_syntax_cache): Use BUFFERP and STRINGP, not
+       tests for Qt or Qnil.
+
+2002-09-21  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * redisplay.c (point_in_line_start_cache): 
+       * extents.c (print_extent_1):
+       Fix warnings.
+
+       * extents.c (Fset_extent_property): Document `syntax-table' property.
+
+       * extents.h (Fnext_single_property_change): EXFUN it.
+
+2002-09-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * search.c (clear_unused_search_regs): New static function.
+       (search_buffer): 
+       (simple_search): 
+       (boyer_moore):
+       Use it.  Fixes "stale match data" bug reported by Martin Stjernholm.
+       Minor clarifications in comments.
+
+       * regex.c (re_match_2_internal): Ensure no stale submatches.
+
+2002-09-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * event-Xt.c (enqueue_focus_event): Add missing prototype.
+
+2002-08-29  Jerry James  <james@xemacs.org>
+
+       * lisp.h: structrures -> structures.
+
+2002-06-03  Andy Piper  <andy@xemacs.org>
+
+       * frame.c (frame_conversion_internal): add conversion appropriate
+       for setting frame dimensions in pixels.
+
+       * console.h (struct console_methods): add device-specific widget
+       layout functions.
+
+       * emacs.c (main_1): initialize glyph vars.
+
+       * event-Xt.c (handle_focus_event_1): call handle_focus_event_2
+       (handle_focus_event_2): new function. Allow focus to
+       be set to a particular window and widget.
+       (enqueue_focus_event): new function. Create a
+       synthetic focus event.
+       (emacs_Xt_handle_magic_event): call
+       handle_focus_event_2.
+
+       * frame.c (Fset_frame_pixel_height): new function. Allow
+       pixel-based sizing. Does the right thing on character-oriented
+       displays.
+       (Fset_frame_pixel_width): ditto.
+       (Fset_frame_pixel_size): ditto.
+       (syms_of_frame): declare.
+
+       * general-slots.h: add :vertically-justify and
+       :horizontally-justify.
+
+       * glyphs-msw.c (xbm_create_bitmap_from_data): warning fix.
+       (mswindows_widget_border_width): new function.
+       (mswindows_combo_box_instantiate): set border widths.
+       (console_type_create_glyphs_mswindows): declare.
+
+       * glyphs-widget.c:
+       (check_valid_justification): allow vertical and horizontal
+       justification.
+       (widget_border_width): new function. Call device methods.
+       (widget_instance_border_width): ditto.
+       (logical_unit_height): new function. Determine the height of a
+       logical-unit. Logical units are intended to provide grid-like
+       layout for subcontrols in a layout. If the layout is
+       :vertically-justify top then subcontrols will be positioned on
+       logical-unit boundaries, thus allowing adjacent subcontrols to
+       line up.
+       (widget_logical_unit_height): ditto for widgets.
+       (redisplay_widget): misc cleanup.
+       (widget_spacing): new function. Call device specific
+       methods. Intended to be the default gap between adjacent widgets.
+       (widget_query_geometry): use new spacing functions to determine
+       appropriate geometry.
+       (initialize_widget_image_instance): initialize horizontal and
+       vertical justification.
+       (widget_instantiate): use logica-units where appropriate for
+       sizing large widgets.
+       (button_query_geometry): use widget_instance_border_width.
+       (tree_view_query_geometry): ditto.
+       (tab_control_query_geometry): ditto.
+       (edit_field_query_geometry): new function.
+       (layout_update): pick up :justify, :horizontally-justify and
+       :vertically-justify none of which worked previously. :justify is
+       used as a fallback for both horizontal and vertical justification.
+       (layout_query_geometry): use logical units to size appropriately.
+       (layout_layout): ditto.
+       (Fwidget_logical_to_character_width): new function. Allow users to
+       convert from logical units to characters so that frame sizes can
+       be set appropriately.
+       (Fwidget_logical_to_character_height): ditto.
+       (syms_of_glyphs_widget): declare.
+       (image_instantiator_edit_fields): add edit_field_query_geometry.
+       (VALID_LAYOUT_KEYWORDS): declare :vertically-justify and
+       :horizontally-justify.
+       (specifier_vars_of_glyphs_widget): new function. Declare
+       Vwidget_border_width which is not yet used.
+
+       * glyphs-x.c (x_map_subwindow): enqueue appropriate focus events.
+       (x_widget_border_width): new function.
+       (x_widget_instantiate): create a sensible name for widgets.
+       (console_type_create_glyphs_x): declare x_widget_border_width.
+
+       * glyphs.h (DEFAULT_WIDGET_BORDER_WIDTH): new macro.
+       (struct Lisp_Image_Instance): add :vertically-justify and
+       :horizontally-justify.
+       (LAYOUT_JUSTIFY_TOP): new.
+       (IMAGE_INSTANCE_SUBWINDOW_H_JUSTIFY): new.
+       (ROUND_UP): new macro. Round argument up to next integral
+       interval.
+
+       * redisplay-output.c (redisplay_output_layout): misc formatting.
+
+       * symsinit.h: declare specifier_vars_of_glyphs_widget.
+
+2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.9 "Informed Management" is released.
+
+2002-08-19  Andy Piper  <andy@xemacs.org>
+
+       * fileio.c (Ffile_truename): on cygwin using win32 normalize to
+       win32 format.
+
+       * realpath.c (xrealpath): normalize drive spec also so that dir
+       sep chars are not mixed on cygwin.
+
+2002-08-06  Jerry James  <james@xemacs.org>
+
+       * window.c (Fsplit_window): Count only half of the divider width
+       against the left window when splitting horizontally. 
+
+2002-06-24  Andy Piper  <andy@xemacs.org>
+
+       * toolbar-gtk.c (GTK_OUTPUT_BUTTONS_LOOP): output button if whole
+       toolbar was cleared.
+
+       * toolbar-msw.c (mswindows_clear_frame_toolbars): new
+       function. Split out from mswindows_output_frame_toolbars.
+       (mswindows_output_frame_toolbars): move clear pieces to
+       mswindows_output_frame_toolbars.
+
+       * toolbar-gtk.c (gtk_clear_frame_toolbars): new function. Split
+       out from gtk_output_frame_toolbars.
+       (gtk_output_frame_toolbars): move clear pieces to
+       gtk_clear_frame_toolbars.
+
+       * toolbar-x.c (X_OUTPUT_BUTTONS_LOOP): always output buttons when
+       the frame is cleared. How this ever worked before is a mystery.
+       (x_output_frame_toolbars): Only output toolbars.
+       (x_clear_frame_toolbars): new. Clear previous toolbar locations.
+
+       * gutter.c (update_gutter_geometry):
+       Mark frame layout changed.
+       (update_frame_gutter_geometry, update_frame_gutters):
+       Respect frame_layout_changed.
+
+       * console.h (struct console_methods): add
+       clear_frame_toolbars_method.
+
+       * redisplay.c (redisplay_frame): call
+       update_frame_toolbars_geometry and re-order update_frame_toolbars.
+
+       * toolbar.h: declare update_frame_toolbars_geometry.
+
+       * toolbar.c (update_frame_toolbars_geometry): new function. Split
+       out from update_frame_toolbars.  Call clear_frame_toolbars.
+       (update_frame_toolbars): only output, do not change geometry.
+
+       * redisplay.c: add frame_layout_changed.
+
+       * redisplay.h: add frame_layout_changed.
+       (CLASS_RESET_CHANGED_FLAGS): set it.
+       (GLOBAL_RESET_CHANGED_FLAGS): ditto.
+       (CLASS_REDISPLAY_FLAGS_CHANGEDP): test it.
+       (GLOBAL_REDISPLAY_FLAGS_CHANGEDP): ditto.
+
+       * device.h (struct device): add frame_layout_changed.
+       (MARK_DEVICE_FRAME_LAYOUT_CHANGED): new.
+
+       * frame.h (struct frame): add frame_layout_changed.
+       (MARK_FRAME_LAYOUT_CHANGED): new.
+
+2002-06-30  Mike Alexander  <mta@arbortext.com>
+
+       * event-msw.c (mswindows_need_event): Don't wait for a new message
+       if the queue is not empty.  Suggested by Paul Moore.
+
+2002-06-12  Andy Piper  <andy@xemacs.org>
+
+       * frame-msw.c (msprinter_init_frame_3): calculate the frame size
+       for printing on accurately.
+
+2002-06-09  Rick Rankin <rick_rankin@yahoo.com>
+
+       * event-msw.c (mswindows_wnd_proc): Add a handler for the
+       WM_ACTIVATE message. Make sure that the frame is visible if the
+       window is visible. This seemss to fix the problem where XEmacs
+       appears to freeze after switching desktops with certain virtual
+       window managers.
+       (debug_output_mswin_message): Added code to output message
+       parameters for WM_WINDOWPOSCHANGED, 
+       WM_WINDOWPOSCHANGING, WM_MOVE, and WM_SIZE messages.
+
+2002-05-25  Andy Piper  <andy@xemacs.org>
+
+       * select-x.c (vars_of_select_x): Fix docstring of
+       x-selection-strict-motif-ownership
+
+2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * keymap.c (get_keymap):
+       Add comment about do_autoload GCPROs own args.
+
+2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * bytecode.c (execute_optimized_program): check_opcode ifdef
+       ERROR_CHECK_BYTE_CODE.
+
+2002-08-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       Thanks to Ben Wing and Michael Sperber.
+
+       * eval.c (Fcommand_execute):
+       (Feval):
+       (Ffuncall):
+       (Fmacroexpand_internal):
+       (function_argcount):
+       callint.c (Fcall_interactively):
+       Add comment about do_autoload GCPROs own args.
+
+       * (do_autoload): GCPRO both args as well as local Lisp_Object.
+
+       * eval.c (Ffuncall): Extra braces to placate GCC.
+
+2002-08-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * backtrace.h (grow_specpdl):
+       (SPECPDL_RESERVE):
+       * EmacsFrame.c (EmacsFrameSetValues):
+       * eval.c (grow_specpdl):
+       * ExternalShell.c (hack_event_masks_1):
+       * glyphs-x.c (convert_EImage_to_XImage): 
+       (x_finalize_image_instance):
+       * ralloc.c (page_size):
+       (r_alloc_sbrk):
+       * xgccache.c (gc_cache_hash):
+       Fix unsigned comparison warnings.
+
+2002-07-29  Jerry James  <james@xemacs.org>
+
+       * lread.c (locate_file): Any nonnegative return value indicates
+       success if MODE is nonnegative.
+
+2002-08-03  Brian A Palmer  <bpalmer@rescomp.Stanford.EDU>
+
+       * emacs.c (Fsplit_string_by_char): Make 2nd arg SEPCHAR a required
+       argument. 
+
+2002-07-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * process-unix.c (unix_send_process): #ifdef the coding_stream member.
+
+       * dumper.c (pdump_get_indirect_count):
+       (pdump_scan_by_alignment):
+       (pdump_dump_root_struct_ptrs):
+       (pdump_dump_rtables):
+       (pdump_dump_root_objects):
+       (pdump):
+       * nas.c (WaveOpenDataForReading):
+       * fns.c (print_bit_vector):
+       * font-lock.c (SINGLE_SYNTAX_STYLE):
+       * glyphs.c (check_for_ignored_expose):
+       (find_matching_subwindow):
+       * glyphs-eimage.c:
+       * imgproc.c (get_histogram):
+       * redisplay.c (point_in_line_start_cache):
+       * redisplay-output.c (redisplay_unmap_subwindows):
+       * symbols.c (defsymbol_massage_name_1):
+       (defkeyword_massage_name):
+       (deferror_massage_name_and_message):
+       * redisplay-x.c (x_output_string): 
+       * emacs.c (run_temacs_argv_size, run_temacs_args_size):
+       * frame.h (struct frame):
+       * filelock.c (current_lock_owner):
+       * doprnt.c (emacs_doprnt_1):
+       * lisp.h (struct Lisp_Bit_Vector):
+       (DO_REALLOC):
+       Fix warnings.
+
+2002-02-13  Ben Wing  <ben@xemacs.org>
+
+       * event-stream.c (reset_key_echo):
+       * event-stream.c (reset_this_command_keys):
+       * event-stream.c (execute_command_event):
+       If console is dead as a result of C-x 5 0, then post-command stuff
+       needs to be careful and do only non-console-specific stuff.
+
+2002-07-01  Mike Sperber <mike@xemacs.org>
+
+       * process-unix.c (unix_send_process): Mark coding_outstream as
+       non-open upon SIGPIPE.
+
+       * event-stream.c (Fnext_event): Reorder switch cases to something
+       that makes sense.
+
+2001-08-13  Dmitry Astapov  <adept@umc.com.ua>
+
+       * event-Xt.c (maybe_define_x_key_as_self_inserting_character):
+       Don't bogusly reinitialize ascii_character property.
+
+2002-07-08  Mike Sperber <mike@xemacs.org>
+
+       * process.c (Fstart_process_internal): Do error checking before we
+       fork off the child, so the child can't muck with the state of the
+       parent.
+
+2002-07-08  Mike Sperber <mike@xemacs.org>
+
+       * ralloc.c (init_ralloc): Allocate properly for pdump.
+
+2002-06-12  Andy Piper  <andy@xemacs.org>
+
+       * glyphs.c (query_string_geometry): check the string.
+
+       * glyphs-widget.c (widget_logical_unit_height): cope with nil
+       widget names.
+
+2002-06-17  Jerry James  <james@xemacs.org>
+
+       * sysdll.c: Remove RTLD_GLOBAL initialization.
+       * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
+
+2002-06-25  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * search.c (skip_chars): Port Ben's crash fix and efficiency patch.
+
+2002-05-16  Mathias Grimmberger  <mgri@zaphod.sax.de>
+
+       * sysdep.c (sys_rename): Make sys_rename work for the case where
+       Windows rename sets errno to EACCES if target file exists.
+
+2002-05-21  Jonathan Harris  <jonathan@xemacs.org>
+
+       * device-msw.c (mswindows_handle_page_setup_dialog_box):
+       Fix detection of metric units to work on Win95
+
+2002-05-21  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * syswindows.h: #define LOCALE_RETURN_NUMBER.  Why, I don't know.
+
+2002-04-25  Andy Piper  <andy@xemacs.org>
+
+       * redisplay.c (create_text_block): Remove extra comment trailer.
+
+2002-04-24  Andy Piper  <andy@xemacs.org>
+
+       * redisplay.c (create_text_block): Don't actually add propagation
+       data if the line ends after we have added a glyph.
+
+2002-04-22  Andy Piper  <andy@xemacs.org>
+
+       * extents.c (extent_fragment_update): check for glyphs we have
+       previously displayed.
+       * extents.c (print_extent_1): warning removal.
+       * extents.h: change prototype.
+       * redisplay-output.c (redisplay_normalize_glyph_area): calculate
+       widths correctly for wide glyphs.
+       * redisplay.c (position_redisplay_data_type): add end_glyph_width.
+       * redisplay.c (prop_type): add PROP_GLYPH.
+       * redisplay.c (struct prop_block): add glyph type
+       * redisplay.c (add_glyph_rune): when adding part of a glyph add it
+       to the propagation data.
+       * redisplay.c (create_text_block): if there is a glyph in the
+       propagation data use it to salt extent_fragment_update.
+       * redisplay.c (create_string_text_block): ditto.
+
+2002-04-13  Nix  <nix@esperi.demon.co.uk>
+
+       * redisplay.h (struct rune): Add ascent, descent, and yoffset fields.
+       * redisplay-output.c (compare_runes): Compare them.
+       * redisplay.c: Update copyright date.
+       * redisplay.c (pos_data): Add need_baseline_computation field.
+       * redisplay.c (add_glyph_rune): Update ascent, descent, and
+       need_baseline_computation; zero yoffset. Set max_pixmap_height
+       for all pixmaps, not just automatically positioned ones.
+       * redisplay.c (calculate_yoffset): New, compute yoffset values.
+       * redisplay.c (calculate_baseline): New, compute textual baseline.
+       * redisplay.c (add_glyph_rune): Call them.
+       * redisplay.c (create_text_block): Likewise.
+       * redisplay.c (create_overlay_glyph_block): Likewise.
+       * redisplay.c (add_margin_runes): Likewise.
+       * redisplay.c (create_string_text_block): Likewise. Fix tabdamage.
+
+       * redisplay.h: (redisplay_calculate_display_boxes): Change prototype.
+       * redisplay-output.c (redisplay_calculate_display_boxes): Use yoffset.
+       * redisplay-msw.c (mswindows_output_blank): Pass 0 as yoffset.
+       * redisplay-msw.c (mswindows_output_string): Likewise.
+       * redisplay-msw.c (mswindows_output_display_block): Pass yoffset.
+       * redisplay-gtk.c (gtk_output_display_block): Likewise.
+       * redisplay-x.c (x_output_display_block): Likewise.
+
+2002-03-28  Ben Wing  <ben@xemacs.org>
+
+       * redisplay.c: 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.
+
+2002-04-24  Andy Piper  <andy@xemacs.org>
+
+       * lisp.h (Dynarr_end): Fix definition.
+
+2002-02-06  Adrian Aichner  <adrian@xemacs.org>
+
+       * redisplay.c (mark_redisplay): Remove call to
+       update_frame_window_mirror.
+
+2001-11-15  Andy Piper  <andy@xemacs.org>
+
+       * win32.c (Fmswindows_shell_execute): fix handling of URL's under
+       cygwin (again).
+
+2002-02-13  Andy Piper  <andy@xemacs.org>
+
+       * event-msw.c (mswindows_wnd_proc): only mark the frame visible if
+       we did in fact enqueue the XM_MAPFRAME event.
+
+2002-01-15  Adrian Aichner  <adrian@xemacs.org>
+
+       * event-msw.c (mswindows_wnd_proc): Add handling of WM_SHOWWINDOW
+       to fix problem switching between virtual desktops under virtuawin
+       virtual window manager.
+
+2001-07-30  Adrian Aichner  <adrian@xemacs.org>
+
+       * event-msw.c: Typo fix.
+       * event-msw.c (mswindows_wnd_proc): Set FRAME_VISIBLE_P after
+       magic XM_MAPFRAME event has been sent.
+
+2001-11-23  Andy Piper  <andy@xemacs.org>
+
+       * event-msw.c (mswindows_wnd_proc): Don't pump mousewheel events.
+
+2001-11-21  Andy Piper  <andy@xemacs.org>
+
+       * scrollbar-msw.c (mswindows_handle_mousewheel_event): cope with
+       mouse events outside the frame.
+
+2002-03-20  Andy Piper  <andy@xemacs.org>
+
+       * menubar-msw.c (mswindows_popup_menu): warning removal.
+       * dialog-msw.c (dialog_popped_down): ditto.
+
+2001-12-11  Andy Piper  <andy@xemacs.org>
+
+       * dialog-msw.c (dialog_popped_down): new function. unset popup_up_p.
+       * dialog-msw.c (mswindows_make_dialog_box_internal): set
+       popup_up_p.
+       * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): ditto.
+       * menubar-msw.c (mswindows_handle_wm_command): ditto.
+       * menubar-msw.c (mswindows_popup_menu): ditto.
+
+2001-10-29  Andy Piper  <andy@xemacs.org>
+
+       * dialog-msw.c (handle_directory_dialog_box): quit if the user
+       cancels.
+
+2002-01-03  Andy Piper  <andy@xemacs.org>
+
+       * realpath.c (ABS_LENGTH): dtrt for cygwin systems using drive
+       letters.
+       (xrealpath): ditto.
+
+2002-03-29  Jonathan Harris  <jonathan@xemacs.org>
+
+       * device-msw.c (plist_get_margin): Add arg specifying mm or inches
+       * device-msw.c (plist_set_margin): Fix multiplicand used for mm
+       * device-msw.c (mswindows_handle_page_setup_dialog_box):
+       Detect and handle case where machine is set up for metric units
+
+2002-04-02  Andy Piper  <andy@xemacs.org>
+
+       * dired-msw.c (mswindows_get_files): 
+       * nt.c (mswindows_stat): SetErrorMode() so that file errors are
+       completely handled by XEmacs. Suggested by Thomas Vogler
+       <mail@thomas-vogler.de>.
+
+2001-11-14  Andy Piper  <andy@xemacs.org>
+
+       * nt.c (REG_ROOT): change registry key to XEmacs.
+
+2002-04-27  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-msw.c (mswindows_widget_instantiate): remove dead-code.
+
+2002-04-26  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-msw.c (mswindows_map_subwindow): observe :initial-focus
+       behavior.
+
+2002-03-14  Mike Alexander  <mta@arbortext.com>
+
+       * event-msw.c (mswindows_unwait_process): New, remove process from
+       wait list
+       * process-nt.c (nt_finalize_process_data): Call
+       mswindows_unwait_process
+       * console-msw.h: Declare mswindows_unwait_process
+
+2002-05-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * editfns.c (Fdecode_time):
+       (Fformat_time_string):
+       Check for invalid time.  Thanks to Nick Pakoulin <npak@ispras.ru>.
+       (make_time): Warning elimination (change arg name).
+
+2001-11-24  Andy Piper  <andy@xemacs.org>
+
+       * window.c (Fsplit_window): Doc return type.
+
+2002-04-01  Andy Piper  <andy@xemacs.org>
+
+       * emacs.c (Fkill_emacs): Only output message box in interactive
+       mode.
+
+2002-04-26  Andy Piper  <andy@xemacs.org>
+       * config.h.in: pull in 21.5.x change to stop alloca warnings under
+       cygwin.
+
+2002-03-18  Gregory Steuck  <greg-xemacs-patch@nest.cx>
+
+       * unexelf.c:  Use ELFSIZE or define from _LP64 to indicate a 64
+       bit platform.
+
+2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.8 "Honest Recruiter" is released.
+
+2002-05-07  Nix  <nix@esperi.demon.co.uk>
+
+       Supersedes 2002-04-17 patch.
+
+       * process.h (PROCESS_LIVE_P): Use the process status as
+       evidence of health, not the state of the input stream.
+       (PROCESS_READABLE_P): Say if the process is readable
+       from. (It may be dead nonetheless.)
+       (CHECK_READABLE_PROCESS): Test for that condition.
+
+       * process.c (create_process): Use PROCESS_READABLE_P.
+       (read_process_output, set_process_filter): Likewise.
+
+       * process.c (Fprocess_input_coding_system): Use CHECK_READABLE_PROCESS.
+       (Fset_process_input_coding_system, Fprocess_coding_system): Likewise.
+
+       This code is #if 0'd, this is not the time to add new functions:
+
+       * process.c (Fprocess_readable_p): Report readability status.
+       * process.c (Qprocess_readable_p): New, associated symbol...
+       * process.c (syms_of_process): ... initialize it.
+
+2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.7 "Economic Science" is released.
+
+2002-04-17  Nix  <nix@esperi.demon.co.uk>
+
+       * process.h (PROCESS_LIVE_P): Use the process status as
+       evidence of health, not the state of the input stream.
+
+2002-04-30  Charles G. Waldman <cgw@xemacs.org>
+
+        * sysdep.c (sys_siglist): change "signum" to "signal"
+
+2001-04-21  Martin Buchholz  <martin@xemacs.org>
+
+       * s/darwin.h: New file.
+       Thanks to Greg Parker <gparker@cs.stanford.edu>.
+       
+2002-04-23  Andreas Jaeger  <aj@suse.de>
+
+       * s/linux.h (LIB_STANDARD): Define correctly for x86-64 and s390x
+       which use lib64 for 64-bit libs.
+        (START_FILES): Likewise.
+
+2002-02-11  Mike Sperber  <mike@xemacs.org>
+
+       * device-x.c: 
+       (x_IO_error_handler):
+       (x_init_device): Temporarily keep device in static variable
+       `device_being_initialized' so we can recover gracefully from
+       internal XOpenDevice failure.  (XOpenDevice is documented to
+       return NULL on failure, but sometimes calls the IO error handler
+       instead.)
+
+2002-01-31  John H. Palmieri  <palmieri@math.washington.edu>
+
+       * dired.c (Ffile_name_all_completions): Change documentation --
+       remove reference to completion-ignored-extensions.
+       * dired.c (vars_of_dired): Change documentation for
+       completion-ignored-extensions -- remove reference to
+       file-name-all-completions.
+
+2002-03-06  Jerry James  <james@xemacs.org>
+
+       * emodules.c (emodules_load): Fix multiple loading of same module.
+
+2002-01-25  Andrew Begel <abegel@cs.berkeley.edu>
+       * sysdll.c (dll_open): Changed to use RTLD_NOW instead of
+       RTLD_LAZY to avoid incorrect symbol binding when using nested
+       shared libraries on Solaris.
+
+2002-02-12  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * fileio.c (Ffind_file_name_handler): Improve docstring.
+
+2002-01-20  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * fns.c (Fmapconcat): Improve docstring.
+
+2002-01-03  Eric Gillespie, Jr.  <epg@pretzelnet.org>
+
+       * device-gtk.c: Add prototype for
+       emacs_gtk_selection_clear_event_handle.
+       (gtk_init_device): Call gtk_selection_add_target for CLIPBOARD
+       selection.  Setup signal handler for "selection_clear_event"
+       (emacs_gtk_selection_clear_event_handle).
+
+       * select-gtk.c (emacs_gtk_selection_clear_event_handle): Handle
+       other applications owning the clipboard (based on
+       x_handle_selection_clear).
+
+2001-12-23  William M. Perry  <wmperry@gnu.org>
+
+       * menubar-gtk.c (gtk_popup_menu)  Add sanity checks, fix crash.
+       
+2002-01-04  Martin Buchholz  <martin@xemacs.org>
+
+       * keymap.c (define_key_alternate_name): Parenthesize EQ.
+
+2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.6 "Common Lisp" is released.
+
+2001-12-16  Torsten Duwe  <duwe@caldera.de>
+
+       * search.c (Freplace_match): Add missing sub-expression functionality.
+
+       * buffer.c (decode_buffer): Add a check for pointer type to
+       decode_buffer, before gcc's CSE optimization reorders a
+       dereference in front of the allow_string test.
+
+2001-11-16  Darryl Okahata  <darrylo@xemacs.org>
+
+       * window.c (window_loop): Fix bug that sometimes prevented
+       window_loop() from iterating across multiple devices.  Also, at
+       Ben's request, changed infloop-detecting code to abort() instead
+       of silently terminating window_loop().
+
+2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       Based on analysis and patch by Simon Josefson <jas@extundo.com>.
+       * editfns.c (make_time): New function.
+       (Fencode_time): Use it instead of wasteful_word_to_lisp.
+       * lisp.h (make_time): Prototype and comment it.
+       * dired.c (wasteful_word_to_lisp): Deprecate.
+       (Ffile_attributes): Use make_time() instead of wasteful_word_to_lisp().
+
+2001-10-31  Kyle Jones  <kyle_jones@wonderworks.com>
+
+       * fileio.c (auto_save_1): Use current coding system, not
+       escape-quoted.
+
+2001-11-13  Ben Wing  <ben@xemacs.org>
+
+       * window.c:
+       * window.c (window_truncation_on):
+       * window.c (syms_of_window):
+       truncate-partial-width-windows should respect the buffer being
+       displayed, like other redisplay vars.
+
+2001-11-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
+
+       * event-stream.c (Fread_key_sequence): save current buffer.
+
+2001-10-29  Andrew Begel  <abegel@eecs.berkeley.edu>
+
+       * ntheap.c (_heap_init): Don't redefine in VS.NET (MSC >= 1300).
+
+2001-10-29  Andrew Begel  <abegel@eecs.berkeley.edu>
+
+       * alloc.c (lcrecord_stats): Add space for types defined in modules.
+
+2001-10-26  Mike Alexander  <mta@arbortext.com>
+
+       * event-msw.c (slurper_free_shared_data_maybe): Free the pipe handle.
+
+2001-10-25  Andy Piper  <andy@xemacs.org>
+
+       * ChangeLog:
+       * dialog-msw.c (handle_directory_proc): new function.
+        (handle_directory_dialog_box): new fucntion.
+        (handle_file_dialog_box): use new directory dialog support.
+        (mswindows_make_dialog_box_internal): ditto.
+       * event-msw.c (mswindows_wnd_proc): minor fix to scrollbar event
+       handling.
+       (mswindows_find_frame): make global.
+       * fileio.c (Fexpand_file_name): build fix.
+       * general-slots.h: add Qdirectory.
+       * scrollbar-msw.c (mswindows_handle_scrollbar_event): fix focus
+       handling.
+       * syswindows.h (LOCAL_TO_WIN32_FILE_FORMAT): fix problem with
+       cygwin not leaving win32 paths unchanged.
+       * win32.c (Fmswindows_cygwin_to_win32_path): new function. Use the
+       cygwin runtime to do path conversion.
+       (Fmswindows_shell_execute): fix cygwin handling of URLs.
+       (syms_of_win32): add new function.
+       * window.c (window_loop): build fix.
+
+2001-10-15  Andy Piper  <andy@xemacs.org>
+
+       (Fmswindows_shell_execute): fix handling of URL's under cygwin.
+
+2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.5 "Civil Service" is released.
+
+2001-04-08  Danny Colascione  <qtmstr@optonline.net>
+
+       * glyphs-x.c: Force buffer-tab highlight update when moving the
+       buffer, avoiding an ugly black border, used for keyboard focus
+       indication, on a widget that can never have keyboard focus, the
+       buffer tab.
+
+2001-08-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * process-unix.c (unix_open_multicast_group): Remove too much
+       conversion between host and network byte order.
+
+2001-09-10  Nix  <nix@esperi.demon.co.uk>
+
+       * src/buffer.c (kill_buffer): Undedicate windows showing BUF
+       before replacing them.
+
+       * src/window.c (window_loop): Implement new UNDEDICATE_BUFFER
+       operation.
+
+       * src/window.c (undedicate_windows): Use it.
+       * src/window.h: Add prototype.
+
+2001-09-17  Ben Wing  <ben@xemacs.org>
+
+       * fileio.c (normalize_filename):
+       * fileio.c (Fexpand_file_name):
+       Fix various C++ compile errors in Andy's recent code.
+       
+       * callint.c (Fcall_interactively):
+       * editfns.c (Ftemp_directory):
+       * editfns.c (Fuser_full_name):
+       * emacs.c (argmatch):
+       * lread.c (locate_file_map_suffixes):
+       * redisplay-x.c (x_ring_bell):
+       Fix sign-compare warnings.
+       
+2001-09-08  Andy Piper  <andy@xemacs.org>
+
+       * fileio.c (normalize_filename): copied from nt.c
+       * (Ffile_name_directory): enable win32 paths under cygwin.
+       * (Ffile_name_nondirectory): ditto.
+       * (directory_file_name): ditto.
+       * (Fexpand_file_name): ditto.
+       * (Ffile_truename): ditto.
+       * (Fsubstitute_in_file_name): ditto.
+       * (Ffile_name_absolute_p): ditto.
+       * (Ffile_readable_p): ditto.
+
+2001-09-08  Andy Piper  <andy@xemacs.org>
+
+       * device-msw.c (mswindows_finish_init_device): remove dde
+       initialization.
+       * device-msw.c (mswindows_init_dde): factor out from
+       mswindows_finish_init_device()
+       * device-msw.c (init_mswindows_very_early): new function
+       initialize but don't enable dde.
+       * emacs.c (main_1): call init_mswindows_very_early.
+       * event-msw.c:
+       * event-msw.c (mswindows_dde_callback): only execute when we are
+       ready.
+       * symsinit.h: declare init_mswindows_very_early.
+
+2001-05-02  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       [sjt: This has been in 21.5 for months with no complaints.]
+
+       * console.h (struct console_methods): Added flags member.
+       (CONSOLE_IMPLEMENTATION_FLAGS): Defined.
+       (CONMETH_IMPL_FLAG):
+       (CONSOLE_IMPL_FLAG): Macro to check implememntation flags.
+       Defined XDEVIMPF_DONT_PREEMPT_REDISPLAY.
+
+       * device.c (window_system_pixelated_geometry): Use the above macros.
+
+       * device.h (DEVICE_IMPL_FLAG): Macro to check a device
+       implememntation flag.
+       * device.h (DEVICE_DISPLAY_P): Use it.
+
+       * frame.c (delete_frame_internal): Use the above macro.
+
+       * redisplay.c (redisplay_device): Use it.
+       (redisplay_device): Obey XDEVIMPF_DONT_PREEMPT_REDISPLAY.
+       (redisplay_frame): Ditto.
+
+       * device-msw.c (mswindows_device_implementation_flags): Removed.
+       (msprinter_device_implementation_flags): Removed.
+       (console_type_create_device_mswindows): Removed references to
+       implementation_flags methods, set implementation flags here.
+       (console_type_create_device_mswindows): Added XDEVIMPF_DONT_PREEMPT.
+
+       * device-gtk.c (gtk_device_implementation_flags): Removed method.
+       (console_type_create_device_gtk): Removed method declaration.
+       Added commented out statement which semantically matches the
+       commented out statement in the above removed method.
+
+2001-04-14  Gordon Sadler  <gbsadler1@lcisp.com>
+
+       The attached patch fixes a few warnings. 
+
+       * src/emacs.c: prototype console_type_create_select_gtk for GTK only
+       * src/frame-gtk.c: guard against GNOME calls in GTK only
+       * src/redisplay-gtk.c: include <sys/poll.h> #ifdef HAVE_POLL
+       * src/select-gtk.c: prototype lisp_to_time
+
+2001-06-08  Ben Wing  <ben@xemacs.org>
+
+       ------ gc-in-window-procedure fixes ------
+       
+       * alloc.c:
+       * alloc.c (struct post_gc_action):
+       * alloc.c (register_post_gc_action):
+       * alloc.c (run_post_gc_actions):
+       * alloc.c (garbage_collect_1):
+       Create "post-gc actions", to avoid those dreaded "GC during window
+       procedure" problems.
+
+       * event-msw.c:
+       Abort, clean and simple, when GC in window procedure.  We want
+       to flush these puppies out.
+
+       * glyphs-msw.c:
+       * glyphs-msw.c (finalize_destroy_window):
+       * glyphs-msw.c (mswindows_finalize_image_instance):
+       Use a post-gc action when destroying subwindows.
+
+       * lisp.h:
+       Declare register_post_gc_action().
+
+       * scrollbar-msw.c:
+       * scrollbar-msw.c (unshow_that_mofo):
+       Use a post-gc action when unshowing scrollbar windows, if in gc.
+
+       * redisplay.c (mark_redisplay):
+       Add comment about the utter evilness of what's going down here.
+
+       ------ cygwin setitimer fixes ------
+       
+       * Makefile.in.in (sheap_objs):
+       * Makefile.in.in (profile_objs):
+       * Makefile.in.in (objs):
+       Compile profile.c only when HAVE_SETITIMER.
+       
+       * nt.c (mswindows_sigset):
+       * nt.c (mswindows_sighold):
+       * nt.c (mswindows_sigrelse):
+       * nt.c (mswindows_sigpause):
+       * nt.c (mswindows_raise):
+       * nt.c (close_file_data):
+       Style fixes.
+       
+       * nt.c:
+       Move setitimer() emulation to win32.c, because Cygwin needs it too.
+       
+       * profile.c:
+       * profile.c (Fstart_profiling):
+       * profile.c (Fstop_profiling):
+       Make sure we don't compile if no setitimer().  Use qxe_setitimer()
+       instead of just plain setitimer().
+       
+       * signal.c:
+       * signal.c (set_one_shot_timer):
+       * signal.c (alarm):
+       Define qxe_setitimer() as an encapsulation around setitimer() --
+       call setitimer() directly unless Cygwin or MS Win, in which case
+       we use our simulated version in win32.c.
+       
+       * systime.h:
+       * systime.h (struct itimerval):
+       * systime.h (ITIMER_REAL):
+       Prototype mswindows_setitimer() and qxe_setitimer().  Long
+       comment about "qxe" and the policy regarding encapsulation.
+
+       * win32.c:
+       * win32.c (setitimer_helper_proc):
+       * win32.c (setitimer_helper_period):
+       * win32.c (setitimer_helper):
+       * win32.c (mswindows_setitimer):
+       Move setitimer() emulation here, so Cygwin can use it.
+       Rename a couple of functions and variables to be longer and more
+       descriptive.  In setitimer_helper_proc(), send the signal
+       using either mswindows_raise() or (on Cygwin) kill().  If for
+       some reason we are still getting lockups, we'll change the kill()
+       to directly invoke the signal handlers.
+
+       ------ windows shell fixes ------
+       
+       * callproc.c:
+       * ntproc.c:
+       Comments about how these two files must die.
+
+       * callproc.c (init_callproc):
+       On MS Windows, init shell-file-name from SHELL, then COMSPEC,
+       not just COMSPEC. (more correct and closer to FSF.) Don't
+       force a value for SHELL into the environment. (Comments added
+       to explain why not.)
+       
+       * nt.c (init_user_info):
+       Don't shove a fabricated SHELL into the environment.  See above.
+
+2001-06-01  Ben Wing  <ben@xemacs.org>
+
+       * Makefile.in.in (ldflags):
+       eliminate that pesky "defaulting to 00401000" warning.
+       * nt.h:
+       eliminate warnings.
+
+2001-06-15  Golubev I. N.  <gin@mo.msk.ru>
+
+       * s/sco5.h (FORCE_ALLOCATE_PTY_THE_OLD_FASHIONED_WAY): #define.
+       * process-unix.c (allocate_pty): #ifndef "modern" pty allocation.
+
+2001-04-24  Jerry James <james@xemacs.org>
+
+       * faces.h: pass parameters to Fadd_spec_to_specifier in the
+       correct order.
+
+2001-06-01  Ben Wing  <ben@xemacs.org>
+
+       * event-msw.c (debug_mswin_messages):
+       conditionalize the messages that were causing compile errors.
+       (if only macros could generate #ifdef statements ...)
+
+2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.4 "Artificial Intelligence" is released.
+
+2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * event-msw.c (mswindows_wnd_proc): Add GC debugging assert.
+
+2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * config.h.in (IPV6_CANONICALIZE): New #define for --with-ipv6-lookup.
+       * process-unix.c (unix_canonicalize_host_name):
+       sysdep.c (init_system_name):
+       Use it to conditionally support IPv6 canonicalization.
+
+2001-05-31  Paul Stodghill  <stodghil@cs.cornell.edu>
+
+       * event-msw.c:
+       Cygwin does not define WM_IME_xxx. Modify the #if's accordingly.
+
+2001-05-19  Paul Krause  <paulkrause1@mediaone.net>
+
+       * scrollbar-msw.c: Fixes a crash that occurs on Windows when an
+       attempt is made to scroll when no scroll bar is available.
+
+2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
+
+       * input-method-motif.c (XIM_delete_frame): New callback.
+       (XIM_init_frame): Register it.  (Reapplied by SJT, it somehow
+       got deleted from 21.4.3.)
+
+2001-06-01  Ben Wing  <ben@xemacs.org>
+
+       * nt.c (mswindows_utime):
+       * nt.c (close_file_data):
+       fix off-by-one-indirection error.
+
+2001-05-29  Adrian Aichner  <adrian@xemacs.org>
+
+       * fileio.c: Include nt.h.  Remove lisp_string_set_file_times()
+       because set_file_times() now takes Lisp_Object path, instead of
+       char*.
+       * nt.c: Include buffer.h.
+       * nt.c (convert_from_time_t): New.
+       * nt.c (mswindows_utime): New.  Use utime, since SetFileTime does
+       not set mtime correctly.
+       * nt.h: Declare mswindows_utime().
+       * sysdep.c (set_file_times): set_file_times() now takes Lisp_Object
+       path, instead of char*.
+       * systime.h: Include <sys/utime.h> on WIN32_NATIVE.
+
+2001-05-30  Ben Wing  <ben@xemacs.org>
+
+       For 21.4:
+
+       (Stephen, just take all event-msw.c patches.  This includes
+       the "iconify" fix below.)
+
+       * event-msw.c:
+       * event-msw.c (mswindows_dequeue_dispatch_event):
+       * event-msw.c (assert):
+       * event-msw.c (emacs_mswindows_quit_p):
+       * event-msw.c (debug_mswin_messages):
+       * event-msw.c (debug_output_mswin_message):
+       * event-msw.c (vars_of_event_mswindows):
+       Fix yet more problems with C-g handling.
+       Implement debug-mswindows-events.
+       
+2001-05-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
+
+       * event-msw.c (WM_DROPFILES): Use correct type for OLE characters.
+       
+2001-05-23  Ben Wing  <ben@xemacs.org>
+
+       * event-msw.c (winsock_writer):
+       * event-msw.c (winsock_closer):
+       prior kludgy code was clobbering the buffer, thinking it was
+       "unused" space to store an unneeded return value; instead, use
+       the variable we've already got staring us in the face.
+
+2001-05-17  Andy Piper  <andy@xemacs.org>
+
+       * sysfile.h: don't assume that file attributes are boolean
+
+2001-05-23  Ben Wing  <ben@xemacs.org>
+
+       * device-msw.c (msprinter_init_device):
+       signal an error rather than crash with an unavailable network
+       printer (from Mike Alexander).
+       
+       * event-msw.c:
+       * event-msw.c (struct winsock_stream):
+       * event-msw.c (winsock_writer):
+       * event-msw.c (winsock_closer):
+       * event-msw.c (make_winsock_stream_1):
+       cleanup headers.  fix (hopefully) an error with data corruption
+       when sending to a network connection.
+
+       * fileio.c (Fexpand_file_name): Fix evil code that attempts
+       to handle the ~user prefix by (a) always assuming we're referencing
+       ourselves and not even verifying the user -- hence any file with
+       a tilde as its first char is invalid! (b) if there wasn't a slash
+       following the filename, the pointer was set *past* the end of
+       file and we started reading from uninitialized memory.  Now we
+       simply treat these as files, always.
+
+       * buffer.c (common_init_complex_vars_of_buffer): comment change.
+       
+2001-05-19  Ben Wing  <ben@xemacs.org>
+
+       * eval.c: doc comment about gcpro'ing in record_unwind_protect.
+
+       * process-nt.c:
+       * process-nt.c (vars_of_process_nt):
+       remove unused mswindows-quote-process-args.  rec for 21.4.
+       
+2001-05-12  Ben Wing  <ben@xemacs.org>
+
+       * event-msw.c (mswindows_dde_callback):
+       * event-msw.c (mswindows_wnd_proc):
+       eliminate cygwin warnings.
+
+2001-05-06  Ben Wing  <ben@xemacs.org>
+
+       * console-msw.h:
+       * device-msw.c:
+       * device-msw.c (print_dialog_worker):
+       * device-msw.c (mswindows_handle_print_dialog_box):
+       * device-msw.c (syms_of_device_mswindows):
+       * dialog-msw.c (mswindows_make_dialog_box_internal):
+       * general-slots.h:
+       implement printing the selection when it's selected.
+
+2001-05-20  Drazen Kacar  <dave@arsdigita.com>
+
+       * glyphs-gtk.c (gtk_resource_instantiate): C++ comment -> #if 0
+
+2001-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * lisp.h (EMACS_INT_MAX): This should be one bit less since
+       EMACS_INT is signed.
+
+2001-04-15  Michael Lausch  <mla@1012surf.net>
+
+       * scrollbar-gtk.c (gtk_create_scrollbar_instance): Call
+       gtk_widget_request_size() to give scrollbar >0 width for
+       GTK >1.2.8.
+
+2001-05-30  William M. Perry  <wmperry@gnu.org>
+
+       * event-gtk.c: Check for buttons as modifier keys.
+
+2001-05-25  Craig Lanning  <CraigL@Knology.net>
+
+       * s\mingw32.h:
+       Properly find MinGW's <process.h> inside Cygwin's restructured
+       include directories.  Don't try to include <cygwin/version.h>
+       since we are dropping support for MinGW in versions of Cygwin
+       earlier than b21.
+       * nt.c:
+       Drop support for MinGW in versions of Cygwin before b21.
+       * sysdep.c:
+       Properly find MinGW's <process.h> inside Cygwin's restructured
+       include directories.
+       * syswindows.h:
+       Drop support for MinGW in versions of Cygwin before b21.
+       * unexcw.c:
+       Even though a.out.h is no longer detected by configure, allow
+       MinGW to use it until we figure out how to do the job with Win32.
+
+2001-07-11  Matt Tucker  <tuck@whistlingfish.net>
+
+       * syntax.c (find_start_of_comment):
+       Fix `unbalanced parentheses' bug when dealing with mixed comment
+       styles in c++/java/etc. mode
+
+2001-05-29  Mike Alexander  <mta@arbortext.com>
+
+       * console-msw.h (FRAME_MSPRINTER_CHARHEIGHT): Unswap
+       FRAME_MSPRINTER_CHARWIDTH and FRAME_MSPRINTER_CHARHEIGHT
+
+2001-05-17  Andrew Begel  <abegel@eecs.berkeley.edu>
+
+       * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Add needed cast.
+
+2001-03-31  Mike Sperber <mike@xemacs.org>
+
+       * search.c (Freplace_match): Support FSF-style specification of
+       match subexpression when applied to a buffer.
+
+2001-05-27  Karl M. Hegbloom  <karlheg@hegbloom.net>
+
+       * event-stream.c (is_scrollbar_event): add missing semicolon
+
+2001-05-22  Isaac Hollander  <ysh@mindspring.com>
+
+       * Makefile.in.in: Use TAR macro instead of hardcoding
+         tar.  Allows use of GNU tar instead of system tar
+
+2001-05-27  Karl M. Hegbloom  <karlheg@hegbloom.net>
+
+       * event-stream.c (is_scrollbar_event): add missing semicolon
+
+2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.3 "Academic Rigor" is released.
+
+2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * regex.c: Define DECLARE_NOTHING when "lisp.h" is not included.
+
+2001-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * buffer.c (Vcase_fold_search): Remove obsolete
+         comment about non ASCII case-fold-search.  This
+         bug has been fixed by case-table changes.
+
+2001-05-11  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * event-msw.c: Restore include of events-mod.h.
+
+2001-04-22   zhaoway  <zw@debian.org>
+
+       * event-stream.c (is_scrollbar_event): Noop returning 0 if
+       !HAVE_SCROLLBARS.
+
+2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
+
+2001-05-08  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>
+
+       * mule-charset.c (Fmake_charset): Add missing else.
+
+2001-04-23  Ben Wing  <ben@xemacs.org>
+
+       * event-msw.c (FAKE_MOD_QUIT):
+       * event-msw.c (mswindows_dequeue_dispatch_event):
+       * event-msw.c (mswindows_wnd_proc):
+       * event-msw.c (emacs_mswindows_quit_p):
+       Get critical quit working.
+
+2001-05-05  Ben Wing  <ben@xemacs.org>
+
+       * console-msw.h:
+       * device-msw.c:
+       * device-msw.c (mswindows_get_default_margin):
+       * frame-msw.c (mswindows_size_frame_internal):
+       * frame-msw.c (msprinter_init_frame_1):
+       * frame-msw.c (vars_of_frame_mswindows):
+       Change top/bottom margin defaults to 0.5 inches.
+
+2001-05-01  Martin Buchholz  <martin@xemacs.org>
+
+       Fix link error with gcc 3.0 on Linux.
+       * terminfo.c (UP): Remove.
+       * terminfo.c (BC): Remove.
+       * terminfo.c (PC): Remove.
+       They weren't used, and in any case, these symbols should be
+       defined in the *library*.
+
+2001-05-03  Martin Buchholz  <martin@xemacs.org>
+
+       * s/aix4.h: Fix crash with xlc -O3.
+       Improve comment explaining how -O3 works.
+
+2001-04-15  Ben Wing  <ben@xemacs.org>
+
+       * event-stream.c:
+       * event-stream.c (Fnext_event):
+       * event-stream.c (is_scrollbar_event):
+       * event-stream.c (execute_command_event):
+       Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
+       crash' problem.  His fix introduces other problems.  We filter
+       out scrollbar events specifically, making them somewhat invisible
+       to command-building, and not appearing in `this-command-keys'.
+       More work is still needed (see comments in event-stream.c), but
+       this fixes all the major problems.
+
+2001-04-20  Ben Wing  <ben@xemacs.org>
+
+       * .cvsignore: Added stuff for Windows.
+
+2001-04-28  Ben Wing  <ben@xemacs.org>
+
+       * buffer.c (Ferase_buffer):
+       * editfns.c (buffer_insert1):
+       * editfns.c (Finsert_before_markers):
+       * editfns.c (Finsert_string):
+       * editfns.c (Finsert_char):
+       * editfns.c (Fdelete_region):
+       * editfns.c (Fwiden):
+       * editfns.c (Fnarrow_to_region):
+       remove bogus lines setting zmacs_region_stays to 0.
+       
+2001-04-15  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * process-unix.c (unix_open_network_stream): If connect() fails
+       invalidate file descriptor after closing it.
+
+2001-03-08  Mike Alexander  <mta@arbortext.com>
+
+       * event-msw.c (mswindows_need_event_in_modal_loop):
+       Don't dispatch a message if we didn't get one.
+       (mswindows_need_event):
+       Terminate the correct process when one exits instead of the first
+       one on Vprocess_list and look for process termination when in
+       mswindows_protect_modal_loop.
+
+2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.1 "Copyleft" is released.
+
+2001-04-19  Glynn Clements  <glynn.clements@virgin.net>
+
+       * input-method-motif.c (XIM_delete_frame): New callback.
+       (XIM_init_frame): Register it.
+
+2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.4.0 "Solid Vapor" is released.
+
+2001-04-15  Ben Wing  <ben@xemacs.org>
+
+       * cmdloop.c (call_command_loop):
+       Fix braino in bit-rotting code.
+       
+2001-04-07  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * extents.c (Fset_extent_endpoints): Force creation of extent info
+       in buffer_or_string.
+
+       * extents.c (process_extents_for_insertion_mapper): Correctly
+       check for open-open zero-length extents.
+
+2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * lisp.h: New typedefs Memory_count, Element_count.
+       * regex.c:
+       * regex.h:
+       Sign-compare warning elimination: several unsigned -> signed.
+       Based on work by Ben Wing <ben@xemacs.org>.
+
+2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * XEmacs 21.2.47 "Zephir" is released.
+
+2001-04-02  Jan Vroonhof  <jan@xemacs.org>
+
+       * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
+
+2001-04-03  Mike Sperber <mike@xemacs.org>
+
+       * search.c: Revert previous patch due because of release.
+
+2001-03-30  Ben Wing  <ben@xemacs.org>
+
+       * s\cygwin32.h:
+       Add missing killpg prototype.
+
+       * elhash.c:
+       Add a comment about fixing problems when a new entry is added
+       while mapping.
+
+       * frame-msw.c (mswindows_init_frame_1):
+       Fix compile warnings.
+
+       * menubar.c (vars_of_menubar):
+       Provide `menu-accelerator-support' to indicate that we properly
+       support %_ in menu specifications, so that package code can
+       conditionalize on this (and remove %_ from menu specifications
+       on older versions).
+
+       * event-msw.c:
+       * scrollbar-msw.c:
+       * scrollbar-msw.c (can_scroll):
+       * scrollbar-msw.h:
+       Fix handling of mouse wheel under Windows to follow standards --
+       now scrolls window under pointer, not selected window.
+
+2001-03-31  Mike Sperber <mike@xemacs.org>
+
+       * search.c (Freplace_match): Support FSF-style specification of
+       match subexpression when applied to a buffer.
+
+2001-03-15  Martin Buchholz  <martin@xemacs.org>
+
+       * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
+       function to modify KEYMAP, so map over a copy of the hash table.
+
+2001-03-21  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.46 "Urania" is released.
+
+2001-03-20  Dan Holmsand  <dan@eyebee.com>
+
+       * realpath.c (xrealpath): Make file-truename work with symlinks to
+       /cygdrive paths on cygwin. Always lowercase drive-letters on
+       native windows.
+       (cygwin_readlink): Don't try to find canonical filename unless
+       file exists.
+
+2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * ChangeLog: Log GTK merge.
+
+       * dumper.c:
+       * select-x.c:
+       * specifier.c:
+       * symeval.h:
+       Revert gratuitous whitespace changes from GTK merge.
+
+       * emacs.c: Document end of complex #ifdef @ l. 1495.
+
+
+2001-03-12  Andy Piper  <andy@xemacs.org>
+
+       * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
+       have to do likewise.
+
+2001-03-12  Andy Piper  <andy@xemacs.org>
+
+       * sysdep.c: we only support mingw now.
+
+2001-03-09  Andy Piper  <andy@xemacs.org>
+
+       * unexcw.c (copy_executable_and_dump_data_section): making approx
+       overrun a warning only.
+
+2001-03-10  William M. Perry  <wmperry@aventail.com>
+
+       * faces.c (complex_vars_of_faces): Rewrote the font mucking to
+       satisfy Stephen's identical-after-cpp plea.
+
+2001-03-02  Ben Wing  <ben@xemacs.org>
+
+       * cmds.c:
+       * cmds.c (Fforward_char):
+       * syntax.c:
+       * window.c:
+
+       Augment documentation of the most common motion commands to make
+       note of the shifted-motion support.
+       
+2001-03-02  Ben Wing  <ben@xemacs.org>
+
+       * nt.c (mswindows_fstat):
+       * nt.c (mswindows_stat):
+       * search.c (boyer_moore):
+       Fix compile warnings under Windows.
+       
+       * sysdep.c (sys_readdir):
+       Fix buggy filename-conversion code under Mule.
+
+2001-03-09  William M. Perry  <wmperry@aventail.com>
+
+       * Makefile.in.in:
+       * config.h.in:
+       * console.c:
+       * console.h:
+       * device.c:
+       * device.h:
+       * dragdrop.c:
+       * emacs.c:
+       * event-stream.c:
+       * events.c:
+       * events.h:
+       * faces.c:
+       * frame.h:
+       * general-slots.h:
+       * glyphs.c:
+       * gutter.c:
+       * inline.c:
+       * lisp.h:
+       * lrecord.h:
+       * make-src-depend:
+       * redisplay-output.c:
+       * redisplay.c:
+       * symsinit.h:
+       * sysfile.h:
+       * toolbar.c:
+       * window.c:
+       The Great GTK Merge.
+
+       * ChangeLog.GTK:
+       * console-gtk.c:
+       * console-gtk.h:
+       * device-gtk.c:
+       * emacs-marshals.c:
+       * emacs-widget-accessors.c:
+       * event-gtk.c:
+       * frame-gtk.c:
+       * gccache-gtk.c:
+       * gccache-gtk.h:
+       * glade.c:
+       * glyphs-gtk.c:
+       * glyphs-gtk.h:
+       * gtk-glue.c:
+       * gtk-xemacs.c:
+       * gtk-xemacs.h:
+       * gui-gtk.c:
+       * gui-gtk.h:
+       * menubar-gtk.c:
+       * native-gtk-toolbar.c:
+       * objects-gtk.c:
+       * objects-gtk.h:
+       * redisplay-gtk.c:
+       * scrollbar-gtk.c:
+       * scrollbar-gtk.h:
+       * select-gtk.c:
+       * toolbar-gtk.c:
+       * ui-byhand.c:
+       * ui-gtk.c:
+       * ui-gtk.h:
+       The Great GTK Merge: new files.
+
+2001-02-26  Ben Wing  <ben@xemacs.org>
+
+       Reapplied Lstream change.
+
+2001-02-26  Ben Wing  <ben@xemacs.org>
+
+       Undid the last change, since it is more controversial than I
+       thought.  It should be back in at some point soon.
+       
+2001-02-25  Ben Wing  <ben@xemacs.org>
+
+       * buffer.c:
+       * callproc.c (Fold_call_process_internal):
+       * event-msw.c (ntpipe_slurp_reader):
+       * event-msw.c (ntpipe_shove_writer):
+       * event-msw.c (winsock_reader):
+       * event-msw.c (winsock_writer):
+       * file-coding.c:
+       * file-coding.c (detect_eol_type):
+       * file-coding.c (detect_coding_type):
+       * file-coding.c (determine_real_coding_system):
+       * file-coding.c (Fdetect_coding_region):
+       * file-coding.c (decoding_reader):
+       * file-coding.c (decoding_writer):
+       * file-coding.c (mule_decode):
+       * file-coding.c (Fdecode_coding_region):
+       * file-coding.c (encoding_reader):
+       * file-coding.c (encoding_writer):
+       * file-coding.c (mule_encode):
+       * file-coding.c (Fencode_coding_region):
+       * file-coding.c (detect_coding_sjis):
+       * file-coding.c (decode_coding_sjis):
+       * file-coding.c (encode_coding_sjis):
+       * file-coding.c (detect_coding_big5):
+       * file-coding.c (decode_coding_big5):
+       * file-coding.c (encode_coding_big5):
+       * file-coding.c (detect_coding_ucs4):
+       * file-coding.c (decode_coding_ucs4):
+       * file-coding.c (encode_coding_ucs4):
+       * file-coding.c (detect_coding_utf8):
+       * file-coding.c (decode_coding_utf8):
+       * file-coding.c (encode_coding_utf8):
+       * file-coding.c (detect_coding_iso2022):
+       * file-coding.c (decode_coding_iso2022):
+       * file-coding.c (encode_coding_iso2022):
+       * file-coding.c (decode_coding_no_conversion):
+       * file-coding.c (encode_coding_no_conversion):
+       * glyphs-x.c (write_lisp_string_to_temp_file):
+       * gpmevent.c (tty_get_foreign_selection):
+       * lisp.h:
+       * lstream.c:
+       * lstream.c (Lstream_flush_out):
+       * lstream.c (Lstream_adding):
+       * lstream.c (Lstream_write_1):
+       * lstream.c (Lstream_write):
+       * lstream.c (Lstream_raw_read):
+       * lstream.c (Lstream_read_more):
+       * lstream.c (Lstream_read):
+       * lstream.c (Lstream_unread):
+       * lstream.c (Lstream_fputc):
+       * lstream.c (stdio_reader):
+       * lstream.c (stdio_writer):
+       * lstream.c (filedesc_reader):
+       * lstream.c (filedesc_writer):
+       * lstream.c (lisp_string_reader):
+       * lstream.c (struct fixed_buffer_stream):
+       * lstream.c (make_fixed_buffer_input_stream):
+       * lstream.c (make_fixed_buffer_output_stream):
+       * lstream.c (fixed_buffer_reader):
+       * lstream.c (fixed_buffer_writer):
+       * lstream.c (struct resizing_buffer_stream):
+       * lstream.c (resizing_buffer_writer):
+       * lstream.c (dynarr_writer):
+       * lstream.c (lisp_buffer_reader):
+       * lstream.c (lisp_buffer_writer):
+       * lstream.h:
+       * lstream.h (lstream_implementation):
+       * lstream.h (struct lstream):
+       * md5.c (Fmd5):
+       * process-nt.c (nt_send_process):
+       * process-unix.c (unix_send_process):
+       
+       Correct Lstream lossage due to mixing of signed and unsigned
+       quantities.  All Lstream uses of size_t and ssize_t are now a
+       single signed data type Lstream_data_count.  This fixes problems
+       under Windows with sending large quantities of data to a process,
+       and may well fix other subtle bugs.
+
+2001-02-23  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.45 "Thelxepeia" is released.
+
+2001-02-21  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp-union.h (XSETINT): 
+       (XSETCHAR):
+       (XSETOBJ): 
+       Reverse previous change of 2001-02-06.
+
+2001-02-20  Matt Tucker  <tuck@whistlingfish.net>
+
+       Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
+       buffers.
+       * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
+       * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
+       Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
+       * regex.c (POS_AS_IN_BUFFER): removed
+       * regex.c (re_search_2):
+       * regex.c (re_match_2):
+       Don't use an offset of 1 when calculating buffer positions, since
+       `BI_BUF_BEGV' does it already.
+
+2001-02-18  Wim Dumon  <wim@easics.be>
+
+       * insdel.c (prepare_to_modify_buffer): Also check for
+       supersession when clash-detection is enabled. 
+
+2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
+
+       * regex.c (re_match_2_internal):
+       Convert temp characters from 'const unsigned char' to 're_char'.
+       Fix crashing bug with extended characters under mule.
+       * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
+       syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
+       font-lock, pdump, and new syntax-table code.
+       * syntax.c (find_start_of_comment):
+       (find_end_of_comment):
+       (forward-comment):
+       Fix crashing bugs involving moving beyond end of buffer.
+       * syntax.c (find_start_of_comment):
+       Fixed logic to allow proper detection of cases where the same
+       character is used to end both a two-char comment start and a
+       two-char comment end sequence. Fixes `(forward-comment -1)'.
+       * syntax.c (find_start_of_comment):
+       Return position just past last comment-end character for all cases
+       (previously was only done for two-char comment-end sequences).
+       * syntax.c (forward-comment):
+       Take value returned from `find_end_of_comment', rather than
+       incrementing it.
+       * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
+       Properly deal with BUFFERP (syntax_cache.object)
+
+2001-02-17  Martin Buchholz  <martin@xemacs.org>
+
+       * alloc.c (Fgarbage_collect): 
+       * alloc.c (make_bit_vector_from_byte_vector):
+       -Wsign-compare-correctness.
+
+2001-02-16  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
+       (XSETCHAR): Likewise.
+       (XSETOBJ): Likewise.
+
+2001-02-15  Martin Buchholz  <martin@xemacs.org>
+
+       * mule-canna.c (canna-func-delete_previous): 
+       Rename to canna-func-delete-previous.
+
+2001-02-14  Martin Buchholz  <martin@xemacs.org>
+
+       * mule-ccl.c (ccl_driver): Warning suppression.  Use countof.
+
+2001-02-13  Matt Tucker  <tuck@whistlingfish.net>
+
+       * font-lock.c (find_context): Fix C++ compile errors introduced by
+       recent patch
+
+2001-02-13  Martin Buchholz  <martin@xemacs.org>
+
+       * s/aix4.h: Later versions of IBM C compiler need a bug workaround
+       pragma, but earlier ones barf on the same pragma.
+
+2001-02-06  Mike Sperber <mike@xemacs.org>
+
+       * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
+       `configure-mule-lisp-directory'.
+
+2001-02-12  Martin Buchholz  <martin@xemacs.org>
+
+       Make sure dump-id.c is compiled in the same way as other .c's.
+       Fixes pdump compilation failure with HP's cc, which defaults to K&R.
+       * dump-id.h: Remove.
+       * emacs.c: Move dump-id.h into dumper.h.
+       * dumper.h: Move dump-id.h into dumper.h.
+       * Makefile.in.in:
+       Use standard .c.o rule for building dump-id.o.
+       Remove preprocessor flags from link command.
+       Add dump-id.o to ${otherobjs} if PDUMP.
+
+2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
+
+       Port FSF 20.7 syntax table improvements.
+       * syntax.c.
+       * syntax.h.
+
+       Fixups for new syntax table stuff.
+       * dired.c: Include syntax.c.
+       (Fdirectory_files): Initialize regex_match_object and
+       regex_emacs_buffer.
+       * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
+       and Fget_char_property.
+
+       Use ported FSF 20.7 syntax table improvements.
+       * font-lock.c.
+       * regex.c.
+       * search.c.
+       
+2001-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
+       Unixware's enum boolean from sys/types.h.
+
+2001-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       Fix support for building with latest Purify.
+       * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
+       (PURIFY_FLAGS): Likewise.
+
+2001-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       * fileio.c (lisp_string_set_file_times): New.
+       * fileio.c (Fcopy_file): Use it.
+       Fixes bug:
+       (copy-file filename non-ascii-filename t t)
+       ==> No such file or directory, non-ascii-filename
+
+2001-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
+       USHRT_MAX seems clearer than ~0 anyways.
+
+2001-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       dumper improvements.  Inspired by Olivier.
+       * dumper.c (pdump_max_align): New.
+       * dumper.c (pdump_add_entry): Use pdump_max_align.
+       * dumper.c (pdump_get_entry_list): Likewise.
+       * dumper.c (pdump_scan_by_alignment): Likewise.
+       Don't iterate through unnecessary alignments.
+       * dumper.c (pdump_file_get): No need to align result of malloc().
+       * dumper.c (pdump_mallocadr): Remove.  
+       The result of malloc() is guaranteed to be maximally aligned.
+       * dumper.c: s/elmt/elt/g;
+       * dumper.c (pdump_object_table): Allocate dynamically, not statically.
+       * dumper.c (pdump_alert_undump_object): Likewise.
+       * dumper.c (pdump_align_table): 
+       Don't support alignments > 64.
+       Store ALIGNOF's, not shift counts, in table.
+
+2001-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
+       * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
+       * systime.h: Use HAVE_UTIME.
+       * sysdep.c (struct utimbuf): Remove.
+       * sysdep.c (set_file_times): Prefer utime() to utimes().
+       * config.h.in (HAVE_UTIME): New.
+       * config.h.in (HAVE_UTIME_H): Remove.
+       * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
+
+2001-02-09  Martin Buchholz  <martin@xemacs.org>
+
+       * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
+
+2001-02-08  Martin Buchholz  <martin@xemacs.org>
+
+       * s/irix6-0.h: Use the standard system memmove, not bcopy.
+
+2001-02-08  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.44 "Thalia" is released.
+
+2001-02-06  Martin Buchholz  <martin@xemacs.org>
+
+       Fixes crashes in kill-emacs on some systems.
+       * process-unix.c (unix_kill_child_process):
+       It's OK for kill() to fail with ESRCH.
+
+2001-02-07  Martin Buchholz  <martin@xemacs.org>
+
+       Contortions to make .gdbinit tricks work on most systems.
+       * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
+       * alloc.c (dbg_valmask): Make non-const.
+       * alloc.c (dbg_typemask): Make non-const.
+       * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
+       * alloc.c (dbg_valbits): Make non-const.
+       * alloc.c (dbg_gctypebits): Make non-const.
+       * .gdbinit (decode_object): Make it work with AIX cc.
+
+2001-02-06  Martin Buchholz  <martin@xemacs.org>
+
+       * elhash.c (make_general_lisp_hash_table):
+       Use simpler and more efficient calloc to clear entries.
+
+2001-02-07  Martin Buchholz  <martin@xemacs.org>
+
+       * window.c (window_scroll): Work around an AIX C compiler bug.
+       Fixes 'scroll-up' does nothing problem with xlC.
+
+2001-02-05  Martin Buchholz  <martin@xemacs.org>
+
+       * .gdbinit: Remove obsolete comment.
+
+2001-01-31  Mike Alexander  <mta@arbortext.com>
+
+       * select.c (Fown_selection_internal): Set owned_p for device
+       method correctly.
+
+2001-02-01  Martin Buchholz  <martin@xemacs.org>
+
+       Port to g++ 2.97.
+       "not" cannot be used as a macro name as it is an operator in C++
+       * config.h.in: Stop #defining `not'.
+       * chartab.c (check_category_char): not ==> not_p
+       * chartab.h: Likewise.
+       * regex.c (re_match_2_internal): Likewise.
+
+2001-02-02  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp-disunion.h: Fix up comments.
+
+2001-01-31  Martin Buchholz  <martin@xemacs.org>
+
+       * keymap.c (define_key_check_and_coerce_keysym):
+       (syms_of_keymap):
+       Support mouse-6 and mouse-7 bindings in the obvious way.
+
+2001-02-01  Martin Buchholz  <martin@xemacs.org>
+
+       * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
+
+2001-01-30  Martin Buchholz  <martin@xemacs.org>
+
+       Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
+       Previous patch missed DEFVAR_INT_MAGIC.
+       Make sure future DEFVAR_foo use correct types.
+       * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
+       * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
+       * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
+       * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
+       * (DEFVAR_INT): Likewise.
+       * redisplay.c (vertical_clip): Should be of type Fixnum.
+       * redisplay.c (horizontal_clip): Likewise.
+       * lisp.h (dump_add_opaque_int): New.
+       (dump_add_opaque_fixnum): New.
+
+2001-01-29  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-widget.c (check_valid_int_or_function): allow symbols
+       since they can be eval'ed
+
+2001-01-29  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
+       Oops, XEmacs redefines `class'.  Use `typename' instead.
+
+2001-01-28  Martin Buchholz  <martin@xemacs.org>
+
+       * dumper.c: Fix C++ compile errors.
+
+2001-01-29  Martin Buchholz  <martin@xemacs.org>
+
+       * tparam.c: Use correct prototypes.
+
+2001-01-28  Martin Buchholz  <martin@xemacs.org>
+
+       * sysproc.h: #include util.h for NetBSD's openpty.
+
+2001-01-27  Martin Buchholz  <martin@xemacs.org>
+
+       More 64-bit correctness.
+       The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
+       Use a typedef `fixnum' for the type used for DEFVAR_INT.
+       Fix up comments.
+       This finally finishes the 64-bit SGI port.
+       Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
+       * symbols.c: Fix up comments and type casts.
+       * symbols.c (do_symval_forwarding): s/int/Fixnum/g
+       * symbols.c (store_symval_forwarding): s/int/Fixnum/g
+       * symeval.h (Fixnum): New type.
+       * symeval.h (symbol_value_type): Fix up comment.
+
+       * commands.h:
+       * nt.c:
+       * emacs.c:
+       * data.c:
+       * redisplay.c:
+       * abbrev.c:
+       * dired-msw.c:
+       * event-Xt.c:
+       * eldap.c:
+       * window.c:
+       * sound.c:
+       * event-stream.c:
+       * eval.c:
+       * buffer.c:
+       * mule-canna.c: A million DEFVAR_INTs here...
+       * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
+       * extents.c:
+       * cmdloop.c:
+       * lisp.h:
+       * select-x.c:
+       * console-x.h:
+       * event-msw.c:
+       * mule-wnnfns.c:
+       * hpplay.c:
+       * ralloc.c:
+       * alloc.c:
+       * keymap.c:
+       * profile.c:
+       s/int/Fixnum/g in DEFVAR_INT declarations.
+
+2001-01-26  Martin Buchholz  <martin@xemacs.org>
+
+       Port pdump to SGI alignment-sensitive environment.
+       Lisp Object sizeof methods now return aligned sizes.  Rely on that.
+       Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
+       properly aligned.
+       Define and use aligned reading and writing macros.
+       Use buffered stdio instead of posix i/o for faster dumping.
+       Eliminate kludgy 256 byte space for header.
+       Read and write from dump file using structs for alignment safety.
+       * dumper.c (pdump_align_stream): New.
+       * dumper.c (PDUMP_ALIGN_OUTPUT): New.
+       * dumper.c (PDUMP_READ_ALIGNED): New.
+       * dumper.c (PDUMP_WRITE_ALIGNED): New.
+       * dumper.c (pdump_static_Lisp_Object): New struct.
+       * dumper.c (pdump_static_pointer): New struct.
+       * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
+       * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
+       * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
+       * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
+
+       * dumper.c (pdump_backtrace):
+       * dumper.c (pdump_get_indirect_count):
+       * dumper.c (pdump_register_object):
+       * dumper.c (pdump_register_struct):
+       * dumper.c (pdump_reloc_one):
+       * dumper.c (pdump_scan_by_alignment):
+       * dumper.c (pdump_dump_from_root_struct_ptrs):
+       * dumper.c (pdump_dump_opaques):
+       * dumper.c (pdump_dump_rtables):
+       * dumper.c (pdump_dump_from_root_objects):
+       * dumper.c (pdump):
+       * dumper.c (pdump_load_finish):
+       Use aligned reading and writing.
+
+       * dumper.c (pdump_free): Make static.
+       * dumper.c (pdump_hFile): Likewise.
+       * dumper.c (pdump_hMap): Likewise.
+
+2001-01-26  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.43 "Terspichore" is released.
+
+2001-01-25  Martin Buchholz  <martin@xemacs.org>
+
+       Type fiddling for window_config.saved_windows_count
+       * window.c (struct window_config): 
+       Make saved_windows_count member unsigned.
+       * window.c (sizeof_window_config_for_n_windows): 
+       Make parameter unsigned.
+       * window.c (mark_window_config):
+       * window.c (window_config_equal):
+       * window.c (free_window_configuration):
+       * window.c (Fset_window_configuration):
+       * window.c (count_windows):
+       * window.c (Fcurrent_window_configuration):
+       * window.c (reinit_vars_of_window):
+       Update all callers and users.
+
+2001-01-25  Martin Buchholz  <martin@xemacs.org>
+
+       Alignment correctness for flexible arrays.
+       * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
+       Make alignment-correct. Add interesting comments.
+       * alloc.c (size_vector):
+       * alloc.c (make_vector_internal):
+       * alloc.c (make_bit_vector_internal):
+       * alloc.c (sweep_bit_vectors_1):
+       * fns.c (size_bit_vector):
+       Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
+       * window.c (sizeof_window_config_for_n_windows): 
+       Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
+
+2001-01-24  Martin Buchholz  <martin@xemacs.org>
+
+       * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
+
+2001-01-23  Andy Piper  <andy@xemacs.org>
+
+       * select.c (Fown_selection_internal): pass owned_p
+
+       * select-msw.c (mswindows_own_selection): New Signature.
+
+       * console.h (struct console_methods): add owned_p to
+       _own_selection.
+
+       * select-x.c (x_own_selection): pass owned_p
+       (hack_motif_clipboard_selection): use owned_p
+       (vars_of_select_x): new variable -
+       x_selection_strict_motif_ownership.
+
+2001-01-23  Martin Buchholz  <martin@xemacs.org>
+
+       * specifier.h (specifier_data_offset): Remove pointless parens.
+       * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
+
+2001-01-24  Martin Buchholz  <martin@xemacs.org>
+
+       Make Lisp_Object sizeof methods be alignment-correct.
+       pdump must restore objects to the same alignment as the C compiler
+       assumes.  It really matters on SGIs.
+       * lstream.c (aligned_sizeof_lstream): New.
+       (sizeof_lstream): Use aligned_sizeof_lstream.
+       (Lstream_new): Likewise.
+       * opaque.c (aligned_sizeof_opaque): New.
+       (sizeof_opaque): Use aligned_sizeof_opaque.
+       (make_opaque): Likewise.
+       * specifier.c (aligned_sizeof_specifier): New.
+       (sizeof_specifier): Use aligned_sizeof_specifier.
+       (make_specifier_internal): Likewise.
+
+2001-01-23  Martin Buchholz  <martin@xemacs.org>
+
+       * lstream.h (struct lstream): Use max_align_t for trailing data.
+       * specifier.h (struct Lisp_Specifier): Likewise.
+
+2001-01-22  Martin Buchholz  <martin@xemacs.org>
+
+       * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
+       (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
+       (CCL_SUSPEND): Likewise.
+       (CCL_INVALID_CMD): Likewise.
+       (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
+       (ccl_driver): Likewise.
+       (CCL_WRITE_CHAR): Macro hygiene.
+       (CCL_WRITE_STRING): Macro hygiene.
+
+2001-01-22  Martin Buchholz  <martin@xemacs.org>
+
+       Port "portable" dumper to SunOS 4 and HP-UX.
+       * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
+       * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
+       * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
+
+2001-01-22  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp.h (ALIGNOF): A better definition for C++.
+
+2001-01-20  Martin Buchholz  <martin@xemacs.org>
+
+       Macro hygiene.
+       Fix printf warnings: int format, long int arg.
+       * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
+       (PUSH_FAILURE_POINT): Use correct printf formats.
+       (POP_FAILURE_POINT): Use correct printf formats.  
+       Use do {...} while (0)
+
+2001-01-20  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.42 "Poseidon" is released.
+
+2001-01-20  Martin Buchholz  <martin@xemacs.org>
+
+       * console-x.h: typo fix du jour.  Remove #if 0'ed code.
+
+2001-01-19  Martin Buchholz  <martin@xemacs.org>
+
+       De-kludgify FIXED_TYPE free list frobbing.
+       Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
+       * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
+       * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
+       * alloc.c (Lisp_Free): New pseudo lisp object definition.
+       * alloc.c (LRECORD_FREE_P): New.
+       * alloc.c (MARK_LRECORD_AS_FREE): New.
+       * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
+       * alloc.c (STRUCT_FREE_P): Deleted.
+       * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
+       * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
+       * alloc.c (STRING_CHARS_FREE_P): New.
+       * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
+       * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
+       * alloc.c (FREE_FIXED_TYPE): Use new definitions.
+       * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
+       * alloc.c (resize_string): Use new definitions.
+       * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
+       * alloc.c (verify_string_chars_integrity): Use new definitions.
+       * alloc.c (compact_string_chars): Use new definitions.
+       * alloc.c: Update monster comments.
+       * lrecord.h (lrecord_type): Add some new lrecord types for
+       alloc.c's use.
+
+2001-01-18  Martin Buchholz  <martin@xemacs.org>
+
+       Improve alignment hackery.
+       * lisp.h (ALIGNOF): Better definition for the non-gcc case.
+       (max_align_t): Moved from opaque.h - general purpose.
+       (ALIGN_PTR): Use size_t, not long.
+       * opaque.h (max_align_t): Move to lisp.h.
+
+2001-01-18  Norbert Koch  <nk@LF.net>
+
+       * gui.h: Fix and add prototypes to fix build problems.
+
+2001-01-18  Martin Buchholz  <martin@xemacs.org>
+
+       temacs is going away, so `dump-temacs' is now a bad name.
+       * .dbxrc (dump-temacs): Rename to `dmp'.
+       * .gdbinit (dump-temacs): Rename to `dmp'.
+
+2001-01-17  Andy Piper  <andy@xemacs.org>
+
+       * glyphs.c (print_image_instance): comment to make martin happy.
+
+       * glyphs-x.c (x_redisplay_widget): update faces after a frame
+       change.
+
+       * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
+       activation.
+       (mswindows_tab_control_redisplay): warning suppression.
+
+       * glyphs-widget.c (widget_update): re-write to cope with updated
+       items.
+       (widget_instantiate): use new gui_item functions.
+       (tab_control_update): deleted.
+       (progress_gauge_update): deleted.
+       (image_instantiator_progress_guage): take out update reference.
+       (image_instantiator_tree_view): ditto.
+       (image_instantiator_tab_control): ditto.
+
+       * gui.c (widget_gui_parse_item_keywords): new function. Do things
+       Right the new way.
+       (gui_item_add_keyval_pair): re-write to cope with descriptors and
+       return whether anything was changed.
+       (update_gui_item_keywords): as it sounds.
+
+       * gui.h: declare widget_gui_parse_item_keywords.
+
+       * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
+       (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
+
+2001-01-17  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.41 "Polyhymnia" is released.
+
+2001-01-16  Didier Verna  <didier@xemacs.org>
+
+       * glyphs.c (image_instantiate): don't use fallbacks when
+       instantiating a face's background pixmap by inheritance.
+
+2001-01-14  Mike Sperber <mike@xemacs.org>
+
+       * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
+       Conditionalize accordingly.
+
+2001-01-16  Martin Buchholz  <martin@xemacs.org>
+
+       * dumper.c (pdump_file_get): Fix a compiler warning.
+
+2001-01-15  Martin Buchholz  <martin@xemacs.org>
+
+       Make Purify happy when pdumping.
+       * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
+       iniitalizing all bits of new lisp object memory.
+       * symbols.c (Fmake_local_variable): Likewise.
+       * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
+       * symbols.c (Fdefvaralias): Likewise.
+       * mule-charset.c (vars_of_mule_charset): Likewise.
+
+2001-01-15  Martin Buchholz  <martin@xemacs.org>
+       Add the `-nd' flag when running pre-dump operations under the debugger.
+       * .dbxrc (run-temacs): Add `-nd'.
+       * .dbxrc (update-elc): Likewise.
+       * .dbxrc (dump-temacs): Likewise.
+       * .gdbinit (run-temacs): Likewise.
+       * .gdbinit (check-temacs): Likewise.
+       * .gdbinit (update-elc): Likewise.
+       * .gdbinit (dump-temacs): Likewise.
+
+2001-01-14  Martin Buchholz  <martin@xemacs.org>
+
+       Allow building 64-bit executables on AIX with GNU malloc, e.g.
+       export OBJECT_MODE=64
+       configure --pdump --use-union-type=no
+       * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
+       * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
+
+       * miscplay.c (sndcnv8U_2mono):
+       Avoid two uses of `++' in the same expression.
+       Suppresses a GCC warning.
+
+2001-01-13  Martin Buchholz  <martin@xemacs.org>
+
+       Make sure future compilers don't miscompile alloc.c.
+       * alloc.c:
+       (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
+       (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
+
+2001-01-12  Martin Buchholz  <martin@xemacs.org>
+
+       * dumper.c: A little post-pdump-rename comment fixup.
+
+2001-01-09  Jerry James  <james@eecs.ku.edu>
+
+       * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
+
+2001-01-13  Martin Buchholz  <martin@xemacs.org>
+
+       * *.[ch]: Globally rename symbols using the following `pdump-rename'
+       script:
+       #!/bin/sh
+       replace_symbol () {
+         (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
+       }
+
+       replace_symbol pdump_wire_lists pdump_weak_object_chains
+       replace_symbol pdump_wire_list dump_add_weak_object_chain
+
+       replace_symbol pdump_wires pdump_root_objects
+       replace_symbol pdump_wire dump_add_root_object
+
+       replace_symbol pdump_dump_wired pdump_dump_from_root_objects
+       replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
+
+       replace_symbol dumpstructinfos pdump_root_struct_ptrs
+       replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
+       replace_symbol dumpstructinfo pdump_root_struct_ptr
+       replace_symbol dumpstruct dump_add_root_struct_ptr
+
+       replace_symbol dumpopaque dump_add_opaque
+       replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
+       replace_symbol dumpopaqueinfos pdump_opaques
+       replace_symbol dumpopaqueinfo pdump_opaque
+
+       replace_symbol nb_structdump nb_root_struct_ptrs
+       replace_symbol nb_opaquedump nb_opaques
+
+       replace_symbol align_table pdump_align_table
+       replace_symbol dump_header pdump_header
+
+       replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
+       replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
+
+
+2001-01-12  Martin Buchholz  <martin@xemacs.org>
+
+       * s/aix4.h: Keep the C for AIX compiler from overaggressively
+       optimizing bytecount_to_charcount().
+
+2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
+
+       * config.h.in:
+       (HAVE_DLFCN_H): Removed.
+       * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
+
+2001-01-06  Martin Buchholz  <martin@xemacs.org>
+
+       Portable dumper maintainability improvements.
+       * alloc.c (staticpro):
+       * alloc.c (staticpro_nodump):
+       * alloc.c (garbage_collect_1):
+       * alloc.c (reinit_alloc_once_early):
+       * alloc.c (init_alloc_once_early):
+       * alloc.c: Move dumper functions to alloc.c.
+       * dumper.c (pdump_backtrace):
+       * dumper.c (pdump_dump_structs):
+       * dumper.c (pdump_dump_opaques):
+       * dumper.c (pdump_dump_rtables):
+       * dumper.c (pdump_dump_wired):
+       * dumper.c (pdump):
+       * dumper.c (pdump_load_check):
+       * dumper.c (pdump_load_finish):
+       * dumper.c (pdump_file_unmap):
+       * dumper.c (pdump_file_get):
+       * dumper.c (pdump_resource_free):
+       * dumper.c (pdump_resource_get):
+       * dumper.c (pdump_file_free):
+       * dumper.c (pdump_file_try):
+       * dumper.c (pdump_load):
+       Remove fixed size limits on staticpro(), staticpro_nodump(),
+       dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
+       Remove custom code for dumping lrecord_implementations_table - use
+       dumpopaque instead.
+       Remove (most of the) custom code for dumping staticpros - dump it
+       like any other dynarr.
+
+       * alloc.h: Removed.  No longer useful, since dumper now more self-contained.
+       * dumper.c: Moved functions from alloc.c.
+       * alloc.c (dumpstruct): Moved to dumper.c.
+       * alloc.c (dumpopaque): Likewise.
+       * alloc.c (pdump_wire): Likewise.
+       * alloc.c (pdump_wire_list): Likewise.
+
+       * lisp.h (Dynarr_sizeof): New.
+       * lisp.h (Dynarr_begin): New.  Very slightly C++oid.
+       * lisp.h (Dynarr_end): New.  Very slightly C++oid.
+       * lisp.h (Lisp_Object_ptr_dynarr): New.  For staticpros.
+
+       * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
+       * lisp.h (dumpopaque): ditto.
+       * lisp.h (pdump_wire): ditto.
+       * lisp.h (pdump_wire_list): ditto.
+
+2001-01-09  Martin Buchholz  <martin@xemacs.org>
+
+       * make-src-depend (PrintPatternDeps):
+       Use `sort' to make output independent of perl version.
+
+2001-01-08  Martin Buchholz  <martin@xemacs.org>
+
+       Port to Netbsd 1.5.
+       * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
+       * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
+
+2001-01-03  Didier Verna  <didier@xemacs.org>
+
+       * event-stream.c (emacs_handle_focus_change_preliminary): ensure
+       that `focus_frame' is alive before thinking of calling
+       `redisplay_redraw_cursor' on it.
+
+2001-01-08  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.40 is released.
+
+2001-01-06  Golubev I. N.  <gin@mo.msk.ru>
+
+       * regex.c: Replace PREFETCH with REGEX_PREFETCH.
+
+2001-01-06  Martin Buchholz  <martin@xemacs.org>
+
+       * alloc.c (dbg_valmask): Make const.
+       * alloc.c (dbg_typemask): Make const.
+       * alloc.c (dbg_USE_UNION_TYPE): Make const.
+       * alloc.c (dbg_valbits): Make const.
+       * alloc.c (dbg_gctypebits): Make const.
+
+2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * redisplay-x.c (x_bevel_area):
+       redisplay.h (struct rune):
+       Typo fixes in comments.
+
+2001-01-05  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-x.c (x_redisplay_widget): use size changed for offset
+       adjustment.
+
+       * menubar.c (menubar_visible_p_changed): don't mark frame changed.
+
+2001-01-05  Martin Buchholz  <martin@xemacs.org>
+
+       * alloc.c (pure-bytes-used): Remove unused mendacious variable.
+
+       * mule-ccl.c (stack_idx_of_map_multiple):
+       Non const global data must not be initialized!
+       Found by MIYASHITA Hisashi.
+
+2001-01-02  Andy Piper  <andy@xemacs.org>
+
+       * frame.c (change_frame_size): make sure frame size is always
+       marked as changed.
+
+       * glyphs.c (image_instance_layout): minor code reuse.
+
+       * window.c (Fcurrent_window_configuration): revert previous
+       change.
+
+2001-01-02  Martin Buchholz  <martin@xemacs.org>
+
+       * glyphs.h:
+       * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
+
+2000-12-31  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
+       when widget gets unmapped.
+
+       * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
+       function. Make sure widgets losing focus don't just drop it.
+       (handle_focus_event_1): record the widget with focus.
+
+2000-12-31  Andy Piper  <andy@xemacs.org>
+
+       * window.c (allocate_window): use
+       make_image_instance_cache_hash_table.
+       (make_dummy_parent): ditto.
+       (Fset_window_configuration): ditto.
+
+       * glyphs.h (INSTANTIATOR_TYPE): new macro.  declare new functions.
+
+       * glyphs.c (process_image_string_instantiator): use
+       INSTANTIATOR_TYPE.
+       (get_image_instantiator_governing_domain): ditto.
+       (normalize_image_instantiator): ditto.
+       (instantiate_image_instantiator): ditto.
+       (make_image_instance_1): ditto.
+       (image_instantiate): ditto. Key on glyph *and* instantiator type.
+       (instantiator_eq_equal): new function for use with instance hash
+       tables.
+       (instantiator_eq_hash): ditto.
+       (make_image_instance_cache_hash_table): create a suitable hash
+       table for storing image instances.
+
+       * elhash.h (hash_table_weakness): new internal weakness type
+       HASH_TABLE_KEY_CAR_VALUE_WEAK.
+       declare new functions.
+
+       * elhash.c (finish_marking_weak_hash_tables): introduce yet
+       another weakness type for glyphs.
+       (make_standard_lisp_hash_table): new function split out from
+       make_general_lisp_hash_table.
+       (make_lisp_hash_table): call make_standard_lisp_hash_table.
+       (hash_table_instantiate): ditto.
+       (Fmake_hash_table): ditto.
+
+2000-12-31  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.39 is released.
+
+2000-12-29  Andy Piper  <andy@xemacs.org>
+
+       * menubar.c (menubar_visible_p_changed): signal the frame changed.
+
+       * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
+       the frame has changed so that we pick up geometry changes such as
+       menubar visibility.
+
+2000-12-28  Andy Piper  <andy@xemacs.org>
+
+       * lastfile.c (my_ebss): make a char array so we can pad the
+       bss. Fixes cygwin unexec.
+
+       * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
+
+2000-12-26  Andy Piper  <andy@xemacs.org>
+
+       * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
+       comments and try and be more precise about a non-/SIGIO world.
+       (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
+       SIGIO.
+
+       * redisplay-output.c (redisplay_normalize_glyph_area): make sure
+       we don't normalize to zero width or height.
+
+2000-12-24  Andy Piper  <andy@xemacs.org>
+
+       * Makefile.in.in (ldflags): add -mwindows when appropriate.
+
+2000-08-18  Golubev I. N.  <gin@mo.msk.ru>
+
+       * s/sco5.h: SCO 5 has pty support.
+
+2000-07-20  Kazuyuki IENAGA <ienaga@xemacs.org>
+
+       * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
+       input-method-xlib.c contains whole contents of input-method-xfs.c,
+       so we can use input-method-xlib.c's code for USE_XFONTSET
+       using #ifdefs.
+       * input-method-xfs.c: removed.
+
+2000-12-20  Stephen Turnbull  <stephen@xemacs.org>
+
+       * file-coding.h (enum coding_category_type): reorder enumerators to
+       make autodetection safer.  Make CODING_CATEGORY_LAST an enumerator
+       (now one greater than largest real coding_category_type enumerator).
+       * file-coding.c (coding_category_symbol, coding_category_by_priority,
+       coding_category_system, fcd_descriptihon_1, decode_coding_category,
+       Fcoding_category_list, Fset_coding_priority_list,
+       Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
+       vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
+
+2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
+       * redisplay-output.c (redisplay_output_window): Clear top of window
+       when face is changed.
+       * redisplay-x.c (x_redraw_exposed_window): Call
+       redisplay_clear_top_of_window.
+       * redisplay.h: Publish redisplay_clear_top_of_window.
+
+2000-12-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * buffer.c (Fkill_buffer): Map over all devices.
+       * window.c (window_loop): Remove UNSHOW_BUFFER code.
+       (list_windows): New function.
+       (list_all_windows): Ditto.
+       (Freplace_buffer_in_windows): Use them.
+
+2000-02-02   Daiki Ueno        <ueno@ueda.info.waseda.ac.jp>
+
+       * database.c (berkdb_subtype): Recognize new subtype `queue'.
+       (Fopen_database): Use `db_create' instead of `db_open'.
+       (syms_of_database): Initialize Qqueue.
+
+2000-12-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * buffer.c (common_init_complex_vars_of_buffer): Initialize
+       buffer_local_face_property.
+       * buffer.h (struct buffer): New member buffer_local_face_property.
+       * window.c (Fset_window_buffer):  Mark window's face as changed
+       when buffer has buffer local face.
+       * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
+       * objects.c (color_after_change): Set buffer_local_face_property
+       when locale of face specifier is buffer.
+       * objects.c (font_after_change): Ditto.
+       * objects.c (face_boolean_after_change): Ditto.
+       * glyphs.c (image_after_change): Ditto.
+
+2000-12-09  Dan Holmsand  <dan@eyebee.com>
+
+       * nt.c (mswindows_fstat): Report file permissions, volume serial
+       number, etc. Code adapted from FSF Emacs 20.7.
+
+2000-12-09  Dan Holmsand  <dan@eyebee.com>
+
+       * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
+       of stat when we don't have symbolic links, to make sure
+       mswindows_stat is called on mswindows.
+
+2000-12-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * alloca.c: Define malloc to xmalloc only when built with XEmacs.
+
+2000-12-12  Martin Buchholz  <martin@xemacs.org>
+
+       * doprnt.c (emacs_doprnt_1): More printing fixes.
+       Make printing of numbers compatible with libc and FSF Emacs.
+       BUG was: (format "%6.3f" 1.2) ==>"1.200000"
+       Use the system printf to do most of the hard work of formatting,
+       instead of doprnt_1().
+       Calculate memory to allocate for format string.
+       Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
+       (doprnt_1): Cleaner code and documentation.
+
+2000-12-01  Jerry James  <james@eecs.ukans.edu>
+
+       * Makefile.in.in: Use the loop variable to install headers.
+
+2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * window.c (Fsplit_window): Don't invalidate face cache.
+
+2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * minibuf.c (Fall_completions): Undo the previous change
+       which removed checking elements start with space.
+
+2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
+
+       * mule-canna.c: Didier suppression.
+
+2000-12-06  Stephen Turnbull  <stephen@xemacs.org>
+
+       * mule-canna.c: rename static unsigned char buf[] to key_buffer
+       (warning suppression).  Add English comment translations.
+
+2000-12-05  Martin Buchholz  <martin@xemacs.org>
+
+       * unexelfsgi.c (unexec): Better test for mmap failure.
+
+2000-12-05  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.38 is released.
+
+2000-12-05  Martin Buchholz  <martin@xemacs.org>
+
+       * redisplay.c (bar-cursor): Make a user variable.
+
+       * symsinit.h: Add init_postgresql_from_environment.
+
+2000-12-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * regex.c: Convert to clean C.
+
+2000-12-05  Dan Holmsand  <dan@eyebee.com>
+
+       * realpath.c:
+       Don't #include sysfile.h. Revert to duplicating PATH_MAX
+       initialization.
+       (sys_readlink): renamed to system_readlink to avoid conflict with
+       the other sys_readlink.
+
+2000-12-04  Hiroaki Abe  <h-abe@pc.highway.ne.jp>
+
+       * dumper.c (pdump_file_get): Correct uses of pdump_fd.
+
+2000-12-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * postgresql.c (init_postgresql_from_environment): new function.
+       (vars_of_postgresql): Move code initializing Lisp variables out and
+       into init_postgresql_from_environment.
+       emacs.c (main_1): Call init_postgresql_from_environment if and only
+       if running a dumped XEmacs.
+
+2000-08-31  Dan Holmsand  <dan@eyebee.com>
+
+       * buffer.c: Make find-file-compare-truenames default to true on
+       windows.
+
+       * realpath.c (win32_abs_start):
+       (cygwin_readlink):
+       (win32_readlink): New functions.
+       (xrealpath): Return really real filenames on windows.
+
+       * fileio.c (Ffile_truename): Make file-truename work on windows.
+
+2000-11-29  Didier Verna  <didier@xemacs.org>
+
+       * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
+       * faces.c (update_face_cachel_data): use it.
+       * faces.c (add_face_cachel): use it. Complete background pixmap
+       frobbing in face cache if `update_face_cachel_data' has not done so.
+
+2000-11-29  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * search.c (string_match_1): Don't set last_thing_searched
+       when search failed.
+
+2000-11-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * buffer.c: Include casetab.h
+       (common_init_complex_vars_of_buffer): Use new case-table object.
+       * buffer.h: Include casetab.h
+       * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
+       (DOWNCASE_TABLE_OF): Ditto.
+       * bufslots.h: Remove char-tables and add case-table.
+       * casetab.c: Include casetab.h
+       (CASE_TABLE_P): Removed.
+       (mark_case_table): New function.
+       (allocate_case_table): New function.
+       (Fcase_table_p): Use new case-table.
+       (case_table_char): New function.
+       (Fget_case_table): Ditto.
+       (Fput_case_table): Ditto.
+       (Fput_case_table_pair): Ditto.
+       (Fcopy_case_table): Ditto.
+       (Fcurrent_case_table): Return case-table.
+       (Fstandard_case_table): Return case-table.
+       (Fset_case_table): Fix doc-string.
+       (set_case_table): Use case-table
+       (syms_of_casetab): DEFSUBR new functions.
+       (complex_vars_of_casetab): Set up standard case-table.
+       * casetab.h: New file.
+       * editfns.c: Include casetab.h
+       (Fcompare_buffer_substrings): Use case-table.
+       * inline.c: Include casetab.h
+       * lisp.h: Remove bogus extern.
+       * lrecord.h (lrecord_type): Add lrecord_type_case_table.
+       * search.c: Include casetab.h
+       (TRANSLATE_ASCII): Removed.
+       (TRANSLATE): Unconditionally translate character.
+       (looking_at_1): Use case-table.
+       (string_match_1): Ditto.
+       (fast_string_match): Ditto.
+       (search_command): Ditto.
+       (search_buffer): Separate boyer_moore.  Check whether
+       boyer_moore is possible.
+       (simple_search): New function.
+       (boyer_moore): Separated from search_buffer. Translate char.
+
+2000-11-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * regex.c (RE_TR_ASCII): Removed.
+       (RE_TRANSLATE): Unconditionally use TRT_TABLE.
+       (PATFETCH): Call PATFETCH_RAW.
+       (PATFETCH_RAW): Fetch Emchar.
+       (PATUNFETCH): Decrement charptr.
+       (GET_BUFFER_SPACE): Rename b to buf_end.
+       (BUF_PUSH): Ditto.
+       (BUF_PUSH_2): Ditto.
+       (BUF_PUSH_3): Ditto.
+       (EXTEND_BUFFER): Ditto.
+       (SET_LIST_BIT): Ditto.
+       (regex_compile): Ditto.  Translate non ASCII char.
+       (compile_range): Ditto.
+       (re_search_2): Ditto.
+       (re_match_2_internal): Compare Emchar.
+       (bcmp_translate): Ditto.
+
+2000-11-29  Stephen J. Turnbull  <turnbull@xemacs.org>
+
+       * lisp.h (basic char/int typedefs):  comment improvement.
+
+2000-11-24  Stephen J. Turnbull  <turnbull@xemacs.org>
+
+       * emacs.c (main_1):  unconditional pdump unstomping; don't save and
+       unstomp inhibit_site_lisp.  Improve comments.
+
+2000-11-22  Stephen J. Turnbull  <turnbull@xemacs.org>
+
+       * mule-charset.c (Fcharset_property):  improve type checking, comments.
+
+2000-11-28  Andy Piper  <andy@xemacs.org>
+
+       * redisplay-output.c (redisplay_output_subwindow): make sure we do
+       clipped display for windows in the gutter also.
+       (redisplay_display_boxes_in_window_p): change semantics of return
+       codes to be more intuitive.
+
+       * gutter.h: declare display_boxes_in_gutter_p.
+
+       * gutter.c (display_boxes_in_gutter_p): new function for
+       redisplay.
+
+2000-11-22  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
+       autodetect domain.
+
+2000-11-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * callproc.c (Fold_call_process_internal):
+       * gpm.c (Freceive_gpm_event):
+       (tty_get_foreign_selection): Might be just warning supression.
+       * fileio.c (Fwrite_region_internal):
+       (Fset_visited_file_modtime):
+       * keymap.c (event_matches_key_specifier_p):
+       Initialize GCPROed variable.
+
+       * menubar-x.c (command_builder_find_menu_accelerator):
+       Initialize before use.
+
+2000-11-23  Andy Piper  <andy@xemacs.org>
+
+       * unexcw.c (unexec): make the resulting executable executable.
+
+2000-11-21  Martin Buchholz  <martin@xemacs.org>
+
+       * doc.c (get_doc_string):
+       Use size_t, not int, for result of XSTRING_LENGTH.
+
+       * cmds.c (Fdelete_char):
+       * cmds.c (Fpoint_at_eol):
+       * cmds.c (Fself_insert_command):
+       Use EMACS_INT, not int, for result of XINT.
+       Someday, someone will want to insert more than 2**31 identical characters.
+
+       * cmds.c (Fdelete_char):
+       * cmds.c (Fdelete_backward_char):
+       * syntax.c (Fforward_word):
+       * syntax.c (Fforward_comment):
+       Make COUNT argument optional, for consistency with forward-char et al.
+
+2000-11-22  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp.h:
+       * print.c (long_to_string):
+       Return a useful value: the pointer at end of data written.
+
+       * doprnt.c:
+       Use `static const char * const' for constant strings.
+       (union printf_arg): Delete `i', `ui' members.
+       (get_doprnt_args):
+       (emacs_doprnt_1):
+       Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
+       Do all printf-ing via the `l' specifier.
+       Use EMACS_INT instead of int.
+       Optimize.
+
+2000-11-20  Didier Verna  <didier@xemacs.org>
+
+       * faces.c (update_face_cachel_data): don't frob the background
+       pixmap when the window is being created. The face is needed but
+       does not exist yet.
+
+2000-11-20  Andy Piper  <andy@xemacs.org>
+
+       * unexcw.c (copy_executable_and_dump_data_section): Only do bss
+       messing with a debug environment.
+
+2000-11-20  Martin Buchholz  <martin@xemacs.org>
+
+       * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
+
+2000-11-20  Martin Buchholz  <martin@xemacs.org>
+
+       * casetab.c (Fcase_table_p): Fix compile error and crash.
+
+2000-11-18  Philip Aston  <philipa@mail.com>
+
+       * s/cygwin32.h: Cygwin has SVR4-like pty support.
+
+2000-11-18  Martin Buchholz  <martin@xemacs.org>
+
+       * fileio.c (Fexpand_file_name): GCPRO bug!  Protect `handler'.
+       * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
+
+2000-11-17  Martin Buchholz  <martin@xemacs.org>
+
+       * config.h.in: Define HAVE_ELF_H if elf.h exists.
+       * unexelf.c: Use HAVE_ELF_H.
+       * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
+       I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
+       Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
+       Greg Harrington <greg_harrington@hotmail.com> provided a machine
+       for testing.
+       So this is an unexelfsgi.c from a different line of development.
+
+2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * regex.c (RE_TR_ASCII): New function.
+       (RE_TRANSLATE): Call it.
+
+2000-11-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * buffer.h (TRT_TABLE_OF): Remove assert.
+       (IN_TRT_TABLE_DOMAIN): Removed.
+
+2000-11-16  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * free-hook.c (log_gcpro):
+       (show_gcprohist): Add support for GCPRO5.
+
+2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * emacs.c (main_1): Improve -sd error message when --pdump=no.
+
+2000-11-16  Olivier Galibert  <galibert@xemacs.org>
+
+       * symeval.h: Declare flush_all_buffer_local_cache.
+
+       * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
+       (flush_buffer_local_cache): Added.
+       (flush_all_buffer_local_cache): Added.
+
+       * lrecord.h: Remove unused XD_LO_RESET_NIL.
+
+       * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
+       (pdump_dump_data): Ditto.
+       (pdump_reloc_one): Ditto.
+       (pdump): Remove unused pdump_qnil.  Flush buffer local caches
+       before dumping.
+
+
+2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * buffer.c: Remove if 0'ed entry.
+       * buffer.h: Rewrite TRT to use char-table.
+       * bufslots.h: Remove mirror tables.
+       * casetab.c: Remove mirror tables.
+       (CASE_TABLE_P): New macro.
+       (Fcase_table_p): Element of a case table is string or char-table.
+       (make_mirror_trt_table): Removed.
+       (set_case_table): Setup char-table from strings for backward
+       compatibility.
+       * dired.c (Fdirectory_files):
+       * dired-msw.c: (mswindows_get_files):
+       * lisp.h: Change prototype of re_pattern_buffer.
+       * regex.c: (RE_TRANSLATE): New macro.
+       (TRANSLATE_P): Ditto.
+       Change translate to type RE_TRANSLATE_TYPE.
+       * regex.h: Define RE_TRANSLATE_TYPE
+       * search.c (TRANSLATE): New macro.
+       (TRANSLATE_ASCII): New macro.
+       Translate table is changed to Lisp_Object.
+       (signal_failure): Inhibit return.
+
+2000-11-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * device-msw.c:
+       * eldap.c:
+       * event-Xt.c:
+       * event-stream.c:
+       * print.c:
+       Do UNGCPRO before return.
+
 2000-11-14  Martin Buchholz <martin@xemacs.org>
 
        * XEmacs 21.2.37 is released.
 2000-11-14  Martin Buchholz <martin@xemacs.org>
 
        * XEmacs 21.2.37 is released.
        (recompute_one_cached_specifier_in_window): always recompute if
        flag set.
        (recompute_one_cached_specifier_in_frame): ditto.
        (recompute_one_cached_specifier_in_window): always recompute if
        flag set.
        (recompute_one_cached_specifier_in_frame): ditto.
-       
+
        * specifier.h (struct specifier_caching): add recompute flag.
 
 2000-10-24  Andy Piper  <andy@xemacs.org>
        * specifier.h (struct specifier_caching): add recompute flag.
 
 2000-10-24  Andy Piper  <andy@xemacs.org>
        * minibuf.c (Fall_completions):
        Delete old non-functional code for FSF fourth argument.
 
        * minibuf.c (Fall_completions):
        Delete old non-functional code for FSF fourth argument.
 
-       * frame.c (frame_matches_frame_spec): 
+       * frame.c (frame_matches_frame_spec):
        Renamed from `frame_matches_frametype'.  Update all callers.
        Renamed from `frame_matches_frametype'.  Update all callers.
-       (device_matches_device_spec): 
+       (device_matches_device_spec):
        Renamed from 'device_matches_console_spec'.  Update all callers.
 
        * doc.c (Fsubstitute_command_keys):
        Renamed from 'device_matches_console_spec'.  Update all callers.
 
        * doc.c (Fsubstitute_command_keys):
        * casetab.c (check_case_table): Simpler code.
 
        * window.c (Freplace_buffer_in_windows):
        * casetab.c (check_case_table): Simpler code.
 
        * window.c (Freplace_buffer_in_windows):
-       Give this the same WHICH-FRAMES and WHICH-DEVICES parameters 
+       Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
        (and similar implementation) as Fdelete_windows_on.
        Update all callers.
 
        (and similar implementation) as Fdelete_windows_on.
        Update all callers.
 
 
        * sgiplay.c (play_internal): C++ compilability.
        * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
 
        * sgiplay.c (play_internal): C++ compilability.
        * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
-       * callproc.c (Fold_call_process_internal): 
+       * callproc.c (Fold_call_process_internal):
        Remove unused vars `env', `first'.
        Remove unused vars `env', `first'.
-       * scrollbar.c (update_scrollbar_instance): 
+       * scrollbar.c (update_scrollbar_instance):
        #### unused var `current_window'.
        * redisplay-tty.c: Put currently unused vars insert_mode_on,
        etc. within #ifdef NOT_YET.
        * emacs.c: #### unused vars `initial_argc', `initial_argv'.
        * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
        #### unused var `current_window'.
        * redisplay-tty.c: Put currently unused vars insert_mode_on,
        etc. within #ifdef NOT_YET.
        * emacs.c: #### unused vars `initial_argc', `initial_argv'.
        * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
-       * specifier.c (specifier_instance): 
+       * specifier.c (specifier_instance):
        #### unused var `tag'.
        Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
 
        #### unused var `tag'.
        Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
 
 2000-10-17  Martin Buchholz  <martin@xemacs.org>
 
        * miscplay.c (sndcnv8S_2mono):
 2000-10-17  Martin Buchholz  <martin@xemacs.org>
 
        * miscplay.c (sndcnv8S_2mono):
-       (sndcnv2monounsigned): 
-       (sndcnvULaw_2linear): 
-       (sndcnv16swap): 
+       (sndcnv2monounsigned):
+       (sndcnvULaw_2linear):
+       (sndcnv16swap):
        Remove implementation-defined behavior.
 
 2000-10-12  Martin Buchholz  <martin@xemacs.org>
        Remove implementation-defined behavior.
 
 2000-10-12  Martin Buchholz  <martin@xemacs.org>
        (BYTE_ASCII_P): Use bit ops for char-signedness safety.
        (BYTE_C0_P): Use bit ops for char-signedness safety.
        (BYTE_C1_P): Use bit ops for char-signedness safety.
        (BYTE_ASCII_P): Use bit ops for char-signedness safety.
        (BYTE_C0_P): Use bit ops for char-signedness safety.
        (BYTE_C1_P): Use bit ops for char-signedness safety.
-       (CHARSET_BY_LEADING_BYTE): 
-       (CHARSET_BY_ATTRIBUTES): 
+       (CHARSET_BY_LEADING_BYTE):
+       (CHARSET_BY_ATTRIBUTES):
        Always use inline function.
        Use type_checking_assert.
        Hide chlook.
        Always use inline function.
        Use type_checking_assert.
        Hide chlook.
        Modify to work with both ASCII and non-ASCII characters.
        Improve docs and variable names.
        Replace over-clever fall-through switch with a simple loop.
        Modify to work with both ASCII and non-ASCII characters.
        Improve docs and variable names.
        Replace over-clever fall-through switch with a simple loop.
-       (Lstream_get_emchar_1): 
+       (Lstream_get_emchar_1):
        Replace over-clever fall-through switch with a simple loop.
 
        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
        Replace over-clever fall-through switch with a simple loop.
 
        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
        * s/decosf1-3.h: Remove #include of stropts.h
        * s/ptx.h: Remove #include of stropts.h
        * s/usg5-4.h: Remove #include of stropts.h
        * s/decosf1-3.h: Remove #include of stropts.h
        * s/ptx.h: Remove #include of stropts.h
        * s/usg5-4.h: Remove #include of stropts.h
-       * sysproc.h: 
-       * config.h.in: 
+       * sysproc.h:
+       * config.h.in:
        Use stropts.h, not sys/stropts.h.
        Use strtio.h, not sys/strtio.h.
 
        Use stropts.h, not sys/stropts.h.
        Use strtio.h, not sys/strtio.h.
 
        called_from_delete_device bogus arg, and hence, remove this
        function.  Just use other_visible_frames().
 
        called_from_delete_device bogus arg, and hence, remove this
        function.  Just use other_visible_frames().
 
-       * window.c (Fnext_window): 
+       * window.c (Fnext_window):
        Prettify docstring.
        Since next_frame() is guaranteed to return a frame, remove check
        for nil inserted in previous patch.
        Prettify docstring.
        Since next_frame() is guaranteed to return a frame, remove check
        for nil inserted in previous patch.
-       (Fprevious_window): 
-       Prettify docstring.  
+       (Fprevious_window):
+       Prettify docstring.
        Make code look more like Fnext_window.
        (window_loop):
        Respect the `console' arg when iterating through windows.
        Make code look more like Fnext_window.
        (window_loop):
        Respect the `console' arg when iterating through windows.
@@ -1007,7 +4085,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        Warning fix.
        Avoid buffer overrun on very long file name.
 
        Warning fix.
        Avoid buffer overrun on very long file name.
 
-       * input-method-xlib.c (XIM_init_device): 
+       * input-method-xlib.c (XIM_init_device):
        6th parameter of XRegisterIMInstantiateCallback has different
        pointer types on different OSes, so simply cast to (void *).
 
        6th parameter of XRegisterIMInstantiateCallback has different
        pointer types on different OSes, so simply cast to (void *).
 
@@ -1018,7 +4096,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        Simply return NULL for compatibility with dlopen.
        * sysdll.c: Conform to XEmacs coding standards.
 
        Simply return NULL for compatibility with dlopen.
        * sysdll.c: Conform to XEmacs coding standards.
 
-       * sysdep.c (get_pty_max_bytes): 
+       * sysdep.c (get_pty_max_bytes):
        Support pty input lines longer than 512 bytes on HP-UX 10.20.
 
 2000-08-31  Martin Buchholz  <martin@xemacs.org>
        Support pty input lines longer than 512 bytes on HP-UX 10.20.
 
 2000-08-31  Martin Buchholz  <martin@xemacs.org>
@@ -1122,7 +4200,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * data.c (indirect_function):
        Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
 
        * data.c (indirect_function):
        Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
 
-       * eval.c (function_argcount): 
+       * eval.c (function_argcount):
        Use original function when signaling errors.
 
 2000-08-18  Andy Piper  <andy@xemacs.org>
        Use original function when signaling errors.
 
 2000-08-18  Andy Piper  <andy@xemacs.org>
@@ -1199,7 +4277,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        of the code).  remove duplicate header includes.
 
        * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
        of the code).  remove duplicate header includes.
 
        * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
-       
+
        * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
        don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
        useful load average.
        * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
        don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
        useful load average.
@@ -1217,14 +4295,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-04-26  IKEYAMA Tomonori  <tomonori@suiyokai.org>
 
 
 2000-04-26  IKEYAMA Tomonori  <tomonori@suiyokai.org>
 
-        * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
-        color if the image is a mono pixmap.
+       * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
+       color if the image is a mono pixmap.
 
 2000-07-30  Ben Wing  <ben@xemacs.org>
 
        * Makefile.in.in (release):
        Remove stray @.
 
 2000-07-30  Ben Wing  <ben@xemacs.org>
 
        * Makefile.in.in (release):
        Remove stray @.
-       
+
        * buffer.c (directory_is_current_directory):
        * dired-msw.c (mswindows_get_files):
        * dired.c:
        * buffer.c (directory_is_current_directory):
        * dired-msw.c (mswindows_get_files):
        * dired.c:
@@ -1236,18 +4314,18 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        (e.g. SCO).
 
        * callproc.c (egetenv): GC docs.
        (e.g. SCO).
 
        * callproc.c (egetenv): GC docs.
-       
+
        * console-msw.h:
        * console-msw.h (struct mswindows_dialog_id):
        * lrecord.h (lrecord_type):
        New object for use with MSW dialogs.
        * console-msw.h:
        * console-msw.h (struct mswindows_dialog_id):
        * lrecord.h (lrecord_type):
        New object for use with MSW dialogs.
-       
+
        * console.h (struct console_methods):
        New enable/disable frame methods, for proper modal dialogs.
        * console.h (struct console_methods):
        New enable/disable frame methods, for proper modal dialogs.
-       
+
        * device-msw.c (msprinter_default_printer): Fix to follow
        proper Mule conventions.
        * device-msw.c (msprinter_default_printer): Fix to follow
        proper Mule conventions.
-       
+
        * device-msw.c:
        * device-msw.c (signal_open_printer_error):
        * device-msw.c (msprinter_init_device):
        * device-msw.c:
        * device-msw.c (signal_open_printer_error):
        * device-msw.c (msprinter_init_device):
@@ -1264,7 +4342,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * extents.c (Fextents_at):
        * extents.c (symbol_to_glyph_layout):
        [[[[2]]]] Use structured errors.
        * extents.c (Fextents_at):
        * extents.c (symbol_to_glyph_layout):
        [[[[2]]]] Use structured errors.
-       
+
        * dialog-msw.c:
        * dialog-msw.c (mswindows_is_dialog_msg):
        * dialog-msw.c (mark_mswindows_dialog_id):
        * dialog-msw.c:
        * dialog-msw.c (mswindows_is_dialog_msg):
        * dialog-msw.c (mark_mswindows_dialog_id):
@@ -1273,7 +4351,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * dialog-msw.c (syms_of_dialog_mswindows):
        Define new object to clean up marking; use it as a dialog identifier.
        Call new delete-dialog-box-hook.
        * dialog-msw.c (syms_of_dialog_mswindows):
        Define new object to clean up marking; use it as a dialog identifier.
        Call new delete-dialog-box-hook.
-       
+
        * dialog-x.c (dbox_selection_callback):
        * dialog-x.c (dbox_descriptor_to_widget_value):
        * dialog-x.c (x_make_dialog_box_internal):
        * dialog-x.c (dbox_selection_callback):
        * dialog-x.c (dbox_descriptor_to_widget_value):
        * dialog-x.c (x_make_dialog_box_internal):
@@ -1284,17 +4362,17 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * dialog.c (syms_of_dialog):
        * dialog.c (vars_of_dialog):
        Define new delete-dialog-box-hook, for use w/modal dialog boxes.
        * dialog.c (syms_of_dialog):
        * dialog.c (vars_of_dialog):
        Define new delete-dialog-box-hook, for use w/modal dialog boxes.
-       
+
        * eval.c:
        * eval.c (signal_call_debugger):
        when noninteractive, output stack traces on the console instead
        of in a (never-seen) buffer.
        * eval.c:
        * eval.c (signal_call_debugger):
        when noninteractive, output stack traces on the console instead
        of in a (never-seen) buffer.
-       
+
        * eval.c (signal_type_error):
        * eval.c (invalid_argument_2):
        * lisp.h:
        new funs for use w/structured errors.
        * eval.c (signal_type_error):
        * eval.c (invalid_argument_2):
        * lisp.h:
        new funs for use w/structured errors.
-       
+
        * event-Xt.c:
        * event-Xt.c (x_to_emacs_keysym):
        * event-Xt.c (describe_event):
        * event-Xt.c:
        * event-Xt.c (x_to_emacs_keysym):
        * event-Xt.c (describe_event):
@@ -1305,10 +4383,10 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * event-msw.c (vars_of_event_mswindows):
        rename {x,mswindows}-debug-events to debug-{}-events for
        consistency with other debug-foo variables.
        * event-msw.c (vars_of_event_mswindows):
        rename {x,mswindows}-debug-events to debug-{}-events for
        consistency with other debug-foo variables.
-       
+
        * event-stream.c:
        document next-event more clearly.
        * event-stream.c:
        document next-event more clearly.
-       
+
        * fileio.c (Ffile_name_directory):
        * fileio.c (Ffile_name_nondirectory):
        * fileio.c (Funhandled_file_name_directory):
        * fileio.c (Ffile_name_directory):
        * fileio.c (Ffile_name_nondirectory):
        * fileio.c (Funhandled_file_name_directory):
@@ -1333,7 +4411,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * fileio.c (auto_save_1):
        (1). (2).
        fix up gcpro's.
        * fileio.c (auto_save_1):
        (1). (2).
        fix up gcpro's.
-       
+
        * frame-msw.c:
        * frame-msw.c (mswindows_init_frame_1):
        * frame-msw.c (mswindows_enable_frame):
        * frame-msw.c:
        * frame-msw.c (mswindows_init_frame_1):
        * frame-msw.c (mswindows_enable_frame):
@@ -1343,24 +4421,24 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * frame-msw.c (console_type_create_frame_mswindows):
        (2).
        implement new enable/disable frame methods.
        * frame-msw.c (console_type_create_frame_mswindows):
        (2).
        implement new enable/disable frame methods.
-       
+
        * frame-x.c:
        * frame-x.c (x_enable_frame):
        * frame-x.c (console_type_create_frame_x):
        implement new enable/disable frame methods.
        * frame-x.c:
        * frame-x.c (x_enable_frame):
        * frame-x.c (console_type_create_frame_x):
        implement new enable/disable frame methods.
-       
+
        * frame.c:
        * frame.c (Fdisable_frame):
        * frame.c (syms_of_frame):
        * frame.h (struct frame):
        implement new enable/disable frame methods/functions.
        * frame.c:
        * frame.c (Fdisable_frame):
        * frame.c (syms_of_frame):
        * frame.h (struct frame):
        implement new enable/disable frame methods/functions.
-       
+
        * general-slots.h:
        add initial-focus.
        * general-slots.h:
        add initial-focus.
-       
+
        * glyphs-msw.c (mswindows_widget_instantiate):
        comment that initial-focus should be implemented.
        * glyphs-msw.c (mswindows_widget_instantiate):
        comment that initial-focus should be implemented.
-       
+
        * glyphs-widget.c:
        * glyphs-widget.c (check_valid_instantiator):
        * glyphs-widget.c (check_valid_orientation):
        * glyphs-widget.c:
        * glyphs-widget.c (check_valid_instantiator):
        * glyphs-widget.c (check_valid_orientation):
@@ -1383,7 +4461,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        (2).
        support (unimplemented) keyword initial-focus.
        reindent long macros.
        (2).
        support (unimplemented) keyword initial-focus.
        reindent long macros.
-       
+
        * glyphs-x.c (x_redisplay_widget):
        * glyphs-x.c (x_button_instantiate):
        * glyphs-x.c (x_button_redisplay):
        * glyphs-x.c (x_redisplay_widget):
        * glyphs-x.c (x_button_instantiate):
        * glyphs-x.c (x_button_redisplay):
@@ -1401,40 +4479,40 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
        add new flag to gui-parsing routines to indicate whether
        accelerator specs should be supported.
        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
        add new flag to gui-parsing routines to indicate whether
        accelerator specs should be supported.
-       
+
        * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
        * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
-       
+
        * glyphs.h (struct Lisp_Image_Instance):
        * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
        add initial-focus flag.
        * glyphs.h (struct Lisp_Image_Instance):
        * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
        add initial-focus flag.
-       
+
        * gui.c:
        * gui.c (syms_of_gui):
        * gui.c (vars_of_gui):
        clean up menu-no-selection-hook.
        * gui.c:
        * gui.c (syms_of_gui):
        * gui.c (vars_of_gui):
        clean up menu-no-selection-hook.
-       
+
        * gui.h:
        support delete-dialog-box-hook.
        * gui.h:
        support delete-dialog-box-hook.
-       
+
        * lread.c (Fload_internal):
        * lread.c (locate_file_in_directory_mapper):
        (1).
        * lread.c (Fload_internal):
        * lread.c (locate_file_in_directory_mapper):
        (1).
-       
+
        * lrecord.h:
        * lrecord.h (struct toolbar_button):
        * lrecord.h (syms_of_toolbar):
        document how to create a new object.
        * lrecord.h:
        * lrecord.h (struct toolbar_button):
        * lrecord.h (syms_of_toolbar):
        document how to create a new object.
-       
+
        * menubar-msw.c (mswindows_char_is_accelerator):
        may be called on frames w/o menus.
 
        * menubar.c (vars_of_menubar):
        clean up :filter docs.
        * menubar-msw.c (mswindows_char_is_accelerator):
        may be called on frames w/o menus.
 
        * menubar.c (vars_of_menubar):
        clean up :filter docs.
-       
+
        * nt.c (readdir):
        * ntproc.c:
        (1).
        * nt.c (readdir):
        * ntproc.c:
        (1).
-       
+
        * process-nt.c:
        * process-nt.c (validate_signal_number):
        * process-nt.c (signal_cannot_launch):
        * process-nt.c:
        * process-nt.c (validate_signal_number):
        * process-nt.c (signal_cannot_launch):
@@ -1445,7 +4523,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * process-nt.c (syms_of_process_nt):
        (2).
        delete quote-handling.  call new lisp code that does it better.
        * process-nt.c (syms_of_process_nt):
        (2).
        delete quote-handling.  call new lisp code that does it better.
-       
+
        * process-unix.c (connect_to_file_descriptor):
        * process-unix.c (allocate_pty):
        * process-unix.c (unix_send_process):
        * process-unix.c (connect_to_file_descriptor):
        * process-unix.c (allocate_pty):
        * process-unix.c (unix_send_process):
@@ -1453,11 +4531,11 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * process-unix.c (unix_open_network_stream):
        * process-unix.c (unix_open_multicast_group):
        (1). (2).
        * process-unix.c (unix_open_network_stream):
        * process-unix.c (unix_open_multicast_group):
        (1). (2).
-       
+
        * process.c:
        * process.c (Fstart_process_internal):
        (2).  need to canonicalize process path even if absolute.
        * process.c:
        * process.c (Fstart_process_internal):
        (2).  need to canonicalize process path even if absolute.
-       
+
        * select-msw.c (symbol_to_ms_cf):
        * select-msw.c (ms_cf_to_symbol):
        * select-msw.c (cf_is_autofreed):
        * select-msw.c (symbol_to_ms_cf):
        * select-msw.c (ms_cf_to_symbol):
        * select-msw.c (cf_is_autofreed):
@@ -1466,35 +4544,35 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * select.c (syms_of_select):
        * select.h:
        support dibv5, fix bugs. (from Mike Alexander)
        * select.c (syms_of_select):
        * select.h:
        support dibv5, fix bugs. (from Mike Alexander)
-       
+
        * select.c (Fget_selection_internal):
        * select.c (select_convert_out):
        * select.c (Fget_selection_internal):
        * select.c (select_convert_out):
-       
+
        * sysdep.c:
        * sysdep.c (xemacs_stat):
        renamed.
        * sysdep.c:
        * sysdep.c (xemacs_stat):
        renamed.
-       
+
        * sysdep.c (mkdir):
        * sysdep.c (rmdir):
        but keep original stat() here because we provide encapsulation
        around these funs.
        * sysdep.c (mkdir):
        * sysdep.c (rmdir):
        but keep original stat() here because we provide encapsulation
        around these funs.
-       
+
        * sysfile.h:
        * sysfile.h (fstat):
        remove stat garbage.
        * sysfile.h:
        * sysfile.h (fstat):
        remove stat garbage.
-       
+
        * syswindows.h:
        fix X/MSW conflict.
        don't include tchar.h.  it's inappropriate because it makes
        compile-time distinctions when we want runtime distinctions.
        (we provide our own tchar replacements)
        * syswindows.h:
        fix X/MSW conflict.
        don't include tchar.h.  it's inappropriate because it makes
        compile-time distinctions when we want runtime distinctions.
        (we provide our own tchar replacements)
-       
+
        * toolbar.c:
        use default object printer for toolbar-button.
        * toolbar.c:
        use default object printer for toolbar-button.
-       
+
        * unexcw.c:
        make sure we don't encapsulate.
        * unexcw.c:
        make sure we don't encapsulate.
-       
+
        * window.c (vars_of_window):
        emphasize that temp-buffer-show-hook is obsolete.
 
        * window.c (vars_of_window):
        emphasize that temp-buffer-show-hook is obsolete.
 
@@ -1503,16 +4581,16 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
        (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
 
        * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
        (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
 
-       * events.c (Fevent_timestamp_lessp): 
+       * events.c (Fevent_timestamp_lessp):
        Not 64-bit clean.  Use EMACS_INT, not int.
 
 2000-06-05  Andrew Begel <abegel@cs.berkeley.edu>
 
        * lrecord.h (lrecord_types): Changed lrecord_type_count to an
        unsigned int and changed the last enum to
        Not 64-bit clean.  Use EMACS_INT, not int.
 
 2000-06-05  Andrew Begel <abegel@cs.berkeley.edu>
 
        * lrecord.h (lrecord_types): Changed lrecord_type_count to an
        unsigned int and changed the last enum to
-       lrecord_type_last_built_in_type. 
+       lrecord_type_last_built_in_type.
        (lrecord_implementations_table): changed prototype to know how
        (lrecord_implementations_table): changed prototype to know how
-       long the array is supposed to be. 
+       long the array is supposed to be.
        (lrecord_type_count): new unsigned int to keep track of the
        current number of lisp lrecord types.
        (DEFINE_EXTERNAL_LRECORD):
        (lrecord_type_count): new unsigned int to keep track of the
        current number of lisp lrecord types.
        (DEFINE_EXTERNAL_LRECORD):
@@ -1544,14 +4622,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-08-03  Martin Buchholz  <martin@xemacs.org>
 
 
 2000-08-03  Martin Buchholz  <martin@xemacs.org>
 
-       * callproc.c (Fcall_process_internal): 
-       (Fcall_process_internal): 
+       * callproc.c (Fcall_process_internal):
+       (Fcall_process_internal):
        * process-unix.c (unix_create_process):
        Save and restore the value of errno, so that error messages are accurate.
 
 2000-08-01  Martin Buchholz  <martin@xemacs.org>
 
        * process-unix.c (unix_create_process):
        Save and restore the value of errno, so that error messages are accurate.
 
 2000-08-01  Martin Buchholz  <martin@xemacs.org>
 
-       * elhash.c (print_hash_table): 
+       * elhash.c (print_hash_table):
        Fix printing of hash tables to also use `key-and-value' instead of `t'.
        Prettify docstrings and indentation.
 
        Fix printing of hash tables to also use `key-and-value' instead of `t'.
        Prettify docstrings and indentation.
 
@@ -1605,7 +4683,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * config.h.in:
        Make existence of s&m files optional.
 
        * config.h.in:
        Make existence of s&m files optional.
-       
+
        * s/bsd386.h: Remove HAVE_GETLOADAVG.
        * s/freebsd.h: Remove HAVE_GETLOADAVG.
        * s/gnu.h: Remove HAVE_GETLOADAVG.
        * s/bsd386.h: Remove HAVE_GETLOADAVG.
        * s/freebsd.h: Remove HAVE_GETLOADAVG.
        * s/gnu.h: Remove HAVE_GETLOADAVG.
@@ -1685,7 +4763,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * window.c (Fset_window_configuration): add comment.
 
 
        * window.c (Fset_window_configuration): add comment.
 
-       * redisplay-output.c (compare_runes): 
+       * redisplay-output.c (compare_runes):
        (redisplay_output_subwindow): redisplay rather than update subwindow.
        (redisplay_output_layout): ditto.
 
        (redisplay_output_subwindow): redisplay rather than update subwindow.
        (redisplay_output_layout): ditto.
 
@@ -1789,687 +4867,687 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
        (image_instantiator_layout): add update method.
 
        (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
        (image_instantiator_layout): add update method.
 
-       * glyphs-msw.c (bmp_normalize):
-       (mswindows_resource_normalize): add dest_mask so that it can be
-       proprogated by layout_normalize.
-       (begin_defer_window_pos): make optional because it may not be the
-       right thing to do and it introduces differences with X.
-       (mswindows_unmap_subwindow): ditto.
-       (mswindows_map_subwindow): ditto.
-       (mswindows_redisplay_subwindow): renamed from
-       mswindows_update_subwindow.
-       (mswindows_redisplay_widget): ditto.
-       (mswindows_button_redisplay): renamed from
-       mswindows_button_update. Update is now what the instantiation
-       function does for a changed instantiator.
-       (mswindows_progress_gauge_instantiate): set the progress value
-       here if appropriate.
-       (mswindows_tab_control_redisplay): cope with re-ordering of the
-       members of the tab widget by simply selecting the new top
-       widget. This makes things appear ok if you click on a tab.
-       (mswindows_combo_box_instantiate): image_instance_layout now takes
-       position as well as size.
-       (mswindows_progress_gauge_redisplay): renamed from
-       mswindows_progress_gauge_update.
-       (console_type_create_glyphs_mswindows): fix update -> redisplay.
-       (image_instantiator_format_create_glyphs_mswindows): ditto.
+       * glyphs-msw.c (bmp_normalize):
+       (mswindows_resource_normalize): add dest_mask so that it can be
+       proprogated by layout_normalize.
+       (begin_defer_window_pos): make optional because it may not be the
+       right thing to do and it introduces differences with X.
+       (mswindows_unmap_subwindow): ditto.
+       (mswindows_map_subwindow): ditto.
+       (mswindows_redisplay_subwindow): renamed from
+       mswindows_update_subwindow.
+       (mswindows_redisplay_widget): ditto.
+       (mswindows_button_redisplay): renamed from
+       mswindows_button_update. Update is now what the instantiation
+       function does for a changed instantiator.
+       (mswindows_progress_gauge_instantiate): set the progress value
+       here if appropriate.
+       (mswindows_tab_control_redisplay): cope with re-ordering of the
+       members of the tab widget by simply selecting the new top
+       widget. This makes things appear ok if you click on a tab.
+       (mswindows_combo_box_instantiate): image_instance_layout now takes
+       position as well as size.
+       (mswindows_progress_gauge_redisplay): renamed from
+       mswindows_progress_gauge_update.
+       (console_type_create_glyphs_mswindows): fix update -> redisplay.
+       (image_instantiator_format_create_glyphs_mswindows): ditto.
+
+       * glyphs-eimage.c (jpeg_normalize):
+       (gif_normalize):
+       (png_normalize):
+       (tiff_normalize): add dest_mask so that it can be proprogated by
+       layout_normalize.
+
+       * elhash.c:
+       (print_hash_table):
+       (hash_table_weakness_validate):
+       (decode_hash_table_weakness):
+       (Fhash_table_weakness):
+       (Fhash_table_type):
+       (syms_of_elhash): use Ben's naming scheme for hashtable types..
+
+       * console.h (struct console_methods): move update_* to
+       redisplay_*.
+
+2000-07-20  Ben Wing  <ben@xemacs.org>
+
+       * *.[ch] (XSETOBJ): remove unused middle argument.
+       lisp-disunion.h: correct wrap_object() to one argument.
+
+2000-07-15  Ben Wing  <ben@xemacs.org>
+
+       * s/cygwin32.h:
+       * s/cygwin32.h (CYGWIN_CONV_PATH):
+       Add missing logb prototype for v1.1.
+       Use post-b20 names and alias to pre-b20 names when pre-b20.
+
+       * s/windowsnt.h: [5].
+
+2000-07-15  Ben Wing  <ben@xemacs.org>
+
+       * Makefile.in.in (x_objs):
+       * Makefile.in.in (sheap_objs):
+       * Makefile.in.in (objs):
+       added win32.o, cosmetic cleanups.
+
+       * alloc.c (Fmake_byte_code):
+       [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
+       etc. macros which declare their own args now.
+
+       * alloc.c (syms_of_alloc):
+       [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
+
+       * buffer.c:
+       Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
+
+       * buffer.c (Fget_file_buffer):
+       Fixed GCPRO problem.
+
+       * buffer.c (get_truename_buffer):
+       Fixed comment about GC checking.
+
+       * buffer.c (syms_of_buffer):
+       Undeclared those dedicated frame funs.
+       [2].
+
+       * buffer.h:
+       Define convenience macros for internal/external conversions.
+       [[[3]]]: Define codesys aliases Qcommand_argument_encoding
+       and Qenvironment_variable_encoding for cleaner code.
+
+       * bufslots.h:
+       Remove dedicated-frame; in lisp.
+
+       * bytecode.c (funcall_compiled_function):
+       [1].
+
+       * bytecode.c (syms_of_bytecode):
+       [2].
+
+       * console-msw.c:
+       * console-msw.c (mswindows_show_console): Rewrote.
+
+       * console-msw.c (Fmswindows_debugging_output): New.
+       Sends to OutputDebugString (special MSWin debugger interface).
+
+       * console-msw.c (Fmswindows_message_box):
+       Fixed stupid bugs so it works when called from kill-emacs.
+
+       * console-msw.c (syms_of_console_mswindows):
+       Declare Fmswindows_debugging_output.
+
+       * console-msw.h:
+       New MSWin prototypes.
+
+       * console-msw.h (struct mswindows_frame):
+       New entry last-click-mods for improved button-modifier support.
+
+       * console-msw.h (FRAME_MSWINDOWS_POPUP):
+       New struct entry `popup' with corresponding accessor.
+
+       * console-x.c:
+       * console-x.c (split_up_display_spec):
+       * console-x.c (get_display_arg_connection):
+       * console-x.c (x_semi_canonicalize_console_connection):
+       * console-x.c (x_canonicalize_device_connection):
+       [[[6]]]: Change char to more specific type.
+       [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
+
+       * console-x.c (x_semi_canonicalize_console_connection):
+       * console-x.c (x_canonicalize_device_connection):
+       [[[9]]]: Fix up error signalling to use new structured error system.
+
+       * console-x.h:
+       [[[4]]]: Define codesys aliases:
+       Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
+       Qx_color_name_encoding, Qx_display_name_encoding.
+
+       * console.h (struct console_methods):
+       New method make_dialog_box_internal supersedes older
+       popup_dialog_box method.
+
+       * data.c:
+       Define many new errors, part of new structured errors.
+
+       * data.c (init_errors_once_early):
+       * data.c (syms_of_data):
+       [2].
+
+       * device-msw.c (mswindows_init_device):
+       [[[5]]]: Cleanup to support NT 3.51.
+
+       * device-msw.c (decode_devmode): Cleanup.
+
+       * device-msw.c (mswindows_handle_print_setup_dialog_box):
+       * device-msw.c (mswindows_handle_print_dialog_box):
+       * device-msw.c (mswindows_handle_page_setup_dialog_box):
+       * device-msw.c (syms_of_device_mswindows):
+       Delete the dialog box primitives recently introduced by Kirill and
+       instead interface to general dialog box interface.
+
+       * device-x.c:
+       * device-x.c (compute_x_app_name):
+       * device-x.c (x_init_device):
+       * device-x.c (Fx_valid_keysym_name_p):
+       * device-x.c (Fx_set_font_path):
+       [6].
+       [7].
+
+       * device.h (wrap_device): New.
+       First of its kind; meant to replace XSETDEVICE.
+
+       * dialog-msw.c: Many file-dialog symbols.
+
+       * dialog-msw.c (mswindows_register_popup_frame): New.
+       * dialog-msw.c (mswindows_is_dialog_msg): New.
+       For supporting kbd traversal in dialog boxes.
+
+       * dialog-msw.c (dialog_proc):
+       Support hitting ESC in dialogs.
+
+       * dialog-msw.c (struct):
+       Common dialog box errors.
+
+       * dialog-msw.c (handle_file_dialog_box): New.
+       Add file dialog code.
+
+       * dialog-msw.c (handle_question_dialog_box):
+       Redo existing code to support new question dialog syntax.
+
+       * dialog-msw.c (console_type_create_dialog_mswindows):
+       We support new dialog console method.
+
+       * dialog-msw.c (syms_of_dialog_mswindows):
+       * dialog-msw.c (vars_of_dialog_mswindows):
+       New file dialog symbols, vars.
+
+       * dialog-x.c:
+       * dialog-x.c (maybe_run_dbox_text_callback):
+       * dialog-x.c (dbox_descriptor_to_widget_value):
+       * dialog-x.c (x_make_dialog_box_internal):
+       * dialog-x.c (console_type_create_dialog_x):
+       Mule-ize entire file.
+       Redo to support question dialog syntax.
+       [6].
+
+       * dialog.c:
+       * dialog.c (Fmake_dialog_box_internal):
+       * dialog.c (syms_of_dialog):
+       Kill old popup-dialog-box, replace with new primitive.
+       Just call device method or signal error.
+
+       * eldap.c (Fldap_open):
+       * eldap.c (Fldap_search_basic):
+       * eldap.c (Fldap_add):
+       * eldap.c (Fldap_modify):
+       [1].
+       [7].
+
+       * emacs.c:
+       * emacs.c (make_arg_list_1):
+       * emacs.c (make_arg_list):
+       Mule-ize call to dll_init().
+       [6].
+       [8].
+
+       * emacs.c (make_argc_argv):
+       * emacs.c (free_argc_argv):
+       * emacs.c (init_cmdargs):
+       * emacs.c (main_1):
+       * emacs.c (Fkill_emacs):
+       * emacs.c (Fdump_emacs):
+       Update comments about what can be used in syms_* etc.
+       Call init_win32() when necessary.
+       Fix up MS Win dialog box in kill-buffer to actually work right.
+       [7].
+
+       * eval.c:
+       * eval.c (For):
+       * eval.c (Fand):
+       * eval.c (Fprogn):
+       * eval.c (Fprog1):
+       * eval.c (Fprog2):
+       * eval.c (FletX):
+       * eval.c (Flet):
+       * eval.c (condition_case_3):
+       * eval.c (Feval):
+       * eval.c (function_argcount):
+       * eval.c (funcall_lambda):
+       [1].
+
+       * eval.c (type_error): New.
+       * eval.c (maybe_type_error): New.
+       * eval.c (continuable_type_error): New.
+       * eval.c (maybe_continuable_type_error): New.
+       * eval.c (type_error_with_frob): New.
+       * eval.c (maybe_type_error_with_frob): New.
+       * eval.c (continuable_type_error_with_frob): New.
+       * eval.c (maybe_continuable_type_error_with_frob): New.
+       New functions for use with structured errors.
+
+       * event-Xt.c:
+       * event-Xt.c (x_event_to_emacs_event):
+       Buttons are now modifiers too.
+
+       * event-Xt.c (emacs_Xt_current_event_timestamp):
+       Implement new event method.
+       * event-Xt.c (reinit_vars_of_event_Xt): Set it.
+
+       * event-msw.c:
+       * event-msw.c (ntpipe_shove_writer): [5].
+       * event-msw.c (mswindows_enqueue_mouse_button_event):
+       * event-msw.c (mswindows_drain_windows_queue):
+       * event-msw.c (mswindows_wnd_proc): [7].
+       * event-msw.c (mswindows_current_layout_has_AltGr): [5].
+       * event-msw.c (mswindows_modifier_state):
+       Throughout: support new button modifiers.
+
+       * event-msw.c (emacs_mswindows_current_event_timestamp):
+       Implement new event method.
+       * event-msw.c (reinit_vars_of_event_mswindows): Set it.
 
 
-       * glyphs-eimage.c (jpeg_normalize):
-       (gif_normalize):
-       (png_normalize):
-       (tiff_normalize): add dest_mask so that it can be proprogated by
-       layout_normalize.
+       * event-stream.c:
+       * event-stream.c (event_stream_current_event_timestamp): New.
+       * event-stream.c (maybe_kbd_translate): New functionality.
+       * event-stream.c (vars_of_event_stream):
+       Document new kbd-translate-table functionality.
 
 
-       * elhash.c:
-       (print_hash_table):
-       (hash_table_weakness_validate):
-       (decode_hash_table_weakness):
-       (Fhash_table_weakness):
-       (Fhash_table_type):
-       (syms_of_elhash): use Ben's naming scheme for hashtable types..
+       * event-stream.c (Fcurrent_event_timestamp): New.
+       New primitive for use in fabricated events.
+       * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
 
 
-       * console.h (struct console_methods): move update_* to
-       redisplay_*.
+       * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
 
 
-2000-07-20  Ben Wing  <ben@xemacs.org>
+       * events.c:
+       * events.c (Fmake_event):
+       * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
+       [1].
+       [9].
 
 
-       * *.[ch] (XSETOBJ): remove unused middle argument.
-       lisp-disunion.h: correct wrap_object() to one argument.
-       
-2000-07-15  Ben Wing  <ben@xemacs.org>
+       * events.c (format_event_object): fix gcc warnings.
 
 
-        * s/cygwin32.h:
-        * s/cygwin32.h (CYGWIN_CONV_PATH):
-        Add missing logb prototype for v1.1.
-        Use post-b20 names and alias to pre-b20 names when pre-b20.
+       * events.c (Fevent_timestamp): Document new primitives.
 
 
-        * s/windowsnt.h: [5].
+       * events.c (TIMESTAMP_HALFSPACE): New.
 
 
-2000-07-15  Ben Wing  <ben@xemacs.org>
+       * events.c (Fevent_timestamp_lessp): New.  New primitive for
+       comparing timestamps correctly (half-space algorithm).
 
 
-       * Makefile.in.in (x_objs):
-       * Makefile.in.in (sheap_objs):
-       * Makefile.in.in (objs):
-       added win32.o, cosmetic cleanups.
-       
-        * alloc.c (Fmake_byte_code):
-        [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
-        etc. macros which declare their own args now.
+       * events.c (Fevent_modifier_bits): Doc fix.
+
+       * events.c (Fevent_modifiers): Major doc addition.
+       * events.c (event_x_y_pixel_internal): Typo fix.
+       * events.c (syms_of_events): Declare new primitives.
 
 
-        * alloc.c (syms_of_alloc):
-        [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
+       * events.h:
+       Update long comment for button modifiers, timestamps.
 
 
-        * buffer.c:
-        Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
+       * events.h (struct event_stream):
+       New current_event_timestamp method.
 
 
-        * buffer.c (Fget_file_buffer):
-        Fixed GCPRO problem.
+       * extents.c:
+       * extents.c (extent_in_region_p):
+       * extents.c (decode_extent):
+       * extents.c (Fset_extent_parent):
+       * extents.c (decode_map_extents_flags):
+       Fix gcc warnings.
+       [9].
 
 
-        * buffer.c (get_truename_buffer):
-        Fixed comment about GC checking.
+       * extents.c (struct extent_at_arg):
+       * extents.c (decode_extent_at_flag):
+       * extents.c (extent_at_mapper):
+       * extents.c (extent_at_bytind):
+       * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
+       * extents.c (Fextents_at): New primitive. [9].
+       * extents.c (symbol_to_glyph_layout): [9].
+       Support new primitive `extents-at'.
 
 
-        * buffer.c (syms_of_buffer):
-        Undeclared those dedicated frame funs.
-        [2].
 
 
-        * buffer.h:
-        Define convenience macros for internal/external conversions.
-       [[[3]]]: Define codesys aliases Qcommand_argument_encoding
-        and Qenvironment_variable_encoding for cleaner code.
+       * extents.c (get_text_property_bytind):
+       extent_at_bytind has another arg.
+       [9].
 
 
-        * bufslots.h:
-        Remove dedicated-frame; in lisp.
+       * extents.c (syms_of_extents): New primitive.
 
 
-        * bytecode.c (funcall_compiled_function):
-        [1].
+       * file-coding.c (Fmake_coding_system): [1].
+       * file-coding.c (subsidiary_coding_system): fix gcc warning
+       * file-coding.c (syms_of_file_coding): [2].
 
 
-        * bytecode.c (syms_of_bytecode):
-        [2].
+       * fileio.c (Fexpand_file_name):
+       * fileio.c (Fsysnetunam):
+       * fileio.c (Ffile_exists_p):
+       * fileio.c (Ffile_executable_p):
+       * fileio.c (Fverify_visited_file_modtime):
+       Clean up GCPROing.
 
 
-        * console-msw.c:
-        * console-msw.c (mswindows_show_console): Rewrote.
+       * fileio.c (syms_of_fileio): [2].
+
+       * filelock.c (lock_file_1):
+       * filelock.c (current_lock_owner):
+       * filelock.c (lock_if_free):
+       * filelock.c (lock_file):
+       * filelock.c (unlock_file):
+       Clean up GCPROing.
+
+       * fns.c (concat): Fix gcc warning.
+
+       * fns.c (Fmember):
+       * fns.c (Fold_member):
+       * fns.c (Fmemq):
+       * fns.c (Fold_memq):
+       * fns.c (memq_no_quit):
+       * fns.c (Fassoc):
+       * fns.c (Fold_assoc):
+       * fns.c (Fassq):
+       * fns.c (Fold_assq):
+       * fns.c (assq_no_quit):
+       * fns.c (Frassoc):
+       * fns.c (Fold_rassoc):
+       * fns.c (Frassq):
+       * fns.c (Fold_rassq):
+       * fns.c (rassq_no_quit):
+       * fns.c (Fdelete):
+       * fns.c (Fold_delete):
+       * fns.c (Fdelq):
+       * fns.c (Fold_delq):
+       * fns.c (delq_no_quit):
+       * fns.c (Fremassoc):
+       * fns.c (Fremassq):
+       * fns.c (remassq_no_quit):
+       * fns.c (Fremrassoc):
+       * fns.c (Fremrassq):
+       * fns.c (remrassq_no_quit):
+       * fns.c (Freverse):
+       * fns.c (mapcar1):
+       [1].
 
 
-        * console-msw.c (Fmswindows_debugging_output): New.
-        Sends to OutputDebugString (special MSWin debugger interface).
+       * frame-msw.c (mswindows_init_frame_1):
+       * frame-msw.c (mswindows_delete_frame):
+       Register popups with dialog code so keyboard traversing works.
 
 
-        * console-msw.c (Fmswindows_message_box):
-        Fixed stupid bugs so it works when called from kill-emacs.
+       * frame-tty.c (tty_raise_frame_no_select): [1].
 
 
-        * console-msw.c (syms_of_console_mswindows):
-        Declare Fmswindows_debugging_output.
+       * frame-x.c:
+       * frame-x.c (x_set_frame_text_value):
+       * frame-x.c (x_set_frame_properties):
+       * frame-x.c (x_create_widgets):
+       [7].
 
 
-        * console-msw.h:
-        New MSWin prototypes.
+       * frame.c:
+       * frame.c (Fmouse_pixel_position): Minor doc fixes.
 
 
-        * console-msw.h (struct mswindows_frame):
-        New entry last-click-mods for improved button-modifier support.
+       * frame.h (wrap_frame): New.
+       Macro like wrap_device.
 
 
-        * console-msw.h (FRAME_MSWINDOWS_POPUP):
-        New struct entry `popup' with corresponding accessor.
+       * general.c:
+       * general.c (SYMBOL):
+       * general.c (syms_of_general):
+       Major reorg.  This is now just a wrapper and symbols themselves
+       are listed in general-slots.h.
 
 
-        * console-x.c:
-        * console-x.c (split_up_display_spec):
-        * console-x.c (get_display_arg_connection):
-        * console-x.c (x_semi_canonicalize_console_connection):
-        * console-x.c (x_canonicalize_device_connection):
-        [[[6]]]: Change char to more specific type.
-        [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
+       * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
+       * glyphs-msw.c (mswindows_resource_instantiate): [5].
 
 
-        * console-x.c (x_semi_canonicalize_console_connection):
-        * console-x.c (x_canonicalize_device_connection):
-        [[[9]]]: Fix up error signalling to use new structured error system.
+       * glyphs-msw.c (mswindows_native_layout_instantiate):
+       Add DS_CONTROL so keyboard traversal will work.
 
 
-        * console-x.h:
-        [[[4]]]: Define codesys aliases:
-        Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
-        Qx_color_name_encoding, Qx_display_name_encoding.
+       * glyphs-widget.c:
+       * glyphs-widget.c (syms_of_glyphs_widget):
+       Move some symbols to general-slots.h.
 
 
-        * console.h (struct console_methods):
-        New method make_dialog_box_internal supersedes older
-        popup_dialog_box method.
+       * glyphs-x.c:
+       * glyphs-x.c (xbm_instantiate_1):
+       * glyphs-x.c (x_xbm_instantiate):
+       * glyphs-x.c (x_xface_instantiate):
+       * glyphs-x.c (autodetect_instantiate):
+       * glyphs-x.c (cursor_font_instantiate):
+       * glyphs-x.c (x_update_widget):
+       * glyphs-x.c (x_widget_instantiate):
+       * glyphs.c (bitmap_to_lisp_data):
+       * glyphs.c (pixmap_to_lisp_data):
+       [7].
 
 
-        * data.c:
-        Define many new errors, part of new structured errors.
+       * glyphs.c (syms_of_glyphs):
+       [2].
 
 
-        * data.c (init_errors_once_early):
-        * data.c (syms_of_data):
-        [2].
+       * gui-x.c:
+       * gui-x.c (print_widget_value):
+       * gui-x.c (menu_separator_style_and_to_external):
+       * gui-x.c (add_accel_and_to_external):
+       * gui-x.c (button_item_to_widget_value):
+       * gui-x.c (gui_items_to_widget_values_1):
+       * gui-x.c (gui_items_to_widget_values):
+       * gui-x.c (syms_of_gui_x):
+       * gui-x.c (vars_of_gui_x):
+       Mule-ize entire file.  Move menu-no-selection-hook to gui.c.
+       [9].
 
 
-        * device-msw.c (mswindows_init_device):
-        [[[5]]]: Cleanup to support NT 3.51.
+       * gui-x.h:
+       Muleize, prototype changes matching gui-x.c.
 
 
-        * device-msw.c (decode_devmode): Cleanup.
+       * gui.c:
+       * gui.c (separator_string_p):
+       * gui.c (gui_item_add_keyval_pair):
+       * gui.c (make_gui_item_from_keywords_internal):
+       * gui.c (signal_too_long_error):
+       * gui.c (parse_gui_item_tree_item):
+       * gui.c (syms_of_gui):
+       * gui.c (vars_of_gui):
+       * gui.h:
+       menu-no-selection-hook moved here (used by MSWin).
+       Move some symbols to general-slots.h.
+       [6].
+       [9].
 
 
-        * device-msw.c (mswindows_handle_print_setup_dialog_box):
-        * device-msw.c (mswindows_handle_print_dialog_box):
-        * device-msw.c (mswindows_handle_page_setup_dialog_box):
-        * device-msw.c (syms_of_device_mswindows):
-        Delete the dialog box primitives recently introduced by Kirill and
-       instead interface to general dialog box interface.
+       * insdel.c (get_buffer_pos_char):
+       * insdel.c (get_buffer_range_char):
+       Add GC comments.
 
 
-        * device-x.c:
-        * device-x.c (compute_x_app_name):
-        * device-x.c (x_init_device):
-        * device-x.c (Fx_valid_keysym_name_p):
-        * device-x.c (Fx_set_font_path):
-        [6].
-        [7].
-
-        * device.h (wrap_device): New.
-        First of its kind; meant to replace XSETDEVICE.
-
-        * dialog-msw.c: Many file-dialog symbols.
-
-        * dialog-msw.c (mswindows_register_popup_frame): New.
-        * dialog-msw.c (mswindows_is_dialog_msg): New.
-        For supporting kbd traversal in dialog boxes.
-
-        * dialog-msw.c (dialog_proc):
-        Support hitting ESC in dialogs.
-
-        * dialog-msw.c (struct):
-        Common dialog box errors.
-
-        * dialog-msw.c (handle_file_dialog_box): New.
-        Add file dialog code.
-
-        * dialog-msw.c (handle_question_dialog_box):
-        Redo existing code to support new question dialog syntax.
-
-        * dialog-msw.c (console_type_create_dialog_mswindows):
-        We support new dialog console method.
-
-        * dialog-msw.c (syms_of_dialog_mswindows):
-        * dialog-msw.c (vars_of_dialog_mswindows):
-        New file dialog symbols, vars.
-
-        * dialog-x.c:
-        * dialog-x.c (maybe_run_dbox_text_callback):
-        * dialog-x.c (dbox_descriptor_to_widget_value):
-        * dialog-x.c (x_make_dialog_box_internal):
-        * dialog-x.c (console_type_create_dialog_x):
-        Mule-ize entire file.
-        Redo to support question dialog syntax.
-        [6].
-
-        * dialog.c:
-        * dialog.c (Fmake_dialog_box_internal):
-        * dialog.c (syms_of_dialog):
-        Kill old popup-dialog-box, replace with new primitive.
-        Just call device method or signal error.
-
-        * eldap.c (Fldap_open):
-        * eldap.c (Fldap_search_basic):
-        * eldap.c (Fldap_add):
-        * eldap.c (Fldap_modify):
-        [1].
-        [7].
-
-        * emacs.c:
-        * emacs.c (make_arg_list_1):
-        * emacs.c (make_arg_list):
-        Mule-ize call to dll_init().
-        [6].
-        [8].
-
-        * emacs.c (make_argc_argv):
-        * emacs.c (free_argc_argv):
-        * emacs.c (init_cmdargs):
-        * emacs.c (main_1):
-        * emacs.c (Fkill_emacs):
-        * emacs.c (Fdump_emacs):
-        Update comments about what can be used in syms_* etc.
-        Call init_win32() when necessary.
-        Fix up MS Win dialog box in kill-buffer to actually work right.
-        [7].
-
-        * eval.c:
-        * eval.c (For):
-        * eval.c (Fand):
-        * eval.c (Fprogn):
-        * eval.c (Fprog1):
-        * eval.c (Fprog2):
-        * eval.c (FletX):
-        * eval.c (Flet):
-        * eval.c (condition_case_3):
-        * eval.c (Feval):
-        * eval.c (function_argcount):
-        * eval.c (funcall_lambda):
-        [1].
-
-        * eval.c (type_error): New.
-        * eval.c (maybe_type_error): New.
-        * eval.c (continuable_type_error): New.
-        * eval.c (maybe_continuable_type_error): New.
-        * eval.c (type_error_with_frob): New.
-        * eval.c (maybe_type_error_with_frob): New.
-        * eval.c (continuable_type_error_with_frob): New.
-        * eval.c (maybe_continuable_type_error_with_frob): New.
-        New functions for use with structured errors.
-
-        * event-Xt.c:
-        * event-Xt.c (x_event_to_emacs_event):
-        Buttons are now modifiers too.
-
-        * event-Xt.c (emacs_Xt_current_event_timestamp):
-        Implement new event method.
-        * event-Xt.c (reinit_vars_of_event_Xt): Set it.
-
-        * event-msw.c:
-        * event-msw.c (ntpipe_shove_writer): [5].
-        * event-msw.c (mswindows_enqueue_mouse_button_event):
-        * event-msw.c (mswindows_drain_windows_queue):
-        * event-msw.c (mswindows_wnd_proc): [7].
-        * event-msw.c (mswindows_current_layout_has_AltGr): [5].
-        * event-msw.c (mswindows_modifier_state):
-        Throughout: support new button modifiers.
-
-        * event-msw.c (emacs_mswindows_current_event_timestamp):
-        Implement new event method.
-        * event-msw.c (reinit_vars_of_event_mswindows): Set it.
-
-        * event-stream.c:
-        * event-stream.c (event_stream_current_event_timestamp): New.
-        * event-stream.c (maybe_kbd_translate): New functionality.
-        * event-stream.c (vars_of_event_stream):
-        Document new kbd-translate-table functionality.
-
-        * event-stream.c (Fcurrent_event_timestamp): New.
-        New primitive for use in fabricated events.
-        * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
-
-        * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
-
-        * events.c:
-        * events.c (Fmake_event):
-        * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
-        [1].
-        [9].
-
-        * events.c (format_event_object): fix gcc warnings.
-
-        * events.c (Fevent_timestamp): Document new primitives.
-
-        * events.c (TIMESTAMP_HALFSPACE): New.
-
-        * events.c (Fevent_timestamp_lessp): New.  New primitive for
-       comparing timestamps correctly (half-space algorithm).
+       * keymap.c (keymap_lookup_directly):
+       * keymap.c (keymap_store):
+       * keymap.c (ensure_meta_prefix_char_keymapp):
+       * keymap.c (describe_map):
+       * keymap.h:
+       Support new button modifiers.
+
+       * lisp-disunion.h (wrap_object):
+       * lisp-disunion.h (XSETOBJ):
+       Rename make_obj to wrap_object.
 
 
-        * events.c (Fevent_modifier_bits): Doc fix.
-
-        * events.c (Fevent_modifiers): Major doc addition.
-        * events.c (event_x_y_pixel_internal): Typo fix.
-        * events.c (syms_of_events): Declare new primitives.
-
-        * events.h:
-        Update long comment for button modifiers, timestamps.
-
-        * events.h (struct event_stream):
-        New current_event_timestamp method.
-
-        * extents.c:
-        * extents.c (extent_in_region_p):
-        * extents.c (decode_extent):
-        * extents.c (Fset_extent_parent):
-        * extents.c (decode_map_extents_flags):
-        Fix gcc warnings.
-        [9].
-
-        * extents.c (struct extent_at_arg):
-        * extents.c (decode_extent_at_flag):
-        * extents.c (extent_at_mapper):
-        * extents.c (extent_at_bytind):
-        * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
-        * extents.c (Fextents_at): New primitive. [9].
-        * extents.c (symbol_to_glyph_layout): [9].
-        Support new primitive `extents-at'.
-
-
-        * extents.c (get_text_property_bytind):
-        extent_at_bytind has another arg.
-        [9].
-
-        * extents.c (syms_of_extents): New primitive.
-
-        * file-coding.c (Fmake_coding_system): [1].
-        * file-coding.c (subsidiary_coding_system): fix gcc warning
-        * file-coding.c (syms_of_file_coding): [2].
-
-        * fileio.c (Fexpand_file_name):
-        * fileio.c (Fsysnetunam):
-        * fileio.c (Ffile_exists_p):
-        * fileio.c (Ffile_executable_p):
-        * fileio.c (Fverify_visited_file_modtime):
-        Clean up GCPROing.
-
-        * fileio.c (syms_of_fileio): [2].
-
-        * filelock.c (lock_file_1):
-        * filelock.c (current_lock_owner):
-        * filelock.c (lock_if_free):
-        * filelock.c (lock_file):
-        * filelock.c (unlock_file):
-        Clean up GCPROing.
-
-        * fns.c (concat): Fix gcc warning.
-
-        * fns.c (Fmember):
-        * fns.c (Fold_member):
-        * fns.c (Fmemq):
-        * fns.c (Fold_memq):
-        * fns.c (memq_no_quit):
-        * fns.c (Fassoc):
-        * fns.c (Fold_assoc):
-        * fns.c (Fassq):
-        * fns.c (Fold_assq):
-        * fns.c (assq_no_quit):
-        * fns.c (Frassoc):
-        * fns.c (Fold_rassoc):
-        * fns.c (Frassq):
-        * fns.c (Fold_rassq):
-        * fns.c (rassq_no_quit):
-        * fns.c (Fdelete):
-        * fns.c (Fold_delete):
-        * fns.c (Fdelq):
-        * fns.c (Fold_delq):
-        * fns.c (delq_no_quit):
-        * fns.c (Fremassoc):
-        * fns.c (Fremassq):
-        * fns.c (remassq_no_quit):
-        * fns.c (Fremrassoc):
-        * fns.c (Fremrassq):
-        * fns.c (remrassq_no_quit):
-        * fns.c (Freverse):
-        * fns.c (mapcar1):
-        [1].
-
-        * frame-msw.c (mswindows_init_frame_1):
-        * frame-msw.c (mswindows_delete_frame):
-        Register popups with dialog code so keyboard traversing works.
-
-        * frame-tty.c (tty_raise_frame_no_select): [1].
-
-        * frame-x.c:
-        * frame-x.c (x_set_frame_text_value):
-        * frame-x.c (x_set_frame_properties):
-        * frame-x.c (x_create_widgets):
-        [7].
-
-        * frame.c:
-        * frame.c (Fmouse_pixel_position): Minor doc fixes.
-
-        * frame.h (wrap_frame): New.
-        Macro like wrap_device.
-
-        * general.c:
-        * general.c (SYMBOL):
-        * general.c (syms_of_general):
-        Major reorg.  This is now just a wrapper and symbols themselves
-        are listed in general-slots.h.
-
-        * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
-        * glyphs-msw.c (mswindows_resource_instantiate): [5].
-
-        * glyphs-msw.c (mswindows_native_layout_instantiate):
-        Add DS_CONTROL so keyboard traversal will work.
-
-        * glyphs-widget.c:
-        * glyphs-widget.c (syms_of_glyphs_widget):
-        Move some symbols to general-slots.h.
-
-        * glyphs-x.c:
-        * glyphs-x.c (xbm_instantiate_1):
-        * glyphs-x.c (x_xbm_instantiate):
-        * glyphs-x.c (x_xface_instantiate):
-        * glyphs-x.c (autodetect_instantiate):
-        * glyphs-x.c (cursor_font_instantiate):
-        * glyphs-x.c (x_update_widget):
-        * glyphs-x.c (x_widget_instantiate):
-        * glyphs.c (bitmap_to_lisp_data):
-        * glyphs.c (pixmap_to_lisp_data):
-        [7].
-
-        * glyphs.c (syms_of_glyphs):
-        [2].
-
-        * gui-x.c:
-        * gui-x.c (print_widget_value):
-        * gui-x.c (menu_separator_style_and_to_external):
-        * gui-x.c (add_accel_and_to_external):
-        * gui-x.c (button_item_to_widget_value):
-        * gui-x.c (gui_items_to_widget_values_1):
-        * gui-x.c (gui_items_to_widget_values):
-        * gui-x.c (syms_of_gui_x):
-        * gui-x.c (vars_of_gui_x):
-        Mule-ize entire file.  Move menu-no-selection-hook to gui.c.
-        [9].
-
-        * gui-x.h:
-        Muleize, prototype changes matching gui-x.c.
-
-        * gui.c:
-        * gui.c (separator_string_p):
-        * gui.c (gui_item_add_keyval_pair):
-        * gui.c (make_gui_item_from_keywords_internal):
-        * gui.c (signal_too_long_error):
-        * gui.c (parse_gui_item_tree_item):
-        * gui.c (syms_of_gui):
-        * gui.c (vars_of_gui):
-        * gui.h:
-        menu-no-selection-hook moved here (used by MSWin).
-        Move some symbols to general-slots.h.
-        [6].
-        [9].
-
-        * insdel.c (get_buffer_pos_char):
-        * insdel.c (get_buffer_range_char):
-        Add GC comments.
-
-        * keymap.c (keymap_lookup_directly):
-        * keymap.c (keymap_store):
-        * keymap.c (ensure_meta_prefix_char_keymapp):
-        * keymap.c (describe_map):
-        * keymap.h:
-        Support new button modifiers.
-
-        * lisp-disunion.h (wrap_object):
-        * lisp-disunion.h (XSETOBJ):
-        Rename make_obj to wrap_object.
-
-        * lisp-union.h:
-        * lisp-union.h (make_int):
-        * lisp-union.h (make_char):
-        Support wrap_object.
-
-        * lisp.h:
-        * lisp.h (LIST_LOOP):
-        * lisp.h (EXTERNAL_LIST_LOOP):
-        * lisp.h (LIST_LOOP_2):
-        * lisp.h (EXTERNAL_LIST_LOOP_1):
-        * lisp.h (EXTERNAL_LIST_LOOP_2):
-        * lisp.h (EXTERNAL_LIST_LOOP_3):
-        * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
-        * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
-        * lisp.h (GET_EXTERNAL_LIST_LENGTH):
-        * lisp.h (EXTERNAL_ALIST_LOOP_5):
-        * lisp.h (EXTERNAL_ALIST_LOOP_6):
-        * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
-        * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
-        * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
-        * lisp.h (struct Lisp_Symbol):
-        * lisp.h (maybe_continuable_error_with_frob):
-        Fix up section comments.
-        Add new types for char to indicate usage.
-        Delete symbols auto-generated from general-slots.h.
-        Add prototypes for structured error functions.
-        Add long comments describing looping macros and change interface
-        so that lvalues are automatically declared.
+       * lisp-union.h:
+       * lisp-union.h (make_int):
+       * lisp-union.h (make_char):
+       Support wrap_object.
+
+       * lisp.h:
+       * lisp.h (LIST_LOOP):
+       * lisp.h (EXTERNAL_LIST_LOOP):
+       * lisp.h (LIST_LOOP_2):
+       * lisp.h (EXTERNAL_LIST_LOOP_1):
+       * lisp.h (EXTERNAL_LIST_LOOP_2):
+       * lisp.h (EXTERNAL_LIST_LOOP_3):
+       * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
+       * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
+       * lisp.h (GET_EXTERNAL_LIST_LENGTH):
+       * lisp.h (EXTERNAL_ALIST_LOOP_5):
+       * lisp.h (EXTERNAL_ALIST_LOOP_6):
+       * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
+       * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
+       * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
+       * lisp.h (struct Lisp_Symbol):
+       * lisp.h (maybe_continuable_error_with_frob):
+       Fix up section comments.
+       Add new types for char to indicate usage.
+       Delete symbols auto-generated from general-slots.h.
+       Add prototypes for structured error functions.
+       Add long comments describing looping macros and change interface
+       so that lvalues are automatically declared.
        Add NO_DECLARE macro in case callers want to declare lvalues
        themselves.
 
        Add NO_DECLARE macro in case callers want to declare lvalues
        themselves.
 
-        * lread.c (read_syntax_error):
-        * lread.c (continuable_read_syntax_error):
-        * lread.c (read_structure):
-        * lread.c (sequence_reader):
-        * lread.c (read_list_conser):
-        * lread.c (read_compiled_function):
-        Rename syntax_error and continuable_syntax_error to avoid clash
-        with same-named structured error functions.
-
-        * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
-        * menubar-msw.c (populate_menu_add_item):
-        * menubar-msw.c (populate_or_checksum_helper):
-        [5].
-        [9].
-
-        * menubar-x.c:
-        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
-        Mule-ize whole file.
-
-        * menubar.c (Fnormalize_menu_item_name): Add optimization.
-
-        * mule-charset.c (Fmake_charset):
-        * mule-wnnfns.c (Fwnn_set_param):
-        [1].
-
-        * ntproc.c (create_child):
-        * ntproc.c (Fwin32_set_current_locale):
-        Add comments portending doom.
-
-        * objects-msw.c:
-        * objects-msw.c (old_font_enum_callback_2):
-        * objects-msw.c (font_enum_callback_1):
-        * objects-msw.c (mswindows_enumerate_fonts):
-        [5].
-
-        * objects-x.c:
-        * objects-x.c (allocate_nearest_color):
-        * objects-x.c (x_parse_nearest_color):
-        * objects-x.c (x_initialize_color_instance):
-        * objects-x.c (x_print_color_instance):
-        * objects-x.c (x_finalize_color_instance):
-        * objects-x.c (x_valid_color_name_p):
-        * objects-x.c (x_initialize_font_instance):
-        * objects-x.c (x_print_font_instance):
-        * objects-x.c (valid_x_font_name_p):
-        * objects-x.c (truename_via_FONT_prop):
-        * objects-x.c (truename_via_random_props):
-        * objects-x.c (truename_via_XListFonts):
-        * objects-x.c (x_font_truename):
-        * objects-x.c (x_font_instance_truename):
-        * objects-x.c (x_font_instance_properties):
-        * objects-x.c (x_list_fonts):
-        * objects-x.c (x_find_charset_font):
-        Mule-ize entire file.
-        [7].
-
-        * objects-x.h:
-        Mule-verify.
-
-        * print.c:
-        * print.c (std_handle_out_external):
-        * print.c (debug_print_no_newline):
-        * print.c (syms_of_print):
-        Output to all debugger kinds in debug-print.
-        Fix console-output code under MSWin to actually work.
-
-        * process-nt.c (send_signal):
-        * process-nt.c (nt_create_process):
-        Use newer Unicode macros.
-
-        * process-unix.c (unix_create_process):
-        * process-unix.c (unix_canonicalize_host_name):
-        * process-unix.c (unix_open_network_stream):
-        [7].
-
-        * scrollbar-x.c:
-        Mule-verify.
-
-        * search.c (syms_of_search):
-        [2].
-
-        * select-msw.c (mswindows_destroy_selection):
-        Use LIST_LOOP_2.
-
-        * select-x.c (symbol_to_x_atom):
-        [7].
-
-        * select.c (syms_of_select):
-        [2].
-
-        * sound.c (Fplay_sound_file):
-        [7].
-
-        * specifier.c:
-        * specifier.c (decode_specifier_type):
-        * specifier.c (Fvalid_specifier_locale_type_p):
-        * specifier.c (check_valid_locale_or_locale_type):
-        * specifier.c (decode_locale):
-        * specifier.c (decode_locale_type):
-        * specifier.c (decode_locale_list):
-        * specifier.c (check_valid_domain):
-        * specifier.c (decode_specifier_tag_set):
-        * specifier.c (Fcanonicalize_tag_set):
-        * specifier.c (Fdefine_specifier_tag):
-        * specifier.c (Fspecifier_tag_predicate):
-        * specifier.c (check_valid_inst_list):
-        * specifier.c (check_valid_spec_list):
-        * specifier.c (decode_how_to_add_specification):
-        * specifier.c (check_modifiable_specifier):
-        * specifier.c (specifier_add_spec):
-        * specifier.c (boolean_validate):
-        * specifier.c (display_table_validate):
-        [9].
-
-        * specifier.c (syms_of_specifier):
-        Move some symbols to general-slots.h.
-        [2].
-
-        * symbols.c:
-        * symbols.c (Fmapatoms):
-        * symbols.c (Fapropos_internal):
-        Add GCPROs.
-
-        * symbols.c (set_default_buffer_slot_variable):
-        * symbols.c (set_default_console_slot_variable):
-        [1].
-
-        * symbols.c (defsymbol_massage_name_1):
-        * symbols.c (defkeyword_massage_name):
-        * symbols.c (deferror_1):
-        * symbols.c (deferror):
-        * symbols.c (deferror_massage_name_and_message):
-        * symeval.h:
-        * symeval.h (DEFSYMBOL):
-        Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
-
-        * symbols.c (syms_of_symbols):
-        [2].
-
-        * symsinit.h:
-        * symsinit.h (init_win32): New.
-        Also new is syms_of_dialog_mswindows.
-
-        * syswindows.h:
+       * lread.c (read_syntax_error):
+       * lread.c (continuable_read_syntax_error):
+       * lread.c (read_structure):
+       * lread.c (sequence_reader):
+       * lread.c (read_list_conser):
+       * lread.c (read_compiled_function):
+       Rename syntax_error and continuable_syntax_error to avoid clash
+       with same-named structured error functions.
+
+       * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
+       * menubar-msw.c (populate_menu_add_item):
+       * menubar-msw.c (populate_or_checksum_helper):
+       [5].
+       [9].
+
+       * menubar-x.c:
+       * menubar-x.c (menu_item_descriptor_to_widget_value_1):
+       Mule-ize whole file.
+
+       * menubar.c (Fnormalize_menu_item_name): Add optimization.
+
+       * mule-charset.c (Fmake_charset):
+       * mule-wnnfns.c (Fwnn_set_param):
+       [1].
+
+       * ntproc.c (create_child):
+       * ntproc.c (Fwin32_set_current_locale):
+       Add comments portending doom.
+
+       * objects-msw.c:
+       * objects-msw.c (old_font_enum_callback_2):
+       * objects-msw.c (font_enum_callback_1):
+       * objects-msw.c (mswindows_enumerate_fonts):
+       [5].
+
+       * objects-x.c:
+       * objects-x.c (allocate_nearest_color):
+       * objects-x.c (x_parse_nearest_color):
+       * objects-x.c (x_initialize_color_instance):
+       * objects-x.c (x_print_color_instance):
+       * objects-x.c (x_finalize_color_instance):
+       * objects-x.c (x_valid_color_name_p):
+       * objects-x.c (x_initialize_font_instance):
+       * objects-x.c (x_print_font_instance):
+       * objects-x.c (valid_x_font_name_p):
+       * objects-x.c (truename_via_FONT_prop):
+       * objects-x.c (truename_via_random_props):
+       * objects-x.c (truename_via_XListFonts):
+       * objects-x.c (x_font_truename):
+       * objects-x.c (x_font_instance_truename):
+       * objects-x.c (x_font_instance_properties):
+       * objects-x.c (x_list_fonts):
+       * objects-x.c (x_find_charset_font):
+       Mule-ize entire file.
+       [7].
+
+       * objects-x.h:
+       Mule-verify.
+
+       * print.c:
+       * print.c (std_handle_out_external):
+       * print.c (debug_print_no_newline):
+       * print.c (syms_of_print):
+       Output to all debugger kinds in debug-print.
+       Fix console-output code under MSWin to actually work.
+
+       * process-nt.c (send_signal):
+       * process-nt.c (nt_create_process):
+       Use newer Unicode macros.
+
+       * process-unix.c (unix_create_process):
+       * process-unix.c (unix_canonicalize_host_name):
+       * process-unix.c (unix_open_network_stream):
+       [7].
+
+       * scrollbar-x.c:
+       Mule-verify.
+
+       * search.c (syms_of_search):
+       [2].
+
+       * select-msw.c (mswindows_destroy_selection):
+       Use LIST_LOOP_2.
+
+       * select-x.c (symbol_to_x_atom):
+       [7].
+
+       * select.c (syms_of_select):
+       [2].
+
+       * sound.c (Fplay_sound_file):
+       [7].
+
+       * specifier.c:
+       * specifier.c (decode_specifier_type):
+       * specifier.c (Fvalid_specifier_locale_type_p):
+       * specifier.c (check_valid_locale_or_locale_type):
+       * specifier.c (decode_locale):
+       * specifier.c (decode_locale_type):
+       * specifier.c (decode_locale_list):
+       * specifier.c (check_valid_domain):
+       * specifier.c (decode_specifier_tag_set):
+       * specifier.c (Fcanonicalize_tag_set):
+       * specifier.c (Fdefine_specifier_tag):
+       * specifier.c (Fspecifier_tag_predicate):
+       * specifier.c (check_valid_inst_list):
+       * specifier.c (check_valid_spec_list):
+       * specifier.c (decode_how_to_add_specification):
+       * specifier.c (check_modifiable_specifier):
+       * specifier.c (specifier_add_spec):
+       * specifier.c (boolean_validate):
+       * specifier.c (display_table_validate):
+       [9].
+
+       * specifier.c (syms_of_specifier):
+       Move some symbols to general-slots.h.
+       [2].
+
+       * symbols.c:
+       * symbols.c (Fmapatoms):
+       * symbols.c (Fapropos_internal):
+       Add GCPROs.
+
+       * symbols.c (set_default_buffer_slot_variable):
+       * symbols.c (set_default_console_slot_variable):
+       [1].
+
+       * symbols.c (defsymbol_massage_name_1):
+       * symbols.c (defkeyword_massage_name):
+       * symbols.c (deferror_1):
+       * symbols.c (deferror):
+       * symbols.c (deferror_massage_name_and_message):
+       * symeval.h:
+       * symeval.h (DEFSYMBOL):
+       Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
+
+       * symbols.c (syms_of_symbols):
+       [2].
+
+       * symsinit.h:
+       * symsinit.h (init_win32): New.
+       Also new is syms_of_dialog_mswindows.
+
+       * syswindows.h:
        Add new Unicode macros, missing Cygwin wide-char functions,
        convenience conversion macros for Qmswindows_tstr, macros for
        encapsulating required MSWin <-> Cygwin filename conversions,
        prototype for dynamically-extracted (not in NT 3.51) functions.
 
        Add new Unicode macros, missing Cygwin wide-char functions,
        convenience conversion macros for Qmswindows_tstr, macros for
        encapsulating required MSWin <-> Cygwin filename conversions,
        prototype for dynamically-extracted (not in NT 3.51) functions.
 
-        * toolbar-x.c:
-        Mule-verify.
+       * toolbar-x.c:
+       Mule-verify.
 
 
-        * tooltalk.c (Fadd_tooltalk_message_arg):
-        * tooltalk.c (Fadd_tooltalk_pattern_attribute):
-        * tooltalk.c (Fadd_tooltalk_pattern_arg):
-        [7].
+       * tooltalk.c (Fadd_tooltalk_message_arg):
+       * tooltalk.c (Fadd_tooltalk_pattern_attribute):
+       * tooltalk.c (Fadd_tooltalk_pattern_arg):
+       [7].
 
 
-        * tooltalk.c (syms_of_tooltalk):
-        [2].
+       * tooltalk.c (syms_of_tooltalk):
+       [2].
 
 
-        * unexnt.c:
-        * unexnt.c (unexec):
-        Fix up headers, declaration of unexec() to be more standard.
+       * unexnt.c:
+       * unexnt.c (unexec):
+       Fix up headers, declaration of unexec() to be more standard.
 
 2000-07-20  Martin Buchholz  <martin@xemacs.org>
 
 
 2000-07-20  Martin Buchholz  <martin@xemacs.org>
 
@@ -2485,8 +5563,8 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        (msprinter_canonicalize_device_connection): Added.
 
        * device-msw.c (msprinter_default_printer):
        (msprinter_canonicalize_device_connection): Added.
 
        * device-msw.c (msprinter_default_printer):
-       (Fmswingows_get_default_printer): 
-       (signal_enum_priner_error): 
+       (Fmswingows_get_default_printer):
+       (signal_enum_priner_error):
        (Fmswingows_printer_list): Added.
 
 2000-07-19  Martin Buchholz <martin@xemacs.org>
        (Fmswingows_printer_list): Added.
 
 2000-07-19  Martin Buchholz <martin@xemacs.org>
@@ -2495,7 +5573,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-07-19  Martin Buchholz  <martin@xemacs.org>
 
 
 2000-07-19  Martin Buchholz  <martin@xemacs.org>
 
-       * select-x.c (x_handle_selection_request): 
+       * select-x.c (x_handle_selection_request):
        Text selected in xemacs and pasted into xterm failed to appear.
        Spelling fixes and cosmetic changes.
 
        Text selected in xemacs and pasted into xterm failed to appear.
        Spelling fixes and cosmetic changes.
 
@@ -2594,17 +5672,17 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
        error checking - previously this called abort!
 
        * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
        error checking - previously this called abort!
-       
+
        * select-x.c (x_own_selection): Changed comment.
        * select-x.c (x_own_selection): Changed comment.
-       
+
        * select-x.c (x_handle_selection_request): Use select_convert_out.
        Don't mess with selection-alist; it's an internal variable of select.c.
        * select-x.c (x_handle_selection_request): Use select_convert_out.
        Don't mess with selection-alist; it's an internal variable of select.c.
-       
+
        * select-x.c (x_get_foreign_selection): Use select_convert_in.
        * select-x.c (x_get_foreign_selection): Use select_convert_in.
-       
+
        * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
        rather than messing with selection-alist.
        * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
        rather than messing with selection-alist.
-       
+
        * select-msw.c (mswindows_get_foreign_selection):
        Use TO_INTERNAL_FORMAT rather than hacking.
 
        * select-msw.c (mswindows_get_foreign_selection):
        Use TO_INTERNAL_FORMAT rather than hacking.
 
@@ -2626,7 +5704,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * console.h (available_selection_types_method): New.
        * console.h (register_selection_data_type_method): New.
        * console.h (selection_data_type_name): New.
        * console.h (available_selection_types_method): New.
        * console.h (register_selection_data_type_method): New.
        * console.h (selection_data_type_name): New.
-       
+
        * console-msw.h (mswindows_destroy_selection): Declare it.  New
        function & alist to track GlobalAlloc()'d handles that need
        releasing when the clipboard data gets replaced or emptied.
        * console-msw.h (mswindows_destroy_selection): Declare it.  New
        function & alist to track GlobalAlloc()'d handles that need
        releasing when the clipboard data gets replaced or emptied.
@@ -2635,7 +5713,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * lisp.h, general.c (Qappend): New symbol representing a
        `how-to-add' mode.
 
        * lisp.h, general.c (Qappend): New symbol representing a
        `how-to-add' mode.
-       
+
        * select.c (own-selection-internal):
        * select.c (selection-exists-p):
        * select.c (available-selection-types): New.
        * select.c (own-selection-internal):
        * select.c (selection-exists-p):
        * select.c (available-selection-types): New.
@@ -2702,8 +5780,8 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        default minibuffer frame on a printer device.
 
        * frame-msw.c (apply_dc_geometry): Added.
        default minibuffer frame on a printer device.
 
        * frame-msw.c (apply_dc_geometry): Added.
-       (msprinter_start_page): 
-       (msprinter_init_frame_3): 
+       (msprinter_start_page):
+       (msprinter_init_frame_3):
        (msprinter_eject_page): Use it.
 
        * console-msw.h (struct msprinter_frame): Added pix_left and top,
        (msprinter_eject_page): Use it.
 
        * console-msw.h (struct msprinter_frame): Added pix_left and top,
@@ -2723,7 +5801,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 2000-07-09  Martin Buchholz  <martin@xemacs.org>
 
        * config.h.in: Remove SMART_INCLUDE hackery.
 2000-07-09  Martin Buchholz  <martin@xemacs.org>
 
        * config.h.in: Remove SMART_INCLUDE hackery.
-       
+
        PostgreSQL hacking:
        * config.h.in: Don't use SMART_INCLUDE.
 
        PostgreSQL hacking:
        * config.h.in: Don't use SMART_INCLUDE.
 
@@ -2761,49 +5839,49 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * device-msw.c (hash_devmode):
        * device-msw.c (Fmsprinter_settings_despecialize):
        use Qmswindows_tstr, not Qctext.
        * device-msw.c (hash_devmode):
        * device-msw.c (Fmsprinter_settings_despecialize):
        use Qmswindows_tstr, not Qctext.
-       
+
        * vm-limit.c (check_memory_limits):
        avoid infinite loop printing warning messages.
 
 2000-07-05  Craig Lanning  <lanning@scra.org>
 
        * vm-limit.c (check_memory_limits):
        avoid infinite loop printing warning messages.
 
 2000-07-05  Craig Lanning  <lanning@scra.org>
 
-        * Makefile.in.in: Add support for including the Windows resources
-        when building with the cygwin and mingw targets.
+       * Makefile.in.in: Add support for including the Windows resources
+       when building with the cygwin and mingw targets.
 
 
-        * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
-        not set or not correct.
-        (directory_is_current_directory): Don't compile for WIN32_NATIVE.
-        (init_initial_directory): Don't try to use $PWD on the
-        WIN32_NATIVE target.
+       * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
+       not set or not correct.
+       (directory_is_current_directory): Don't compile for WIN32_NATIVE.
+       (init_initial_directory): Don't try to use $PWD on the
+       WIN32_NATIVE target.
 
 
-        * s\cygwin32.h:
+       * s\cygwin32.h:
        [[Add -mwindows to eliminate console window.]] not required --ben
        [[Add -mwindows to eliminate console window.]] not required --ben
-        (HAVE_NATIVE_SOUND): removed; now handled by configure.
-        (MAIL_USE_POP): removed; now handled by configure.
+       (HAVE_NATIVE_SOUND): removed; now handled by configure.
+       (MAIL_USE_POP): removed; now handled by configure.
 
 
-        * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
+       * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
        C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
        C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
-        (HAVE_NATIVE_SOUND): removed; now handled by configure.
-        (MAIL_USE_POP): removed; now handled by configure.
-        (ENCAPSULATE_STAT): from Dan Holmsand, added.
-        (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
-        (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
-        constant string.
-        (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
-        up from <winsock.h> via systime.h.
-        (HAVE_GETPAGESIZE): from Dan Holmsand, added.
-        (getpagesize): from Dan Holmsand, added.
-        Added #endif which was left dangling by Ben's mega patch; added
-        comment to help prevent this in the future.
-
-        * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
+       (HAVE_NATIVE_SOUND): removed; now handled by configure.
+       (MAIL_USE_POP): removed; now handled by configure.
+       (ENCAPSULATE_STAT): from Dan Holmsand, added.
+       (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
+       (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
+       constant string.
+       (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
+       up from <winsock.h> via systime.h.
+       (HAVE_GETPAGESIZE): from Dan Holmsand, added.
+       (getpagesize): from Dan Holmsand, added.
+       Added #endif which was left dangling by Ben's mega patch; added
+       comment to help prevent this in the future.
+
+       * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
 
 2000-07-05  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
 
        * console-msw.h (struct mswindows_device): Removed unnecessary
        cached device geometry values.
        Added update_tick and an accessor macro.
 
 2000-07-05  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
 
        * console-msw.h (struct mswindows_device): Removed unnecessary
        cached device geometry values.
        Added update_tick and an accessor macro.
-       (Lisp_Devmode): Added lrecord declaration. 
+       (Lisp_Devmode): Added lrecord declaration.
        (struct msprinter_device): Contain devmode as a Lisp object.
        Added mswindows_get_selected_frame_hwnd();
 
        (struct msprinter_device): Contain devmode as a Lisp object.
        Added mswindows_get_selected_frame_hwnd();
 
@@ -2812,27 +5890,27 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * device-msw.c (mswindows_init_device): Do not initialize geometry
        cache. Initialize update tick.
        (mswindows_device_system_metrics): Ask the device for its geometry.
        * device-msw.c (mswindows_init_device): Do not initialize geometry
        cache. Initialize update tick.
        (mswindows_device_system_metrics): Ask the device for its geometry.
-       (global_free_2_maybe): 
-       (devmode_to_hglobal): 
-       (handle_printer_changes): 
-       (ensure_not_printing): 
-       (print_dialog_worker): 
-       (Fmsprinter_print_setup_dialog): 
-       (Fmsprinter_print_dialog): 
-       (plist_get_margin): 
-       (plist_set_margin): 
+       (global_free_2_maybe):
+       (devmode_to_hglobal):
+       (handle_printer_changes):
+       (ensure_not_printing):
+       (print_dialog_worker):
+       (Fmsprinter_print_setup_dialog):
+       (Fmsprinter_print_dialog):
+       (plist_get_margin):
+       (plist_set_margin):
        (Fmsprinter_page_setup_dialog): Added functions.
        (Fmsprinter_page_setup_dialog): Added functions.
-       (sync_printer_with_devmode): 
-       (handle_devmode_changes): 
-       (Fmsprinter_get_settings): 
-       (Fmsprinter_select_settings): 
+       (sync_printer_with_devmode):
+       (handle_devmode_changes):
+       (Fmsprinter_get_settings):
+       (Fmsprinter_select_settings):
        (Fmsprinter_apply_settings):
        (Fmsprinter_apply_settings):
-       (allocate_devmode): 
-       (Fmsprinter_settings_copy): 
-       (Fmsprinter_settings_despecialize): 
-       (print_devmode): 
-       (finalize_devmode): 
-       (equal_devmode): 
+       (allocate_devmode):
+       (Fmsprinter_settings_copy):
+       (Fmsprinter_settings_despecialize):
+       (print_devmode):
+       (finalize_devmode):
+       (equal_devmode):
        (hash_devmode): Added functions
        (syms_of_device_mswindows): Init devmode lrecord class.
 
        (hash_devmode): Added functions
        (syms_of_device_mswindows): Init devmode lrecord class.
 
@@ -2843,9 +5921,9 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
        (msprinter_init_frame_3):
 
        * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
        (msprinter_init_frame_3):
-       (msprinter_frame_property): 
+       (msprinter_frame_property):
        (msprinter_internal_frame_property_p):
        (msprinter_internal_frame_property_p):
-       (msprinter_frame_properties): 
+       (msprinter_frame_properties):
        (msprinter_set_frame_properties): Removed 'orientation and 'duplex
        print job properties (will move to device settings).
 
        (msprinter_set_frame_properties): Removed 'orientation and 'duplex
        print job properties (will move to device settings).
 
@@ -2894,13 +5972,13 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-06-08  Mike Alexander  <mta@arbortext.com>
 
 
 2000-06-08  Mike Alexander  <mta@arbortext.com>
 
-        (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
-        (shove_thread): Don't write the same output twice
-        (make_ntpipe_output_stream): Increase priority of shove thread
-        (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
-        chance to run
-        (ntpipe_shove_closer): Don't delete the pipe until we're done with
-        it.
+       (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
+       (shove_thread): Don't write the same output twice
+       (make_ntpipe_output_stream): Increase priority of shove thread
+       (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
+       chance to run
+       (ntpipe_shove_closer): Don't delete the pipe until we're done with
+       it.
 
 2000-06-12  Ben Wing  <ben@xemacs.org>
 
 
 2000-06-12  Ben Wing  <ben@xemacs.org>
 
@@ -2953,26 +6031,26 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * nt.c (mswindows_stat):
        prefix mswindows_ instead of attempting to directly override the
        library functions.  fix declarations.
        * nt.c (mswindows_stat):
        prefix mswindows_ instead of attempting to directly override the
        library functions.  fix declarations.
-       
+
        * nt.h:
        include syswindows.h.  move some sysdep.h stuff here.
        * nt.h:
        include syswindows.h.  move some sysdep.h stuff here.
-       
+
        * ntheap.h:
        include syswindows.h, not <windows.h>.
 
        * ntplay.c:
        clean up headers.
        * ntheap.h:
        include syswindows.h, not <windows.h>.
 
        * ntplay.c:
        clean up headers.
-       
+
        * sysdep.c:
        clean up headers.
        * sysdep.c:
        clean up headers.
-       
+
        * sysdep.c (sys_fstat):
        * sysdep.c (sys_stat):
        call mswindows versions when appropriate.
        * sysdep.c (sys_fstat):
        * sysdep.c (sys_stat):
        call mswindows versions when appropriate.
-       
+
        * sysdep.h:
        move mswin decls to nt.h.
        * sysdep.h:
        move mswin decls to nt.h.
-       
+
        * syswindows.h:
        add long comment describing appropriate use of the various windows
        headers.
        * syswindows.h:
        add long comment describing appropriate use of the various windows
        headers.
@@ -2985,21 +6063,21 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * Makefile.in.in (release):
        Correction to make sure xemacs.exe always dumped when correct.
 
        * Makefile.in.in (release):
        Correction to make sure xemacs.exe always dumped when correct.
-       
+
        * alloca.c:
        * balloon_help.c:
        [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
        * alloca.c:
        * balloon_help.c:
        [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
-       
+
        * buffer.c (set_buffer_internal):
        [[[[2]]]]: Remove HAVE_FEP code.
 
        * buffer.c (init_initial_directory):
        [3].
        * buffer.c (set_buffer_internal):
        [[[[2]]]]: Remove HAVE_FEP code.
 
        * buffer.c (init_initial_directory):
        [3].
-       
+
        * bytecode.c:
        [[[[4]]]]: limits.h standardly included in lisp.h; remove from
        individual files.
        * bytecode.c:
        [[[[4]]]]: limits.h standardly included in lisp.h; remove from
        individual files.
-       
+
        * callproc.c:
        * callproc.c (call_process_cleanup):
        * callproc.c (Fold_call_process_internal):
        * callproc.c:
        * callproc.c (call_process_cleanup):
        * callproc.c (Fold_call_process_internal):
@@ -3018,11 +6096,11 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * config.h.in:
        [2].
 
        * config.h.in:
        [2].
-       
+
        * console-msw.c:
        mswindows_message_outputted added for use in allowing startup
        errors on the console to be seen.
        * console-msw.c:
        mswindows_message_outputted added for use in allowing startup
        errors on the console to be seen.
-       
+
        * console-msw.c (msw_ensure_console_allocated):
        * console-msw.c (msw_output_console_string):
        * console-msw.c (DHEADER):
        * console-msw.c (msw_ensure_console_allocated):
        * console-msw.c (msw_output_console_string):
        * console-msw.c (DHEADER):
@@ -3035,18 +6113,18 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * console-msw.c (DSYMBOL):
        * console-msw.c (DSYMNAME):
        Fix warnings.
        * console-msw.c (DSYMBOL):
        * console-msw.c (DSYMNAME):
        Fix warnings.
-       
+
        * console-stream.c (stream_init_console):
        Fix text/binary problems.
        * console-stream.c (stream_init_console):
        Fix text/binary problems.
-       
+
        * device-msw.c:
        * device-msw.c (mswindows_finish_init_device):
        * device-msw.c (mswindows_delete_device):
        [1].
        * device-msw.c:
        * device-msw.c (mswindows_finish_init_device):
        * device-msw.c (mswindows_delete_device):
        [1].
-       
+
        * device.c (handle_asynch_device_change):
        [3].
        * device.c (handle_asynch_device_change):
        [3].
-       
+
        * dgif_lib.c:
        * dgif_lib.c (DGifOpenFileName):
        * dgif_lib.c (DGifOpenFileHandle):
        * dgif_lib.c:
        * dgif_lib.c (DGifOpenFileName):
        * dgif_lib.c (DGifOpenFileHandle):
@@ -3054,31 +6132,31 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * dgif_lib.c (DGifGetPixel):
        Added config.h/lisp.h, fix up includes.
        [1].
        * dgif_lib.c (DGifGetPixel):
        Added config.h/lisp.h, fix up includes.
        [1].
-       
+
        * dired-msw.c:
        [4].
        * dired-msw.c:
        [4].
-       
+
        * dired.c:
        * dired.c (file_name_completion):
        * dired.c (Ffile_attributes):
        * dired.c (syms_of_dired):
        [1].
        * dired.c:
        * dired.c (file_name_completion):
        * dired.c (Ffile_attributes):
        * dired.c (syms_of_dired):
        [1].
-       
+
        * dumper.c:
        * dumper.c (pdump_file_unmap):
        * dumper.c (pdump_load):
        [1].
        * dumper.c:
        * dumper.c (pdump_file_unmap):
        * dumper.c (pdump_load):
        [1].
-       
+
        * editfns.c:
        * editfns.c (Ftemp_directory):
        * editfns.c (user_login_name):
        * editfns.c (Fuser_real_login_name):
        * editfns.c (get_home_directory):
        [1].
        * editfns.c:
        * editfns.c (Ftemp_directory):
        * editfns.c (user_login_name):
        * editfns.c (Fuser_real_login_name):
        * editfns.c (get_home_directory):
        [1].
-       
+
        * elhash.c (finish_marking_weak_hash_tables):
        [[[[5]]]]: Fix GCC warnings.
        * elhash.c (finish_marking_weak_hash_tables):
        [[[[5]]]]: Fix GCC warnings.
-       
+
        * emacs.c:
        * emacs.c (mswindows_handle_hardware_exceptions):
        * emacs.c (make_arg_list_1):
        * emacs.c:
        * emacs.c (mswindows_handle_hardware_exceptions):
        * emacs.c (make_arg_list_1):
@@ -3087,20 +6165,20 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * emacs.c (Fdump_emacs):
        [1].
        Fix problems with nested crashes, add long comment.
        * emacs.c (Fdump_emacs):
        [1].
        Fix problems with nested crashes, add long comment.
-       
+
        * event-Xt.c (init_event_Xt_late):
        [1].
        * event-Xt.c (init_event_Xt_late):
        [1].
-       
+
        * event-msw.c:
        * event-msw.c (mswindows_dde_callback):
        * event-msw.c (mswindows_handle_sticky_modifiers):
        * event-msw.c (mswindows_wnd_proc):
        [1].
        [5].
        * event-msw.c:
        * event-msw.c (mswindows_dde_callback):
        * event-msw.c (mswindows_handle_sticky_modifiers):
        * event-msw.c (mswindows_wnd_proc):
        [1].
        [5].
-       
+
        * events.c (character_to_event):
        [1].
        * events.c (character_to_event):
        [1].
-       
+
        * fileio.c:
        * fileio.c (Ffile_name_directory):
        * fileio.c (Ffile_name_nondirectory):
        * fileio.c:
        * fileio.c (Ffile_name_directory):
        * fileio.c (Ffile_name_nondirectory):
@@ -3117,63 +6195,63 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        [1]. [4].
 
        [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
        [1]. [4].
 
        [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
-       
+
        Expand getdefdir defn.
        Fix bogus rename() comment.
 
        [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc.  Attempt
        to use standard XEmacs include files, e.g. sysfile.h, rather
        than system-specific includes.
        Expand getdefdir defn.
        Fix bogus rename() comment.
 
        [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc.  Attempt
        to use standard XEmacs include files, e.g. sysfile.h, rather
        than system-specific includes.
-       
+
        * fns.c:
        * fns.c (Fsubseq):
        [5]. [6].
        * fns.c:
        * fns.c (Fsubseq):
        [5]. [6].
-       
+
        * frame.c (vars_of_frame):
        [1].
        * frame.c (vars_of_frame):
        [1].
-       
+
        * getloadavg.c:
        * getloadavg.c (getloadavg):
        [1]. [6].
        #ifdef XEMACS not defined on Cygwin.  Remove this; no need for it.
        (We don't use it elsewhere in the code; just add a comment.)
        * getloadavg.c:
        * getloadavg.c (getloadavg):
        [1]. [6].
        #ifdef XEMACS not defined on Cygwin.  Remove this; no need for it.
        (We don't use it elsewhere in the code; just add a comment.)
-       
+
        * gif_io.c:
        [6].
        Add config.h.
        * gif_io.c:
        [6].
        Add config.h.
-       
+
        * glyphs-msw.c:
        * glyphs-msw.c (mswindows_resource_instantiate):
        [1].
        * glyphs-msw.c:
        * glyphs-msw.c (mswindows_resource_instantiate):
        [1].
-       
+
        * glyphs-x.c (x_native_layout_instantiate):
        [5].
        * glyphs-x.c (x_native_layout_instantiate):
        [5].
-       
+
        * gui-msw.c (Fmswindows_shell_execute):
        [1].
        * gui-msw.c (Fmswindows_shell_execute):
        [1].
-       
+
        * insdel.c:
        [4].
        * insdel.c:
        [4].
-       
+
        * lisp.h:
        [4]. [5].
        * lisp.h:
        [4]. [5].
-       
+
        * lread.c (locate_file_in_directory_mapper):
        [1].
        * lread.c (locate_file_in_directory_mapper):
        [1].
-       
+
        * lstream.c:
        [4].
        * lstream.c:
        [4].
-       
+
        * mem-limits.h:
        * mem-limits.h (get_lim_data):
        [1].
        * mem-limits.h:
        * mem-limits.h (get_lim_data):
        [1].
-       
+
        * menubar-msw.c:
        [4].
        * menubar-msw.c:
        [4].
-       
+
        * ndir.h:
        [1].
        * ndir.h:
        [1].
-       
+
        * nt.c:
        * nt.c (getwd):
        * nt.c (closedir):
        * nt.c:
        * nt.c (getwd):
        * nt.c (closedir):
@@ -3181,70 +6259,70 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * nt.c (mswindows_executable_type):
        [1]. [6].
        Fix closedir() defn.
        * nt.c (mswindows_executable_type):
        [1]. [6].
        Fix closedir() defn.
-       
+
        * nt.h:
        [[[[8]]]]: *_OK defs moved to sysfile.h.
        * nt.h:
        [[[[8]]]]: *_OK defs moved to sysfile.h.
-       
+
        * ntproc.c:
        [6]. [7].
        * ntproc.c:
        [6]. [7].
-       
+
        * objects-x.c:
        [4].
        * objects-x.c:
        [4].
-       
+
        * print.c:
        * print.c (std_handle_out_external):
        [1]. [4].
        * print.c:
        * print.c (std_handle_out_external):
        [1]. [4].
-       
+
        * process-nt.c:
        * process-nt.c (nt_create_process):
        [6].
        try to fix process quoting somewhat.
        * process-nt.c:
        * process-nt.c (nt_create_process):
        [6].
        try to fix process quoting somewhat.
-       
+
        * process-unix.c (unix_create_process):
        [1].
        * process-unix.c (unix_create_process):
        [1].
-       
+
        * process.c:
        * process.c (vars_of_process):
        Add Vnull_device.
        * process.c:
        * process.c (vars_of_process):
        Add Vnull_device.
-       
+
        * process.h:
        [1].
        * process.h:
        [1].
-       
+
        * realpath.c:
        * realpath.c (xrealpath):
        [1].
        * realpath.c:
        * realpath.c (xrealpath):
        [1].
-       
+
        * redisplay-tty.c (init_tty_for_redisplay):
        [3].
        * redisplay-tty.c (init_tty_for_redisplay):
        [3].
-       
+
        * redisplay.c:
        [4]. [6].
        * redisplay.c:
        [4]. [6].
-       
+
        * scrollbar-msw.c:
        [4].
        * scrollbar-msw.c:
        [4].
-       
+
        * sheap.c:
        * sheap.c (more_static_core):
        * sheap.c (report_sheap_usage):
        [5]. [6].
        * sheap.c:
        * sheap.c (more_static_core):
        * sheap.c (report_sheap_usage):
        [5]. [6].
-       
+
        * signal.c:
        * signal.c (alarm_signal):
        * signal.c:
        * signal.c (alarm_signal):
-       [1]. [6]. 
-       
+       [1]. [6].
+
        * sound.c:
        [6].
        * sound.c:
        [6].
-       
+
        * strftime.c:
        * strftime.c (zone_name):
        [1]. [5].
        * strftime.c:
        * strftime.c (zone_name):
        [1]. [5].
-       
+
        * symsinit.h (init_sunpro):
        [1].
        * symsinit.h (init_sunpro):
        [1].
-       
+
        * syscommctrl.h:
        commctrl.h not in Cygwin b20.1.
        * syscommctrl.h:
        commctrl.h not in Cygwin b20.1.
-       
+
        * sysdep.c:
        * sysdep.c (endif):
        * sysdep.c (sys_subshell):
        * sysdep.c:
        * sysdep.c (endif):
        * sysdep.c (sys_subshell):
@@ -3260,58 +6338,58 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * sysdep.c (sys_rename):
        * sysdep.c (get_process_times_1):
        [1]. [6].
        * sysdep.c (sys_rename):
        * sysdep.c (get_process_times_1):
        [1]. [6].
-       
+
        * sysdep.h:
        [1].
        * sysdep.h:
        [1].
-       
+
        * sysdir.h:
        * sysdir.h (DIRENTRY_NONEMPTY):
        [1]. [6].
        * sysdir.h:
        * sysdir.h (DIRENTRY_NONEMPTY):
        [1]. [6].
-       
+
        * sysdll.c (dll_init):
        * sysdll.h:
        [1].
        * sysdll.c (dll_init):
        * sysdll.h:
        [1].
-               
+
        * sysfile.h:
        [1]. [6]. [8].
        added text/binary defs.
        * sysfile.h:
        [1]. [6]. [8].
        added text/binary defs.
-       
+
        * sysfloat.h:
        [1].
        * sysfloat.h:
        [1].
-       
+
        * sysproc.h:
        * sysproc.h (EDESTADDRREQ):
        * sysproc.h (poll_fds_for_input):
        [1]. [6].
        * sysproc.h:
        * sysproc.h (EDESTADDRREQ):
        * sysproc.h (poll_fds_for_input):
        [1]. [6].
-       
+
        * syspwd.h:
        [6].
        * syspwd.h:
        [6].
-       
+
        * syssignal.h:
        [1].
        * syssignal.h:
        [1].
-       
+
        * systime.h:
        [1]. [6].
        * systime.h:
        [1]. [6].
-       
+
        * systty.h:
        [1].
        * systty.h:
        [1].
-       
+
        * syswindows.h:
        [1].
        Always define WIN32_LEAN_AND_MEAN.
        * syswindows.h:
        [1].
        Always define WIN32_LEAN_AND_MEAN.
-       
+
        * unexcw.c (unexec):
        [5].
        * unexcw.c (unexec):
        [5].
-       
+
        * unexec.c:
        * unexec.c (copy_text_and_data):
        * unexec.c (adjust_lnnoptrs):
        [1].
        * unexec.c:
        * unexec.c (copy_text_and_data):
        * unexec.c (adjust_lnnoptrs):
        [1].
-       
+
        * unexnt.c:
        * unexnt.c (_start):
        [1].
        * unexnt.c:
        * unexnt.c (_start):
        [1].
-       
+
 2000-06-07  Ben Wing  <ben@xemacs.org>
 
        * mule-mcpath.c, mule-mcpath.h: Removed.  Old, crufty code that
 2000-06-07  Ben Wing  <ben@xemacs.org>
 
        * mule-mcpath.c, mule-mcpath.h: Removed.  Old, crufty code that
@@ -3327,13 +6405,13 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * s\cygwin32.h:
        [1]. [5].
        Don't use extern with fun defs.
        * s\cygwin32.h:
        [1]. [5].
        Don't use extern with fun defs.
-       
+
        * s\mingw32.h:
        [1]. [7].
        Remove nt\inc include.
        Remove getdisk, getdefdir. (The former is unused, the latter
        expanded in fileio.h.)
        * s\mingw32.h:
        [1]. [7].
        Remove nt\inc include.
        Remove getdisk, getdefdir. (The former is unused, the latter
        expanded in fileio.h.)
-       
+
        * s\windowsnt.h:
        * s\windowsnt.h (WIN32_NATIVE):
        * s\windowsnt.h (HAVE_STRCASECMP):
        * s\windowsnt.h:
        * s\windowsnt.h (WIN32_NATIVE):
        * s\windowsnt.h (HAVE_STRCASECMP):
@@ -3352,7 +6430,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * m\windowsnt.h:
        [1].
        Remove bogus/unused NO_SOCK_SIGIO.
        * m\windowsnt.h:
        [1].
        Remove bogus/unused NO_SOCK_SIGIO.
-       
+
 2000-06-08  Hrvoje Niksic  <hniksic@iskon.hr>
 
        * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
 2000-06-08  Hrvoje Niksic  <hniksic@iskon.hr>
 
        * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
@@ -3386,32 +6464,32 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-05-30  Andy Piper  <andy@xemacs.org>
 
 
 2000-05-30  Andy Piper  <andy@xemacs.org>
 
-       * window.c (allocate_window): 
-       (make_dummy_parent): 
+       * window.c (allocate_window):
+       (make_dummy_parent):
        (Fset_window_configuration): use new hashtable type.
 
        (Fset_window_configuration): use new hashtable type.
 
-       * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY): 
-       (struct image_instantiator_methods): 
+       * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
+       (struct image_instantiator_methods):
        (struct Lisp_Image_Instance): make instance geometry signed.
 
        (struct Lisp_Image_Instance): make instance geometry signed.
 
-       * glyphs.c (instantiate_image_instantiator): 
-       (image_instance_query_geometry): 
-       (image_instance_layout): 
-       (image_instance_layout): 
-       (query_string_geometry): 
-       (text_query_geometry): 
-       (image_instantiate): 
-       (image_instantiate): 
-       (cache_subwindow_instance_in_frame_maybe): 
+       * glyphs.c (instantiate_image_instantiator):
+       (image_instance_query_geometry):
+       (image_instance_layout):
+       (image_instance_layout):
+       (query_string_geometry):
+       (text_query_geometry):
+       (image_instantiate):
+       (image_instantiate):
+       (cache_subwindow_instance_in_frame_maybe):
        (subwindow_query_geometry): make instance geometry signed.
 
        (subwindow_query_geometry): make instance geometry signed.
 
-       * glyphs-widget.c (widget_query_geometry): 
-       (widget_layout): 
-       (button_query_geometry): 
-       (tree_view_query_geometry): 
-       (tab_control_query_geometry): 
-       (layout_query_geometry): 
-       (layout_layout): 
+       * glyphs-widget.c (widget_query_geometry):
+       (widget_layout):
+       (button_query_geometry):
+       (tree_view_query_geometry):
+       (tab_control_query_geometry):
+       (layout_query_geometry):
+       (layout_layout):
        (native_layout_layout): make instance geometry signed.
 
 2000-05-29  Olivier Galibert  <galibert@pobox.com>
        (native_layout_layout): make instance geometry signed.
 
 2000-05-29  Olivier Galibert  <galibert@pobox.com>
@@ -3512,7 +6590,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * event-Xt.c:
        * event-Xt.c (vars_of_event_Xt):
        move modifier-keys-are-sticky to event-stream.c.
        * event-Xt.c:
        * event-Xt.c (vars_of_event_Xt):
        move modifier-keys-are-sticky to event-stream.c.
-       
+
        * event-msw.c:
        * event-msw.c (mswindows_enqueue_mouse_button_event):
        * event-msw.c (key_needs_default_processing_p):
        * event-msw.c:
        * event-msw.c (mswindows_enqueue_mouse_button_event):
        * event-msw.c (key_needs_default_processing_p):
@@ -3526,14 +6604,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * event-msw.c (mswindows_modifier_state):
        * event-msw.c (emacs_mswindows_handle_magic_event):
        implement sticky modifiers.
        * event-msw.c (mswindows_modifier_state):
        * event-msw.c (emacs_mswindows_handle_magic_event):
        implement sticky modifiers.
-       
+
        * event-stream.c:
        * event-stream.c (vars_of_event_stream):
        move modifier-keys-are-sticky here.
 
        * lisp.h:
        add CHECK_FUNCTION.
        * event-stream.c:
        * event-stream.c (vars_of_event_stream):
        move modifier-keys-are-sticky here.
 
        * lisp.h:
        add CHECK_FUNCTION.
-       
+
        * rangetab.c:
        implement map-range-table.
 
        * rangetab.c:
        implement map-range-table.
 
@@ -3564,16 +6642,16 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * buffer.c (dfc_convert_to/from_internal_format):
        * buffer.c (reinit_vars_of_buffer):
        Fix conversion functions to allow reentrancy.
        * buffer.c (dfc_convert_to/from_internal_format):
        * buffer.c (reinit_vars_of_buffer):
        Fix conversion functions to allow reentrancy.
-       
+
        * console-msw.c:
        * console-msw.c (mswindows_output_last_error):
        New fun, generally useful -- output a human-readable
        version of GetLastError() on the console.
        * console-msw.c:
        * console-msw.c (mswindows_output_last_error):
        New fun, generally useful -- output a human-readable
        version of GetLastError() on the console.
-       
+
        * console-msw.h:
        * console-msw.h (struct mswindows_frame):
        Changes for DeferWindowPos.  Declare mswindows_output_last_error().
        * console-msw.h:
        * console-msw.h (struct mswindows_frame):
        Changes for DeferWindowPos.  Declare mswindows_output_last_error().
-       
+
        * console-stream.c (stream_output_begin):
        * console-stream.c (stream_output_end):
        * console-stream.c (stream_output_vertical_divider):
        * console-stream.c (stream_output_begin):
        * console-stream.c (stream_output_end):
        * console-stream.c (stream_output_vertical_divider):
@@ -3581,10 +6659,10 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * console-stream.c (stream_flash):
        * console-stream.c (console_type_create_stream):
        Delete blank stream methods, not needed.
        * console-stream.c (stream_flash):
        * console-stream.c (console_type_create_stream):
        Delete blank stream methods, not needed.
-       
+
        * console.h (struct console_methods):
        Split begin/end methods into window and frame.
        * console.h (struct console_methods):
        Split begin/end methods into window and frame.
-       
+
        * event-msw.c:
        * event-msw.c (mswindows_handle_paint):
        * event-msw.c (output_alt_keyboard_state):
        * event-msw.c:
        * event-msw.c (mswindows_handle_paint):
        * event-msw.c (output_alt_keyboard_state):
@@ -3592,32 +6670,32 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * event-msw.c (vars_of_event_mswindows):
        Comment about problems with ignored-expose.
        Define mswindows-debug-events; not really implemented.
        * event-msw.c (vars_of_event_mswindows):
        Comment about problems with ignored-expose.
        Define mswindows-debug-events; not really implemented.
-       
+
        * frame-msw.c (mswindows_init_frame_1):
        random cleanups.
        * frame-msw.c (mswindows_init_frame_1):
        random cleanups.
-       
+
        * glyphs-msw.c:
        * glyphs-msw.c (begin_defer_window_pos):
        * glyphs-msw.c (mswindows_unmap_subwindow):
        * glyphs-msw.c (mswindows_map_subwindow):
        * glyphs-msw.c (mswindows_resize_subwindow):
        Use DeferWindowPos to reduce flashing when mapping/unmapping.
        * glyphs-msw.c:
        * glyphs-msw.c (begin_defer_window_pos):
        * glyphs-msw.c (mswindows_unmap_subwindow):
        * glyphs-msw.c (mswindows_map_subwindow):
        * glyphs-msw.c (mswindows_resize_subwindow):
        Use DeferWindowPos to reduce flashing when mapping/unmapping.
-       
+
        * glyphs.c (make_image_instance_1):
        Fix crash.
        * glyphs.c (make_image_instance_1):
        Fix crash.
-       
+
        * gutter.c (Fredisplay_gutter_area):
        Use new begin/end methods.
        * gutter.c (Fredisplay_gutter_area):
        Use new begin/end methods.
-       
+
        * lisp.h (Dynarr_new2):
        New creation fun.
        * lisp.h (Dynarr_new2):
        New creation fun.
-       
+
        * redisplay-msw.c:
        * redisplay-msw.c (mswindows_frame_output_begin):
        * redisplay-msw.c (mswindows_frame_output_end):
        * redisplay-msw.c (console_type_create_redisplay_mswindows):
        New begin/end methods -- handle DeferWindowPos.
        * redisplay-msw.c:
        * redisplay-msw.c (mswindows_frame_output_begin):
        * redisplay-msw.c (mswindows_frame_output_end):
        * redisplay-msw.c (console_type_create_redisplay_mswindows):
        New begin/end methods -- handle DeferWindowPos.
-       
+
        * redisplay-output.c (redisplay_move_cursor):
        * redisplay-output.c (redraw_cursor_in_window):
        * redisplay-output.c (redisplay_update_line):
        * redisplay-output.c (redisplay_move_cursor):
        * redisplay-output.c (redraw_cursor_in_window):
        * redisplay-output.c (redisplay_update_line):
@@ -3656,13 +6734,13 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * emacs.c (shut_down_emacs):
        * emacs.c (assert_failed):
        various improvements in fatal error handling.
        * emacs.c (shut_down_emacs):
        * emacs.c (assert_failed):
        various improvements in fatal error handling.
-       
+
        * eval.c:
        move preparing_for_armageddon to emacs.c.
        * eval.c:
        move preparing_for_armageddon to emacs.c.
-       
+
        * lisp.h:
        declare fatal_error_in_progress.
        * lisp.h:
        declare fatal_error_in_progress.
-       
+
        * print.c:
        * print.c (std_handle_out_external):
        * print.c (std_handle_out_va):
        * print.c:
        * print.c (std_handle_out_external):
        * print.c (std_handle_out_va):
@@ -3670,18 +6748,18 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * print.c (stdout_out):
        use console under mswin when no standard output.
        don't do code conversion during fatal error.
        * print.c (stdout_out):
        use console under mswin when no standard output.
        don't do code conversion during fatal error.
-       
+
        * scrollbar.c (Fscrollbar_page_up):
        * scrollbar.c (Fscrollbar_page_down):
        fix missing else.  reindent.
 
 2000-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
        * scrollbar.c (Fscrollbar_page_up):
        * scrollbar.c (Fscrollbar_page_down):
        fix missing else.  reindent.
 
 2000-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
-       Emergency fix.  
-       
-       * glyphs.h (GLYPH_CACHEL_DESCENT): 
-       (GLYPH_CACHEL_DESCENT): 
-       (GLYPH_CACHEL_DESCENT): 
+       Emergency fix.
+
+       * glyphs.h (GLYPH_CACHEL_DESCENT):
+       (GLYPH_CACHEL_DESCENT):
+       (GLYPH_CACHEL_DESCENT):
        * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
        used in case these are inline functions.
        Use more absurd values to error check.
        * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
        used in case these are inline functions.
        Use more absurd values to error check.
@@ -3701,15 +6779,15 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        Define new fun `mswindows-message-box'.
        #### I will merge this into `popup-dialog-box'; just give me
        a bit of time.
        Define new fun `mswindows-message-box'.
        #### I will merge this into `popup-dialog-box'; just give me
        a bit of time.
-       
+
        * general.c:
        * general.c (syms_of_general):
        Some new symbols used in `mswindows-message-box'.
        * general.c:
        * general.c (syms_of_general):
        Some new symbols used in `mswindows-message-box'.
-       
+
        * glyphs.c:
        * glyphs.c (Fset_image_instance_property):
        put warning in this fun.
        * glyphs.c:
        * glyphs.c (Fset_image_instance_property):
        put warning in this fun.
-       
+
        * glyphs.h:
        * glyphs.h (GLYPH_CACHEL_WIDTH):
        * glyphs.h (GLYPH_CACHEL_ASCENT):
        * glyphs.h:
        * glyphs.h (GLYPH_CACHEL_WIDTH):
        * glyphs.h (GLYPH_CACHEL_ASCENT):
@@ -3718,7 +6796,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        define error-checking versions to try to catch a bug i've seen --
        redisplay gets in an infinite loop because the glyph width of the
        continuation glyph is 65535.
        define error-checking versions to try to catch a bug i've seen --
        redisplay gets in an infinite loop because the glyph width of the
        continuation glyph is 65535.
-       
+
        * lisp.h:
        Extern message-box stuff.
 
        * lisp.h:
        Extern message-box stuff.
 
@@ -3727,7 +6805,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * window.c (Fset_window_configuration):
        Use EQUAL not EQ for subwindow caches to make them work a bit
        better. (Something is still very broken.)
        * window.c (Fset_window_configuration):
        Use EQUAL not EQ for subwindow caches to make them work a bit
        better. (Something is still very broken.)
-       
+
 
 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
 
 
 2000-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
 
@@ -3750,14 +6828,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * buffer.c (complex_vars_of_buffer):
        update modeline-format doc.
 
        * buffer.c (complex_vars_of_buffer):
        update modeline-format doc.
-       
+
        * device.h:
        comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
        * device.h:
        comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
-       
+
        * emacs.c:
        timeline of all released versions of Emacs, for use in creating
        authorship comments and in synching up.
        * emacs.c:
        timeline of all released versions of Emacs, for use in creating
        authorship comments and in synching up.
-       
+
        * glyphs-widget.c (image_instantiator_buttons):
        * glyphs-widget.c (image_instantiator_edit_fields):
        * glyphs-widget.c (image_instantiator_combo_box):
        * glyphs-widget.c (image_instantiator_buttons):
        * glyphs-widget.c (image_instantiator_edit_fields):
        * glyphs-widget.c (image_instantiator_combo_box):
@@ -3769,7 +6847,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * glyphs-widget.c (image_instantiator_layout):
        * glyphs-widget.c (image_instantiator_native_layout):
        rename decode_domain method to governing_domain.
        * glyphs-widget.c (image_instantiator_layout):
        * glyphs-widget.c (image_instantiator_native_layout):
        rename decode_domain method to governing_domain.
-       
+
        * glyphs.c:
        * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
        * glyphs.c (add_entry_to_device_ii_format_list):
        * glyphs.c:
        * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
        * glyphs.c (add_entry_to_device_ii_format_list):
@@ -3805,12 +6883,12 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
        for current-display-table. (Apparently Hrjove implemented in 1998 a
        design I wrote up in 1996, but didn't update the doc string.)
        * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
        for current-display-table. (Apparently Hrjove implemented in 1998 a
        design I wrote up in 1996, but didn't update the doc string.)
-       
+
        * glyphs.h: clean up a doc string.
        * glyphs.h (governing_domain):
        * glyphs.h (struct image_instantiator_methods):
        changes for governing_domain stuff.
        * glyphs.h: clean up a doc string.
        * glyphs.h (governing_domain):
        * glyphs.h (struct image_instantiator_methods):
        changes for governing_domain stuff.
-       
+
        * gutter.c:
        * gutter.c (Fgutter_specifier_p):
        * gutter.c (Fgutter_size_specifier_p):
        * gutter.c:
        * gutter.c (Fgutter_specifier_p):
        * gutter.c (Fgutter_size_specifier_p):
@@ -3820,16 +6898,16 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * objects.c (Ffont_specifier_p):
        * objects.c (Fface_boolean_specifier_p):
        doc strings moved to make-*-specifier.
        * objects.c (Ffont_specifier_p):
        * objects.c (Fface_boolean_specifier_p):
        doc strings moved to make-*-specifier.
-       
+
        * redisplay.c (add_disp_table_entry_runes_1):
        * redisplay.c (generate_fstring_runes):
        * redisplay.c (screen):
        add random comments and doc strings.
        * redisplay.c (add_disp_table_entry_runes_1):
        * redisplay.c (generate_fstring_runes):
        * redisplay.c (screen):
        add random comments and doc strings.
-       
+
        * specifier.c:
        * specifier.c (Fmake_specifier):
        major overhaul of this doc string.
        * specifier.c:
        * specifier.c (Fmake_specifier):
        major overhaul of this doc string.
-       
+
        * specifier.c (Fvalid_specifier_domain_p):
        comment about the bogosity of image instances being domains.
        * specifier.c (decode_domain):
        * specifier.c (Fvalid_specifier_domain_p):
        comment about the bogosity of image instances being domains.
        * specifier.c (decode_domain):
@@ -3840,7 +6918,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        move doc string to make-generic-specifier.
        * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
        rebackslashify.
        move doc string to make-generic-specifier.
        * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
        rebackslashify.
-       
+
        * specifier.h:
        * specifier.h (DOMAIN_FRAME):
        * specifier.h (DOMAIN_LIVE_P):
        * specifier.h:
        * specifier.h (DOMAIN_FRAME):
        * specifier.h (DOMAIN_LIVE_P):
@@ -3848,11 +6926,11 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        rebackslashify.
        add comments about problems with these macros.
        prototype for decode_domain.
        rebackslashify.
        add comments about problems with these macros.
        prototype for decode_domain.
-       
+
        * toolbar.c:
        * toolbar.c (Ftoolbar_specifier_p):
        move doc string to `make-toolbar-specifier'.
        * toolbar.c:
        * toolbar.c (Ftoolbar_specifier_p):
        move doc string to `make-toolbar-specifier'.
-       
+
        * window.c (window_unmap_subwindows_cache_mapper):
        *************************************************************
        allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
        * window.c (window_unmap_subwindows_cache_mapper):
        *************************************************************
        allow for nil.  THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
@@ -3887,8 +6965,8 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 2000-05-08  Jan Vroonhof  <jan@xemacs.org>
 
        Patch by Bill Perry.
 2000-05-08  Jan Vroonhof  <jan@xemacs.org>
 
        Patch by Bill Perry.
-       
-       * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call 
+
+       * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
        back data instead of #ifdef.
        (Fscrollbar_page_down): ditto.
 
        back data instead of #ifdef.
        (Fscrollbar_page_down): ditto.
 
@@ -3896,7 +6974,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * buffer.h:
        Kludge for defining Qmswindows_tstr.
 
        * buffer.h:
        Kludge for defining Qmswindows_tstr.
-       
+
        * nt.c:
        * nt.c (open_input_file):
        * nt.c (open_output_file):
        * nt.c:
        * nt.c (open_input_file):
        * nt.c (open_output_file):
@@ -3906,11 +6984,11 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        which is bad because they are used by process-nt.c, and unexnt
        won't be around when portable dumping).  Synched the above routines
        with FSF 20.6.
        which is bad because they are used by process-nt.c, and unexnt
        won't be around when portable dumping).  Synched the above routines
        with FSF 20.6.
-       
+
        * nt.h:
        Removed ifdef'd out bogus code.
        Fixed some prototypes.
        * nt.h:
        Removed ifdef'd out bogus code.
        Fixed some prototypes.
-       
+
        * nt.h (file_data):
        * nt.h (OFFSET_TO_RVA):
        * nt.h (RVA_TO_OFFSET):
        * nt.h (file_data):
        * nt.h (OFFSET_TO_RVA):
        * nt.h (RVA_TO_OFFSET):
@@ -3918,7 +6996,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        Moved the memory-mapped-file structures, macros and prototypes
        here, to parallel nt.c.  ntheap.h should really be removed
        entirely, and it's a non-portable-dumper specific file.
        Moved the memory-mapped-file structures, macros and prototypes
        here, to parallel nt.c.  ntheap.h should really be removed
        entirely, and it's a non-portable-dumper specific file.
-       
+
        * ntheap.h (round_to_next):
        Moved the memory-mapped-file structures, macros and prototypes
        to nt.h.
        * ntheap.h (round_to_next):
        Moved the memory-mapped-file structures, macros and prototypes
        to nt.h.
@@ -3944,14 +7022,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        changes).  Eliminate our old `nt-quote-process-args' mechanism.
        Synch up nt_create_process with FSF 20.6 sys_spawnve.
        Move compare_env here from ntproc.c.
        changes).  Eliminate our old `nt-quote-process-args' mechanism.
        Synch up nt_create_process with FSF 20.6 sys_spawnve.
        Move compare_env here from ntproc.c.
-       
+
        * process.c (Fprocess_send_region):
        Takes an optional fourth argument, BUFFER, which should fix some
        problems with call-process.
        * process.c (Fprocess_send_region):
        Takes an optional fourth argument, BUFFER, which should fix some
        problems with call-process.
-       
+
        * syscommctrl.h:
        Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
        * syscommctrl.h:
        Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
-       
+
        * syswindows.h:
        Move ICC_BAR_CLASSES to syscommctrl.h.
        Add preliminary macros for MSWindows/Mule.  More to come.
        * syswindows.h:
        Move ICC_BAR_CLASSES to syscommctrl.h.
        Add preliminary macros for MSWindows/Mule.  More to come.
@@ -4064,7 +7142,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        (XIMAGE_INSTANCE_DISPLAY_X):
        (XIMAGE_INSTANCE_DISPLAY_Y):
        (XIMAGE_INSTANCE_DISPLAY_WIDTH):
        (XIMAGE_INSTANCE_DISPLAY_X):
        (XIMAGE_INSTANCE_DISPLAY_Y):
        (XIMAGE_INSTANCE_DISPLAY_WIDTH):
-       (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.  
+       (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
        remove subwindow_cachel structure and function references.
        (image_instance_type_to_mask): inline from glyphs.c
 
        remove subwindow_cachel structure and function references.
        (image_instance_type_to_mask): inline from glyphs.c
 
@@ -4113,7 +7191,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * ntplay.c: use new syswindows.h and syscommctrl.h header.
        * nt.c: ditto.
        * console-msw.h: ditto.
        * ntplay.c: use new syswindows.h and syscommctrl.h header.
        * nt.c: ditto.
        * console-msw.h: ditto.
-       
+
        * redisplay-tty.c (tty_output_display_block): remove layout references.
 
        * glyphs-msw.c (mswindows_widget_instantiate): use the domain
        * redisplay-tty.c (tty_output_display_block): remove layout references.
 
        * glyphs-msw.c (mswindows_widget_instantiate): use the domain
@@ -4149,7 +7227,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        (struct Lisp_Image_Instance): ditto. Add initialized flag.
        (IMAGE_INSTANCE_INITIALIZED): new accessor.
        (XIMAGE_INSTANCE_INITIALIZED): ditto.
        (struct Lisp_Image_Instance): ditto. Add initialized flag.
        (IMAGE_INSTANCE_INITIALIZED): new accessor.
        (XIMAGE_INSTANCE_INITIALIZED): ditto.
-       
+
 2000-04-25  Andy Piper  <andy@xemacs.org>
 
        * glyphs-widget.c (image_instantiator_buttons):
 2000-04-25  Andy Piper  <andy@xemacs.org>
 
        * glyphs-widget.c (image_instantiator_buttons):
@@ -4352,27 +7430,27 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
        there are now three hash tables for callbacks.
        mswindows_enqueue_dispatch_event is no longer static.
        * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
        there are now three hash tables for callbacks.
        mswindows_enqueue_dispatch_event is no longer static.
-       
+
        * dialog-x.c (maybe_run_dbox_text_callback):
        * dialog-x.c (dbox_descriptor_to_widget_value):
        switch to new cons3 form for callbacks.
        * dialog-x.c (maybe_run_dbox_text_callback):
        * dialog-x.c (dbox_descriptor_to_widget_value):
        switch to new cons3 form for callbacks.
-       
+
        * glyphs-msw.c (mswindows_register_gui_item):
        * glyphs-msw.c (mswindows_widget_instantiate):
        * glyphs-msw.c (add_tree_item):
        * glyphs-msw.c (add_tab_item):
        new image instance parameter, so it can be passed to callback-ex.
        respect :callback-ex as well as :callback.
        * glyphs-msw.c (mswindows_register_gui_item):
        * glyphs-msw.c (mswindows_widget_instantiate):
        * glyphs-msw.c (add_tree_item):
        * glyphs-msw.c (add_tab_item):
        new image instance parameter, so it can be passed to callback-ex.
        respect :callback-ex as well as :callback.
-       
+
        * glyphs-widget.c (VALID_GUI_KEYWORDS):
        add :callback-ex.
        * glyphs-widget.c (VALID_GUI_KEYWORDS):
        add :callback-ex.
-       
+
        * glyphs.c (print_image_instance):
        prettify, e.g. now prints widget type.
        * glyphs.c (print_image_instance):
        prettify, e.g. now prints widget type.
-       
+
        * gui-x.h:
        certain funs have new image instance parameter.
        * gui-x.h:
        certain funs have new image instance parameter.
-       
+
        * gui.c:
        * gui.c (get_gui_callback):
        * gui.c (gui_item_add_keyval_pair):
        * gui.c:
        * gui.c (get_gui_callback):
        * gui.c (gui_item_add_keyval_pair):
@@ -4385,14 +7463,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * gui.c (syms_of_gui):
        recognize callback-ex in a number of places.
        also, fix the annoying "can't get out of yes-no dialog" bug.
        * gui.c (syms_of_gui):
        recognize callback-ex in a number of places.
        also, fix the annoying "can't get out of yes-no dialog" bug.
-       
+
        * gui.h:
        * gui.h (struct Lisp_Gui_Item):
        recognize callback-ex in a number of places.
 
        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
        new parameter in button_item_to_widget_value.
        * gui.h:
        * gui.h (struct Lisp_Gui_Item):
        recognize callback-ex in a number of places.
 
        * menubar-x.c (menu_item_descriptor_to_widget_value_1):
        new parameter in button_item_to_widget_value.
-       
+
        * glyphs-x.c (x_update_widget):
        * glyphs-x.c (x_button_instantiate):
        * glyphs-x.c (x_button_update):
        * glyphs-x.c (x_update_widget):
        * glyphs-x.c (x_button_instantiate):
        * glyphs-x.c (x_button_update):
@@ -4402,16 +7480,16 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * glyphs-x.c (x_tab_control_instantiate):
        * glyphs-x.c (x_label_instantiate):
        new image instance parameter in various places.
        * glyphs-x.c (x_tab_control_instantiate):
        * glyphs-x.c (x_label_instantiate):
        new image instance parameter in various places.
-       
+
        * event-Xt.c:
        * event-Xt.c (enqueue_Xt_dispatch_event):
        this fun gets exported.
        * event-Xt.c:
        * event-Xt.c (enqueue_Xt_dispatch_event):
        this fun gets exported.
-       
+
        * gui-msw.c:
        * gui-msw.c (mswindows_handle_gui_wm_command):
        handle both :callback and :callback-ex, and generate our own
        event because it's one of the callback-ex arguments.
        * gui-msw.c:
        * gui-msw.c (mswindows_handle_gui_wm_command):
        handle both :callback and :callback-ex, and generate our own
        event because it's one of the callback-ex arguments.
-       
+
        * gui-x.c:
        * gui-x.c (popup_selection_callback):
        handle both :callback and :callback-ex, and generate our own
        * gui-x.c:
        * gui-x.c (popup_selection_callback):
        handle both :callback and :callback-ex, and generate our own
@@ -4424,7 +7502,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * fns.c (Freplace_list):
        fix small typo in doc string.
 
        * fns.c (Freplace_list):
        fix small typo in doc string.
-       
+
        * lisp.h:
        declare enqueue_Xt_dispatch_event.
 
        * lisp.h:
        declare enqueue_Xt_dispatch_event.
 
@@ -4434,18 +7512,18 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * buffer.c (Frecord_buffer):
        * buffer.c (syms_of_buffer):
        delete record-buffer-hook.
        * buffer.c (Frecord_buffer):
        * buffer.c (syms_of_buffer):
        delete record-buffer-hook.
-       
+
        * fns.c:
        * fns.c (Freplace_list):
        * fns.c (syms_of_fns):
        new primitive replace-list.
        * fns.c:
        * fns.c (Freplace_list):
        * fns.c (syms_of_fns):
        new primitive replace-list.
-       
+
        * frameslots.h:
        slot for old buffer-alist.
        * frameslots.h:
        slot for old buffer-alist.
-       
+
        * lisp.h:
        exfun replace-list.
        * lisp.h:
        exfun replace-list.
-       
+
        * redisplay.c:
        * redisplay.c (redisplay_frame):
        * redisplay.c (syms_of_redisplay):
        * redisplay.c:
        * redisplay.c (redisplay_frame):
        * redisplay.c (syms_of_redisplay):
@@ -4490,10 +7568,10 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-04-20  Martin Buchholz  <martin@xemacs.org>
 
 
 2000-04-20  Martin Buchholz  <martin@xemacs.org>
 
-       * filelock.c (fill_in_lock_file_name): 
+       * filelock.c (fill_in_lock_file_name):
        ANSIfy.
        Check for IS_ANY_SEP instead of '/'.
        ANSIfy.
        Check for IS_ANY_SEP instead of '/'.
-       (lock_file_1): 
+       (lock_file_1):
        Avoid generating gratuitous garbage.  Call user_login_name() directly.
        Never check errno without first seeing that system call failed.
        (unlock_file): Add GCPRO.
        Avoid generating gratuitous garbage.  Call user_login_name() directly.
        Never check errno without first seeing that system call failed.
        (unlock_file): Add GCPRO.
@@ -4502,14 +7580,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-04-19  Martin Buchholz  <martin@xemacs.org>
 
 
 2000-04-19  Martin Buchholz  <martin@xemacs.org>
 
-       * sysdep.c (get_pty_max_bytes): 
+       * sysdep.c (get_pty_max_bytes):
        Fix hangs on DEC OSF 4.0 when (process-send-string) sends
        strings longer than 252 bytes.
 
        * md5.c: Unconditionally include ANSI header <limits.h>
 
        Fix hangs on DEC OSF 4.0 when (process-send-string) sends
        strings longer than 252 bytes.
 
        * md5.c: Unconditionally include ANSI header <limits.h>
 
-       * glyphs-x.c (convert_EImage_to_XImage): 
-       * lisp-union.h (union Lisp_Object): 
+       * glyphs-x.c (convert_EImage_to_XImage):
+       * lisp-union.h (union Lisp_Object):
        Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
 
 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
        Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
 
 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
@@ -4582,7 +7660,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        geometry.
        (mswindows_create_resized_bitmap): Ditto.
        (mswindows_create_resized_mask): Ditto.
        geometry.
        (mswindows_create_resized_bitmap): Ditto.
        (mswindows_create_resized_mask): Ditto.
-       
+
        * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
        and bitmap to their surface size.
 
        * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
        and bitmap to their surface size.
 
@@ -4615,7 +7693,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 2000-04-06  Colin Rafferty  <colin@xemacs.org>
 
        * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
 2000-04-06  Colin Rafferty  <colin@xemacs.org>
 
        * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
-       
+
        * fns.c (size_bit_vector):
        * alloc.c (size_vector):
        (make_vector_internal):
        * fns.c (size_bit_vector):
        * alloc.c (size_vector):
        (make_vector_internal):
@@ -4691,12 +7769,12 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
        image glyph if allow_cursor.
 
        * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
        image glyph if allow_cursor.
-        (add_hscroll_rune): Don't allow cursor to border glyph.
-        (create_text_block): Ditto.
+       (add_hscroll_rune): Don't allow cursor to border glyph.
+       (create_text_block): Ditto.
 
        * redisplay-output.c (redisplay_move_cursor): Do nothing even if
        text not in buffer.
 
        * redisplay-output.c (redisplay_move_cursor): Do nothing even if
        text not in buffer.
-        (redisplay_output_layout): Call ensure_face_cachel_complete for
+       (redisplay_output_layout): Call ensure_face_cachel_complete for
        text image glyph.
 
 
        text image glyph.
 
 
@@ -4716,7 +7794,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        Note: Some of these were committed by accident as part of other
        patches.
 
        Note: Some of these were committed by accident as part of other
        patches.
-       
+
        * regex.c (regex_compile): Avoid compiler warnings.
 
        * ntproc.c (sys_spawnve): Avoid compiler warnings.
        * regex.c (regex_compile): Avoid compiler warnings.
 
        * ntproc.c (sys_spawnve): Avoid compiler warnings.
@@ -4766,7 +7844,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        new error code. Break compilation until finished.
        (play_sound_data): error code.
 
        new error code. Break compilation until finished.
        (play_sound_data): error code.
 
-       * nativesound.h (play_sound_file): 
+       * nativesound.h (play_sound_file):
          (play_sound_data): Prototype in new header.
 
 2000-03-31  Andy Piper  <andy@xemacs.org>
          (play_sound_data): Prototype in new header.
 
 2000-03-31  Andy Piper  <andy@xemacs.org>
@@ -4777,7 +7855,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
 
 2000-03-03  Jan Vroonhof  <vroonhof@math.ethz.ch>
 
-       * scrollbar-x.c (x_update_vertical_scrollbar_callback): 
+       * scrollbar-x.c (x_update_vertical_scrollbar_callback):
        (x_update_horizontal_scrollbar_callback): Return if no mirror was
        found. Scrollbar event probably belonged to some old config.
 
        (x_update_horizontal_scrollbar_callback): Return if no mirror was
        found. Scrollbar event probably belonged to some old config.
 
@@ -5275,7 +8353,7 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * alloc.c (pdump_register_struct):
        * alloc.c (pdump_dump_data):
        * alloc.c (pdump_reloc_one):
        * alloc.c (pdump_register_struct):
        * alloc.c (pdump_dump_data):
        * alloc.c (pdump_reloc_one):
-        Minor cleanups.
+       Minor cleanups.
 
        * console-msw.c:
        * console-msw.c (GetConsoleHwnd):
 
        * console-msw.c:
        * console-msw.c (GetConsoleHwnd):
@@ -5285,16 +8363,16 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * console-msw.c (msw_output_console_string):
        * console-msw.c (console_type_create_mswindows):
 
        * console-msw.c (msw_output_console_string):
        * console-msw.c (console_type_create_mswindows):
 
-        a) Added functions to manipulate the console window for use with
-        shell support.
+       a) Added functions to manipulate the console window for use with
+       shell support.
 
 
-        b) Added support for writing text to the console, which is now
-        used under Windows when xemacs is not being run non-interactively,
-        to write text that would otherwise be destined for stdout because
-        under these circumstances, text written to stdout tends to
-        disappear and not be seen.
+       b) Added support for writing text to the console, which is now
+       used under Windows when xemacs is not being run non-interactively,
+       to write text that would otherwise be destined for stdout because
+       under these circumstances, text written to stdout tends to
+       disappear and not be seen.
 
 
-        * console-msw.h:
+       * console-msw.h:
        * event-Xt.c:
        * event-Xt.c (x_event_to_emacs_event):
        * event-Xt.c (describe_event_window):
        * event-Xt.c:
        * event-Xt.c (x_event_to_emacs_event):
        * event-Xt.c (describe_event_window):
@@ -5348,20 +8426,20 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * device-msw.c (msw_get_workspace_coords):
        * device-msw.c (mswindows_device_system_metrics):
        and various other files, added support for a new
        * device-msw.c (msw_get_workspace_coords):
        * device-msw.c (mswindows_device_system_metrics):
        and various other files, added support for a new
-        device property called offset-workspace which returns the position
-        of the upper left corner of the workspace area and goes along with
-        the existing size-workspace property.
+       device property called offset-workspace which returns the position
+       of the upper left corner of the workspace area and goes along with
+       the existing size-workspace property.
 
        * dialog-msw.c:
        * dialog-msw.c (push_bufbyte_string_as_unicode):
        * dialog-msw.c (mswindows_popup_dialog_box):
 
        * dialog-msw.c:
        * dialog-msw.c (push_bufbyte_string_as_unicode):
        * dialog-msw.c (mswindows_popup_dialog_box):
-        Added support for XEmacs-style accelerator specifications in
-        button text.  Note: I didn't add support for this under X Windows,
-        and somebody needs to do this.
+       Added support for XEmacs-style accelerator specifications in
+       button text.  Note: I didn't add support for this under X Windows,
+       and somebody needs to do this.
 
        * dialog.c:
        * dialog.c (Fpopup_dialog_box):
 
        * dialog.c:
        * dialog.c (Fpopup_dialog_box):
-        Documented the support for accelerators that was just mentioned.
+       Documented the support for accelerators that was just mentioned.
 
        editfns.c (get_home_directory): Changed behavior under Windows
        when HOME not defined; former behavior was irretrievably broken.
 
        editfns.c (get_home_directory): Changed behavior under Windows
        when HOME not defined; former behavior was irretrievably broken.
@@ -5380,9 +8458,9 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * print.c (debug_print):
        * print.c (debug_backtrace):
        * print.c (debug_short_backtrace):
        * print.c (debug_print):
        * print.c (debug_backtrace):
        * print.c (debug_short_backtrace):
-        Cleaned up the code that prints text to stdout so that this can be
-        changed to output into a console window instead under MS Windows,
-        as described above.
+       Cleaned up the code that prints text to stdout so that this can be
+       changed to output into a console window instead under MS Windows,
+       as described above.
 
        * eval.c:
        * eval.c (DEFEND_AGAINST_THROW_RECURSION):
 
        * eval.c:
        * eval.c (DEFEND_AGAINST_THROW_RECURSION):
@@ -5404,14 +8482,14 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * event-msw.c (mswindows_modifier_state):
        * event-msw.c (emacs_mswindows_quit_p):
        * event-msw.c (vars_of_event_mswindows):
        * event-msw.c (mswindows_modifier_state):
        * event-msw.c (emacs_mswindows_quit_p):
        * event-msw.c (vars_of_event_mswindows):
-        a) Added support for using the alt key to select menu items as is
-        standard under MS Windows.  This is controlled using the variable
-        menu-accelerator-enabled, just like under X Windows.  There is an
-        option on the options menu to turn this support on.  I really
-        think that it should be on by default under Windows, but I'm not
-        going to make this change yet.
+       a) Added support for using the alt key to select menu items as is
+       standard under MS Windows.  This is controlled using the variable
+       menu-accelerator-enabled, just like under X Windows.  There is an
+       option on the options menu to turn this support on.  I really
+       think that it should be on by default under Windows, but I'm not
+       going to make this change yet.
 
 
-        b)  Added support for dynamic display size changes under Windows.
+       b)  Added support for dynamic display size changes under Windows.
 
        * event-stream.c:
        * event-stream.c (maybe_echo_keys):
 
        * event-stream.c:
        * event-stream.c (maybe_echo_keys):
@@ -5426,30 +8504,30 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * event-stream.c (complex_vars_of_event_stream):
        * events.h (struct command_builder):
 
        * event-stream.c (complex_vars_of_event_stream):
        * events.h (struct command_builder):
 
-        a) Tried to clean up a little bit the horribly written x-specific
-        accelerator code that crept into this file.  I moved this code
-        into menubar-x.c where it belongs. I also needed to move the
-        command builder structure into the file events.h because it is
-        accessed directly by this accelerator code.  What I didn't do, but
-        which should be done at some point, is to properly abstract this
-        code using device methods instead of the kludgy way that it
-        currently hooks into the event code.
-
-        b) Added the lisp variables this-command-properties and
-        last-command- properties, which should be used to synchronize two
-        adjacent commands in preference to playing games with the variable
-        this-command, which is typically what happens.
-
-        c) Added some slightly nasty code to hook into the lisp support
-        for shifted- motion-key selection.  This is actually necessary for
-        somewhat complicated reasons, which are described in
-        simple.el. (NB: I think the proper thing would be to have the code
-        that calls the pre and post command hooks also call out to generic
-        lisp functions in simple.el, where all built-in stuff could be
-        added.  I will think about this more.)
+       a) Tried to clean up a little bit the horribly written x-specific
+       accelerator code that crept into this file.  I moved this code
+       into menubar-x.c where it belongs. I also needed to move the
+       command builder structure into the file events.h because it is
+       accessed directly by this accelerator code.  What I didn't do, but
+       which should be done at some point, is to properly abstract this
+       code using device methods instead of the kludgy way that it
+       currently hooks into the event code.
+
+       b) Added the lisp variables this-command-properties and
+       last-command- properties, which should be used to synchronize two
+       adjacent commands in preference to playing games with the variable
+       this-command, which is typically what happens.
+
+       c) Added some slightly nasty code to hook into the lisp support
+       for shifted- motion-key selection.  This is actually necessary for
+       somewhat complicated reasons, which are described in
+       simple.el. (NB: I think the proper thing would be to have the code
+       that calls the pre and post command hooks also call out to generic
+       lisp functions in simple.el, where all built-in stuff could be
+       added.  I will think about this more.)
 
        * event-unixoid.c (poll_fds_for_input):
 
        * event-unixoid.c (poll_fds_for_input):
-        * lread.c (readchar):
+       * lread.c (readchar):
        * redisplay-tty.c (tty_clear_frame):
        * redisplay-x.c (x_get_gc):
        * signal.c (interrupt_signal):
        * redisplay-tty.c (tty_clear_frame):
        * redisplay-x.c (x_get_gc):
        * signal.c (interrupt_signal):
@@ -5462,33 +8540,33 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
 
        * frame-msw.c:
        * frame-msw.c (mswindows_size_frame_internal):
 
        * frame-msw.c:
        * frame-msw.c (mswindows_size_frame_internal):
-        Fixed the computation of frame size and position to keep the frame
-        within the workspace area, rather than within the physical
-        dimensions of the screen, so that the frame doesn't overlap window
-        manager decorations, such as the start menu and toolbar, typically
-        at the bottom of the screen.
+       Fixed the computation of frame size and position to keep the frame
+       within the workspace area, rather than within the physical
+       dimensions of the screen, so that the frame doesn't overlap window
+       manager decorations, such as the start menu and toolbar, typically
+       at the bottom of the screen.
 
        * frame.c (vars_of_frame):
 
        * frame.c (vars_of_frame):
-        Changed the default frame title format under MS Windows to consist
-        of buffername-XEmacs, which is standard under MS Windows.  I think
-        it might be a good idea to change this everywhere because I think
-        it is superior to the current frame title format, but this is the
-        kind of change that is likely to cause some people to get annoyed,
-        so I'm not making it.
+       Changed the default frame title format under MS Windows to consist
+       of buffername-XEmacs, which is standard under MS Windows.  I think
+       it might be a good idea to change this everywhere because I think
+       it is superior to the current frame title format, but this is the
+       kind of change that is likely to cause some people to get annoyed,
+       so I'm not making it.
 
        * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
 
        * gui-msw.c (mswindows_handle_gui_wm_command):
 
        * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
 
        * gui-msw.c (mswindows_handle_gui_wm_command):
-        Fixed compile warnings.
+       Fixed compile warnings.
 
        * gui-x.c:
        * gui-x.c (strdup_and_add_accel):
        * gui-x.c (button_item_to_widget_value):
        * gui-x.h:
 
        * gui-x.c:
        * gui-x.c (strdup_and_add_accel):
        * gui-x.c (button_item_to_widget_value):
        * gui-x.h:
-        Added code to automatically put an accelerator onto the beginning
-        of menu items that don't have one as is now the standard, and is
-        described more later.  Also fixed things so that the menu item
-        name can be an evaluated expression, again a new standard.
+       Added code to automatically put an accelerator onto the beginning
+       of menu items that don't have one as is now the standard, and is
+       described more later.  Also fixed things so that the menu item
+       name can be an evaluated expression, again a new standard.
 
        * gui.c:
        * gui.c (gui_item_add_keyval_pair):
 
        * gui.c:
        * gui.c (gui_item_add_keyval_pair):
@@ -5507,9 +8585,9 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * line-number.c (buffer_line_number):
        * lisp.h:
        * lisp.h (EMACS_INT_MAX):
        * line-number.c (buffer_line_number):
        * lisp.h:
        * lisp.h (EMACS_INT_MAX):
-        Added the manifest constant EMACS_INT_MIN corresponding to the
-        existing constant EMACS_INT_MAX.  This is partially to fix compile
-        warnings under Windows, and partly for cleanliness.
+       Added the manifest constant EMACS_INT_MIN corresponding to the
+       existing constant EMACS_INT_MAX.  This is partially to fix compile
+       warnings under Windows, and partly for cleanliness.
 
        * menubar-msw.c:
        * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
 
        * menubar-msw.c:
        * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
@@ -5528,15 +8606,15 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * menubar-msw.c (mswindows_update_frame_menubars):
        * menubar-msw.c (mswindows_free_frame_menubars):
        * menubar-msw.c (mswindows_popup_menu):
        * menubar-msw.c (mswindows_update_frame_menubars):
        * menubar-msw.c (mswindows_free_frame_menubars):
        * menubar-msw.c (mswindows_popup_menu):
-        Fixed a bug in handling accelerators where an extra character
-        would be displayed in the menu item.  Also generalized the
-        function displayable_menu_item because it is now used by the
-        dialog box code as well.  And finally, added code in the functions
-        that create the menubar to extract a list of accelerators for the
-        top level menubar, which is used in the event code to determine
-        whether a particular alt-key combination should be used to invoke
-        a menu item, or should be passed through to access the standard
-        XEmacs keymap binding for this key combination.
+       Fixed a bug in handling accelerators where an extra character
+       would be displayed in the menu item.  Also generalized the
+       function displayable_menu_item because it is now used by the
+       dialog box code as well.  And finally, added code in the functions
+       that create the menubar to extract a list of accelerators for the
+       top level menubar, which is used in the event code to determine
+       whether a particular alt-key combination should be used to invoke
+       a menu item, or should be passed through to access the standard
+       XEmacs keymap binding for this key combination.
 
        Much needed GCPROing.
 
 
        Much needed GCPROing.
 
@@ -5555,10 +8633,10 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * menubar-x.c (command_builder_find_menu_accelerator):
        * menubar-x.c (Faccelerate_menu):
        * menubar.h:
        * menubar-x.c (command_builder_find_menu_accelerator):
        * menubar-x.c (Faccelerate_menu):
        * menubar.h:
-        Moved a whole bunch of code here that was previously in
-        event-stream.c as described above.  There is also code connected
-        to the new standard of adding an accelerator to the beginning of
-        menu items that don't have one as described above and below.
+       Moved a whole bunch of code here that was previously in
+       event-stream.c as described above.  There is also code connected
+       to the new standard of adding an accelerator to the beginning of
+       menu items that don't have one as described above and below.
 
        * menubar.c:
        * menubar.c (menu_parse_submenu_keywords):
 
        * menubar.c:
        * menubar.c (menu_parse_submenu_keywords):
@@ -5568,31 +8646,31 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * menubar.c (vars_of_menubar):
        * menubar.c (complex_vars_of_menubar):
 
        * menubar.c (vars_of_menubar):
        * menubar.c (complex_vars_of_menubar):
 
-        a) Cleaned up a bunch of documentation and improved it.
-
-        b) XEmacs now automatically adds an accelerator onto the beginning
-        of any menu items that don't have one.  I did this because there
-        will inevitably be some menu items on the main menubar that don't
-        have accelerators on them because the package that adds that
-        particular menu item hasn't yet been fixed up to have accelerators
-        in them and it looked rather strange to have some items with and
-        some items without accelerators, especially since even in items
-        without accelerators, you can, at least under windows, still
-        access the item through an accelerator corresponding to the first
-        character in the item's name.  If people don't like this behavior,
-        I can add a variable to turn it off optionally, but I'm not sure
-        this is a good idea because we really do need to have accelerators
-        on all of the menu items, and if a package doesn't like the
-        accelerators being put on the first character, then it should put
-        the accelerators where they belong.
-
-        c) I made a behavior change, which is that the descriptor that
-        specifies the text of the menu item, which formerly was just a
-        string, can now also be an evaluated expression.  This makes this
-        descriptor parallel with all of the others, which could also be
-        evaluated expressions.  This also obviates the need for the
-        keyword :label, which was previously listed in the documentation
-        as unimplemented, and which was for the same purpose.
+       a) Cleaned up a bunch of documentation and improved it.
+
+       b) XEmacs now automatically adds an accelerator onto the beginning
+       of any menu items that don't have one.  I did this because there
+       will inevitably be some menu items on the main menubar that don't
+       have accelerators on them because the package that adds that
+       particular menu item hasn't yet been fixed up to have accelerators
+       in them and it looked rather strange to have some items with and
+       some items without accelerators, especially since even in items
+       without accelerators, you can, at least under windows, still
+       access the item through an accelerator corresponding to the first
+       character in the item's name.  If people don't like this behavior,
+       I can add a variable to turn it off optionally, but I'm not sure
+       this is a good idea because we really do need to have accelerators
+       on all of the menu items, and if a package doesn't like the
+       accelerators being put on the first character, then it should put
+       the accelerators where they belong.
+
+       c) I made a behavior change, which is that the descriptor that
+       specifies the text of the menu item, which formerly was just a
+       string, can now also be an evaluated expression.  This makes this
+       descriptor parallel with all of the others, which could also be
+       evaluated expressions.  This also obviates the need for the
+       keyword :label, which was previously listed in the documentation
+       as unimplemented, and which was for the same purpose.
 
        d) GCPROing.
 
 
        d) GCPROing.
 
@@ -5601,10 +8679,10 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * ntproc.c (sys_spawnve):
        * ntproc.c (find_child_console):
        * ntproc.c (sys_kill):
        * ntproc.c (sys_spawnve):
        * ntproc.c (find_child_console):
        * ntproc.c (sys_kill):
-        Fixed compile warnings.  By the way, this file should really go
-        away entirely, and this will happen as soon as Kirill makes his
-        final round of process cleanups, which affect the function
-        call-process.
+       Fixed compile warnings.  By the way, this file should really go
+       away entirely, and this will happen as soon as Kirill makes his
+       final round of process cleanups, which affect the function
+       call-process.
 
        * process-nt.c:
        * process-nt.c (struct nt_process_data):
 
        * process-nt.c:
        * process-nt.c (struct nt_process_data):
@@ -5620,17 +8698,17 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * process-nt.c (nt_kill_process_by_pid):
        * process-nt.c (nt_open_network_stream):
        * process-nt.c (vars_of_process_nt):
        * process-nt.c (nt_kill_process_by_pid):
        * process-nt.c (nt_open_network_stream):
        * process-nt.c (vars_of_process_nt):
-        Copied over code from Emacs 20.5 to correctly send signals to sub-
-        processes under Windows 95.  Also added code to automatically
-        create and hide console window when a sub-process is created under
-        Windows 95, which obviates the need for the separate runemacs.exe
-        executable, and finally implemented some variables that were
-        implemented in Emacs 20.5, but previously not in XEmacs.  These
-        include mswindows- start-process-share-console and
-        mswindows-start-process-inherit-error-mode. (Both of these only
-        apply to Windows 95.)
-
-        * regex.c (regex_compile): Fixed a compile warning.
+       Copied over code from Emacs 20.5 to correctly send signals to sub-
+       processes under Windows 95.  Also added code to automatically
+       create and hide console window when a sub-process is created under
+       Windows 95, which obviates the need for the separate runemacs.exe
+       executable, and finally implemented some variables that were
+       implemented in Emacs 20.5, but previously not in XEmacs.  These
+       include mswindows- start-process-share-console and
+       mswindows-start-process-inherit-error-mode. (Both of these only
+       apply to Windows 95.)
+
+       * regex.c (regex_compile): Fixed a compile warning.
 
        * select-msw.c:
        * select-msw.c (mswindows_own_selection):
 
        * select-msw.c:
        * select-msw.c (mswindows_own_selection):
@@ -5638,20 +8716,20 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * select-msw.c (mswindows_disown_selection):
        * select-msw.c (console_type_create_select_mswindows):
        * select-msw.c (syms_of_select_mswindows):
        * select-msw.c (mswindows_disown_selection):
        * select-msw.c (console_type_create_select_mswindows):
        * select-msw.c (syms_of_select_mswindows):
-        Cleaned up the file and implemented the device method
-        selection_exists_p, which had accidentally been left out.  Also
-        removed four lisp functions that were remnants from before the
-        time when the selection code was properly device abstracted.
-        These functions are no longer needed because there are generic
-        equivalents, and because they were added recently and don't exist
-        in FSF Emacs, I don't think there's any problem with just deleting
-        them.
+       Cleaned up the file and implemented the device method
+       selection_exists_p, which had accidentally been left out.  Also
+       removed four lisp functions that were remnants from before the
+       time when the selection code was properly device abstracted.
+       These functions are no longer needed because there are generic
+       equivalents, and because they were added recently and don't exist
+       in FSF Emacs, I don't think there's any problem with just deleting
+       them.
 
        * sysdep.c:
        * sysdep.c (sys_subshell):
 
        * sysdep.c:
        * sysdep.c (sys_subshell):
-        Fixed a compile warning, although in this case there's probably
-        something wrong with this code, and it ought to be looked into
-        more thoroughly by somebody who understands it.
+       Fixed a compile warning, although in this case there's probably
+       something wrong with this code, and it ought to be looked into
+       more thoroughly by somebody who understands it.
 
        * window.c:
        * window.c (Fwindow_text_area_height):
 
        * window.c:
        * window.c (Fwindow_text_area_height):
@@ -5660,13 +8738,13 @@ Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245
        * window.c (Fwindow_pixel_width):
        * window.c (debug_print_window):
        * window.c (syms_of_window):
        * window.c (Fwindow_pixel_width):
        * window.c (debug_print_window):
        * window.c (syms_of_window):
-        Added functions window-text-area-height and window-full-width,
-        which are functions for returning various width and height
-        characteristics of a window. (One of these functions is necessary
-        for making the file dialog box work correctly, and the other one
-        was added for completeness.)  Also added a table to the
-        documentation for window-height which describes the entire scheme
-        for accessing width and height characteristics of a window.
+       Added functions window-text-area-height and window-full-width,
+       which are functions for returning various width and height
+       characteristics of a window. (One of these functions is necessary
+       for making the file dialog box work correctly, and the other one
+       was added for completeness.)  Also added a table to the
+       documentation for window-height which describes the entire scheme
+       for accessing width and height characteristics of a window.
 
 2000-03-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
 
 
 2000-03-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>