XEmacs 21.2.13
[chise/xemacs-chise.git.1] / src / ChangeLog
index b3395f9..8b6a8ae 100644 (file)
@@ -1,3 +1,638 @@
+1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.13 is released
+
+1999-03-12  SL Baur  <steve@xemacs.org>
+
+       * file-coding.c: Guard ucs table initialization with ifdef MULE.
+
+1999-03-10  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
+
+       * file-coding.c:  docstring and comment improvements.
+       (decode_ucs4)  flag possible data loss with comment.
+
+1999-03-10  Martin Buchholz  <martin@xemacs.org>
+
+       * file-coding.c (Fset_ucs_char): add CHECK_INT, CHECK_CHAR
+       (ucs_to_char):
+       (Fucs_char):
+       (Fset_char_ucs):
+       (decode_coding_ucs4):
+       (encode_coding_ucs4):
+       (detect_coding_utf8):
+       (decode_coding_utf8):
+       (encode_utf8):
+       (encode_coding_utf8):
+       Add CHECK_* macros where needed to avoid crashes.
+       #ifdef out all composite character support using
+       #ifdef ENABLE_COMPOSITE_CHARS
+       Use normal XEmacs coding standards.
+       Fix docstrings.
+       Remove CODING_STREAM_COMPOSE, CODING_STREAM_DECOMPOSE.
+
+1998-09-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (make-coding-system): Add description about
+       `ucs-4' and `utf-8'.
+       (detection_state): Modify to implement ucs-4 and utf-8.
+       (detect_coding_type): Likewise.
+       (detect_coding_ucs4): New implementation.
+       (detect_coding_utf8): New implementation.
+       (encode_utf8): fixed.
+       (syms_of_mule_coding): Rename `ucs4' and `utf8' to `ucs-4' and
+       `utf-8'.
+
+1998-09-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (mule_char_to_ucs4): Encode 94x94 chars in ISO
+       2022 registry to private area.
+
+1998-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (encode_utf8): New function.
+       (encode_coding_utf8): New implementation.
+
+1998-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (ucs_to_mule_table): New variable; abolish
+       `Vucs_to_mule_table'
+       (mule_to_ucs_table): renamed from `Vmule_to_ucs_table'.
+       (set-ucs-char): New function.
+       (ucs_to_char): New function.
+       (ucs-char): New function.
+       (set-char-ucs): New function.
+       (char-ucs): New function.
+       (decode_ucs4): Use `ucs_to_char'.
+       (complex_vars_of_mule_coding): Abolish `ucs-to-mule-table' and
+       `mule-to-ucs-table'.
+
+1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * chartab.h: EXFUN `Fget_char_table'.
+
+       * file-coding.c (encode_ucs4): New function.
+       (encode_coding_ucs4): Use `encode_ucs4'.
+
+1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (decode_coding_ucs4): New implementation.
+
+1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (decode_coding_ucs4): fixed.
+
+       * file-coding.c (Vmule_to_ucs_table): New variable.
+       (mule_char_to_ucs4): New function.
+       (encode_coding_ucs4): New implementation.
+       (complex_vars_of_mule_coding): Define variable
+       `mule-to-ucs-table'.
+
+1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (decode_coding_utf8): New implementation.
+
+1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (decode_coding_utf8): fixed.
+
+1998-09-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (Vucs_to_mule_table): New variable.
+       (decode_ucs4): Refer `Vucs_to_mule_table'.
+       (complex_vars_of_mule_coding): Define variable
+       `ucs-to-mule-table'.
+
+1998-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-coding.c (detect_coding_ucs4): New function (not
+       implemented yet).
+       (decode_coding_ucs4): New function.
+       (encode_coding_ucs4): New function (not implemented yet).
+       (detect_coding_utf8): New function (not implemented yet).
+       (decode_coding_utf8): New function.
+       (encode_coding_utf8): New function (not implemented yet).
+       (make-coding-system): New type `ucs4' and `utf8'.
+       (coding-system-type): Likewise.
+       (detection_state): Add `ucs4' and `utf8'.
+       (detect_coding_type): Likewise.
+       (mule_decode): Use `decode_coding_ucs4' and `decode_coding_utf8'.
+       (mule_encode): Use `encode_coding_ucs4' and `encode_coding_utf8'.
+       (decode_ucs4): New function (very incomplete).
+       (syms_of_mule_coding): Add `ucs4' and `utf8'.
+
+       * file-coding.h: Add definitions for UCS-4 and UTF-8.
+
+1999-03-08  Martin Buchholz  <martin@xemacs.org>
+
+       * mule-charset.c:
+       (non_ascii_valid_char_p):
+       (lookup_composite_char):
+       (composite_char_string):
+       (make-composite-char):
+       (composite-char-string):
+       (syms_of_mule_charset): 
+       (complex_vars_of_mule_charset): 
+       * mule-charset.h (LEADING_BYTE_COMPOSITE):
+       (CHAR_LEADING_BYTE):
+       (MAKE_CHAR):
+       * file-coding.h (CODING_STATE_COMPOSITE):
+       (CODING_STATE_ISO2022_LOCK):
+       (iso_esc_flag):
+       (LEADING_BYTE_COMPOSITE):
+       * file-coding.c (struct iso2022_decoder):
+       (decoding_closer):
+       (reset_iso2022):
+       (parse_iso2022_esc):
+       (encode_coding_iso2022):
+       #ifdef out all composite character support using 
+       #ifdef ENABLE_COMPOSITE_CHARS 
+
+       * alloc.c: Define lrecord_coding_system only if ! FILE_CODING
+
+1999-03-04  Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>
+
+       * fns.c (Fbase64_encode_string): Calculate `allength' in the same
+       way of `Fbase64_encode_region'.
+
+1999-02-18  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * fns.c (base64_encode_1): Don't add a newline at the tail.
+
+1999-03-08  Andy Piper  <andy@xemacs.org>
+
+       * menubar-msw.c (displayable_menu_item): correct off-by-one &
+       handling.
+
+1999-03-07  Martin Buchholz  <martin@xemacs.org>
+
+       * console-stream.h (struct stream_console):
+       * event-unixoid.c (event_stream_unixoid_select_console):
+       (event_stream_unixoid_unselect_console):
+       * print.c (Fexternal_debugging_output):
+       * sysdep.c (reset_one_device):
+       * console-stream.c (stream_init_console):
+       (stream_delete_console):
+       (allocate_stream_console_struct): move into stream_init_console.
+       (free_stream_console_struct): move into stream_delete_console.
+       Use `fd' only for file descriptors.
+       Therefore, rename members of struct stream_console.
+
+       * systime.h: Unix98 says sys/time.h should define select(), but
+       some systems define that in unistd.h.  So include that file always.
+
+       * glyphs.h (MAYBE_IIFORMAT_METH): Don't use leading `_'.  Avoid
+       multiple evaluation of first arg.  Do proper do {} while (0) wrapping.
+       (HAS_IIFORMAT_METH_P): Prevent macro from being used in
+       non-boolean context
+       (MAYBE_IIFORMAT_DEVMETH): Use standard internal macro naming convention.
+
+       * EmacsShell.c:
+       * balloon_help.c:
+       Add #include <stdio.h>.
+       Some versions of assert.h use printf() without #include'ing stdio.h
+
+       * free-hook.c (blocktype): Add gcpro5_type to blocktype.
+       (log_gcpro): Remove unused variable FRAME.
+       (show_gcprohist): Ansify.
+       Comment the #endif's
+
+       * frame-x.c (x_delete_frame): Don't use FRAME_X_SHELL_WIDGET(f)
+       after it's just been XtDestroy'ed!
+
+1999-02-18  Martin Buchholz  <martin@xemacs.org>
+
+       * opaque.c (print_opaque):
+       (sizeof_opaque):
+       (equal_opaque):
+       (hash_opaque):
+       Egcs 1.1.1 seems to have a bug where
+       INTP (p->size_or_chain)
+       will crash XEmacs.  Fix by introducing intermediate variable.
+
+       * sound.c (Fdevice_sound_enabled_p): Fix compiler warning.
+
+       * dired.c (Fdirectory_files):
+       (Ffile_name_completion):
+       (Ffile_name_all_completions):
+       (file_name_completion):
+       - Use `directory' instead of `dirname' to sync with FSF Emacs and
+       avoid compiler warnings.
+       - Fix up docstrings so that C variables match documentation.
+
+1999-03-05  Martin Buchholz  <martin@xemacs.org>
+
+       * alloc.c: (garbage_collect_1): Reorg code to make scope of local
+       variables as small as possible to help out the compiler and the maintainer.
+
+       * alloc.c: (disksave_object_finalization):
+       Set all the *-load-path variables to
+       nil, not just load-path itself.  This gets the locate-file hash
+       tables garbage collected BEFORE dump, and has the side effect of
+       preventing crashes on OSF4.0+egcs.
+
+       * alloc.c:
+       * gdbinit:
+       * dbxrc:
+       - Clean up gdb/dbx debugging support.
+       - Storing an EMACS_INT in an enum is not 64-bit clean!
+       - So change the enum to a set of separate variables.
+       - Add test cases to help debug the debugging support!
+       - Add `lisp-shadows' and `run-temacs' targets for dbx.
+       - Both dbx and gdb have been tested now.
+
+1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.12 is released
+
+1999-02-16  Kazuyuki IENAGA  <ienaga@jsys.co.jp>
+
+       * device-x.c: Support to find best visual without flashing.
+
+1999-03-02  Paul Keusemann  <pkeusem@visi.com>
+
+       * database.c (berkdb_map): Add flags argument to cursor call (must
+         be 0 according to docs) required for Berkeley DB 2.6.4 and later.
+
+1999-03-03  Martin Buchholz  <martin@xemacs.org>
+
+       * hash.c:
+       * hash.h:
+       General cleanup.  Get free-hook.c working again.
+       Remove unused functions:
+       make_strings_hash_table, copy_hash, expand_hash_table.
+
+       * malloc.c:
+       * mem-limits.h:
+       Always use new ANSI-style function prototypes.
+
+       * unexalpha.c (unexec): Never use implicit int.
+
+       * sgiplay.c (close_sound_file):
+       (play_sound_file):
+       (restore_audio_port):
+       (play_sound_data):
+       (audio_initialize):
+       (play_internal):
+       (drain_audio_port):
+       (write_mulaw_8_chunk):
+       (write_linear_chunk):
+       (write_linear_32_chunk):
+       (initialize_audio_port):
+       (open_audio_port):
+       (set_channels):
+       (set_output_format):
+       (adjust_audio_volume):
+       (get_current_volumes):
+       (parse_snd_header):
+       Always use new ANSI-style function prototypes.
+       Use unistd.h for missing prototypes.
+
+       * unexelfsgi.c (round_up):
+       (find_section):
+       (unexec): Always use new ANSI-style function prototypes
+
+       * elhash.c (struct Lisp_Hash_Table): rename golden to golden_ratio
+
+       * console.h (struct console_methods): Always use full ANSI prototypes
+
+       * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes
+
+1999-03-02  Andy Piper  <andy@xemacs.org>
+
+       * event-stream.c (init_event_stream): make sure native mswindows
+       gets an appropriate event loop.
+
+1999-02-22  Andy Piper  <andy@xemacs.org>
+
+       * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather
+       than SW_SHOWNORMAL to prevent resizing of maximised frames.
+       (mswindows_raise_frame): remove comment.
+
+1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.11 is released
+
+1999-02-25  SL Baur  <steve@xemacs.org>
+
+       * mule-charset.c (Qleading_byte): New variable to implement
+       charset-leading-byte function.
+       (Fcharset_property): Use it.
+       (syms_of_mule_charset): Initialize it.
+       From Kazuyuki IENAGA <ienaga@jsys.co.jp>
+
+1999-02-17  Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp>
+
+       * glyphs-x.c (cononvert_EImage_to_XImage): correct
+       bytes per pixel counting.
+
+1999-02-15  Andy Piper  <andy@xemacs.org>
+
+       * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes
+       major lockups.
+
+1999-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * fns.c (Fbase64_encode_string): New optional argument
+       `NO_LINE_BREAK'.
+
+1999-02-16  Martin Buchholz  <martin@xemacs.org>
+
+       * gdbinit:  Fix up commands to run temacs.  Add lisp-shadows command.
+       * alloc.c (xcalloc):  undef xcalloc, just like xmalloc
+
+1999-02-10  Martin Buchholz  <martin@xemacs.org>
+
+       * s/bsdos4.h: New file.  Port to BSDI BSD/OS 4.0.
+       * xintrinsic.h:  Redo CONST support for X11 R4 compatibility.
+
+1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.10 is released
+
+1999-02-02  Gleb Arshinov  <gleb@cs.stanford.edu>
+
+       * process-nt.c (nt_send_process):
+       Fix for process-send-region/process-send-string breaking when size
+       of the input > 128 chars: change maximum chunk size for process
+       stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer
+       succeeds.
+
+1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.9 is released
+
+1999-01-30  Martin Buchholz  <martin@xemacs.org>
+
+       * bytecode.c (funcall_compiled_function): Call
+       UNBIND_TO_GCPRO instead of UNBIND_TO_GCPRO_VARIABLES_ONLY.
+
+       * backtrace.h (UNBIND_TO_GCPRO_VARIABLES_ONLY):
+       #ifdef 0 out unused macro.
+
+1999-01-27  Martin Buchholz  <martin@xemacs.org>
+
+       * gui.c (gui_parse_item_keywords_internal): Make static.
+
+1999-01-21  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-msw.c: add xface support.
+       (mswindows_xface_instantiate): new function copied from glyphs-x.c
+       (image_instantiator_format_create_glyphs_mswindows): do device
+       specific initialisation for xfaces.
+       (xbm_create_bitmap_from_data): line data must be padded to a word
+       boundary.
+
+       * glyphs-x.c (xface_validate): moved to glyphs.c
+       (xface_normalize): ditto.
+       (xface_possible_dest_types): ditto.
+       (image_instantiator_format_create_glyphs_x): do device specific
+       initialisation for xfaces.
+
+       * glyphs.h: declare xface symbol.
+
+       * glyphs.c: move generic xface support here.
+       (xface_validate): moved from glyphs-x.c
+       (xface_normalize): ditto.
+       (xface_possible_dest_types): ditto.
+       (image_instantiator_format_create): xface declarations moved from
+       glyphs-x.c.
+
+1999-01-14  Adrian Aichner  <aichner@ecf.teradyne.com>
+
+       * event-stream.c (vars_of_event_stream): Fixing documentation.
+
+1999-01-17  Gunnar Evermann  <ge204@eng.cam.ac.uk>
+
+       * glyphs-eimage.c (gif_instantiate): Correct handling of
+       interlaced gifs to avoid writing past the end of the eimage
+       buffer.
+
+1999-01-13  Hrvoje Niksic  <hniksic@srce.hr>
+
+       * search.c (Freplace_match): Handle single backslash at end of
+       NEWTEXT correctly.
+
+1999-01-12  William M. Perry  <wmperry@aventail.com>
+
+       * eldap.c (Fldap_open): slow down interrupts around ldap_open to
+         avoid connection errors.
+
+1999-01-12  Andy Piper  <andy@xemacs.org>
+
+       * redisplay-output.c (redisplay_update_line): backout change that
+       shouldn't have gone ine.
+
+1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
+
+       * eldap.c (vars_of_ldap): Do no provide `ldap' here since it may
+       collide with ldap.el
+
+1999-01-11  Andy Piper  <andy@xemacs.org>
+
+       * redisplay.h (DISPLAY_LINE_HEIGHT): new macro.
+       (DISPLAY_LINE_YPOS): new macro.
+
+       * redisplay-msw.c (mswindows_output_string): use it.
+       (mswindows_output_pixmap): ditto.
+       (mswindows_output_display_block): ditto.
+
+       * redisplay-output.c (redisplay_output_display_block): new
+       function. just call the devmeth, maybe insert some generic code
+       here later.
+       (compare_display_blocks): use it.
+       (output_display_line): ditto.
+       (redisplay_unmap_subwindows_maybe): new function. potentially
+       unmap subwindows in the given area.
+
+       * glyphs.c (reset_subwindow_cachels): unmap subwindows that we are
+       resetting.
+
+1999-01-10  J. Kean Johnston  <jkj@sco.com>
+
+       * Makefile.in.in: Set value of moduledir
+       - Changed DUMPENV to include $(MODULEPATH)
+       - Added install rule to install header files for use by ellcc.
+
+       * config.h.in: Added INHIBIT_SITE_MODULES
+       - Added HAVE__DLERROR
+       - Added HAVE_DLFCN_H
+       - Added DLSYM_NEEDS_UNDERSCORE
+
+       * dll.c: Removed.
+
+       * emodules.c: New file containing dynamic loading code.
+
+       * emodules.h: New file.
+
+       * emacs.c: Added variables Vmodule_directory,
+       Vsite_module_directory, Vconfigure_module_directory and
+       Vconfigure_site_module_directory.
+       - (main_1): Added new variable inhibit_site_modules and command
+       line options `-no-site-modules' and `--no-site-modules'.
+       - (main_1): Call syms_of_module() instead of syms_of_dll().
+       - (main_1): Call vars_of_module().
+       - (vars_of_emacs): Introduce inhibit-site-modules,
+       module-directory, configure-module-directory,
+       site-module-directory, and configure-site-module-directory to the
+       Lisp reader.
+
+       * lisp.h: Declare load_module and list_modules, as well as
+       Vmodule_directory, Vsite_module_directory,
+       Vconfigure_module_directory and Vconfigure_site_module_directory.
+
+       * paths.h.in: Added PATH_MODULESEARCH and PATH_SITE_MODULES.
+       - Added correct support for site-lisp directory.
+
+       * symbols.c (defsubr): Modified to allow modules to add new subrs
+       after dump time.
+       - (defsubr_macro): Same.
+       - (defvar_magick): Only use purespace when not initialized, so
+       that loaded modules can still add symbols.
+
+       * symsinit.h: Add definitions for syms_of_module(),
+       vars_of_module().  Removed syms_of_dll().
+
+       * sysdll.c: Include dlfcn.h if HAVE_DLFCN_H is defined.
+       - (dll_variable): Take DLSYM_NEEDS_UNDERSCORE into account.
+       - (dll_error): use _dlerror() if HAVE__DLERROR is defined.
+
+       * s/sco5-shr.h (C_SWITCH_SYSTEM): Correct for modern gcc and
+       explicitly pass -belf for native cc.
+
+       * s/sco5.h (LIB_GCC): Use -print-libgcc-file-name instead of
+       hard-coding the library name.
+
+1999-01-01    <martin@xemacs.org>
+
+       * device-x.c (Fx_set_font_path):
+       Add proper cast to permit compilation under C++.
+
+       * buffer.c (directory_is_current_directory):
+       Add proper casts to permit compilation under C++.
+
+1998-12-30  Damon Lipparelli  <lipp@primus.com>
+
+       * event-msw.c (mswindows_wnd_proc):
+         Fixed failure when building with MSVC 5.
+
+1998-12-29  Martin Buchholz  <martin@xemacs.org>
+
+       * file-coding.c (decode_coding_iso2022):
+       - Prevent crash when decoding ISO7/Lock detected files
+       - the usual martin fiddling
+
+1998-12-29  Jonathan Harris  <jhar@tardis.ed.ac.uk>
+
+       * event-msw.c:
+         glyphs-msw.c:
+         Fixed failures when building with MSVC.
+       * unexnt.c (dump_bss_and_heap):
+         Removed compiler warning by removing bss_data variable.
+
+1998-12-18  Jim Radford  <radford@robby.caltech.edu>
+
+       * device-x.c (Fx_set_font_path, Fx_get_font_path): New functions
+       so that packages that distribute their own fonts can access them.
+
+1998-12-28  Andy Piper  <andy@xemacs.org>
+
+       * glyphs-msw.c (mswindows_button_instantiate): cope with buttons
+       that have an image provided.
+
+       * glyphs.h: add Q_image decl.
+
+       * glyphs-widget.c new functionality allowing images in
+       widgets.
+       (check_valid_glyph_or_image): new function to validate
+       glyphs passed in through :image.
+       (widget_normalize): new function. convert :image parameters into
+       real glyphs if not already so.
+       (widget_instantiate_1): mess with size parameters to be similar to
+       :image if provided.
+       (syms_of_glyphs_widget): new keyword :image.
+       (image_instantiator_format_create_glyphs_widget): normalize
+       buttons and allow :image.
+
+1998-12-27  Andy Piper  <andy@xemacs.org>
+
+       * frame-msw.c (mswindows_init_frame_1): warning elimination.
+
+       * glyphs-widget.c (check_valid_anything): no-op function.
+       (check_valid_callback): check callbacks in gui_items.
+       (check_valid_symbol): as it sounds.
+       (check_valid_string_or_vector): ditto.
+       (widget_validate): modified for descriptors that are vectors or
+       sequences of keyword/val pairs.
+       (widget_instantiate_1): ditto.
+       (image_instantiator_format_create_glyphs_widget): allow gui_item
+       keywords in the instantiator.
+
+       * gui.c (gui_parse_item_keywords_internal): renamed from
+       gui_parse_item_keywords but taking error behaviour.
+       (gui_parse_item_keywords): use it.
+       (gui_parse_item_keywords_no_errors): ditto.
+       (gui_item_add_keyval_pair): add Error_behavior flag and only
+       signal invalid keywords if required.
+
+       * gui.h: new gui signatures.
+
+       * menubar.c (menu_parse_submenu_keywords): use new
+       gui_item_add_keyval_pair signature.
+
+       * s/cygwin32.h: modify PTY_ITERATION to eliminate warnings.
+
+1998-12-28  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.8 is released.
+
+1998-12-28  Martin Buchholz  <martin@xemacs.org>
+
+       * editfns.c (get_home_directory):
+       (user-home-directory): Simplify.
+
+
+       * callproc.c (child_setup):
+       - Environment variables were being passed to inferior processes
+         using internal encoding.
+       - Convert to external encoding.
+       - Rename local var `tem' to better name `tail'.
+       - Use Flength instead of `manual' calculation.
+
+       * buffer.c (kill-buffer):
+       (record-buffer):
+       (set-buffer-major-mode):
+       (current-buffer):
+       - Fix up parameter names to correspond to docstrings.
+       - Don't use `bufname' when a buffer will do as well.
+       - Remove one unneeded GCPRO.
+
+       * buffer.h (initial_directory):
+       * buffer.c (init_initial_directory):
+       - use correct conversions between internal and external format.
+       (directory_is_current_directory): new function
+       (init_buffer): convert initial_directory to internal format.
+       - solve crashes when current working directory is non-ASCII.
+
+       * alloc.c (xmalloc):
+       (xcalloc):
+       (xrealloc):
+       - remove stupid casts, since XEmacs requires an ANSI C system.
+       (lrecord_type_index): replace abort() with more readable assert().
+
+       (reset_lcrecord_stats): remove.
+       (sweep_lcrecords_1):
+       - replace call to reset_lcrecord_stats() with call to xzero().
+
+1998-12-27  Martin Buchholz  <martin@xemacs.org>
+
+       * process-unix.c (unix_create_process):
+       - Fix crash invoking program with non-ASCII name.
+         Try invoking xemacs with SHELL=/bin/sh, then M-x shell.
+       - Remove unused variable `env'.
+       - Rename `temp' to better name `save_errno'.
+       - Reorganize code for clarity.  But still too chicken to nuke the
+         BSD 4.2 support.
+
 1998-12-24  Martin Buchholz <martin@xemacs.org>
 
        * XEmacs 21.2.7 is released.
        - Fix indentation.
        - Use GET_C_STRING_FILENAME_DATA_ALLOCA with char *, not Extbyte *.
 
-       * glyphs-x.c (x_subwindow_instantiate): 
+       * glyphs-x.c (x_subwindow_instantiate):
        - A image instance mask was being assigned to a image instance type!
        - X_SUBWINDOW_INSTANCE_DATA (ii) is not an lvalue in C++.
-       
-       * glyphs-msw.c (mswindows_initialize_dibitmap_image_instance): 
+
+       * glyphs-msw.c (mswindows_initialize_dibitmap_image_instance):
        Fix indentation.
        * glyphs-x.h: Make indentation consistent.