Mercurial > hg > xemacs-beta
view CHANGES-msw @ 930:eaedf30d9d76
[xemacs-hg @ 2002-07-23 08:34:59 by youngs]
2002-07-15 Jerry James <james@xemacs.org>
* make-docfile.c: Change whitespace and organization to reduce the
size of the diff against FSF Emacs sources and synch to Emacs 21.2.
Remove unused DO_REALLOC.
Mark XEmacs changes and additions more clearly.
Reintroduce previously deleted Emacs code inside #if 0 ... #endif.
* make-docfile.c (next_extra_elc): Replace goto with do-while.
* make-docfile.c (main): Put XEmacs-only args in one place.
* make-docfile.c (write_c_args): Change buff to buf to match
Emacs. Replace pointer arithmetic with simpler array syntax.
* make-docfile.c (scan_c_file): Note that DEFSIMPLE and DEFPRED no
longer exist. Correct the "name too long" test (off by one).
Die with message if a DEFUN has no docstring instead of hanging.
* make-docfile.c (scan_lisp_file): Introduce while loops used in
Emacs sources to skip consecutive blank lines.
2002-07-21 John Paul Wallington <jpw@xemacs.org>
* process.el (substitute-env-vars): New function; sync with
GNU Emacs 21.1.50.
(setenv): Add optional arg SUBSTITUTE-ENV-VARS; sync with
GNU Emacs 21.1.50.
2002-07-20 Mike Sperber <mike@xemacs.org>
* eval.c (run_post_gc_hook): Use more correct flags when running
post-gc-hook.
2002-07-20 Mike Sperber <mike@xemacs.org>
* process-unix.c (child_setup): Don't try to close file
descriptors for chid process once again---it's already being done
in close_process_descs.
(unix_create_process): Call begin_dont_check_for_quit to inhibit
unwanted interaction (and thus breaking of X event synchronicity)
in the child.
2002-07-15 Jerry James <james@xemacs.org>
* lisp.h: Make Qdll_error visible globally.
* symbols.c (check_sane_subr): Revert 2002-06-26 change.
Check only if !initialized.
* symbols.c (check_module_subr): Add parameter. Duplicate
check_sane_subr checks, but signal an error instead of asserting.
* symbols.c (defsubr): Use check_module_subr parameter.
* symbols.c (defsubr_macro): Ditto.
author | youngs |
---|---|
date | Tue, 23 Jul 2002 08:35:11 +0000 |
parents | 5b3cf2203477 |
children | 5df795348f45 |
line wrap: on
line source
CHANGES-msw This file briefly describes all mswindows-specific changes to XEmacs in the OXYMORON series of releases. The mswindows release branch contains additional changes on top of the mainline XEmacs release. These changes are deemed necessary for XEmacs to be fully functional under mswindows. It is not intended that these changes cause problems on UNIX systems, but they have not been tested on UNIX platforms. Caveat Emptor. See the file 'CHANGES-release' for a full list of mainline changes. to XEmacs 21.4.8 "Honest Recruiter (Windows)" - All changes from 21.4.6 and 21.4.7. - Make sure revert temporaries are not visiting files. Suggested by Mike Alexander. - File renaming fix from Mathias Grimmberger. - Fix printer metrics on windows 95 from Jonathan Harris. - Fix layout of widgets so that the search dialog works. - Fix focus capture of widgets under X. to XEmacs 21.4.7 "Economic Science (Windows)" - All changes from 21.4.6. - Fix problems with auto-revert with noconfirm. - Undo autoconf 2.5x changes. - Undo 21.4.7 process change. to XEmacs 21.4.6 "Common Lisp (Windows)" - Made native registry entries match the installer. - Fixed mousewheel lockups. - Frame iconifcation fix from Adrian Aichner. - Fixed some printing problems. - Netinstaller updated to support kit revisions. - Fixed customize popup menus. - Fixed problems wiht too many dialog popups. - Netinstaller fixed to correctly upgrade shortcuts when upgrading core XEmacs. - Fix for virtual window managers from Adrian Aichner. - Installer registers all C++ file types. - Short-filename fix from Peter Arius. - Fix for GC assertions from Adrian Aichner. - Winclient DDE client from Alastair Houghton. - Fix event assert from Mike Alexander. - Warning removal noticed by Ben Wing. - Redisplay glyph height fix from Ben Wing. - Printer margin fix from Jonathan Harris. - Error dialog fix suggested by Thomas Vogler. - Fixed revert-buffer to not revert in the case that there is nothing to be done. - Glyph-baseline fix from Nix. - Fixed clipping of wide glyphs in non-zero-length extents. - Windows build fixes. - Fixed :initial-focus so that it works. to XEmacs 21.4.5 "Civil Service (Windows)" - Fixed a scrollbar problem when selecting the frame with focus. - Fixed `mswindows-shell-execute' under cygwin. - Added a new function `mswindows-cygwin-to-win32-path' for JDE. - Added support for dialog-based directory selection. - The installer version has been updated to the 21.5 netinstaller. The 21.5 installer now does proper dde file association and adds uninstall capability. - Handle leak fix from Mike Alexander. - New release build script.