Mercurial > hg > xemacs-beta
view src/ChangeLog @ 201:eb5470882647 r20-3b27
Import from CVS: tag r20-3b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:01:22 +0200 |
parents | 169c0442b401 |
children | 850242ba4a81 |
line wrap: on
line source
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: * src/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.