comparison ChangeLog @ 781:eba92770173a

[xemacs-hg @ 2002-03-18 10:13:39 by ben] stragglers: 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 doesnt 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:13:39 +0000
parents e65d9cf16707
children 026c5bf9c134
comparison
equal deleted inserted replaced
780:578cb2932d72 781:eba92770173a
1 2002-03-18 Ben Wing <ben@xemacs.org>
2
3 * README (http):
4 Include a long, long description of the suggested directory layout
5 for developing XEmacs. This should probably go as part of a
6 larger document, a "Getting Started with Developing XEmacs". ####
7 Does such a document exist?
8
9 * etc\unicode\mule-ucs\*: New directory, containing translation
10 files for the remaining charsets that are not in
11 unicode\unicode-consortium but are in mule-ucs.
12
13 * etc\unicode\other\*: New directory, containing translation
14 files made up on an ad-hoc basis.
15
16 * etc\unicode\README: Update.
17
18 2002-03-18 Ben Wing <ben@xemacs.org>
19
20 * Some ChangeLog entries from stuff that got applied long ago
21 never got checked in, due to the nasty SCCS "oops, i forgot again
22 ..." bug.
23
24 2001-05-04 Ben Wing <ben@xemacs.org>
25
26 * etc\check_cygwin_setup.sh (distdir): Update for current
27 Cygwin reality.
28
29 * etc\NEWS: Remove kill-whole-line changes.
30
31 2001-05-04 Ben Wing <ben@xemacs.org>
32
33 * PROBLEMS:
34 * PROBLEMS (Note):
35 Correct general info about init file.
36 Fix up Cygwin, Windows sections.
37
38 2001-04-17 Ben Wing <ben@xemacs.org>
39
40 * etc\NEWS: More changes.
41
42 * etc\sample.init.el (grep-all-files-in-current-directory-and-below):
43 Missing argument.
44
45 2001-04-15 Ben Wing <ben@xemacs.org>
46
47 * etc\NEWS:
48 * etc\NEWS (C):
49 * etc\NEWS (commands):
50 Many, many changes for XEmacs 21.4.
51
1 2002-03-15 Ben Wing <ben@xemacs.org> 52 2002-03-15 Ben Wing <ben@xemacs.org>
2 53
3 * configure.in (XE_COMPUTE_RUNPATH): 54 * configure.in (XE_COMPUTE_RUNPATH):
4 check for sys/times.h. 55 check for sys/times.h.
5 56