Mercurial > hg > xemacs-beta
view src/ChangeLog @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 78478c60bfcd |
children | 1f0dabaa0855 |
line wrap: on
line source
1997-11-15 Jonathan Harris <jhar@tardis.ed.ac.uk> * console.h mswindows is now a window-system according to CONSOLE_TYPESYM_WIN_P * device.msw.c Now calls init_baud_rate & init_one_device * msw-proc.c Fixed C-key so key is returned unshifted * redisplay-msw.c Modeline and vertical divider appearance tweaks 1997-11-14 SL Baur <steve@altair.xemacs.org> * console.c (Fsuspend_emacs): Fix docstring. Evaluating `suspend-hook' cannot stop suspension. 1997-11-14 Marc Paquette <marcpa@cam.org> * callproc.c (Fcall_process_internal): Do CRLF -> LF conversion when reading process output. 1997-11-14 Hrvoje Niksic <hniksic@srce.hr> * redisplay.c (init_redisplay): Handle not having DISPLAY and not having TTY support. 1997-11-14 Hrvoje Niksic <hniksic@srce.hr> * events.c (Fmake_event): Support DND events. 1997-11-10 Hrvoje Niksic <hniksic@srce.hr> * events.c (Fmake_event): Reenable the event creation code. (Fmake_event): Canonicalize the plist. 1997-11-13 SL Baur <steve@altair.xemacs.org> * mule-charset.c (Fcharset_id): Typecast result to Lisp_Object. * mule-ccl.c (CCL_WRITE_STRING): Reorder parens to avoid compiler barf on Lisp_Object. (Fregister_ccl_program): Remove unused variable idx. * mule-canna.c: Fix declaration of mule_strlen(). * mule-coding.h (ENCODE_SJIS): Parenthesize first two params to avoid compilation problems. 1997-11-13 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> * mule-charset.h: Added preliminary support for charset Ids. * mule-charset.c: Added preliminary support for charset Ids. * redisplay-msw.c (separate_textual_runs): Synched with FSF 20.2 ccl API. * redisplay-x.c (separate_textual_runs): Synched with FSF 20.2 ccl API. * mule-coding.c: Synched with FSF 20.2 ccl API. * mule-coding.h: Moved ccl part to mule-ccl.h. * mule-ccl.c: Synched with FSF 20.2. * mule-ccl.h: New file. Thu Nov 13 21:34:13 1997 Marc Paquette <marcpa@cam.org> * nt.c (REG_ROOT): Use a registry key different that the one for NTEmacs. 1997-11-12 SL Baur <steve@altair.xemacs.org> * lrecord.h: Fix typo in set_lheader_implementation. From: Robert Pluim <Robert_Pluim@BayNetworks.COM> 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr> * configure.in: Remove HAVE_TIMEZONE_DECL test. 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr> * s/freebsd.h: Remove HAVE_TIMEZONE_DECL forced value. * config.h.in: Remove HAVE_TIMEZONE_DECL reference. * systime.h: Remove timezone conditional declaration. 1997-11-12 Kyle Jones <kyle_jones@wonderworks.com> * console.c: Use symbol_value_forward_lheader_initializer in various DEFVAR* macros. Forgot this in previous related patch. * lisp-disunion.h: Provide a no-op XUNMARK macro for the GC error checking code even if GCMARKBITS is not greater than 0. * lisp-union.h: Ditto. 1997-11-10 Hrvoje Niksic <hniksic@srce.hr> * event-stream.c: Make echo_keystrokes a Lisp_Object. (maybe_echo_keys): Adapt to that. 1997-11-11 SL Baur <steve@altair.xemacs.org> * eval.c (throw_or_bomb_out): Remove abort. Suggested by: Kyle Jones <kyle_jones@wonderworks.com> 1997-11-11 Kyle Jones <kyle_jones@wonderworks.com> * Added support for referencing lrecord_implementations via an index in an lrecord_header rather than a raw pointer. Also added a mark bit and a pure bit. * alloc.c: Made lrecord_type_index() and lrecord_implementations_table[] global, previously they were static. Used new XRECORD_LHEADER_IMPLEMENTATION and LHEADER_IMPLEMENTATION macros to access lrecord_implementations found in Lisp_Objects and lrecord_headers instead of referencing ->implementation. (gc_record_type_p): For USE_INDEXED_LRECORD_IMPLEMENTATION, there's no need to check for equality to type or type + 1. lrecords are no longer marked by incrementing the implementation pointer. (init_alloc_once_early): Initialized subr and symbol_value_forward lrecord indexes early so that the staticly defined subrs and symbol_value_forward object indexes match the lrecord_implementations_table. * buffer.c: Used symbol_value_forward_lheader_initializer in various DEFVAR* macros. Used new XRECORD_LHEADER_IMPLEMENTATION macro. * elhash.c: Used new XRECORD_LHEADER_IMPLEMENTATION macro. * fns.c: Used new XRECORD_LHEADER_IMPLEMENTATION macro. * lisp.h: Defined subr_lheader_initializer macro, used it in DEFUN macro. * lrecord.h: For USE_INDEXED_LRECORD_IMPLEMENTATION, changed lrecord_header to contain an index into lrecord_implementations_table[], plus a mark bit and a pure bit. Added support code for this. Defined new XRECORD_LHEADER_IMPLEMENTATION and LHEADER_IMPLEMENTATION macros to be used to find the lrecord_implementation of a Lisp_Object. * print.c: Used new XRECORD_LHEADER_IMPLEMENTATION and LHEADER_IMPLEMENTATION macros. * symbols.c: Used symbol_value_forward_lheader_initializer in definition of guts_of_unbound_marker. * symeval.h: Defined symbol_value_forward_lheader_initializer macro. Used symbol_value_forward_lheader_initializer in various macros. Used new XRECORD_LHEADER_IMPLEMENTATION macro. 1997-11-10 SL Baur <steve@altair.xemacs.org> * window.c (set_window_pixsize): Remove unused variable. * extents.c (print_extent_1): Fix type check error in sprintf. * doc.c (Fsnarf_documentation): Remove unused label weird_function. * symsinit.h: Restore declaration of vars_of_dialog_x. * database.c (Fopen_database): Fix unused variable message. * sysdep.c (sys_subshell): vfork() is a demented, obsolete hack. * offix.c (struct): Make ImageData, MaskData be unsigned char *. * event-Xt.c (x_event_to_emacs_event): Clean up typecasting. * frame-x.c (Foffix_start_drag_internal): Ditto. 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com> * extents.c (print_extent_1): Use %lx instead of %p to get the same output on all compilers. 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> * line-number.c: Use markers. * redisplay.c (window_line_number): Restored. * line-number.c (allocate_line_number_cache): Account for narrowing. (buffer_line_number): New function. * line-number.c (get_nearest_line_number): New function. (window_line_number): Use it. (narrow_line_number_cache): New function. (invalidate_line_number_cache): Ditto. (insert_invalidate_line_number_cache): Ditto. (delete_invalidate_line_number_cache): Ditto. (add_line_number): Ditto. * editfns.c (widen_buffer): Update line number cache. (Fnarrow_to_region): Ditto. (save_restriction_restore): Ditto. * insdel.c (buffer_insert_string_1): Invalidate cache for insertion. (buffer_delete_range): Invalidate cache for deletion. * line-number.c: New file. (window_line_number): Moved from redisplay.c. * print.c (debug_print): Print a carriage return, too. * bufslots.h: New slot `line_number_cache'. 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com> * event-stream.c: New Lisp variable: last-command-event-time. 1997-11-08 SL Baur <steve@altair.xemacs.org> * lread.c (init_lread): start from lisp, not lisp/prim. * Makefile.in.in: lisp/prim does exist any more. 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com> * abbrev.c (abbrev_lookup): Don't delete dash at the abbrev start location; abbrev-prefix-mark no longer inserts one. Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk> * fileio.c: insert-file-contents-internal Added a bodge to do CRLF->LF conversion of text files, conditioned on DOS_NT. This is currently only one-way, so all text files written by XEmacs will be UNIXified. CRLF conversion is required to make bytecompile work. * Added file headers to: console-w32.c, console-w32.h, device-w32.c, event-w32.c, event-w32.h, frame-w32.c, objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk> * redisplay-x.c: x_output_vertical_divider: If HAVE_SCROLLBARS was not defined, coordinate of the right of the divider was being used unitialised. * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on HAVE_W32GUI. * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI: syms_of_*_w32, vars_of_*_w32, console_type_create_*w32. * event-stream.c: Conditioned on HAVE_W32GUI: - vars_of_event_stream calls vars_of_event_w32. - init_event_stream calls init_event_w32_late. * events-mod.h: Removed comment about having alternative making MOD_* constants for different windowing systems. * events.c: Conditioned on HAVE_W32GUI: - event-equal: Added case for w32 magic events. - event-hash: Added case for w32 magic events. * events.h: Conditioned on HAVE_W32GUI: Added struct underlying_w32_event to magic_data. * faces.c: complex_vars_of_faces Added fallbacks for w32 faces, conditioned on HAVE_W32GUI. * frame.c: set-frame-properties Added reference to default-w32-frame-plist to docstring. * general.c: Added new Lisp_Object Qw32 and defsymbol. * redisplay-output.c: redisplay_update_line Conditioned reference to stupid_vertical_scrollbar_drag_hack on HAVE_X_WINDOWS. This will need a proper fix when w32 gets scrollbars. * redisplay-tty.c: init_tty_for_redisplay Conditioned blocking and unblocking of SIGTTOU on !WIN32 because these signals don't exist under win32. * redisplay.c: init_redisplay Initialise window system to w32, conditioned on HAVE_W32GUI. * symsinit.h: Added syms_of_*_w32, vars_of_*_w32 and init_event_w32_late. * sysdep.c: Conditioned various things on WIN32 in addition to MSDOS. * New files: console-w32.c, console-w32.h, device-w32.c, event-w32.c, event-w32.h, frame-w32.c, objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c 1997-11-07 Hrvoje Niksic <hniksic@srce.hr> * doc.c (Fdocumentation_property): GCPRO doc. (Fsubstitute_command_keys): Disallow zero bsize. 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> * events.c (Fevent_modeline_position): Return nil if event is not over modeline, as the docstring says. 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> * s/aix3-1.h: Remove ^L character wich confuses AIX make. 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu> * event-stream.c (Fnext_command_event): Document keystroke echoing. 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> * fns.c (Ffeaturep): Use call1, to prevent stack thrashing with circular lists. - Update docstring. 1997-11-06 Kyle Jones <kyle_jones@wonderworks.com> * frame-x.c (x_delete_frame): Removed code that blocked the deletion of popup frames. No need for it. 1997-11-05 SL Baur <steve@altair.xemacs.org> * balloon_help.h: Replace <X11/Intrinsic.h> with "xintrinsic.h" * balloon_help.c: Ditto. * offix.h: Ditto. * mule-coding.c (coding_system_charset): Add prototype. 1997-11-04 Kazuyuki IENAGA <ienaga@jsys.co.jp> * s/freebsd.h: Add HAVE_TIMEZONE_DECL. Configure will fail at checking for the existence of `extern long timezone'. FreeBSD actualy has the `timezone', but due to its <time.h> and <sys/time.h>, it cannot be recognized by configure. 1997-11-03 Hrvoje Niksic <hniksic@srce.hr> * data.c (Fsubr_interactive): New function. 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com> * frame.c (change_frame_size_1): Added explanatory comment. * window.c (set_window_pixsize): Don't bail out before looping over the major children if there is no size change indicated. The top and left coordinates may need to be recomputed, e.g. in toolbar visibility updates. 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com> * fileio.c (Ffile_truename): Make the errno == EACCES case behave the same as errno == ENOENT. 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com> * frame.c (Fframe_property, Fframe_properties): Check for minibuffer-onlyness of frame before checking whether it has a minibuffer. This makes the minibuffer property value be reported as 'only when that is appropriate. The check order was reversed which resulted in minibuffer-only frames having the minibuffer property reported as t. 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> * m/vax.h: * s/cxux.h: * s/xenix.h: * s/umax.h: * s/msdos.h: * s/template.h: * termcap.c: * signal.c: * lread.c: * callproc.c * buffer.c: Remove VMS dependent code. 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> * syspwd.h: * systty.h: * systime.h: * syssignal.h: * sysproc.h: * sysfloat.h: * sysfile.h: * regex.h: * process.h: * ndir.h: * mule-mcpath.h: * getpagesize.h: * sysdep.h: * fileio.c: * process.c: Remove old VMS code. 1997-11-02 SL Baur <steve@altair.xemacs.org> * glyphs-x.c: Use <magick/magick.h> instead of <magick.h> 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdep.c: * getloadavg.c: * malloc.c: Remove old VMS code. 1997-11-02 Hrvoje Niksic <hniksic@srce.hr> * database.c (print_database): Don't use a static buffer to store file name. * dired.c (make_directory_hash_table): Ditto. * fileio.c (Ffile_truename): Use `make_ext_string' instead of `make_string'. 1997-11-01 Hrvoje Niksic <hniksic@srce.hr> * database.c (CONCHECK_DATABASE): Define. * dired.c (Fdirectory_files): Use `make_ext_string' instead of `make_string', to avoid crashes under Mule. (file_name_completion): Use `make_ext_string'. * database.c (new_database): Renamed to `allocate_database', as per coding conventions. 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> * dired.c: Remove VMS dependent code. 1997-11-01 Kyle Jones <kyle_jones@wonderworks.com> * buffer.h: Change XCHAR_OR_CHAR_INT to use XCHAR or XINT as appropriate instead of using XREALINT. * regex.c (re_search_2): cast translate[*d] to unsigned char when indexing fastmap to avoid sign change when value has the 0x80 bit set. 1997-10-31 SL Baur <steve@altair.xemacs.org> * linuxplay.c (audio_init): Update for newer Linux kernels. From Robert Bihlmeyer <robbe@orcus.priv.at> 1997-11-01 Hrvoje Niksic <hniksic@srce.hr> * fileio.c (Finsert_file_contents_internal): Fix misleading comment. 1997-10-31 Kyle Jones <kyle_jones@wonderworks.com> * callproc.c: GC protect current_dir while infile and error_file are being initialized. 1997-10-30 SL Baur <steve@altair.xemacs.org> * config.h.in: Remove HAVE_GIF, HAVE_JPEG, HAVE_PNG, HAVE_TIFF and replace with HAVE_IMAGEMAGICK. 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> * process.c (Fprocess_send_string): Protect against SIGPIPE when flushing outstream. 1997-10-30 SL Baur <steve@altair.xemacs.org> * input-method-xfs.c: Xlocale.h must be included after config.h. * input-method-motif.c: ditto. * input-method-xlib.c: ditto. 1997-10-28 Kyle Jones <kyle_jones@wonderworks.com> * Under LRECORD_VECTOR, moved vectors from being an basic lrecord tpye to an lcrecord. Added support for 31 bits Lisp integers. Added support for maskless pointers to Lisp objects. * alloc.c (allocate_lisp_storage): Use XSETOBJ instead of XSETCONS to avoid tripping the ERROR_CHECK_TYPECHECK code with uninitialized data. XSETCONS used to work until it became an lrecord type. Removed sweep_vectors_1, all_vectors and other vector specific GC related objects in the LRECORD_VECTOR case, as they are unneeded now that lrecord-based vectors are lcrecords. Added `equal' methods for lrecord-based conses, vectors and strings. I was mistaken before; they are needed. (pure_cons): moved XSETCONS call to after the set_lheader_implementation call, to avoid tripping the type checking code on an uninitialized implementation pointer. (make_pure_vector): moved XSETVECTOR call to after the set_lheader_implementation call, to avoid tripping the type checking code on an uninitialized implementation pointer. (Fpurecopy): return if given a null pointer. THis can happen when initializing Qnil. (mark_object): return if passed a null pointer. I think this can happen when marking through some kind of objects that contain Lisp_Objects and null pointers. (marked_p): Ditto * buffer.c (mark_buffer): Don't mark conses in the indirect children list is said list is in fact a null pointer. The indirect children list gets reset to a null pointer when a bfufer is killed. (complex_vars_of_buffer): initialize indirect_children slow of Vbuffer_local_symbols and Vbuffer_defaults to nil. * chartab.c (Fcheck_category_at): Don't use XREALINT to extract a char from a Lisp_Object, use XCHAR instead. (Fchar_in_category): Ditto. * data.c (eq_with_ebola_notice): Use XCHAR_OR_INT instead of XREALINT to extract data from a Lisp_Object that could contain a charater or an integer. (make_int): use XSETINT in the USE_MINIMAL_TAGBITS case. (make_char): use XSETINT in the USE_MINIMAL_TAGBITS case. (Flsh): XUINT is gone; use XINT instead. * elhash.c (elisp_hvector_malloc): Use Qnull_pointer instead of Qzero, as Qzero is no longer guaranteed to contain an all-zero bit pattern. (make_lisp_hashtable): Ditto. (Fcopy_hashtable): Ditto. * emacsfns.h Conditionalize the declaration of make_char() on whether a make_char macro exists or not. * fns.c (internal_equal): Conditionalize existence of cons, string and vector comparison code on whether they are lrecord-based. (internal_old_equal): Ditto. * lisp-disunion.h USE_MINIMAL_TAGBITS support. 31 bit Lisp integer support. Conditionalized existence of markbit related macros on the existence of a markbit in a Lisp_Object. There are no markbits in the USE_MINIMAL_TAGBITS implementation of a Lisp_Object. Replaced XUINT with XPNTRVAL. Added declaration for Qnull_pointer. * lisp-union.h USE_MINIMAL_TAGBITS support. 31 bit Lisp integer support. Conditionalized existence of markbit related macros on the existence of a markbit in a Lisp_Object. There are no markbits in the USE_MINIMAL_TAGBITS implementation of a Lisp_Object. Replaced XUINT with XPNTRVAL. Added a make_char macro, similar to the make_int macro, for use with the GCC-specific XMAKE_LISP hack. * lisp.h USE_MINIMAL_TAGBITS support. 31 bit Lisp integer support. Added GCMARKBITS macro to specify how many markbits a Lisp_Object contains. Support for lcrecord-based vectors. Added XCHAR_OR_INT for accessing data in an object that might contain either a character or an integer. Made HACKEQ_UNSAFE use XCHAR_OR_INT instead of XREALINT during its Ebola check. * print.c Made the printing code undestand the split Lisp integer type. * symbols.c Added declaration for Qnull_pointer. 1997-10-27 Martin Buchholz <mrb@eng.sun.com> * src/m/ibmrs6000.h: * src/s/aix3-2.h: C_SWITCH_SYSTEM ==> configure.in * src/s/aix4-1.h: -li18n ==> configure.in * src/s/aix4.h: Always include strings.h * src/config.h.in: Add AIXV3 define, suggested by xmkmf. Remove AIX_SMT_EXP. * src/unexaix.c: Fix nested comments compiler warning 1997-10-27 Kyle Jones <kyle_jones@wonderworks.com> * src/profile.c (sigprof_handler): Don't call XUNMARK on fun, it isn't needed. * src/faces.c (face_property_matching_instance): Check for charset == Qunbound, which it can be if the character set is unspecified. 1997-10-27 SL Baur <steve@altair.xemacs.org> * mule-wnnfns.c (vars_of_mule_wnn): Provide 'wnn feature. * mule-canna.c (vars_of_mule_canna): Provide 'CANNA feature. 1997-10-27 Kazuyuki IENAGA <ienaga@jsys.co.jp> * device-x.c (x_init_device): To avoid crazy menubars due to lack of suitable font loading. Disabled locale based app-defaults loading when menubars=motif or menubars=lucid + xfs feature is not used. Currently, the menubar resource has no effect for tty use. 1997-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> * README: Remove references to VMS. * vlimit.h: * s/vms5-5.h: * s/vms4-4.h: * s/vms4-2.h: * s/vms4-0.h: * s/vms.h: Remove files since VMS isn't supported any more. 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com> * toolbar.h: Reduce MINIMUM_SHADOW_THICKNESS to 1. 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> * database.c: Added support for Berkeley DB 2.x. 1997-10-23 SL Baur <steve@altair.xemacs.org> * alloc.c: Disable purespace statistics unless --debug is in effect. * console-stream.c (init_console_stream): At the price of a tiny memory leak, reinitialize FILE fields of the console. From Tonny Madsen <tma@nettest.dk> * emacs.c: New variable `inhibit_package_init'. (vars_of_emacs): Use it. (main_1): Initialize from command line. * Makefile.in.in (xemacs): Specify -vanilla when searching for shadows. * emacs.c: Remove VMS ifdefs. (standard_args): Added -no-packages, --no-packages. Added -vanilla, --vanilla. (Frun_emacs_from_temacs): Guard pure usage report with DEBUG_XEMACS (Fdump_emacs): Ditto. 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> * fns.c (Ffeaturep): Use `Fcar' with `or'. 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com> * alloc.c: drop the Lisp_Type_Record case clause that I added to the switch statement in a previous patch. The string, vector and cons cases belong in the `default' clause with the other lrecord types. 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com> * Added support for strings as lrecords. * lisp.h: #ifdef'd out Lisp_Type_String enum value if LRECORD_STRING is defined. * alloc.c: Added allocation and garbage collection code for lrecord-based strings. * print.c: move Lisp_String printing code to a separate function so that it could be used as a `print' method for lrecord-based strings. 1997-10-20 Jan Vroonhof <vroonhof@math.ethz.ch> * extents.c: Renamed shot property to initial-redisplay-function (extent_fragment_update): Changed the bookkeeping whether an event has been spawned. The initial-redisplay-function property is no longer set to nil. * extents.h: ditto 1997-10-20 Kyle Jones <kyle_jones@wonderworks.com> * Added support for conses and vectors to be lrecords. * alloc.c: Modified allocation and GC code for LRECORD_CONS and LRECORD_VECTOR support. Moved some macros to lrecord.h. * bytecode.c: Warning comment about LRECORD_CONS. * elhash.c: Let internal_hash handle vector hashing if LRECORD_VECTOR is defined, just as it does when LRECORD_VECTOR is not defined. The code could have been copied into an `hash' method function but I don't see any point to it. Added lrecord style marking code to finish_marking_weak_hashtables. Bracketed code that groks the non-lrecord method of marking vectors with #ifdefs. * fns.c: Let internal_equal and internal_old_equal handle vector comparisons when LRECORD_VECTOR is defined, just as it does when LRECORD_VECTOR is not defined. The code could have been copied into an `equal' method function but I don't see any point to it. * lisp.h: Added typecheck macros for LRECORD_CONS support. LRECORD_VECTOR macros were already present. * print.c: New functions print_cons and print_vector for LRECORD_CONS and LRECORD_VECTOR support. Some GC protection also added. * lrecord.h: Received some macros from alloc.c, so that they could be used in lisp.h. 1997-10-20 Hrvoje Niksic <hniksic@srce.hr> * fns.c (Ffeaturep): Handle `not' correctly. * lread.c (vars_of_lread): Use defsymbol for featurep. 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> * s/irix5-0.h: Removed -G 0 from LD_SWITCH_SYSTEM. .sbss sections are supported since unexelfsgi.c upgrade. 1997-10-16 Kyle Jones <kyle_jones@wonderworks.com> * lstream.c (Lstream_close): Don't return early if the closer method reports failure. Doing so caused GC and memory corruption crashes. 1997-10-14 Hrvoje Niksic <hniksic@srce.hr> * extents.c (Fset_extent_property): Allow `keymap' property to be set to nil. 1997-10-15 SL Baur <steve@altair.xemacs.org> * mule-coding.c (acceptable_control_char_p): Add C-_ for info. (detect_coding_iso2022): Ditto. From SENDA Shigeya <senda@ic.rdc.ricoh.co.jp> 1997-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp> * mule-coding.c (make-coding-system, detect-coding-region): Modify DOC-string because of renaming `automatic-conversion' -> `undecided' to sync with Emacs 20.2. (make-coding-system, coding-system-type, detect-coding-region): Rename `Qautomatic_conversion' -> `Qundecided'. * general.c (syms_of_general): Rename `automatic-conversion' -> `undecided' to sync with Emacs 20.2. * emacsfns.h, event-Xt.c (x_to_emacs_keysym): Rename `Qautomatic_conversion' -> `Qundecided'. * buffer.c (buffer-file-coding-system): Modify DOC-string because of renaming `automatic-conversion' -> `undecided' to sync with Emacs 20.2. 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> * lisp.h (MANY): Bump SUBR_MAX_ARGS to 12 and add corresponding DEFUN_n macros. 1997-10-13 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> * console-tty.c: Include gpmevent.h * gpmevent.c (connect_to_gpm): change to void * gpmevent.h: Ditto. 1997-10-13 Kyle Jones <kyle_jones@wonderworks.com> * lisp-disunion.h (XSETOBJ): cast Lisp type enum to an EMACS_UINT quantity to avoid a compiler warning about integer overflow when the most significat bit of the type tag is shifted into the sign bit position of an EMACS_INT. 1997-10-12 SL Baur <steve@altair.xemacs.org> * s/freebsd.h: Add X11 guard for building without X11. From Hrvoje Niksic <hniksic@srce.hr> 1997-10-12 Kyle Jones <kyle_jones@wonderworks.com> * doprnt.c (emacs_doprnt_1): if forwarded field width is negative, set minus_flag and make the field width positive. Makes (format "%*s" -10 "abc") work like (format "%-*s" 10 "abc"). 1997-10-12 SL Baur <steve@altair.xemacs.org> * unexsol2.c (unexec): CONST isn't defined here. From Adrian Aichner <aichner@ecf.teradyne.com> 1997-10-11 SL Baur <steve@altair.xemacs.org> * realpath.c (realpath): CONST IS LOSING but removing it conflicts with system headers. * callproc.c: New variable infopath-internal. (complex_vars_of_callproc): Declare and initialized it. * paths.h.in: New variable PATH_INFOPATH. 1997-10-10 Martin Buchholz <mrb@eng.sun.com> * systty.h: - change Xemacs --> XEmacs * buffer.c: * editfns.c: * msdos.c: - Remove bogus FSF-origin \n\ sequences. 1997-10-09 Kyle Jones <kyle_jones@wonderworks.com> * doprnt.c (parse_doprnt_spec): parse `*' field width and precision specs and set up spec forwarding. * doprnt.c (emacs_doprnt_1): implement `*' by forwarding flags, precision and field width data from a spec to a subsequent spec. * editfns.c: document new `*' field width and precision spec. 1997-10-09 SL Baur <steve@altair.xemacs.org> * database.c (Fclose_database): Rename C function. (Fdatabase_last_error): Ditto. (Fopen_database): Ditto. (Fput_database): Ditto. (Fremove_database): Ditto. (Fget_database): Ditto. (syms_of_dbm): Reflect above changes. From Martin Buchholz <mrb@Eng.Sun.COM> 1997-10-08 Hrvoje Niksic <hniksic@srce.hr> * events.c (Fmake_event): Allow only frames as channel. 1997-10-07 Hrvoje Niksic <hniksic@srce.hr> * extents.c (print_extent_1): Fixed typo. 1997-10-07 Kyle Jones <kyle_jones@wonderworks.com> * insdel.c (buffer_replace_char): if doing delete/insert because of characters with deiffering byte lengths,move point forward with the insertion if it was moved backwrad to equal the insertion point by the earlier deletion. 1997-10-06 SL Baur <steve@altair.xemacs.org> * window.c (Fset_window_dedicated_p): register -> REGISTER. * unexalpha.c (update_dynamic_symbols): register-> REGISTER. * sysdep.c: Global change: register -> REGISTER. * strcat.c (strcat): register -> REGISTER. * search.c: Global change: register -> REGISTER. * regex.c: Global change: register -> REGISTER. - Ensure REGISTER is always defined. * nt.c: Global change: register -> REGISTER. * linuxplay.c: Global change: register -> REGISTER. * input-method-xlib.c (best_style): register -> REGISTER. * gifalloc.c: Global change: register -> REGISTER. - Ensure REGISTER is always defined. * getloadavg.c (getloadavg): register -> REGISTER. * eval.c (unwind_to_catch): [Unused variable] register -> REGISTER. * cmds.c (Fpoint_at_bol): register -> REGISTER. * chartab.c (check_category_char): register -> REGISTER. * buffer.c (assoc_ignore_text_properties): [Unused function] register -> REGISTER. * alloca.c: Global change: register -> REGISTER. * xmu.h (XmuCopyISOLatin1Lowered): Global change: const -> CONST. * gif_lib.h: Global change: const -> CONST. * balloon_help.h (balloon_help_move_to_pointer): const -> CONST. * xmu.c: Global change: const -> CONST. * unexsol2.c (unexec): const -> CONST. * unexhp9k3.c (unexec_error): const -> CONST. * unexfreebsd.c (unexec_error): const -> CONST. * sunOS-fix.c (mbstowcs): const-> CONST. (wcstombs): Ditto. * strcpy.c (strcpy): const -> CONST. * strcmp.c: Global change: const -> CONST. * strcat.c (strcat): const -> CONST. * realpath.c (realpath): const -> CONST. * keymap.c (where_is_recursive_mapper): const -> CONST. * extents.c (extent_priority_sort_function): const -> CONST. * dgif_lib.c (DGifOpenFileName): const -> CONST. * balloon_help.c: Global change: const -> CONST. 1997-10-03 SL Baur <steve@altair.xemacs.org> * lisp.h: Nuke register declarations. 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com> * window.c (Frecenter): Correct variable names in docstring. 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com> * fns.c: Add some cross references between destructive and non-destructive versions of similar functions. Fri Oct 3 12:28:08 1997 Kyle Jones <kyle_jones@wonderworks.com> * lisp-disunion.h: Move markbit to be between the type bits and the value bits. Previously it was always the sign bit of a EMACS_INT, unless modified by a #define in a machine dependent .h file. 1997-10-02 Hrvoje Niksic <hniksic@srce.hr> * profile.c (Fclear_profiling_info): Made interactive. 1997-10-02 SL Baur <steve@altair.xemacs.org> * glyphs-x.c (USE_TEMP_FILES_FOR_PNG_IMAGES): Move outside of HAVE_JPEG ifdef. 1997-10-01 SL Baur <steve@altair.xemacs.org> * lisp.h (min): Fully parenthize. (max): Ditto. * Makefile.in.in (widget.o): Insert dependencies. - Insert HAVE_OFFIX_DND dependencies. * casefiddle.c (casify_object): Back out bogus undocumented patch from 20.3-beta18. 1997-09-30 SL Baur <steve@altair.xemacs.org> * events.c (Fevent_type): Add OffiX guard. (command_event_p): Ditto. (mark_event): Ditto. (print_event): Ditto. 1997-09-30 SL Baur <steve@altair.xemacs.org> * mule-canna.c (Fcanna_set_bunsetsu): Return a value. (Fcanna_parse): Remove unused variables `ks' and `ksv'. (Fcanna_henkan_begin): Remove unused variable `res'. (Fcanna_henkan_next): Remove unused variable `nbun'. (count_char): Change return type to void. * event-Xt.c (x_event_to_emacs_event): Remove unused variable `event-size'. * menubar.c (Fnormalize_menu_item_name): Remove unused variable `res'. * redisplay-x.c (x_flash): Reorganize test to prefer select over poll. * xselect.c (Fx_store_cutbuffer_internal): Remove unused variable `encoding'. 1997-09-30 Hrvoje Niksic <hniksic@srce.hr> * frame.c (Fmake_frame): Call `custom-initialize-frame'. 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> * mule-coding.c: Rename `pathname-coding-system' to `file-name-coding-system' to sync with Emacs 20.2. 1997-09-26 Hrvoje Niksic <hniksic@srce.hr> * window.c (saved_window_equal): Ditto. * process.c (Fget_process): Use internal_equal. * lread.c (build_load_history): Use internal_equal. (build_load_history): Use XCAR/XCDR where safe. * events.c (event_equal): Ditto. * event-stream.c (Fdispatch_event): Ditto. * elhash.c (lisp_object_eql_equal): Ditto. (lisp_object_equal_equal): Ditto. * device.c (find_device_of_type): Ditto. * console.c (find_console_of_type): Ditto. * console-tty.c (tty_init_console): Ditto. * console-stream.c (stream_init_console): Use internal_equal. (stream_canonicalize_console_connection): Ditto. * fns.c (Fmember): Use internal_equal, to avoid a necessary funcall and NILP check. (Fold_member): Ditto for internal_old_equal. (Fassoc): Use XCAR when we know we deal with a cons. Use internal_equal. Removed tem. (Fold_assoc): Ditto. (Fassq): Use XCAR. (Frassoc): Use internal_equal; remove tem. (Fold_rassoc): Ditto for internal_old_equal. (Frassq): Use XCDR with what we know is a cons. (Fold_rassq): Ditto. (Fdelete): Use internal_equal. (Fold_delete): Ditto for internal_old_equal. (Fremassoc): Use internal_equal; use XCAR/XCDR with what we know is a cons. (Fremrassoc): Ditto. * dired.c (Fdirectory_files): Nreverse the list only if it will be sorted. Fri Sep 26 13:55:28 1997 Kyle Jones <kyle_jones@wonderworks.com> * faces.c (update_face_cachel_data): Don't allow the background pixmap of the default face to override the background of a face if that color has been specified. 1997-09-26 Hrvoje Niksic <hniksic@srce.hr> * dired.c (close_directory_fd): New function. (Fdirectory_files): Use it to set up an unwind-protection to close the descriptor. (Fdirectory_files): Allow QUIT in re_search. (Fdirectory_files): If the file is too big, allocate necessary data with malloc. (Fdirectory_files): Use simple Fcons to build the list. (close_directory_fd): Free the opaque pointer. 1997-09-25 Hrvoje Niksic <hniksic@srce.hr> * extents.c (Fset_extent_properties): New function. 1997-09-24 SL Baur <steve@altair.xemacs.org> * dired.c (Fdirectory_files): Remove broken VMS stuff. (file_name_completion_stat): Ditto. (file_name_completion): Ditto. (Top Level): Ditto. (syms_of_dired): Ditto. 1997-09-25 Hrvoje Niksic <hniksic@srce.hr> * widget.c (Fwidget_apply): Don't GCPRO result of Fwidget_get. 1997-09-24 SL Baur <steve@altair.xemacs.org> * symsinit.h: Declare syms_of_widget. * emacsfns.h: Declare Fchar_syntax. * bytecode.c (Fbyte_code): Call Fchar_syntax for the Bchar_syntax bytecode. * syntax.c (Fchar_syntax): convert nil input to \000 for compatibility. * alloc.c (report_pure_usage): Increase slop to 512 bytes in betas and reduce it to 4 bytes in releases. 1997-09-23 SL Baur <steve@altair.xemacs.org> * Makefile.in.in (objs): Add new C file widget.o. 1997-09-22 SL Baur <steve@altair.xemacs.org> * editfns.c (vars_of_editfns): New feature 'ampersand-full-name declared if AMPERSAND_FULL_NAME configuration option is enabled. * callproc.c (vars_of_callproc): Update docstring of `data-directory'. Sun Sep 21 14:14:44 1997 Kyle Jones <kyle_jones@wonderworks.com> * lisp.h: underspecify lisp_fn_t function prototype to avoid compiler errors in inline_funcall_subr(). * eval.c (Fprogn): Walk forms list with XCDR, access with XCAR. Check forms list CONSP, so that XCDR and XCAR are safe. * eval.c (Fsetq): replace Flength call with for-loop to compute list length. Walk arg list with XCDR, access with XCAR. Check arg list with CONSP, so that XCDR and XCAR are safe. * eval.c: New macro inline_funcall_subr, an inline version of funcall_subr + primitive_funcall. * eval.c (Feval): replace Flength call with for-loop to compute list length. Use XCAR and XCDR in some places where it is safe to do so. Use inline_funcall_subr() in place of funcall_subr(). * eval.c (funcall_recording_as): Use XCAR instead of Fcar where it was safe. * eval.c (Fapply): replace Flength call with for-loop to compute list length. * eval.c (apply_lambda):Use XCAR and XCDR in some places where it is safe to do so. * eval.c (funcall_lambda): Walk param list with XCDR, access with XCAR. Check param list CONSP, so that XCDR and XCAR are safe. * symbols.c (find_symbol_value): return quickly if no symbol magic is involved, to avoid the expensive call to find_symbol_value_1. * symbols.c (store_symval_forwarding): don't call reject_constant_symbols unless there is a chance a constant symbol is involved. This break the encapsulation of the constants check, but symbol stores are used heavily and speed is most important than cleanliness in this case. 1997-09-21 Joel Peterson <tarzan@aosi.com> * menubar.c (normalize-menu-item-name): New function. 1997-09-21 SL Baur <steve@altair.xemacs.org> * keymap.c (get_relevant_extent_keymaps): Previous patch reversed. 1997-09-20 SL Baur <steve@altair.xemacs.org> * Makefile.in.in (xemacs): Adoption of shadow.el to print load-path shadowings after successful dump. 1997-09-20 Hrvoje Niksic <hniksic@srce.hr> * redisplay.c (scroll_conservatively): New variable. (redisplay_window): Use it. 1997-09-16 SL Baur <steve@altair.xemacs.org> * events.c (Fmake_event): Add default case, remove unused variables. 1997-08-21 Jan Vroonhof <vroonhof@math.ethz.ch> * extents.c (extent_fragment_update): Trigger one_shot_function * extents.c (set-extent-one-shot-function): New function * extents.h (struct extent_auxiliary): Added one_shot_function * extens.c: Added one_shot_function to assesor functions. 1997-09-14 Hrvoje Niksic <hniksic@srce.hr> * fileio.c (Fexpand_file_name): Don't treat "//" and "~/" in the middle of path specially. 1997-09-10 Hrvoje Niksic <hniksic@srce.hr> * event-stream.c (inhibit_input_event_recording): New boolean variable. (Fnext_event): Use it. 1997-09-13 Hrvoje Niksic <hniksic@srce.hr> * fns.c (Fmapc): Renamed from Fmapc_internal. 1997-09-10 Hrvoje Niksic <hniksic@srce.hr> * database.c (Fmake_database): Expand FILE. * redisplay.c (window-system): Warn against using it. 1997-09-08 SL Baur <steve@altair.xemacs.org> * emacs.c (PACKAGE_PATH): Reverse PACKAGE_PATH. Suggested by Colin Rafferty <craffert@ml.com> 1997-09-03 SL Baur <steve@altair.xemacs.org> * print.c (print_internal): Special treatment for C-\. 1997-08-13 P E Jareth Hein <jareth@camelot-soft.com> * insdel.c (buffer_delete_range): Changed the location where point was actually moved to after all other movement handling. This prevents a MULE related crash in VALID_BYTIND. 1997-08-11 SL Baur <steve@altair.xemacs.org> * doc.c (Fsnarf_documentation): Semi-clarify types of weird functions. 1997-08-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> * eval.c (vars_of_eval): Updated docstring for `debug_on_error' to mention `debug-ignored-errors'. 1997-08-01 SL Baur <steve@altair.xemacs.org> * emacsfns.h: Fix declaration. * event-stream.c (syms_of_event_stream): HAVE_MENUBARS not HAVE_MENUBAR. 1997-07-31 SL Baur <steve@altair.xemacs.org> * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead of fprintf. * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled condition. * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable. (Fwnn_hindo_update): Ditto. (Fwnn_inspect): Ditto. (Fwnn_bunsetu_henkou): Ditto. * eval.c (call_with_suspended_errors): Fix Gcc warning: argument `retval' might be clobbered by `longjmp' or `vfork' 1997-07-30 SL Baur <steve@altair.xemacs.org> * redisplay.c: `window-system' isn't going away any time soon. 1997-07-29 SL Baur <steve@altair.xemacs.org> * callint.c (Fcall_interactively): Allow floating point numbers for `n' and `N' interactive specs. 1997-07-27 SL Baur <steve@altair.xemacs.org> * event-stream.c (command_builder_find_leaf): Fix typo in HAVE_MENUBARS. * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS. * event-stream.c (syms_of_event_stream): accelerate_menu needed guards. * emacs.c (vars_of_emacs): Main default package directory is now ${prefix}/lib/xemacs/packages. 1997-07-25 David Moore <dmoore@ucsd.edu> * alloc.c (Fmake_byte_code): GC protect newly allocated function when looking up filename. 1997-07-25 SL Baur <steve@altair.xemacs.org> * Makefile.in.in: Added support for linking with dmalloc. 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com> * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug where a possibly MULEified string was getting freed before use. 1997-07-21 SL Baur <steve@altair.xemacs.org> * callproc.c: New variable Vdata_directory_list. * emacsfns.h: Declare it. * fns.c (Frequire): Undo previous change. * print.c (print_internal): Handle circular objects like Emacs handles them (and as documented in the Lispref). * database.c (Fputdatabase): Complain when `val' is not a string. * event-stream.c (command_builder_find_leaf): Guard menubar accelerator stuffs with HAVE_MENUBAR. * gui-x.c (popup_selection_callback): Ditto. 1997-07-20 SL Baur <steve@altair.xemacs.org> * event-stream.c (menu_move_up): Guard menubar accelerator code with HAVE_MENUBARS. * emacs.c (decode_path): New function, derived from latter portion of decode_env_path. (decode_env_path): Break out the naughty bits -- shouldn't do getenv and separator parsing in one function. New variable Vpackage_path. (vars_of_emacs): Use it. * editfns.c (Fstring_to_char): Return nil instead of `0' for empty string. 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> * fileio.c (Finsert_file_contents_internal): Handle non-regular files. 1997-07-12 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (LOCK_OBJ): Only include filelock.[co] when CLASH_DETECTION is defined. 1997-07-11 Steven L Baur <steve@altair.xemacs.org> * emacs.c (main_1): Spelling fix. 1997-07-10 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (dump-elcs): Shouldn't use SATISFIED hack. (xemacs-no-site-file): Not supported any more. (binary): New dependency for dumping XEmacs. (xemacs): Attempt to be a little smarter about not dumping a new XEmacs if it is not needed. (temacs): Remove `xemacs' after success. 1997-07-09 Hrvoje Niksic <hniksic@srce.hr> * extents.c: Allow non-symbol properties of extents. 1997-07-08 Hrvoje Niksic <hniksic@srce.hr> * data.c (Fstring_to_number): Use `check_int_range'. (Fstring_to_number): Would bug out on wrong type check. 1997-07-07 Steven L Baur <steve@altair.xemacs.org> * data.c (Fcompiled_function_doc_string): Implement correctly. Was forgotten cut & paste identical clone to Fcompiled_function_interactive? * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h so alloc.c need not be recompiled when puresize changes. * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant. (check_purespace): Ditto. (alloc_pure_lrecord): Ditto. (report_pure_usage): Ditto. (disksave_object_finalization): Ditto. (report_pure_usage): Modify message reported when Build is restarted due to change in PURESIZE_ADJUSTMENT. * puresize.h: Remove dependency on puresize_adjust.h. (get_PURESIZE): New function -- declare it. * pure.c: Move final PURESIZE computation and include of puresize_adjust.h into here so alloc.c need not be recompiled each time the puresize is adjusted. (get_PURESIZE): New function. 1997-07-06 Steven L Baur <steve@altair.xemacs.org> * data.c (Fstring_to_number): Wrong parameter was being checked. * emacs.c (vars_of_emacs): Fprovide the system type as a feature. 1997-07-03 Steven L Baur <steve@altair.xemacs.org> * data.c (Fstring_to_number): Fix typo. base isn't an integer. 1997-07-01 Steven L Baur <steve@altair.xemacs.org> * data.c, emacsfns.h: This is the port of GNU Emacs capability. I am still not sure what this buys us, but I guess it doesn't hurt to have it. From Hrvoje Niksic <hniksic@srce.hr> * glyphs.c (make_string_from_file): Use insert-file-contents-literally instead of insert-file-contents-internal. 1997-06-30 Steven L Baur <steve@altair.xemacs.org> * fns.c (check_losing_bytecode): Correct reported version. * Makefile.in.in (${libsrc}DOC): Break up line length for stupid make programs. 1997-06-29 Steven L Baur <steve@altair.xemacs.org> * emacsfns.h: Put void in prototype. Suggested by Ben Wing. 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp> * glyphs.c (make_string_from_file): must protect from `format-alist'. 1997-06-28 Steven L Baur <steve@altair.xemacs.org> * config.h.in: Back out previous change to LOSING_BYTECODE. It's just not worth it. 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com> * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4. 1997-06-28 Hrvoje Niksic <hniksic@srce.hr> * abbrev.c (abbrev_match): New function. (abbrev_oblookup): New function. (obarray_has_blank_p): New function. (abbrev_count_case): New function. (Fexpand_abbrev): Use them. Allow abbreviations to contain arbitrary characters. 1997-06-28 Steven L Baur <steve@altair.xemacs.org> * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs. * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for cleanliness. 1997-06-28 Hrvoje Niksic <hniksic@srce.hr> * print.c (Ferror_message_string): Simplify. 1997-06-27 Steven L Baur <steve@altair.xemacs.org> * symbols.c (Fdefine_function): Correct docstring. (Fsetplist): Ditto. (Ffset): Ditto. (Fsetq_default): Ditto. 1997-06-27 Hrvoje Niksic <hniksic@srce.hr> * eval.c (skip_debugger): Removed comment and #ifdef-ed code. (signal_call_debugger): Call skip_debugger after wants_debugger. (signal_call_debugger): Gcpro cons sent to skip_debugger. 1997-06-26 Steven L Baur <steve@altair.xemacs.org> * process.c (create_process): Default to fork instead of vfork. * callproc.c (Fcall_process_internal): Default to fork instead of vfork. * emacsfns.h: Add declarations of Ferror_message_string(), Frunning_temacs_p(). * eval.c: Remove declarations of Ferror_message_string(), Frunning_temacs_p(). * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile. (${mo_dir}emacs.po): Remove obsolete references to lisp source. 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> * mule-charset.c: Modify charset DOC-strings to be more detailed. 1997-06-25 Steven L Baur <steve@altair.xemacs.org> * alloc.c (Flist): Optimize. From Hrvoje Niksic. 1997-06-23 Steven L Baur <steve@altair.xemacs.org> * lisp.h: Get uintptr_t stuffs because it is needed for including emacsfns.h. * sysdep.h: Removed uintptr_t stuffs. 1997-06-22 Steven L Baur <steve@altair.xemacs.org> * fns.c (concat): Replace Fcar/Fcdr with XCAR/XCDR. (Fnreverse): Ditto. (internal_equal): Ditto. (internal_old_equal): Ditto. (Fnconc): Ditto. (Freverse): Saner implementation. From Hrvoje Niksic <hniksic@srce.hr> * s/linux.h: getpgrp with glibc is now properly detected by configure. Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> 1997-06-20 Steven L Baur <steve@altair.xemacs.org> * events.c: Remove declaration of Qempty. 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c: Make 64 bit clean. 1997-06-19 Martin Buchholz <mrb@eng.sun.com> * config.h.in: - Autodetect X defines using xmkmf. - Compute rpath on *bsd* systems as well. - rewrite PRINT_VAR m4 macro. - detect sizes of void* and long long for future use by unex*.c * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine. 1997-06-18 Martin Buchholz <mrb@eng.sun.com> * Makefile.in: * s/*.h: * m/*.h: * config.h.in: * src/emacs.c: * version.sh: * configure.in: Another rewrite. - support powerpcle (Solaris on ppc) - Now just have one s/sol2.h for all Solaris versions - Specifying colon-separated directories actually works now. - OS_RELEASE is a new define to avoid proliferation of s&m files. - extract more stuff from s&m files. - more debugging info - More changes to avoid the `echo -e' problem - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP - Back out -lPW test. - More paranoid xpm test - Put version information in version.sh instead of version.el - Make quoted pre-processor string tokens out of all macro values to be used only by configure. * xmu.c: DON'T use Xos.h * sysdep.c (wait_for_termination): * search.c: * editfns.c: * console-*: 1997-06-18 Steven L Baur <steve@altair.xemacs.org> * unexelfsgi.c: Some things that Needed To Be Done(tm) into unexelfsgi: - support for .sbss section (no more -G 0 needed, 0.00001% speed increase) - support for Elf64 (64bits executables) From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> * fns.c (Fmapvector): New function converted from Lisp. From Hrvoje Niksic <hniksic@srce.hr> Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in: Convert two missed C style comments. (LIBES): Remove LIBS_DEBUG which is no longer defined. (LIBES): lwlibs_libs was misspelled. 1997-06-17 Hrvoje Niksic <hniksic@srce.hr> * eval.c (vars_of_eval): New variable Vdebug_ignored_errors. (skip_debugger): New function; use Vdebug_ignored_errors. (signal_call_debugger): Use it. 1997-06-17 Steven L Baur <steve@altair.xemacs.org> * emacs.c (vars_of_emacs): Moved symbols emacs-version, emacs-major-version, and emacs-minor-version from version.el to here. * general.c (syms_of_general): New symbols and, not, and or. * emacsfns.h: New symbols Qand, Qnot, Qor. * Makefile.in.in: Call temacs to compute lisp libraries to include in the DOC file. 1997-06-15 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el. Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com> * console.c (Fselect_console): Check DEVICE_SELECTED_FRAME of console's selected device for non-nil value before using it as a frame. 1997-06-13 Steven L Baur <steve@altair.xemacs.org> * data.c (eq_with_ebola_notice): Remove horrible hack to avoid unavoidable Ebola notices in the bytecompiler. * emacsfns.h: Fextent_in_region_p: Move. * keymap.c Fextent_in_region_p: Move. Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com> * src/console.c (Fsuspend_console): Disable input on ttys. Hide unhidden frames. * src/console.c (Fresume_console): Enable input on ttys. Raise the device selected frame. Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com> * process.c (status_notify): Revert back to the code that does not use save_excursion_restore. Just bounds check opoint instead. * process.c (read_process_output): Bounds check saved clip region and point values for validity before using them. Call Fwiden before calling Fnarrow_to_region to insure values will not be out of range. 1997-06-12 Steven L Baur <steve@altair.xemacs.org> * alloc.c: Make the GC cursor appear on all frames. From Hrvoje Niksic <hniksic@srce.hr> 1997-06-11 Steven L Baur <steve@altair.xemacs.org> * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and byte-compile-push-constant to list of ignored functions. 1997-06-11 Hrvoje Niksic <hniksic@srce.hr> * bytecode.c (Bsave_current_buffer): Register. (Fbyte_code): Do action. * editfns.c (Fsave_current_buffer): New SUBR. 1997-06-11 Steven L Baur <steve@altair.xemacs.org> * syntax.c (Fchar_syntax): Handle case of being passed nil. * data.c (eq_with_ebola_notice): Add more legitimate places in the bytecompiler that should not get Ebola notices. Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com> * process.c (status_notify): Use record_unwind_protect and save_excursion_restore to handle the point and buffer restoration. Cleaner. Doesn't crash the editor if before/after-change-functions change things behind our back. 1997-06-10 Steven L Baur <steve@altair.xemacs.org> * data.c (vars_of_data): Set Ebola warning backtrace limit to 16. (eq_with_ebola_notice): Bypass Ebola warnings for special bytecompiler functions where they are 100% spurioius. 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp> * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el. 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp> * Makefile.in.in: Use lisp/mule/language/thai.elc instead of lisp/mule/thai-hooks.elc. 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp> * Makefile.in.in: Use lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el, lisp/mule/language/european.el, lisp/mule/language/greek.el, lisp/mule/language/japanese.el and lisp/mule/language/korean.el instead of lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el. 1997-06-09 Steven L Baur <steve@altair.xemacs.org> * keymap.c: Declare Fextent_in_region_p. * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW is determined more sensibly. 1997-06-09 Hrvoje Niksic <hniksic@srce.hr> * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap at extent boundaries. Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com> * redisplay.c (pixel_to_glyph_translation): Fixed off by one error in computation of closest position when mouse is in the frame's right-side border area. Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com> * frame.c (delete_frame_internal): Calling Fselect_frame isn't sufficient to set the frame device's selected frame if the frame we're selecting is on a different device. Call set_device_selected_frame apprpriately in that case. Also don't set the frame device's selected frame to a frame that's on another device. 1997-06-09 Steven L Baur <steve@altair.xemacs.org> * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes. From David Hobley <davidh@wr.com.au> Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com> * src/device-x.c (x_delete_device): Add an EQ check so that we don't set Vdefault_x_device back to the device we're deleting. 1997-06-05 Steven L Baur <steve@altair.xemacs.org> * frame.c (Fmake_frame): Correct checking of first_frame_on_device. From Hrvoje Niksic <hniksic@srce.hr> 1997-06-04 Steven L Baur <steve@altair.xemacs.org> * device.c (delete_deviceless_console): New function. (Fmake_device): Use it. Fix problem of creation of a frame on a tty where something fails during initialization. From Kyle Jones <kyle_jones@wonderworks.com> * specifier.c (Fboolean_specifier_p): Correct spelling in Docstring (synch from Infodock 3.5). * frame.c: Update docstring. 1997-06-03 Hrvoje Niksic <hniksic@srce.hr> * sysdep.c (tty_init_sys_modes_on_device): Initialize it. * console.c (complex_vars_of_console): New variable `tty-erase-char'. * conslots.h (MARKED_SLOT): New slot. Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com> * frame.c, frame-tty.c Treat tty frames like a cross between stacked window system frames and frames on virtual displays. All frames but the top frame are visible but hidden by default. next-frame and previous-frame now skip invisible tty frames by default. raise-frame and lower-frame now control whether a frame is hidden instead of whether it is visible. Frames are no longer automatically raised when they are selected. After a raise/lower operation selection of the new topmost frame is deferred until a selection magic event is read. Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com> * frame-tty.c (tty_init_frame_3: Defer selection of the newly created frame until an event is read. 1997-06-02 Steven L Baur <steve@altair.xemacs.org> * search.c (REGEXP_CACHE_SIZE): Bump to 20. Suggested by Karl M. Hegbloom <karlheg@inetarena.com> 1997-05-30 Steven L Baur <steve@altair.xemacs.org> * device-tty.c (tty_asynch_device_change): * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the mouse stuff on an XTerm, and resets the internal GPM variables for the width and height of the screen when we get a sigwinch. From William M. Perry <wmperry@aventail.com> 1997-05-29 Steven L Baur <steve@altair.xemacs.org> * eval.c (Fprogn): Delete mocklisp support. (Fwhile): Ditto. (Fcommandp): Ditto. (Feval): Ditto. (funcall_recording_as): Ditto. (funcall_lambda): Ditto. * elhash.c (verify_function): Delete mocklisp support. * doc.c (Fdocumentation): Delete mocklisp support. * data.c (wrong_type_argument): Delete mocklisp support. * config.h.in: Delete mocklisp support. * callint.c (Fcall_interactively): Delete mocklisp support. * emacs.c (main_1): Delete mocklisp initialization. * symsinit.h: Delete mocklisp.c decls. * Makefile.in.in: Delete mocklisp stuffs. Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com> * frame.c (change_frame_size_1): Drop code that returns immediately if the old frame size is equal to the new. Leave the minibuffer height the same if the frame has been initialized, and the minibuffer height is tall enough to display at least one line of text in the default font, and the old minibuffer height is a multiple of the default font height. This should cause the minibuffer height to be recomputed on font changes but not for other frame size changes, which seems reasonable. 1997-05-26 Steven L Baur <steve@altair.xemacs.org> * event-stream.c (Frecent_keys): Take optional parameter to indicate how many keystrokes to return. (Frecent_keys_ring_size): New function returns the maximum number of events `recent-keys' can return. (Fset_recent_keys_ring_size): New function. Modifies the above. From Hrvoje Niksic <hniksic@srce.hr> * event-stream.c: New variable recent_keys_ring_size replacing a hard-coded macro. 1997-05-23 Steven L Baur <steve@altair.xemacs.org> From Hrvoje Niksic <hniksic@srce.hr> * sysdep.c: Correction of subprocess support when compiling without ttys. 1997-05-21 Steven L Baur <steve@altair.xemacs.org> * editfns.c (format-time-string): Update DOCstring. Make time parameter optional. Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com> * src/insdel.c (signal_first_change): record the current buffer for the unwind instead of the buffer that's about to become the current buffer. Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org> * frame.c: Correct spelling typo in docstring. Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM> * src/redisplay.c: (window_line_number) don't prefer buffer point value over window point value unless window, frame, device and console are all selected. * src/redisplay.c: (redisplay_window) don't prefer buffer point value over window point value unless window, frame, device and console are all selected. * src/redisplay.c: (create_text_block) don't prefer buffer point value over window point value unless window, frame, device and console are all selected. Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (distclean): remove xemacs-version.h. Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM> * src/frame.c (change_frame_size_1): return without doing anything if the frame has benn initialized and the new frame size is same as the current frame size. Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org> * device-tty.c (tty_asynch_device_change): Make `no-redraw-on-reenter' work. Patch from Hrvoje Niksic. Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr> * frame-tty.c: Support multiple frames. * redisplay.c (decode_mode_spec): New coding `%N'. Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org> * buffer.c: Rename Vdelete_auto_save_files to coding standards. * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding standards. Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org> * frame.c: Change internal type of `allow-deletion-of-last-visible-frame' to boolean. * buffer.c: Change internal type of `delete-auto-save-files' to boolean. Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org> * redisplay.c: `column-number-start-at-one' is a user customizable variable. * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is a user customizable variable. * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a user customizable variable. * lread.c (parse_integer): Fix incorrect upper bounds on loop. Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org> * glyphs-x.c (Fmake_subwindow): Update error message. Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org> * lread.c: New variable featurep. (read1): Add processing for #- and #+. (read_list_conser): Handle case where a feature test has removed a portion of the input stream. (vars_of_lread): New feature `xemacs'. * fns.c (Ffeaturep): Remove function when using #-, #+ feature reader syntax. * Makefile.in.in (lisp): Put features.elc in the dump list. Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr> * buffer.c (Fmake_indirect_buffer): Don't pretend it's there. Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org> * glyphs-x.c: libpng already includes setjmp.h, so don't attempt to include it twice. Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org> * balloon-x.c (vars_of_balloon_x): Don't override advertised and supported balloon-help. Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org> * emacs.c (main_1): Add syms_of_balloon_x and guard with HAVE_X_WINDOWS. (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS. * process.c (get_process): This function can be passed a BUFFER as a parameter. Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM> * src/menubar-x.c (pre_activate_hook): set in_menu_callback around call to call to menu_item_descriptor_to_widget_value. * src/event-stream.c (Fnext_event): signal error if in_menu_callback non-nil to avoid reentering the menubar code and causing a crash later. * src/cmdloop.c (command_loop_3): signal error if in_menu_callback non-nil to avoid inflooping calling Fnext_event, which will signal an error if the situation is not caught earlier. Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr> * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform to XEmacs coding standards. Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org> * balloon-x.c: New file from Douglas Keller. * balloon_help.c: New file from Douglas Keller. * balloon_help.h: New file from Douglas Keller. Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org> * emacs.c (shut_down_emacs): Advertise using send-pr as the mechanism for submitting a bug report. * Makefile.in.in: Handle pathological case of mis-autodetected TOOLTALK. Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu> * regex.c (re_search_2): Prevent incorrect matching and infinite loop with \\` and MULE. Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs. * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch from Joachim Schnitter). * Makefile.in.in: Allow native sound for BSD/I. * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf. Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to avoid dump time lossage. (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf. (sndcnv8S_2mono): Ditto. (sndcnv2monounsigned): Ditto. (sndcnv2unsigned): Ditto. (sndcnvULaw_2mono): Ditto. (sndcnv16_2monoLE): Ditto. (sndcnv16_2monoBE): Ditto. (sndcnv2byteLE): Ditto. (sndcnv2byteBE): Ditto. (sndcnv2monobyteLE): Ditto. (sndcnv2monobyteBE): Ditto. (linux_play_data_or_file): Ditto. (linux_play_data_or_file): Ditto. (linux_play_data_or_file): Ditto. Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM> * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all image *_instantiate functions so that the domsin is available to specifier lookups in the various instantiator functions. Passed domain argument to extract_xpm_color_names for the Fspecifier_instance call. Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org> * glyphs-x.c (extract_xpm_color_names): Add checking to handle case for when XEmacs is in initialization. * events.c (Fevent_type): Remove handling for dead_event. (Fevent_properties): Remove handling for dead_event. Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu> * ntproc.c (sys_spawnve): Clean up GC protection. * fileio.c (Ffile_executable_p): Clean up GC protection. Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org> * glyphs.c: Undo duplicate declaration of display_table. * glyphs.h: Back out name change of autodetect to automatic_conversion. * glyphs.c: Back out name change of autodetect to automatic_conversion. * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out name change of autodetect to automatic_conversion. * events.c (Fevent_properties): Do something sensible for dead_event and empty_event. * general.c: Restore autodetect symbol. * emacsfns.h: Declare new symbol Qempty. * general.c: Add symbol to identify empty events. * events.c (Fevent_type): Don't abort() when presented with an empty_event or a dead_event. Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu> * xmu.c: Renamed local `initialized' variable to `hex_initialized' and don't assign to static, as some compilers crash. (initHexTable): Use it. (XmuReadBitmapData): Use it. Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu> * fileio.c (Fexpand_file_name): Clean up GC protection. * dired.c (Fdirectory_files): Clean up GC protection. * insdel.c (signal_after_change): Don't run after_change_functions on special Vprin1_to_string_buffer. (signal_before_change): Ditto for before_change_functions. Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu> * buffer.c (Fkill_buffer): Don't kill special Vprin1_to_string_buffer. Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (xemacs-version.h): Added to rename main_1 to something reflecting the XEmacs version in use (for lusers reporting crashes who forget to include the version number). * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP. * sound.c: Strip HAVE_NEXTSTEP. * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP. * faces.c: Strip HAVE_NEXTSTEP. (update_EmacsFrame): Ditto. * events.c (event_equal): Strip HAVE_NEXTSTEP. (event_hash): Ditto. (format_event_object): Ditto. * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP. * emacs.c (main_1): Strip HAVE_NEXTSTEP. Attempt hack to change name of main_1 to something reflecting the current version for lusers who don't include version numbers with stack backtraces. * device.c: Strip HAVE_NEXTSTEP. * console.c (Fconsole_type): Remove reference to unimplemented ns windows type. Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org> * frame.h: Strip NeXTStep stuff. * device.h: Strip NeXTStep stuff. * console.h: More NeXTStep trimming. * console-x.h: Strip Epoch stuff. * symsinit.h (init_sunpro): Strip vms/Epoch stuff. * events.h (union magic_data): Strip NeXTStep stuff. * console.h: Strip NeXTStep stuff. * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out. * Makefile.in.in: Remove unused NeXTStep support. It's all in the cvs attic if someone wishes to revive it. (epoch.o): Remove last vestiges of non-existent epoch support. Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org> * fns.c: Correct DOC string to not equate integers and characters. Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com> * s/decosf4.0-static.h: New file. Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org> * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to deal with upgraded movemail.c. Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org> * inline.c: Restore this blasphemous file. * Makefile.in.in (inline.o): Restore the bletcherous inline.c. Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu> * fileio.c (barf_or_query_if_file_exists): GC fixes. (Ffile_readable_p): ditto. (Ffile_writable_p): ditto. (Ffile_symlink_p): ditto. (Ffile_accessible_directory_p): ditto. * sound.c (Fplay_sound_file): Fix up gc problems with file handlers. * buffer.c (Fkill_buffer): Fix up buffer killing problems with file handlers. * sysdep.c (sys_subshell): Fix up gc problems with file handlers. * callproc.c (Fcall_process_internal): Fix up gc problems with file handlers. Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org> * ralloc.c (MHASH): Make 64bit Alpha happier. Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu> * fileio.c (auto_save_expand_name_error): New function. (auto_save_expand_name): Ditto. (Fdo_auto_save): Protect against an error in Fexpand_file_name from kicking us inappropriately out of auto-save. Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org> * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc 2.1 (suggested by Andreas Jaeger). Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu> * profile.c: Fixed some comments about GC status of functions. * profile.c (inside_profiling): New variable to lock the profiling table. (sigprof_handler): Check it. (Fget_profiling_info): Set it. (mark_profiling_info): Set it. (Fclear_profiling_info): Set it. * eval.c (PUSH_BACKTRACE): New macro. (POP_BACKTRACE): Ditto. * eval.c (Fcommand_execute): Use them and fix problem with backtrace_list build ordering requirements for profiling code. (Feval): Ditto. (funcall_recording_as): Ditto. Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in: strip inline.o. Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu> * fileio.c (call2_check_string_or_nil): New function. (Ffile_name_directory): Use it. (Fsubstitute_in_file_name): Use it. * fileio.c (Fexpand_file_name): GC protect against file handlers. (Fdelete_file): ditto (Ffile_writable_p): ditto (Ffile_directory_p): ditto (Ffile_regular_p): ditto (Fset_file_modes): ditto (Ffile_newer_than_file_p): ditto (Fset_visited_file_modtime): ditto *fileio.c (Ffile_truename): Unneccessary GC protection. (Fdelete_directory): Fix broken caller-must-GC-protect call. * filelock.c (lock_file): New comments warning that this function may kill the current buffer. (unlock_file): ditto (Flock_buffer): ditto (Funlock_buffer): ditto (unlock_buffer): ditto * filelock.c (unlock_all_files): GC protect against unlock_file killing random buffers. * buffer.c (Fkill_buffer): GC protect against unlock_file killing the buffer. * insdel.c (prepare_to_modify_buffer): GC protect against lock_file() killing the buffer. Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org> * mule-coding.c (vars_of_mule_coding): Add enable-multibyte-characters for MULE compatibility. Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org> * glyphs-x.c: Implement a dummy function to insert a fake EOI marker if called. Based on code from William Perry. Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org> * menubar-x.c (pre_activate_callback): Attempt to avoid recursive expansion of submenus via :filter expansion. * glyphs-x.c (x_print_image_instance): Move define of HAVE_SUBWINDOWS to glyphs-x.h. (our_skip_input_data): Implement with some error checking based on patch by Dominic Froud. * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from barfing. Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org> * glyphs-x.c: Strip unimplemented subwindows code. Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu> * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the first image out of a multi-image or animated gif. Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (xemacs): Invert sense of test for successful completion of XEmacs dump. Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu> * fileio.c (Fdo_auto_save): Protect against file handlers which may kill the buffer being saved or otherwise modify Vbuffer_alist. Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Add auto-customize.elc. Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu> * extents.c (extent_changed_for_redisplay): New parameter. (extent_changed_for_redisplay): Notify redisplay if invisible text has become visible. (extent_maybe_changed_for_redisplay): New parameter. (extent_attach): Use it. (extent_detach): Use it. (Fset_extent_parent): Use it. (set_extent_invisible): Use visibility change parameter. (Fset_extent_face): Ditto. (Fset_extent_mouse_face): Ditto. (set_extent_glyph): Ditto. (do_highlight): Ditto. Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org> * s/sunos4-1-4-shr.h: New file. * s/sunos4-1-4.h: New file. * s/sunos4-1.h (BROKEN_SIGIO): Define. Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org> * emacs.c (fatal_error_signal): (mostly) useless check on /usr/proc/bin/pstack removed. * s/bsdos3.h: New file for BSDI 3.0. * editfns.c (Fchar_equal): Correct DOC string. (Fchar_Equal): (char=) CL Case sensitve comparison added. * data.c (Fcharacterp): Make DOC string less confrontational. Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com> * input-method-motif.c (XIM_init_frame): Fix XIM crash on some versions of X11R6 XIM. Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org> * minibuf.c (regexp_ignore_completion_p): Reverse meaning of completion-regexp-list. Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org> * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!! message. Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org> * process.c (get_internet_address): Put upper bounds on attempting to get system name (similar to nearly identical processing in sysdep.c. Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org> * puresize.h (PURESIZE): *Must* use angle brackets for puresize_adjust.h or build will lose with --srcdir. * alloc.c (report_pure_usage): Adjust error message printed when too low on PURESIZE. * Makefile.in.in: Move site-packages. Add vpath correction for puresize_adjust.h. Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Remove custom-xmas.elc. Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org> * doc.c (weird_doc): Don't print `duplicate' messages as they are almost always due to symbols that are both autoloaded and dumped. * data.c (syms_of_data): char-int and int-char -> char-to-int and int-to-char. Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (xemacs): Loop when dumping until SATISFIED. * lstream.c (signal_simple_internal_error): Remove the abort(). * alloc.c (Fpurecopy): Make it work for byte compiled functions. (Fgarbage_collect): Disable garbage collection if we're dumping XEmacs and we've overflowed purespace. Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu> * event-Xt.c (change_frame_visibility): New function. (handle_map_event): Use it. (emacs_Xt_handle_magic_event): Correction of handling of VisibilityNotify. Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org> * frame-x.c (x_frame_visible_p): Reverse previous change. Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu> * regex.c (re_search_2): Properly handle crossing the buffer gap when doing a backwards search under MULE. Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in: make-docfile takes a "-i" parameter to pass site-loaded lisp files. * alloc.c (report_pure_usage): Adjust restart message. Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in: Add PURESIZE.h to special treatment in vpath. * alloc.c (PURESIZE_h): New function. (report_pure_usage): Use it. If PURESIZE is not the right amount, use the correct value. * puresize.h: Use dynamic computation of PURESIZE. * PURESIZE.h: New file. * fns.c (Frandom): Fix docstring. Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com> * process.c (record_exited_processes): Fix obvious typo in checking for SIGCLD. Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com> * scrollbar.c (update_scrollbar_instance): Fix for all-hail-xemacs scrollbar drag bug. * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3) as end-of-buffer does, instead of hostile Frecenter(0). Makes C-button-1 on down-arrow friendlier. Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au> Initial MS Windows NT support. * unexnt.c: New file. * ntproc.c: New file. * ntheap.h: New file. * ntheap.c: New file. * nt.h: New file. * nt.c: New file. Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org> * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2. * gmalloc.c: Guard __getpagesize definition against glibc 2. Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Snarf docstrings from new file itimer-autosave.elc. Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch> * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame freezing bug. Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk> * buffer.c (Fbuffer_disable_undo): Default to current buffer. Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Dump new file custom-xmas.elc. Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org> * print.c (Ferror_message_string): New function, ported from Emacs 19.34. (print_error_message): Ditto. * extents.c (verify_extent_mapper): Experimental deletion of code to allow deletion of read-only extents. * symbols.c (hash_string): Replace algorithm with one given in Aho, Sethi & Ullman. Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org> * keymap.c (lookup_keys): Wrong sense in test. * Makefile.in.in: Dont dump font.elc. Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org> * cmds.c: Define new symbol signal-error-on-buffer-boundary. (Fforward_char): Use it. (Fbackward_char): Use it. * window.c (Fscroll_up): Use it. (Fscroll_down): Use it. * keymap.c (syms_of_keymap): define mouse-[123] and down-mouse-[123] pseudo-keysym aliases for Emacs compatibility. Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in: Don't dump tm with XEmacs under any circumstances. * puresize.h: Remove extra SunPro puresize for MULE+tm. Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net> * emacs.c (main_1): Fix NeXT malloc initialization. Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org> * mule-coding.c (Fdecode_coding_region): Make explicit call to `barf_if_buffer_read_only'. (Fencode_coding_region): Ditto. Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org> * extents.c (syms_of_extents): Remove references to replicating extents. * extents.h (struct extent): Remove references to replicating extents. Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp> * mule-coding.c (ENCODE_SJIS): Correct typo. Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org> * frame.c (delete_frame_internal): Protect against deletion of frames with living popup children. Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU> * emacs.c (main_1): Try to avoid collisions against potentially incompatible system mallocs. Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com> * redisplay.c: Activate face/charset redisplay caching. Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com> * eval.c (do_debug_on_exit): Don't restore old value of debug_on_next_call improperly. Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se> * frame.c (frame_matches_frametype): Fix next-window when the next window is on another frame. Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org> * syntax.c (scan_sexps_forward): Change test on targetdepth to match Emacs 19.34. Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net> * gmalloc.c: Corrections for namespace collision with Linux libc malloc. Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu> * fileio.c (Fwrite_region_internal): pack lockname to write-region handler. Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU> * gmalloc.c (malloc): Guard against incompatible system mallocs with conflicting symbols. Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org> * redisplay.c (add_emchar_rune): Back out optimization change of caching last_charset. Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr> * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy. And I *do* mean buggy. Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org> * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode. Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA. Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org> * puresize.h (BASE_PURESIZE): Tighten up. * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif code. (scrollbar-page-down): Ditto. * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to Lucid/Motif code. (x_update_vertical_scrollbar_callback): Ditto. (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid special case code. * scrollbar-x.h (struct x_scrollbar_data): Add start drag position for Athena3d. * redisplay-output.c (redisplay_update_line): A vain attempt to get the Athena vertical thumb adjusted after drag. * EmacsFrame.c: Default to lower/right with Athena3d libraries. Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk> * m/aviion.h: Remove definition of m88k. * s/dgux5-4r4.h: New file. Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org> * buffer.h: Put proper typecasts on calls to alloca(). Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org> * config.h.in: Add LWLIB_USES_ATHENA symbol * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both Athena and Motif in the same link. Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr> * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the volume is set to 0. Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net> * s/nextstep.h (signal_handler_t): define as int. Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com> * src/event-Xt.c (emacs_Xt_handle_magic_event): (frame-totally-visible-p) sometimes incorrectly returned nil. Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com> * menubar-x.c (pre_activate_callback): Correctly handle buffer local variables in :included clauses. (compute_menubar_data): Ditto. Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com> * redisplay.c (add_emchar_rune): Enable last_charset display optimization. Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU> * event-stream.c (Faccept_process_output): Avoid checking an uninitialized variable. Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org> * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS to match Emacs 19.34. Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com> * sysdep.c (sys_execvp): Fix when compiled with --const-is-losing=no. Old code could crash if argv contained non-ascii characters and the execvp failed and then caller examined argv (for error message, for example). Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only. Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com> * minibuf.c (Ftry_completion): Don't crash if not given a proper obarray. Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au> * objects-x.c (x_initialize_font_instance): Hardcode 'n' for default font width. Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de> * Makefile.in.in: Linking with canna requires -lRKC. Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be> * gmalloc.c: Don't declare __sbrk on SparcLinux. Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu> * Makefile.in.in: IRIX6 can use sgiplay.c too. Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org> * toolbar.c (specifier_vars_of_toolbar): Clean up fallback specifiers so XEmacs can be built without tty support. * console-stream.c: Moved function bodies of semi_canonicalize_console_connection, canonicalize_console_connection, semi_canonicalize_device_connection, and canonicalize_device_connection into this file from console-tty.c. Moved variable Vstdio_str into this file. * console-tty.c: See above. Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net> * m/next.h: Cleanup accumulated cruft. * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP. * syssignal.h: Don't typedef SIGTYPE on NeXT. Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de> * m/ibmrs6000.inp: Added various get.* symbols. Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org> * m/next.h: Remove signal_handler_t #define. * s/nextstep.h: Remove signal_handler_t #define. Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM> * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG. Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM> * fns.c (Ffillarray): Fix for (fillarray #*10 0) Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org> * bitmaps.h: Change to unsigned char. * frame-x.c (x_cde_transfer_callback): Typecast fix. * keymap.c (define_key_check_and_coerce_keysym): Typecast fix. Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org> * Makefile.in.in (lisp): Remove cc-mode as a dumped package. * keymap.c (define_key_check_and_coerce_keysym): Make obsolete binding of kp_.* not lose. * bitmaps.h: Add left & right arrows to show extended lines. Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU> * event-stream.c (event_stream_wakeup_pending_p): New function. (Faccept_process_output): Fix timeout handling race conditions. (Fsleep_for): Ditto. (Fsit_for): Ditto. Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com> * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines. Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu> * syssignal.h: The declaration of SIGTYPE shouldn't be protected by HAVE_SIGPROCMASK. Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com> * dgif_lib.c: Miscellaneous cleanup, including removing signed bitfields. * mule-charset.h: Change charset names. * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields. Change charset names. * mule-charset.c: Change charset names. * mule-canna.c: Change charset names. * EmacsShell-sub.c: Ansify and reformat. * console-tty.h (struct tty_console): Uniform unsigned bitfields. * glyphs-x.c: Ansify. * specifier.c: Use lisp_fn_t. * EmacsShell.c: Ansify. * vm-limit.c: Ansify. * emacsfns.h: Use lisp_fn_t. * lstream.c (struct filedesc_stream): Unsigned int bitfields. * xselect.c (hack_motif_clipboard_selection): Change charset name. (Fx_store_cutbuffer_internal): Change charset name. * ralloc.c: Ansify and clean up. * frame.h (struct frame): Uniform unsigned bit fields. * event-Xt.c: Documentation change. * lisp.h: Introduce lisp_fn_t. Remove SunPro C compiler warning message workaround. * xmu.c: Ansify. * doprnt.c (struct printf_spec): Use unsigned bitfields. * fileio.c: various code formatting changes. * eval.c: reorganize primitive funcalls. * config.h.in (NeedFunctionPrototypes): Force slightly better type checking in X header files. * Makefile.in.in: #undef i386, move mime-setup.elc?. * s/sunos4-0-shr.h: Documentation change. * s/sol2.h (__EXTENSIONS__): Add. Include <setjmp.h> under certain conditions. Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org> * lstream.c (Lstream_pseudo_close): Return status on error. (Lstream_close): Ditto. (Fixes disk full-no error on write bug). Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org> * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading because the in-core code is broken. Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org> * device-x.c (x_init_device): Don't make nonexistent X server the default when running on a tty. * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1. * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1. Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de> * lread.c (Fload_internal): Change arity of call to file-name-handlers. * fileio.c (Finsert_file_contents_internal): Ditto. Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions. (Fend_of_line, Fbeginning_of_line): Use them. Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com> * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h * s/hpux10.h: hpux9shr.h -> hpux9-shr.h Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org> * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k. Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM> * config.h.in: configure for POSIX getcwd if available. Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org> * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h. * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h. * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h. * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h. * s/hpux9-shr.h: Renamed from hpux9shr.h. * s/hpux8-shr.h: Renamed from hpux8shr.h. * s/hpux10-shr.h: Renamed from hpux10shr.h. Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org> * redisplay.c: Allow column numbers in modeline to start from 1.