Mercurial > hg > xemacs-beta
annotate CHANGES-msw @ 780:578cb2932d72
[xemacs-hg @ 2002-03-18 10:07:30 by ben]
config.inc.samp, xemacs.mak: Deal with never-ending perl quoting problems.
README: Include a long, long description of the suggested directory layout
for developing XEmacs. This should probably go as part of a
larger document, a "Getting Started with Developing XEmacs". ####
Does such a document exist?
etc\unicode\mule-ucs\*: New directory, containing translation
files for the remaining charsets that are not in
unicode\unicode-consortium but are in mule-ucs.
etc\unicode\other\*: New directory, containing translation
files made up on an ad-hoc basis.
etc\unicode\README: Update.
* Some ChangeLog entries from stuff that got applied long ago
never got checked in, due to the nasty SCCS "oops, i forgot again
..." bug.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
dumped-lisp.el: Load the remaining languages -- lao, indian, devanagari, tibetan.
Load new file mule-msw-init-late.
unicode.el: Load the new tables for Ethiopic, Vietnamese, and other languages
extracted from mule-ucs.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
dumped-lisp.el: Load the remaining languages -- lao, indian, devanagari, tibetan.
Load new file mule-msw-init-late.
unicode.el: Load the new tables for Ethiopic, Vietnamese, and other languages
extracted from mule-ucs.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
fns.c, lread.c: Add variable require-prints-loading-message to cause loading
messages to get printed when a file is loading during a `require',
which normally doesn't happen. This can be set using env var
XEMACSDEBUG to debug problems with non-interactive compilation.
Modify load-internal so it prints "Requiring: ..." instead of
"Loading: ..." when appropriate.
author | ben |
---|---|
date | Mon, 18 Mar 2002 10:07:39 +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. |