XEmacs 21.2.6
[chise/xemacs-chise.git.1] / src / ChangeLog
index 72e9ef4..3335350 100644 (file)
+1998-12-16  Andy Piper  <andy@xemacs.org>
+
+       * XEmacs 21.2.6 is released
+
+1998-12-08  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * md5.c (Fmd5): Correctly initiate string input stream.
+
+       * Makefile.in.in (tests): Add md5-tests.el.
+
+1998-12-06  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp.h:
+       * alloc.c (make_vector): remove travesty
+       (Fmake_vector):
+       (make_pure_vector):
+       (pure_cons):
+       (make_bit_vector_internal):
+       (make_bit_vector):
+       (make_bit_vector_from_byte_vector):
+       (Fmake_bit_vector):
+       - make vector_equal a little faster.
+       - Don't use variable name `new'.
+       - Use size_t instead of EMACS_INT.
+       - usual Martin-style pointless bit-twiddling.
+       
+       * fns.c (mapcar1): 
+       (Fmapconcat): 
+       (Fmapcar): 
+       (Fmapvector): 
+       Make mapcar faster.  In particular, make
+         (mapc #'identity long-string)
+       MUCH faster under Mule.
+       * tests/automated/lisp-tests.el: Test 'em!
+
+1998-12-06  Martin Buchholz  <martin@xemacs.org>
+
+       * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded 
+       bytecode.
+
+1998-12-13  Martin Buchholz  <martin@xemacs.org>
+
+       * console-msw.c: Function definitions follow coding standards
+       - This prevents e.g. find-tag on Lisp_Event finding DEVENT
+
+1998-12-11  Martin Buchholz  <martin@xemacs.org>
+
+       * events.h (struct timeout_data): 
+       * event-tty.c (tty_timeout_to_emacs_event): 
+       * event-msw.c (mswindows_wm_timer_callback): 
+       * event-Xt.c (Xt_timeout_to_emacs_event): 
+       * event-msw.c (mswindows_cancel_dispatch_event):
+       Make sure Lisp_Objects inside events are initialized to Qnil, not
+       Qnull_pointer, which is now illegal.
+
+1998-12-10  Martin Buchholz  <martin@xemacs.org>
+
+       * lisp.h: Fix up prototypes to match alloc.c
+
+1998-12-09  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-msw.c (init_image_instance_from_xbm_inline): don't use
+       XSETINT for assigning lisp objects.
+
+1998-12-07  Martin Buchholz  <martin@xemacs.org>
+
+       * opaque.h:
+       * console-msw.c (DHEADER): 
+       (DOPAQUE_DATA): 
+       (DEVENT): 
+       (DCONS): 
+       (DCONSCDR): 
+       (DSTRING): 
+       (DVECTOR): 
+       (DSYMBOL): 
+       (DSYMNAME): 
+       - max_align_t should not be visible to the user of the
+         XOPAQUE_DATA macro.
+       - use Bufbyte instead of char
+       - parens around (FOOP (obj)) are always redundant.
+         If they were necessary, we should fix the macro instead.
+       - Always use string_data(foo) instead of foo->data.
+
+1998-12-07  Martin Buchholz  <martin@xemacs.org>
+
+       * sysdep.c (set_descriptor_non_blocking): 
+       Since O_NONBLOCK is now always #defined, make use of fcntl
+       conditional on F_SETFL being defined.
+
+1998-12-09  Andy Piper  <andy@xemacs.org>
+
+       * menubar-msw.c (mswindows_handle_wm_command): add back in checks
+       that got removed in the merge
+
+1998-11-30  Greg Klanderman  <greg@alphatech.com>
+
+       * dired.c (vars_of_dired): bugfix for previous conditionalization
+       of user-name-completion on non- Windows NT.
+
+1998-12-08  Martin Buchholz  <martin@xemacs.org>
+
+       * windowsnt.h: Remove `support' for using index and rindex
+
+       * filelock.c (current_lock_owner): 
+       - Change uses of index -> strchr, rindex -> strrchr
+
+1998-12-06  Martin Buchholz  <martin@xemacs.org>
+
+       * frame-msw.c (mswindows_init_frame_1):
+       - use make_lisp_hash_table, not Fmake_hash_table
+       - include elhash.h
+
+1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.5 is released
+
+1998-11-30  Martin Buchholz  <martin@xemacs.org>
+
+       * xselect.c (receive_incremental_selection):
+       * xselect.c (x_get_window_property):
+       * xmu.c (XmuReadBitmapDataFromFile):
+       * xmu.c (XmuCursorNameToIndex):
+       * xgccache.c (describe_gc_cache):
+       * xgccache.c (gc_cache_lookup):
+       * xgccache.c (free_gc_cache):
+       * xgccache.c (make_gc_cache):
+       * window.h:
+       * window.c (map_windows_1):
+       * window.c (Fother_window_for_scrolling):
+       * window.c (window_scroll):
+       * window.c (change_window_height):
+       * window.c (Fsplit_window):
+       * window.c (window_left_gutter_width):
+       * window.c (window_modeline_height):
+       * window.c (invalidate_vertical_divider_cache_in_window):
+       * window.c (window_needs_vertical_divider_1):
+       * window.c (update_mirror_internal):
+       * window.c (SET_LAST_FACECHANGE):
+       * widget.c (Fwidget_plist_member):
+       * unexec.c (copy_text_and_data):
+       * unexcw.c (copy_executable_and_dump_data_section):
+       * tooltalk.doc:
+       * tooltalk.c (struct Lisp_Tooltalk_Pattern):
+       * tooltalk.c (struct Lisp_Tooltalk_Message):
+       * toolbar.h (struct toolbar_button):
+       * toolbar.c (default_toolbar_visible_p_changed_in_window):
+       * toolbar.c (recompute_overlaying_specifier):
+       * toolbar.c (toolbar_validate):
+       * toolbar.c (toolbar_button_at_pixpos):
+       * toolbar.c (get_toolbar_coords):
+       * toolbar.c (update_frame_toolbars):
+       * toolbar-x.c:
+       * toolbar-msw.c (mswindows_handle_toolbar_wm_command):
+       * toolbar-msw.c (mswindows_find_toolbar_pos):
+       * toolbar-msw.c (mswindows_output_toolbar):
+       * toolbar-msw.c (mswindows_clear_toolbar):
+       * toolbar-msw.c:
+       * systty.h:
+       * syssignal.h:
+       * sysproc.h:
+       * sysfile.h:
+       * sysdll.c:
+       * sysdep.h:
+       * sysdep.c (rmdir):
+       * sysdep.c (sys_fopen):
+       * sysdep.c (sys_open):
+       * sysdep.c (tty_init_sys_modes_on_device):
+       * sysdep.c (get_eof_char):
+       * sysdep.c (child_setup_tty):
+       * sysdep.c (set_descriptor_non_blocking):
+       * syntax.h:
+       * syntax.c (scan_words):
+       * syntax.c:
+       * symsinit.h:
+       * symeval.h (struct symbol_value_varalias):
+       * symeval.h (struct symbol_value_forward):
+       * symbols.c (syms_of_symbols):
+       * symbols.c (init_symbols_once_early):
+       * symbols.c (Fbuilt_in_variable_type):
+       * symbols.c (Fsymbol_value_in_buffer):
+       * symbols.c (default_value):
+       * symbols.c (Fset):
+       * symbols.c (find_symbol_value_quickly):
+       * symbols.c (store_symval_forwarding):
+       * symbols.c (set_default_console_slot_variable):
+       * symbols.c (set_default_buffer_slot_variable):
+       * symbols.c (verify_ok_for_buffer_local):
+       * symbols.c (symbol_is_constant):
+       * symbols.c (oblookup):
+       * symbols.c (Funintern):
+       * symbols.c (Fintern):
+       * symbols.c (check_obarray):
+       * sunplay.c:
+       * specifier.h (struct specifier_methods):
+       * specifier.h:
+       * specifier.c (specifier_instance):
+       * specifier.c (specifier_instance_from_inst_list):
+       * specifier.c (decode_locale_type):
+       * specifier.c (specifier_equal):
+       * specifier.c (finalize_specifier):
+       * specifier.c (prune_specifiers):
+       * specifier.c (kill_specifier_buffer_locals):
+       * sound.c (init_native_sound):
+       * sound.c:
+       * signal.c (alarm):
+       * search.c (Fmatch_data):
+       * search.c (match_limit):
+       * search.c (Freplace_match):
+       * search.c (skip_chars):
+       * search.c (scan_buffer):
+       * search.c:
+       * scrollbar.c (specifier_vars_of_scrollbar):
+       * scrollbar.c (Fscrollbar_set_hscroll):
+       * scrollbar.c (vertical_scrollbar_changed_in_window):
+       * scrollbar.c (release_window_mirror_scrollbars):
+       * scrollbar.c (free_scrollbar_instance):
+       * scrollbar-x.c:
+       * scrollbar-msw.c:
+       * s/msdos.h (O_BINARY):
+       * s/linux.h:
+       * s/freebsd.h (LIBS_TERMCAP):
+       * regex.c (re_match_2_internal):
+       * regex.c (compile_extended_range):
+       * regex.c (POP_FAILURE_POINT):
+       * regex.c (PUSH_FAILURE_POINT):
+       * redisplay.h (RESET_CHANGED_SET_FLAGS):
+       * redisplay.h:
+       * redisplay.h (struct display_line):
+       * redisplay.h (struct rune):
+       * redisplay.c (vars_of_redisplay):
+       * redisplay.c (redisplay_variable_changed):
+       * redisplay.c (UPDATE_CACHE_RETURN):
+       * redisplay.c (validate_line_start_cache):
+       * redisplay.c (mark_redisplay_structs):
+       * redisplay.c (mark_glyph_block_dynarr):
+       * redisplay.c (window_line_number):
+       * redisplay.c (redisplay_frame):
+       * redisplay.c (redisplay_window):
+       * redisplay.c (generate_modeline):
+       * redisplay.c (create_right_glyph_block):
+       * redisplay.c (create_left_glyph_block):
+       * redisplay.c (create_text_block):
+       * redisplay.c:
+       * redisplay-x.c (x_output_hline):
+       * redisplay-x.c (x_output_vertical_divider):
+       * redisplay-tty.c (tty_output_display_block):
+       * redisplay-output.c (output_display_line):
+       * redisplay-output.c:
+       * redisplay-msw.c (mswindows_output_vertical_divider):
+       * redisplay-msw.c (mswindows_ring_bell):
+       * redisplay-msw.c (mswindows_output_cursor):
+       * redisplay-msw.c:
+       * rangetab.c:
+       * ralloc.c:
+       * puresize.h (RAW_PURESIZE):
+       * profile.c (syms_of_profile):
+       * profile.c (Fstart_profiling):
+       * profile.c (sigprof_handler):
+       * profile.c:
+       * procimpl.h:
+       * process.c (vars_of_process):
+       * process.c (read_process_output):
+       * process.c (get_process):
+       * process.c:
+       * process-unix.c (unix_open_multicast_group):
+       * process-unix.c (unix_get_tty_name):
+       * process-unix.c (unix_send_process):
+       * process-unix.c (unix_reap_exited_processes):
+       * process-unix.c (unix_create_process):
+       * process-unix.c (unix_init_process_io_handles):
+       * process-unix.c (allocate_pty):
+       * process-unix.c:
+       * process-nt.c (nt_open_network_stream):
+       * process-nt.c (nt_update_status_if_terminated):
+       * process-nt.c (nt_finalize_process_data):
+       * process-nt.c:
+       * print.c (debug_short_backtrace):
+       * print.c (debug_backtrace):
+       * print.c (print_symbol):
+       * print.c (print_internal):
+       * print.c (print_cons):
+       * print.c (Fwrite_char):
+       * print.c (print_prepare):
+       * print.c (canonicalize_printcharfun):
+       * print.c (output_string):
+       * print.c:
+       * opaque.h:
+       * opaque.c (allocate_managed_opaque):
+       * opaque.c:
+       * offix.c (DndSetData):
+       * objects.c (face_boolean_create):
+       * objects.c (font_instantiate):
+       * objects.c (font_create):
+       * objects.c (color_create):
+       * objects.c (finalize_font_instance):
+       * objects.c (finalize_color_instance):
+       * objects.c:
+       * objects-x.c (x_font_instance_truename):
+       * objects-x.c:
+       * objects-x.c (x_initialize_font_instance):
+       * objects-x.c (allocate_nearest_color):
+       * objects-tty.c (tty_initialize_font_instance):
+       * objects-tty.c (tty_initialize_color_instance):
+       * objects-msw.c (mswindows_initialize_color_instance):
+       * ntproc.c (syms_of_ntproc):
+       * ntproc.c (Fwin32_set_process_priority):
+       * ntproc.c (sys_spawnve):
+       * ntproc.c:
+       * ntheap.c (get_data_end):
+       * nt.c (period):
+       * nt.c:
+       * nt.c (stat):
+       * nt.c (generate_inode_val):
+       * nt.c (sys_rename):
+       * nas.c:
+       * mule-wnnfns.c (Fwnn_hinsi_number):
+       * mule-wnnfns.c (Fwnn_yuragi):
+       * mule-wnnfns.c (Fwnn_common_learn):
+       * mule-wnnfns.c (Fwnn_suffix_learn):
+       * mule-wnnfns.c (Fwnn_prefix_learn):
+       * mule-wnnfns.c (Fwnn_okuri_learn):
+       * mule-wnnfns.c (Fwnn_complex_conv):
+       * mule-wnnfns.c (Fwnn_last_is_first):
+       * mule-wnnfns.c (Fwnn_bmodify_dict_add):
+       * mule-wnnfns.c (Fwnn_notrans_dict_add):
+       * mule-wnnfns.c (Fwnn_fiusr_dict_add):
+       * mule-wnnfns.c (Fwnn_fisys_dict_add):
+       * mule-wnnfns.c (Fwnn_hinsi_list):
+       * mule-wnnfns.c (Fwnn_fuzokugo_set):
+       * mule-wnnfns.c (Fwnn_dict_search):
+       * mule-wnnfns.c (Fwnn_word_toroku):
+       * mule-wnnfns.c (Fwnn_hindo_update):
+       * mule-wnnfns.c (Fwnn_bunsetu_henkou):
+       * mule-wnnfns.c (Fwnn_kakutei):
+       * mule-wnnfns.c (Fwnn_begin_henkan):
+       * mule-wnnfns.c (Fwnn_dict_comment):
+       * mule-wnnfns.c (Fwnn_dict_add):
+       * mule-wnnfns.c (Fwnn_open):
+       * mule-mcpath.c (mc_getcwd):
+       * mule-coding.c (vars_of_mule_coding):
+       * mule-coding.c (convert_to_external_format):
+       * mule-coding.c (encoding_marker):
+       * mule-coding.c (decoding_marker):
+       * mule-coding.c (Fcopy_coding_system):
+       * mule-coding.c (Fmake_coding_system):
+       * mule-coding.c (Fcoding_system_list):
+       * mule-coding.c (Ffind_coding_system):
+       * mule-coding.c (symbol_to_eol_type):
+       * mule-coding.c:
+       * mule-charset.c (complex_vars_of_mule_charset):
+       * mule-charset.c (vars_of_mule_charset):
+       * mule-charset.c (Fset_charset_ccl_program):
+       * mule-charset.c (struct charset_list_closure):
+       * mule-charset.c (Ffind_charset):
+       * mule-charset.c (make_charset):
+       * mule-charset.c (non_ascii_valid_char_p):
+       * mule-charset.c:
+       * mule-ccl.c (ccl_driver):
+       * mule-canna.c (c2mu):
+       * mule-canna.c (Fcanna_henkan_begin):
+       * mule-canna.c (Fcanna_parse):
+       * mule-canna.c (Fcanna_store_yomi):
+       * mule-canna.c (Fcanna_touroku_string):
+       * mule-canna.c (Fcanna_initialize):
+       * minibuf.c:
+       * menubar.c (menu_parse_submenu_keywords):
+       * menubar-x.c (make_dummy_xbutton_event):
+       * menubar-x.c (set_frame_menubar):
+       * menubar-x.c (menu_item_descriptor_to_widget_value_1):
+       * menubar-x.c:
+       * menubar-msw.h:
+       * menubar-msw.c (mswindows_popup_menu):
+       * menubar-msw.c (mswindows_update_frame_menubars):
+       * menubar-msw.c (mswindows_handle_wm_command):
+       * menubar-msw.c (unsafe_handle_wm_initmenu_1):
+       * menubar-msw.c (unsafe_handle_wm_initmenupopup_1):
+       * menubar-msw.c (update_frame_menubar_maybe):
+       * menubar-msw.c (populate_or_checksum_helper):
+       * menubar-msw.c (empty_menu):
+       * menubar-msw.c:
+       * md5.c:
+       * marker.c (set_marker_internal):
+       * marker.c (print_marker):
+       * malloc.c:
+       * make-src-depend:
+       * lstream.c (lisp_buffer_rewinder):
+       * lstream.c (mark_lstream):
+       * lrecord.h:
+       * lrecord.h (struct lrecord_header):
+       * lread.c (readevalloop):
+       * lread.c (locate_file):
+       * lread.c (locate_file_in_directory):
+       * lread.c (Flocate_file):
+       * lread.c (load_force_doc_string_unwind):
+       * lread.c (ebolify_bytecode_constants):
+       * lread.c:
+       * lisp.h:
+       * lisp-union.h:
+       * lisp-disunion.h:
+       * linuxplay.c (linux_play_data_or_file):
+       * linuxplay.c (audio_init):
+       * line-number.c:
+       * keymap.h:
+       * keymap.c (describe_map):
+       * keymap.c (describe_map_mapper):
+       * keymap.c (Fdescribe_bindings_internal):
+       * keymap.c (Fsingle_key_description):
+       * keymap.c (map_keymap_sorted):
+       * keymap.c (get_relevant_keymaps):
+       * keymap.c (Flookup_key):
+       * keymap.c (raw_lookup_key_mapper):
+       * keymap.c (Fdefine_key):
+       * keymap.c (Fevent_matches_key_specifier_p):
+       * keymap.c (key_desc_list_to_event):
+       * keymap.c (define_key_parser):
+       * keymap.c (define_key_check_and_coerce_keysym):
+       * keymap.c (keymap_submaps):
+       * keymap.c (keymap_store_internal):
+       * keymap.c (keymap_delete_inverse_internal):
+       * keymap.c (keymap_store_inverse_internal):
+       * keymap.c (print_keymap):
+       * keymap.c (Lisp_Keymap):
+       * keymap.c:
+       * intl.c:
+       * insdel.c (convert_bufbyte_string_into_emchar_dynarr):
+       * insdel.c (make_gap):
+       * input-method-xlib.c (get_XIM_input):
+       * input-method-xlib.c (XIM_init_frame):
+       * imgproc.c:
+       * hash.h:
+       * hash.c:
+       * gui.c:
+       * gui-x.c (button_item_to_widget_value):
+       * gui-x.c (popup_selection_callback):
+       * glyphs.h (struct image_instantiator_methods):
+       * glyphs.c (mark_glyph_cachels):
+       * glyphs.c (Fglyph_type):
+       * glyphs.c (image_instantiate):
+       * glyphs.c (image_create):
+       * glyphs.c (make_image_instance_1):
+       * glyphs.c (finalize_image_instance):
+       * glyphs.c:
+       * glyphs-x.c (finalize_subwindow):
+       * glyphs-x.c (xface_validate):
+       * glyphs-x.c (x_locate_pixmap_file):
+       * glyphs-x.c (convert_EImage_to_XImage):
+       * glyphs-msw.c:
+       * glyphs-msw.c (mswindows_resource_instantiate):
+       * glyphs-msw.c (xpm_to_eimage):
+       * glyphs-msw.c (convert_EImage_to_DIBitmap):
+       * glyphs-eimage.c (tiff_instantiate):
+       * glyphs-eimage.c (png_instantiate):
+       * glyphs-eimage.c (struct png_error_struct):
+       * glyphs-eimage.c (gif_memory_storage):
+       * glyphs-eimage.c:
+       * gifrlib.h:
+       * getloadavg.c (getloadavg):
+       * getloadavg.c:
+       * gdbinit:
+       * free-hook.c (log_gcpro):
+       * free-hook.c (check_malloc):
+       * free-hook.c (check_free):
+       * free-hook.c (ROUND_UP_TO_PAGE):
+       * free-hook.c:
+       * frame.h (struct frame):
+       * frame.h:
+       * frame.c (change_frame_size_1):
+       * frame.c (allocate_frame_core):
+       * frame.c:
+       * frame-x.c (x_focus_on_frame):
+       * frame-x.c (x_init_frame_2):
+       * frame-x.c (x_popup_frame):
+       * frame-x.c (xemacs_XtPopup):
+       * frame-x.c:
+       * frame-x.c (Foffix_start_drag_internal):
+       * frame-x.c (x_cde_destroy_callback):
+       * frame-x.c (x_wm_hack_wm_protocols):
+       * frame-tty.c (tty_frame_visible_p):
+       * frame-msw.c (mswindows_make_frame_invisible):
+       * frame-msw.c (mswindows_after_init_frame):
+       * frame-msw.c (mswindows_init_frame_1):
+       * fns.c (syms_of_fns):
+       * fns.c (Fbase64_decode_string):
+       * fns.c (Fnconc):
+       * fns.c (Ffillarray):
+       * fns.c (Fobject_plist):
+       * fns.c (Fget):
+       * fns.c (Fcanonicalize_lax_plist):
+       * fns.c (Fcanonicalize_plist):
+       * fns.c (Fplist_remprop):
+       * fns.c (Fplist_get):
+       * fns.c (advance_plist_pointers):
+       * fns.c (internal_plist_put):
+       * fns.c (Fnreverse):
+       * fns.c (Fremassq):
+       * fns.c (Felt):
+       * fns.c (Fsubstring):
+       * fns.c (Fbvconcat):
+       * fns.c (Flength):
+       * fns.c (length_with_bytecode_hack):
+       * fns.c (print_bit_vector):
+       * fns.c:
+       * floatfns.c (Ffloor):
+       * floatfns.c:
+       * floatfns.c (in_float_error):
+       * fileio.c (Ffile_modes):
+       * fileio.c (Fexpand_file_name):
+       * fileio.c (Fmake_temp_name):
+       * fileio.c (Ffile_name_nondirectory):
+       * fileio.c (Ffile_name_directory):
+       * file-coding.h:
+       * file-coding.c (vars_of_mule_coding):
+       * file-coding.c (convert_to_external_format):
+       * file-coding.c (encoding_marker):
+       * file-coding.c (decoding_marker):
+       * file-coding.c (Fcopy_coding_system):
+       * file-coding.c (Fmake_coding_system):
+       * file-coding.c (struct coding_system_list_closure):
+       * file-coding.c (Ffind_coding_system):
+       * file-coding.c (symbol_to_eol_type):
+       * file-coding.c:
+       * faces.h (struct face_cachel):
+       * faces.c (vars_of_faces):
+       * faces.c (face_property_was_changed):
+       * faces.c (mark_face_cachels):
+       * faces.c (temporary_faces_list):
+       * faces.c (struct face_list_closure):
+       * faces.c:
+       * extents.h (struct extent):
+       * extents.c (vars_of_extents):
+       * extents.c (struct copy_string_extents_1_arg):
+       * extents.c (add_string_extents_mapper):
+       * extents.c (Fextent_property):
+       * extents.c (Fset_extent_property):
+       * extents.c (symbol_to_glyph_layout):
+       * extents.c (properties_equal):
+       * extents.c (print_extent):
+       * extents.c (print_extent_1):
+       * extents.c (extent_in_region_p):
+       * extents.c (gap_array_make_gap):
+       * extents.c:
+       * events.h (struct Lisp_Event):
+       * events.h:
+       * events.c (Fevent_properties):
+       * events.c (format_event_object):
+       * events.c (Fmake_event):
+       * events.c (event_equal):
+       * events.c (print_event):
+       * events.c (mark_event):
+       * event-stream.c ((read-char)
+       * event-stream.c (vars_of_event_stream):
+       * event-stream.c (syms_of_event_stream):
+       * event-stream.c (Fset_recent_keys_ring_size):
+       * event-stream.c (Fsit_for):
+       * event-stream.c (Fnext_event):
+       * event-stream.c (execute_help_form):
+       * event-stream.c (maybe_kbd_translate):
+       * event-stream.c:
+       * event-msw.c (vars_of_event_mswindows):
+       * event-msw.c (mswindows_wnd_proc):
+       * event-msw.c (mswindows_need_event):
+       * event-msw.c (mswindows_drain_windows_queue):
+       * event-msw.c (mswindows_pump_outstanding_events):
+       * event-msw.c:
+       * event-msw.c (slurp_thread):
+       * event-msw.c (struct ntpipe_slurp_stream):
+       * event-msw.c (HANDLE_TO_USID):
+       * event-Xt.c (emacs_Xt_handle_magic_event):
+       * event-Xt.c (x_event_to_emacs_event):
+       * event-Xt.c (x_reset_modifier_mapping):
+       * event-Xt.c (x_reset_key_mapping):
+       * event-Xt.c:
+       * eval.c (syms_of_eval):
+       * eval.c (warn_when_safe):
+       * eval.c (warn_when_safe_lispobj):
+       * eval.c (Fbacktrace_frame):
+       * eval.c (Fbacktrace):
+       * eval.c (top_level_set):
+       * eval.c (unbind_to_hairy):
+       * eval.c (specbind_magic):
+       * eval.c (specbind_unwind_wasnt_local):
+       * eval.c (call2_trapping_errors):
+       * eval.c (call1_trapping_errors):
+       * eval.c (catch_them_squirmers_call2):
+       * eval.c (call0_trapping_errors):
+       * eval.c (run_hook_trapping_errors):
+       * eval.c (catch_them_squirmers_eval_in_buffer):
+       * eval.c (call4_in_buffer):
+       * eval.c (call3_in_buffer):
+       * eval.c (call2_in_buffer):
+       * eval.c (call1_in_buffer):
+       * eval.c (call0_in_buffer):
+       * eval.c (run_hook):
+       * eval.c (run_hook_with_args_in_buffer):
+       * eval.c (Fapply):
+       * eval.c (Feval):
+       * eval.c (do_autoload):
+       * eval.c (un_autoload):
+       * eval.c (Fautoload):
+       * eval.c (Finteractive_p):
+       * eval.c (Fcommand_execute):
+       * eval.c (signal_quit):
+       * eval.c (call_with_suspended_errors):
+       * eval.c (signal_error):
+       * eval.c (return_from_signal):
+       * eval.c (Fcall_with_condition_handler):
+       * eval.c (run_condition_case_handlers):
+       * eval.c (condition_case_1):
+       * eval.c (Funwind_protect):
+       * eval.c (unwind_to_catch):
+       * eval.c (internal_catch):
+       * eval.c (Fmacroexpand_internal):
+       * eval.c (Fuser_variable_p):
+       * eval.c (Fdefconst):
+       * eval.c (Fdefvar):
+       * eval.c (Ffunction):
+       * eval.c (signal_call_debugger):
+       * eval.c (call_debugger):
+       * eval.c:
+       * emacs.c (main):
+       * emacs.c (sort_args):
+       * emacs.c (main_1):
+       * elhash.h:
+       * elhash.c:
+       * editfns.c (Fencode_time):
+       * editfns.c (Fdecode_time):
+       * editfns.c (Fuser_full_name):
+       * editfns.c:
+       * editfns.c (save_excursion_restore):
+       * ecrt0.c:
+       * dynarr.c:
+       * doprnt.c (emacs_doprnt_1):
+       * doc.c (verify_doc_mapper):
+       * doc.c (Fsnarf_documentation):
+       * doc.c (Fdocumentation):
+       * dll.c:
+       * dired.c (user_name_completion):
+       * dired.c (Fdirectory_files):
+       * dialog-x.c:
+       * dialog-msw.c:
+       * dgif_lib.c (FreeSavedImages):
+       * dgif_lib.c (DGifGetImageDesc):
+       * device.h:
+       * device.h (struct device):
+       * device.c (Fselect_device):
+       * device.c (allocate_device):
+       * device.c:
+       * device-x.c (Fx_keysym_on_keyboard_p):
+       * device-x.c (Fx_valid_keysym_name_p):
+       * device-x.c (x_IO_error_handler):
+       * device-x.c (x_delete_device):
+       * device-x.c (x_finish_init_device):
+       * device-x.c (x_init_device):
+       * device-x.c:
+       * device-msw.c (mswindows_init_device):
+       * dbxrc:
+       * database.c (vars_of_database):
+       * database.c (Fput_database):
+       * database.c (Fopen_database):
+       * database.c (berkdb_remove):
+       * database.c (berkdb_put):
+       * database.c (Fdatabasep):
+       * database.c (print_database):
+       * database.c:
+       * data.c (vars_of_data):
+       * data.c (syms_of_data):
+       * data.c (init_errors_once_early):
+       * data.c (prune_weak_lists):
+       * data.c (finish_marking_weak_lists):
+       * data.c (print_weak_list):
+       * data.c (Fmod):
+       * data.c (Fstring_to_number):
+       * data.c (Fnumber_to_string):
+       * data.c (Findirect_function):
+       * data.c (Fsetcdr):
+       * data.c (Ffloatp):
+       * data.c (Fsubr_interactive):
+       * data.c (Farrayp):
+       * data.c (Fkeywordp):
+       * data.c (Fnull):
+       * data.c:
+       * console.h (CONSOLE_NAME):
+       * console.h:
+       * console.c (vars_of_console):
+       * console.c (Fselect_console):
+       * console.c:
+       * console-x.h (DEVICE_X_COLORMAP):
+       * console-x.h (struct x_device):
+       * console-x.c (x_device_to_console_connection):
+       * console-tty.h (CONSOLE_TTY_FINAL_CURSOR_Y):
+       * console-tty.c (tty_init_console):
+       * console-tty.c:
+       * console-msw.h (struct mswindows_frame):
+       * conslots.h:
+       * config.h.in:
+       * cmds.c (internal_self_insert):
+       * cmds.c (Fforward_line):
+       * cmds.c (Fforward_char):
+       * cmds.c:
+       * cmdloop.c:
+       * chartab.c (mark_char_table_entry):
+       * chartab.c:
+       * casefiddle.c (casify_word):
+       * callproc.c (child_setup):
+       * callproc.c (Fcall_process_internal):
+       * callproc.c:
+       * callint.c (Fcall_interactively):
+       * bytecode.h:
+       * bytecode.c (execute_rare_opcode):
+       * bytecode.c (execute_optimized_program):
+       * bytecode.c:
+       * bufslots.h:
+       * buffer.h (BUFFER_REALLOC):
+       * buffer.h (GET_CHARPTR_INT_DATA_ALLOCA):
+       * buffer.h (GET_CHARPTR_EXT_DATA_ALLOCA):
+       * buffer.h:
+       * buffer.h (MAP_INDIRECT_BUFFERS):
+       * buffer.h (CHECK_LIVE_BUFFER):
+       * buffer.c (init_initial_directory):
+       * buffer.c (complex_vars_of_buffer):
+       * buffer.c (vars_of_buffer):
+       * buffer.c (finish_init_buffer):
+       * buffer.c (Fget_file_buffer):
+       * buffer.c (Fbuffer_list):
+       * buffer.c (mark_buffer):
+       * balloon_help.c (balloon_help_move_to_pointer):
+       * balloon_help.c (show_help):
+       * balloon_help.c:
+       * backtrace.h:
+       * alloc.c (garbage_collect_1):
+       * alloc.c (sweep_strings):
+       * alloc.c (sweep_compiled_functions):
+       * alloc.c (sweep_bit_vectors_1):
+       * alloc.c (sweep_vectors_1):
+       * alloc.c (sweep_lcrecords_1):
+       * alloc.c (tick_lcrecord_stats):
+       * alloc.c (pure_string_sizeof):
+       * alloc.c (mark_conses_in_list):
+       * alloc.c (mark_object):
+       * alloc.c (report_pure_usage):
+       * alloc.c (make_pure_float):
+       * alloc.c (make_pure_string):
+       * alloc.c (free_managed_lcrecord):
+       * alloc.c (mark_string):
+       * alloc.c (noseeum_make_marker):
+       * alloc.c (allocate_event):
+       * alloc.c (Fbit_vector):
+       * alloc.c (Fvector):
+       * alloc.c (make_float):
+       * alloc.c (Fmake_list):
+       * alloc.c (Flist):
+       * alloc.c (FREE_FIXED_TYPE_WHEN_NOT_IN_GC):
+       * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST):
+       * alloc.c (DECLARE_FIXED_TYPE_ALLOC):
+       * alloc.c (dbg_constants):
+       * alloc.c (gc_record_type_p):
+       * alloc.c (free_lcrecord):
+       * alloc.c (xmalloc):
+       * alloc.c (NOSEEUM_INCREMENT_CONS_COUNTER):
+       * abbrev.c:
+       * Makefile.in.in (mostlyclean):
+       * Makefile.in.in (external_client_xlib_objs_nonshared):
+       * Makefile.in.in (temacs_link_args):
+       * Makefile.in.in (release):
+       * Makefile.in.in (dnd_objs):
+       * Makefile.in.in (objs):
+       * Makefile.in.in (PROGNAME):
+       * EmacsShell.c: cast strings to (XtPointer)
+       * EmacsFrame.c: cast strings to (XtPointer)
+       - mega patch
+       - rewrite basic lisp functions for speed
+       - rewrite bytecode interpreter for speed
+       - rewrite list looping constructs for speed and safety using
+         tortoise/hare. 
+       - use size_t where appropriate.
+       - new hashtable implementation
+       - cleanup implementation of opaques
+       - opaques can now be purecopy'ed
+       - move some cl functionality into C for speed.
+       - remove last remaining VMS support
+       - spelling fixes
+       - improve gdb/dbx debugger support
+       - move pure.c back into alloc.c for performance
+       - enable report_pure_usage() if --memory-usage-stats
+       - remove remnants of Energize support (EMACS_BTL, cadillac...)
+       - don't use symbols with leading `_' or embedded `__'
+       - globally cleanup duplicated semicolons `;;'
+       - I give in on %p vs %lx - we use printf("%lx",(long) p)
+         globally.
+       - globally replace O_NDELAY with O_NONBLOCK.
+       - globally replace CDISABLE with _POSIX_VDISABLE.
+       - use O_RDONLY and O_RDWR instead of magic `0' and `2'.
+       - define (and maybe use!) STDERR_FILENO and friends.
+       - add support for macros defined in C
+       - `when', `unless', `not' and `defalias' now defined in C, 
+         so that they are universally available.
+       - rename defvar_mumble to defvar_magic
+       - rename RETURN__ to RETURN_SANS_WARNINGS
+       - use consistent style of initial caps in error messages
+       - implement last, butlast, nbutlast, copy-list in C.
+       - provide typedefs for all struct Lisp_foo types
+       - Lisp_Objects must be initialized to Qnil rather than 0.
+       - make sure XEmacs runs (slowly) with always_gc == 1;
+       - fast and safe LOOP_* macros
+       - change calls to XSETOBJ to XSETFOO
+       - replace calls to XSETINT by make_int()
+       - plug up memory leaks
+       - use style markobj (foo), not silly ((markobj) (foo))
+       - use XFLOAT_DATA (obj) instead of float_data (XFLOAT (obj))
+
+1998-12-02  P. E. Jareth Hein  <jareth@camelot.co.jp>
+
+       * unexec.c: Changed a #ifndef statement to fix XEmacs on BSDI 3.0
+
+1998-11-28  SL Baur  <steve@altair.xemacs.org>
+
+       * XEmacs 21.2-beta4 is released.
+
+1998-11-27  SL Baur  <steve@altair.xemacs.org>
+
+       * mule-charset.c (complex_vars_of_mule_charset): Fix graphic
+       property in control-1 charset.
+       From Julian Bradfield <jcb@daimi.au.dk>
+
+1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * gui-x.c (button_item_to_widget_value): Ignore :key-sequence
+       keyword.
+       Add stub for :label.
+
+       * gui.c (gui_item_add_keyval_pair): ditto.
+
+       * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore
+       :key-sequence keyword.
+       Add stub for:label.
+       Support :active for submenus like the Windows code and FSF Emacs.
+
+1998-11-27  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * dired.c (make_directory_hash_table): make_string() is OK because 
+       readdir() Mule-encapsulates.
+
+1998-11-26  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * fns.c (Fbase64_encode_string): Fix docstring.
+       (Fbase64_decode_string): Ditto.
+
+1998-11-26  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * editfns.c (Ftranslate_region): Use
+       convert_bufbyte_string_into_emchar_string().
+
+1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * editfns.c (Ftranslate_region): Accept vectors and char-tables as 
+       well as strings.
+       (Ftranslate_region): Turn table into an array of Emchars for
+       larger regions.
+
+1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * chartab.c (Freset_char_table): Fix wrong placement of #endif.
+
+1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * chartab.c (Freset_char_table): Don't blindly fill chartables of
+       type `char' with nils.
+
+       * chartab.c (canonicalize_char_table_value): Coerce ints to chars
+       for tables of type `char'.
+
+1998-11-26  Didier Verna  <verna@inf.enst.fr>
+
+       * input-method-xlib.c (Initialize_Locale): don't call
+       XtSetLanguageProc. We've done the whole work here.
+       * input-method-xfs.c (Initialize_Locale): ditto.
+       * input-method-motif.c (Initialize_Locale): ditto.
+
+1998-11-26  Didier Verna  <verna@inf.enst.fr>
+
+       * process-unix.c (unix_create_process): handle properly
+       Vfile_name_coding_system for converting the program and directory
+       names. 
+
+1998-11-27  SL Baur  <steve@altair.xemacs.org>
+
+       * m/arm.h: New file.
+       From James LewisMoss <dres@ioa.com>
+
+1998-11-27  Takeshi Hagiwara  <hagiwara@ie.niigata-u.ac.jp>
+
+       * m/mips-nec.h:
+       Fix the realpath() problem of UnixWare2.1.3.
+       Patches for NEC's sysv4.2 machine.
+
+1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * dired.c (Fdirectory_files): Remove redundant code.
+
+1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * fns.c (free_malloced_ptr): New function.
+       (XMALLOC_OR_ALLOCA): New macro.
+       (XMALLOC_UNBIND): Ditto.
+       (Fbase64_encode_region): Use malloc() for large blocks; arrange it 
+       to be freed in case of non-local exit.
+       (Fbase64_encode_string): Ditto.
+       (Fbase64_decode_region): Ditto.
+       (Fbase64_decode_string): Ditto.
+       (STORE_BYTE): New macro.
+       (base64_decode_1): Use it.
+
+1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * fns.c (base64_value_to_char): Base64 stuff.
+
+1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * editfns.c (Fbuffer_substring): New function.
+
+       * lisp.h: Declare make_string_from_buffer_no_extents().
+
+       * insdel.c (make_string_from_buffer_1): New function.
+       (make_string_from_buffer_no_extents): Ditto.
+
+1998-11-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes
+       sound work on AIX with OSS installed.  Linux should still work.
+
+1998-11-03  Andy Piper  <andyp@parallax.co.uk>
+
+       * config.h.in: name change for cygwin/version.h
+
+       * configure.in: check for cygwin/version.h now.
+
+       * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
+       CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
+       move cygwin32/version.h to cygwin/version.h
+
+1998-11-03  Olivier Galibert  <galibert@pobox.com>
+
+       * lisp.h  (struct  Lisp_Bit_Vector): Fix declaration of  bits from
+       int to long.
+
+1998-10-22  Andy Piper  <andyp@parallax.co.uk>
+
+       * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
+       CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
+       enable BROKEN_SIGIO under b20 to make QUIT work.
+
+1998-10-22  Andy Piper  <andyp@parallax.co.uk>
+
+       * frame-msw.c (mswindows_size_frame_internal): force frame sizing
+       to fit within the constraints of the screen size. I.e. make the
+       frame small enough to fit and move it if some of it will be
+       off-screen.
+
+1998-10-19  Greg Klanderman  <greg@alphatech.com>
+
+       * dired.c: conditionalize inclusion of user-name-completion
+       primitives on non-Windows NT.  The needed functions don't exist on NT.
+
+1998-11-24  SL Baur  <steve@altair.xemacs.org>
+
+       * gifrlib.h: Clean up types for 64 bit compile.
+       * dgif_lib.c (DGifInitRead): Ditto.
+       (MakeSavedImage): Ditto.
+       * emacs.c (decode_path): Ditto.
+       From Steve Carney <carney@pa.dec.com>
+
+1998-10-16  William M. Perry  <wmperry@aventail.com>
+
+       * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps
+         (cehckboxes instead of checkboxes).
+
+1998-10-15  SL Baur  <steve@altair.xemacs.org>
+
+       * XEmacs 21.2-beta3 is released.
+
+1998-10-13  Raymond Toy  <toy@rtp.ericsson.se>
+
+       * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run
+       gnuclient.  Otherwise, we run xemacs as we always did.  This gets
+       rid of the annoying DOS window when running gnuclient.
+
+1998-10-13  Andy Piper  <andyp@parallax.co.uk>
+
+       * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS ->
+       HAVE_MS_WINDOWS typo.
+
+1998-10-13  SL Baur  <steve@altair.xemacs.org>
+
+       * process-unix.c (unix_send_process): Set closed flag on writable
+       pipe after SIGPIPE is received and before we call deactivate_process.
+
+1998-10-03  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * window.c (Fset_window_start): respect narrowing when
+       checking wheter start is at the beginning of a line.
+       (Fset_window_buffer): Ditto
+       Fixes repeatable crash in VM.
+
+1998-10-09  SL Baur  <steve@altair.xemacs.org>
+
+       * window.c (specifier_vars_of_window): Set default vertical
+       divider width to 1 on ttys.
+
+1998-10-08  Martin Buchholz  <martin@xemacs.org>
+
+       * alloc.c:
+       * unexec.c:
+       * malloc.c:
+       Add <stddef.h> to get ptrdiff_t declaration
+
+1998-10-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * scrollbar-msw.c: Use the same vertical scrollbar drag hack as 
+         is used for Motif or Lucid scrollbars under X.
+
+1998-10-08  Pierre Wendling  <pw@ebc.vbe.dec.com>
+
+       * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running
+       `configure'
+
+1998-10-06  Takeshi Hagiwara  <hagiwara@ie.niigata-u.ac.jp>
+
+       * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget.
+
+1998-10-05  Andy Piper  <andyp@parallax.co.uk>
+
+       * s/cygwin32.h: more cygwin b20 reorganisation.
+
+1998-10-03  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * window.c (Fset_window_start): Document me.
+       (Fset_window_buffer): Document me.
+       Fixes some sort of repeatable crash.
+
+1998-10-01  Raymond Toy  <toy@rtp.ericsson.se>
+
+       * nas.c: Added necessary support functions to be able to handle
+       WAVE files in memory, just like the support for SND files in
+       memory.
+
+1998-09-30  SL Baur  <steve@altair.xemacs.org>
+
+       * callproc.c (child_setup): Fix spelling typo.
+
+1998-09-29  SL Baur  <steve@altair.xemacs.org>
+
+       * XEmacs 21.2-beta2 is released.
+
+1998-09-27  P. E. Jareth Hein  <jareth@camelot.co.jp>
+
+       * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg
+       to prevent memory corruption in the case of jumping out of a series of
+       nested match patterns. This is a rather brute force approach, though.
+
+1998-09-02  Andy Piper  <andyp@parallax.co.uk>
+
+       * config.h.in: ditto.
+
+       * s/cygwin32.h: rearrange declarations to cope with cygwin
+       b20. Include cygwin32/version.h if it exists.
+
+1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * device-msw.c (mswindows_init_device): Call new
+         mswindows_enumerate_fonts() function in objects-msw.c instead
+         of font_enum_callback_1() to enumerate fonts.
+
+         font_enum_callback_1() and _2() moved to objects-msw.c. 
+
+       * faces.c (complex_vars_of_faces): Make the mswindows default 
+         face font fully specified and provide some fallbacks.
+
+       * objects-msw.c: font_enum_callback_1() and _2() moved here
+         from objects-msw.c. Obtain the enumerated font's character
+         sets by table lookup instead of using the locale-specific
+         string provided by Windows.
+
+         New public non-method mswindows_enumerate_fonts() that fills
+         in the supplied mswindows device's font list.
+
+         mswindows_initialize_font_instance: Use the supplied name
+         variable instead of f->name when signalling errors. Match font
+         weights and character sets using lookup tables which handle
+         spaces instead of by frobbing.
+
+1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE,
+         on the size of code fragments passed to run_in_other_process.
+
+         run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine
+         the amount of memory to allocate in the other process.
+
+         Removed sigkill_code_end(), sigint_code_end() and
+         sig_enable_code_end() since they are now redundant.
+
+         send_signal() and enable_child_signals(): Don't try to work
+         out the end of the code fragments passed to 
+         run_in_other_process()
+
+1998-09-10  Kazuyuki IENAGA  <ienaga@jsys.co.jp>
+
+       * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for
+       FreeBSD-current.
+
+       * src/unexelf.c: Partially synched with FSF's 20.3.
+
+1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (signal_after_change): Map across indirect buffers
+       here, and not in the upper-level functions.
+       (signal_first_change): Don't check for Armageddon.
+       (signal_before_change): Map across indirect buffers here.
+       (prepare_to_modify_buffer): ...and here.
+
+1998-09-09  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (signal_after_change): Add return value.
+       (buffer_insert_string_1): Use it.
+       (buffer_delete_range): Ditto.
+       (buffer_replace_char): Ditto.
+       (cancel_multiple_change): Map the indirect buffers.
+
+1998-09-06  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
+       (uninit_buffer_text): Ditto.
+
+       * buffer.c (Fmake_indirect_buffer): Implement stricter
+       error-checking.
+
+1998-09-04  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (change_function_restore): Reverse order of
+       function-call and assignment.
+       (first_change_hook_restore): Ditto.
+
+       * extents.c (mark_extent_auxiliary): Mark them.
+       (Fset_extent_property): Set them.
+       (Fextent_property): Get them.
+       (Fextent_properties): Ditto.
+       (vars_of_extents): Set their default.
+
+       * extents.h (struct extent_auxiliary): Add before_change_functions
+       and after_change_functions.
+
+       * insdel.c (signal_before_change): Use it.
+       (signal_after_change): Ditto.
+
+       * extents.c (report_extent_modification): New function.
+
+       * insdel.c (signal_before_change): Don't check for Armageddon.
+       (signal_after_change): Ditto.
+
+1998-09-11  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
+
+       * redisplay.c (redisplay_window): make sure a new starting point
+       is chosen if it somehow got moved from the beginning of the line
+       -- this can happen because Fwiden was called recently.
+
+       * window.c (Fset_window_start): set start_at_line_beg correctly
+       (Fset_window_buffer): Ditto
+
+1998-09-06  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
+       (uninit_buffer_text): Ditto.
+
+       * buffer.c (Fmake_indirect_buffer): Implement stricter
+       error-checking.
+
+1998-05-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * emacs.c (main_1): Removed references to *vars_of_filelock.
+
+       * lisp.h: Added Fsystem_name.
+
+       * filelock.c: Replaced by version from FSF 20.2. Now implements
+       locking by using symlinks which is NFS safe. However keep the
+       GCPRO's in lock_file and the calls to callx_in_buffer like our old 
+       version (and of course use ansi C, acessor macros, etc).
+
+1998-09-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * process-unix.c (unix_create_process): Reset SIGHUP handler to
+       SIG_DFL. We now try to conserve any inherted SIG_IGN settings
+       in init_signals_very_early. However these should not be passed 
+       on to children attached to the new pty.
+
+1998-08-28  Andy Piper  <andyp@parallax.co.uk>
+
+       * glyphs-eimage.c (png_instantiate_unwind): clean up eimage after use.
+
+1998-09-07  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * fileio.c (file-name-directory, file_name_as_directory):
+         Don't call CORRECT_DIR_SEPS, even when #defined WINDOWSNT. 
+
+1998-09-02  Andy Piper  <andyp@parallax.co.uk>
+
+       * emacs.c (main_1): init_ralloc() if initialised and we have REL_ALLOC
+
+       * ralloc.c: uncomment __morecore.
+
+1998-09-92  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * event-msw.c(winsock_writer): Supply a dummy 4th argument to
+         WriteFile() to fix a winsock 1.x bug on Win95.
+
+1998-08-28  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * event-Xt.c (emacs_Xt_mapping_action): Check for device being
+       deleted.
+       (x_event_to_emacs_event): Ditto.
+       (emacs_Xt_handle_focus_event): Ditto.
+       (emacs_Xt_handle_magic_event): Ditto.
+
+       * console-x.h (struct x_device): New flag being_deleted.
+       (DEVICE_X_BEING_DELETED): New macro.
+
+       * device-x.c (x_IO_error_handler): Throw to top-level instead of
+       returning.  Before doing that, set the being_deleted flag on the
+       device.
+
+1998-08-27  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * device-x.c (x-seppuku-on-epipe): Removed.
+
+1998-08-26  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
+
+       * frame-x.c (x_delete_frame): Flush the X output buffer after
+       calling XtDestroyWidget to ensure that the windows are really
+       killed right now. 
+
+1998-08-26  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * menubar-x.c (my_run_hook): New unused function.
+       (pre_activate_callback): Use run_hook for Qactivate_menubar_hook,
+       since we ignore the results of the contained functions anyway.
+
+1998-08-26  P. E. Jareth Hein  <jareth@camelot.co.jp>
+
+       * glyphs-eimage.c (gif_instantiate): Fix a crash in handling
+       interlaced GIF files that are smaller than 4 lines high...
+
+1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * buffer.c (map_over_sharing_buffers): Deleted.
+
+       * insdel.c (MAP_INDIRECT_BUFFERS): Move to buffer.h.
+
+       * buffer.c (Fkill_buffer): Keep indirect_children updated while
+       killing them.
+
+1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (buffer_insert_string_1): Advance the point bytind in
+       all the buffers.
+       (buffer_delete_range): Ditto.
+
+       * marker.c (init_buffer_markers): Set point-marker to the value of 
+       point in an indirect buffer.
+
+1998-08-30  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * undo.c (undo_prelude): Test last-undo-buffer against base
+       buffer.
+
+       * insdel.c (MAP_INDIRECT_BUFFERS): Use it.
+
+       * buffer.h (BUFFER_BASE_BUFFER): New macro.
+
+1998-08-30  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * insdel.c (init_buffer_text): Initialize it here.
+
+       * line-number.c: Address line_number_cache through buffer->text.
+
+       * buffer.c (mark_buffer): Mark line number cache.
+
+       * bufslots.h (line_number_cache): Move to struct buffer_text.
+
+       * insdel.c (buffer_insert_string_1): Propagate signals and changes
+       across the children buffers.
+       (buffer_delete_range): Ditto.
+       (buffer_replace_char): Ditto.
+       (gap_left): Ditto.
+       (gap_right): Ditto.
+
+       * insdel.c (MAP_INDIRECT_BUFFERS): New macro.
+
+       * buffer.c (Fmake_indirect_buffer): Uncomment.
+
+1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * macros.c (Fend_kbd_macro): Remove trailing period from error
+       message.
+       (Fexecute_kbd_macro): Ditto.
+
+1998-08-21  Greg Klanderman  <greg@alphatech.com>
+
+       * dired.c (Fuser_name_completion): remove optional 2nd argument.
+       (Fuser_name_completion_1): new function to return uniqueness
+       indication in addition to the user name completion.
+       (user_name_completion): change type of `uniq' argument.
+
+1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+       * lread.c (vars_of_lread): Removed `source-directory' variable.
+
+1998-08-22  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * fileio.c (Ffile_readable_p): Apply the DOS/Windows logic to
+       Cygwin.
+
+1998-08-19  SL Baur  <steve@altair.xemacs.org>
+
+       * dired.c (vars_of_dired): Fix misapplied patch.
+
+1998-08-16  Martin Buchholz  <martin@xemacs.org>
+
+       * fns.c (Fremrassq, remrassq_no_quit):
+       A XCAR that should have been an XCDR turned Fremrassq into Fremassq
+
+1998-07-17  Didier Verna  <verna@inf.enst.fr>
+
+       * redisplay-x.c (x_get_gc): returns a GC with a FillStipple fill
+       style as foreground GC for faces that have the `dim' property.
+       (x_output_string): when the `dim' face property is set,
+       ensure the gray pixmap has been created, and get a proper
+       foreground GC to draw the text.
+
+1998-08-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
+         Manually track the state of the left and right Ctrl and Alt
+         modifiers.
+
+1998-08-07 Matt Stupple <matts@tibco.com>
+
+        * ntproc.c: don't wait on char_consumed at thread entry. 
+       Additionally, to get the 'process' marked as finished, ensure
+       that the CHILD_ACTIVE macro returns false, so before exiting
+       close char_avail and set it to NULL, and close other handles
+       to reduce handle leak problems.
+
+1998-08-09  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * menubar-msw.c (displayable_menu_item): take account of menu
+         depth when deciding whether to try to display accelerators.
+
+1998-08-04  Andy Piper  <andyp@parallax.co.uk>
+
+       * event-msw.c: use MsgWaitForMultipleObjects if there are no
+       subprocesses.
+
+       * glyphs-msw.c: fix a couple of potential handle leaks.
+
+1998-08-04  P. E. Jareth Hein  <jareth@camelot.co.jp>
+
+       * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
+         *decoding ONLY* back into the core.
+       * glyphs-eimage.c: Change referenced header file for GIF
+         reading to point to the incore version.
+
+1998-07-20  Martin Buchholz  <martin@xemacs.org>
+
+       * casefiddle.c (casify_object): 
+       Change algorithm from O(N**2) to O(N).
+       Code cleanup.
+       Doc string cleanup.
+
+1998-07-22  Greg Klanderman  <greg@alphatech.com>
+
+       * dired.c (file_name_completion_unwind): don't leak the cons.
+
+1998-07-20  Greg Klanderman  <greg@alphatech.com>
+
+       * dired.c (Fuser_name_completion): new function.
+       (Fuser_name_all_completions): new function.
+       (user_name_completion): new function.
+       (syms_of_dired): 2 new DEFSUBRs.
+       (vars_of_dired): initialize user name cache vars.
+
+1998-07-29  P. E. Jareth Hein  <jareth@camelot.co.jp>
+
+       * glyphs-eimage.c (png_instantiate): Add proper handling for background
+       colors taken from the default face.  Also correct a thinko in
+       transparency (not alpha) handling.
+
+1998-07-23  Martin Buchholz  <martin@xemacs.org>
+
+       * s/decosf4-0.h:  Use a perfectly ordinary link.  Nuke BSD crap.
+       * unexalpha.c: ANSI C-ize.  Clean compiler warnings.
+       * lread.c (Fload_internal):  Be very careful with printfs of
+       size_t's
+       * gui-x.c (menu_name_to_accelerator): tolower wants an `int'
+       argument.
+
+1998-07-27  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
+
+       * callint.c (Fcall_interactively): GCPRO prompt string before
+       passing it to Fread_key_sequence
+
+1998-07-27  SL Baur  <steve@altair.xemacs.org>
+
+       * keymap.c (vars_of_keymap): Initialize Vkey_translation_map and
+       Vvertical_divider_map.
+
+       * mule-canna.c (vars_of_mule_canna): Initialize every symbol to
+       Qnil or 0, none were initialized prior to this change.
+
+       Rename misnamed `V' prefixed integer variables:
+       Vcanna_empty_info, Vcanna_through_info, Vcanna_underline,
+       Vcanna_inhibit_hankakukana, Vcanna_henkan_length, Vcanna_henkan_revPos,
+       Vcanna_henkan_revLen, Vcanna_ichiran_length, Vcanna_ichiran_revPos,
+       Vcanna_ichiran_revLen.
+
+       Rename misnamed `V' prefixed integer variables and initialize
+       properly in the vars_of routine.
+       Vcanna_mode_AlphaMode, Vcanna_mode_EmptyMode, Vcanna_mode_KigoMode,
+       Vcanna_mode_YomiMode, Vcanna_mode_JishuMode, Vcanna_mode_TankouhoMode,
+       Vcanna_mode_IchiranMode, Vcanna_mode_YesNoMode, Vcanna_mode_OnOffMode,
+       Vcanna_mode_AdjustBunsetsuMode, Vcanna_mode_ChikujiYomiMode,
+       Vcanna_mode_ChikujiTanMode, Vcanna_mode_HenkanMode,
+       Vcanna_mode_HenkanNyuryokuMode, Vcanna_mode_ZenHiraHenkanMode,
+       Vcanna_mode_HanHiraHenkanMode, Vcanna_mode_ZenKataHenkanMode,
+       Vcanna_mode_HanKataHenkanMode, Vcanna_mode_HanKataHenkanMode,
+       Vcanna_mode_ZenAlphaHenkanMode, Vcanna_mode_HanAlphaHenkanMode,
+       Vcanna_mode_ZenHiraKakuteiMode, Vcanna_mode_HanHiraKakuteiMode,
+       Vcanna_mode_ZenKataKakuteiMode, Vcanna_mode_HanKataKakuteiMode,
+       Vcanna_mode_ZenAlphaKakuteiMode, Vcanna_mode_HanAlphaKakuteiMode,
+       Vcanna_mode_HexMode, Vcanna_mode_BushuMode, Vcanna_mode_ExtendMode,
+       Vcanna_mode_RussianMode, Vcanna_mode_GreekMode, Vcanna_mode_LineMode,
+       Vcanna_mode_ChangingServerMode, Vcanna_mode_HenkanMethodMode,
+       Vcanna_mode_DeleteDicMode, Vcanna_mode_TourokuMode,
+       Vcanna_mode_TourokuEmptyMode, Vcanna_mode_TourokuHinshiMode,
+       Vcanna_mode_TourokuDicMode, Vcanna_mode_QuotedInsertMode,
+       Vcanna_mode_BubunMuhenkanMode, Vcanna_mode_MountDicMode,
+       Vcanna_fn_SelfInsert, Vcanna_fn_FunctionalInsert,
+       Vcanna_fn_QuotedInsert, Vcanna_fn_JapaneseMode, Vcanna_fn_AlphaMode,
+       Vcanna_fn_HenkanNyuryokuMode, Vcanna_fn_Forward, Vcanna_fn_Backward,
+       Vcanna_fn_Next, Vcanna_fn_Prev, Vcanna_fn_BeginningOfLine,
+       Vcanna_fn_EndOfLine, Vcanna_fn_DeleteNext, Vcanna_fn_DeletePrevious,
+       Vcanna_fn_KillToEndOfLine, Vcanna_fn_Henkan, Vcanna_fn_Kakutei,
+       Vcanna_fn_Extend, Vcanna_fn_Shrink, Vcanna_fn_AdjustBunsetsu,
+       Vcanna_fn_Quit, Vcanna_fn_ConvertAsHex, Vcanna_fn_ConvertAsBushu,
+       Vcanna_fn_KouhoIchiran, Vcanna_fn_BubunMuhenkan, Vcanna_fn_Zenkaku,
+       Vcanna_fn_Hankaku, Vcanna_fn_ExtendMode, Vcanna_fn_ToUpper,
+       Vcanna_fn_Capitalize, Vcanna_fn_ToLower, Vcanna_fn_Hiragana,
+       Vcanna_fn_Katakana, Vcanna_fn_Romaji, Vcanna_fn_BaseHiragana,
+       Vcanna_fn_BaseKatakana, Vcanna_fn_BaseEisu, Vcanna_fn_BaseZenkaku,
+       Vcanna_fn_BaseHankaku, Vcanna_fn_BaseKana, Vcanna_fn_BaseKakutei,
+       Vcanna_fn_BaseHenkan, Vcanna_fn_BaseHiraKataToggle,
+       Vcanna_fn_BaseZenHanToggle, Vcanna_fn_BaseKanaEisuToggle,
+       Vcanna_fn_BaseKakuteiHenkanToggle, Vcanna_fn_BaseRotateForward,
+       Vcanna_fn_BaseRotateBackward, Vcanna_fn_Touroku, Vcanna_fn_HexMode,
+       Vcanna_fn_BushuMode, Vcanna_fn_KigouMode, Vcanna_fn_Mark,
+       Vcanna_fn_TemporalMode, Vcanna_key_Nfer, Vcanna_key_Xfer,
+       Vcanna_key_Up, Vcanna_key_Left, Vcanna_key_Right, Vcanna_key_Down,
+       Vcanna_key_Insert, Vcanna_key_Rollup, Vcanna_key_Rolldown,
+       Vcanna_key_Home, Vcanna_key_Help, Vcanna_key_KP_Key,
+       Vcanna_key_Shift_Nfer, Vcanna_key_Shift_Xfer, Vcanna_key_Shift_Up,
+       Vcanna_key_Shift_Left, Vcanna_key_Shift_Right, Vcanna_key_Shift_Down,
+       Vcanna_key_Cntrl_Nfer, Vcanna_key_Cntrl_Xfer, Vcanna_key_Cntrl_Up,
+       Vcanna_key_Cntrl_Left, Vcanna_key_Cntrl_Right, Vcanna_key_Cntrl_Down
+
+1998-07-16  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * event-Xt.c (x_to_emacs_keysym): Return nil for modifier keysyms.
+       (x_event_to_emacs_event): Let x_to_emacs_keysym check for modifier 
+       keys thus no longer considering all keysyms on a key.
+
 1998-07-19  SL Baur  <steve@altair.xemacs.org>
 
        * XEmacs 21.2-beta1 is released.