annotate CHANGES-msw @ 776:79940b592197
[xemacs-hg @ 2002-03-15 07:43:14 by ben]
.cvsignore: ignore .tmp files that are getting auto-created by VC.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
alloc.c, emacs.c, lisp.h: add new -no-packages. make sure list of args for sorting is
actually correct. clean up arg parsing code.
xemacs.mak: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
author |
ben |
date |
Fri, 15 Mar 2002 07:43:43 +0000 |
parents |
512e4a478e9d |
children |
5b3cf2203477 |
rev |
line source |
674
|
1 CHANGES-msw
|
|
2
|
|
3 This file briefly describes all mswindows-specific changes to XEmacs
|
|
4 in the OXYMORON series of releases. The mswindows release branch
|
|
5 contains additional changes on top of the mainline XEmacs
|
|
6 release. These changes are deemed necessary for XEmacs to be fully
|
|
7 functional under mswindows. It is not intended that these changes
|
|
8 cause problems on UNIX systems, but they have not been tested on UNIX
|
|
9 platforms. Caveat Emptor.
|
|
10
|
|
11 See the file 'CHANGES-release' for a full list of mainline changes.
|
|
12
|
708
|
13 to XEmacs 21.4.6 "Common Lisp (Windows)"
|
|
14
|
|
15 - Made native registry entries match the installer.
|
|
16 - Fixed mousewheel lockups.
|
|
17 - Frame iconifcation fix from Adrian Aichner.
|
|
18 - Fixed some printing problems.
|
|
19 - Netinstaller updated to support kit revisions.
|
|
20 - Fixed customize popup menus.
|
|
21 - Fixed problems wiht too many dialog popups.
|
|
22 - Netinstaller fixed to correctly upgrade shortcuts when upgrading
|
|
23 core XEmacs.
|
|
24
|
674
|
25 to XEmacs 21.4.5 "Civil Service (Windows)"
|
|
26
|
|
27 - Fixed a scrollbar problem when selecting the frame with focus.
|
|
28 - Fixed `mswindows-shell-execute' under cygwin.
|
|
29 - Added a new function `mswindows-cygwin-to-win32-path' for JDE.
|
|
30 - Added support for dialog-based directory selection.
|
|
31 - The installer version has been updated to the 21.5 netinstaller. The 21.5
|
|
32 installer now does proper dde file association and adds uninstall
|
|
33 capability.
|
|
34 - Handle leak fix from Mike Alexander.
|
|
35 - New release build script.
|