Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 1330:4542b72c005e
[xemacs-hg @ 2003-03-01 07:25:26 by ben]
build patch
Makefile.in.in: Move src deletions to src/Makefile.in.in.
dump-paths.el, dumped-lisp.el: Delete. Combine stuff into setup-paths.el.
find-paths.el: Removed.
Make this file contain generic routines only. Move stuff to
compute Emacs roots to setup-paths.el.
startup.el: Removed.
Move these variables into setup-paths.el.
setup-paths.el, startup.el: Removed.
Combine all high-level code for computing the paths into
setup-paths.el. Create new function startup-find-load-path to
encapsulate all logic for computing `load-path'. Eliminate
invocation-directory and invocation-name parameters since
there is no point (false generality) -- the code references
other globals, which cannot be specified. Eliminate some code
duplicated between setup-paths.el and startup.el. Clean up
the debug-paths code and output load-path in addition.
Add logic to paths-emacs-root-p to support separated source
and build trees.
loadup.el, make-docfile.el, update-elc-2.el, update-elc.el: Rewrite to allow for separated source and build trees, as may occur
in MS Windows.
NOTE TO BUILD HACKERS:
loadup.el, make-docfile.el, update-elc.el and update-elc-2.el made two
assumptions that are no longer correct:
(1) The source and build trees are in the same place.
(2) They can make assumptions about where `.' is.
These files now compute the locations of the source and build
roots at the top of the file. *ALL* constant file names or path
snippets must now be made absolute using expand-file-name and one
of these roots.
dumped-lisp.el, packages.el: Removed.
Remove some unused lists of Lisp files. packages-hardcoded-lisp
(empty, in any case) moved to dumped-lisp.el.
startup.el: When a compiled init file is out-of-date wrt the uncompiled
version, load the uncompiled version and issue a nasty warning.
update-elc-2.el: Force touching of auto-autoloads files when REBUILD_AUTOLOADS
was set.
update-elc.el: Fix code that checks whether dumping is necessary to check against
xemacs.dmp, not xemacs.exe, when Unix and pdump.
lwlib-Xm.c: Fix compile warning.
README, config.inc.samp, xemacs.mak: -- Major reorganization and cleanup.
-- Add support for separated build tree and source tree.
-- Delete all support for X Windows building, since it's
totally bit-rotten and will never be fixed up. Instruct
people to use Cygwin if they want such support.
make-build-dir: New script to create a skeleton build tree for use with
separated build and source tree compilation.
m/acorn.h, m/alliant-2800.h, m/alliant.h, m/altos.h, m/amdahl.h, m/arm.h, m/att3b.h, m/aviion.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h, m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/ews4800r.h, m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, m/intel386.h, m/iris4d.h, m/iris5d.h, m/iris6d.h, m/irist.h, m/m68k.h, m/masscomp.h, m/mg1.h, m/mips-nec.h, m/mips-siemens.h, m/mips.h, m/nh3000.h, m/nh4000.h, m/ns32000.h, m/plexus.h, m/powerpc.h, m/sequent-ptx.h, m/sequent.h, m/sgi-challenge.h, m/stride.h, m/tad68k.h, m/targon31.h, m/tekxd88.h, m/template.h, m/tower32.h, m/tower32v3.h, m/ustation.h, m/wicat.h, m/xps100.h, data.c, doc.c, editfns.c, emacs.c, lrecord.h, ntheap.c, process-unix.c, sysdep.c, unexec.c: Delete all support for bit-rotten CANNOT_DUMP. Just use pdump.
Makefile.in.in: Lots o' cleanup. Use names like LISP, SRC instead of
lispdir, srcdir, for consistency with xemacs.mak and the
conventions in the rest of the file. Eliminate use of ${...}
in favor of $(...), to make it easier to move code between
this file and xemacs.mak. Fix dependency handling wrt
NEEDTODUMP to eliminate problems some people (e.g. Vin) have
been seeing with non-GNU makes. Write a long section about
the subtle but oh-so-important differences in dependency
processing between nmake, make, and GNU make. Add
unicode-encapsulate target, from xemacs.mak.
chartab.c, lrecord.h: Fix crash due to attempt to free objects across dump/undump.
author | ben |
---|---|
date | Sat, 01 Mar 2003 07:25:56 +0000 |
parents | b531bf8658e9 |
children | 1b0339b048ce |
comparison
equal
deleted
inserted
replaced
1329:389741884c65 | 1330:4542b72c005e |
---|---|
1 2003-02-28 Ben Wing <ben@xemacs.org> | |
2 | |
3 * dump-paths.el: | |
4 * dump-paths.el (startup-setup-paths): Removed. | |
5 * dumped-lisp.el (preloaded-file-list): | |
6 Delete. Combine stuff into setup-paths.el. | |
7 | |
8 * find-paths.el: | |
9 * find-paths.el (paths-chase-symlink): | |
10 * find-paths.el (paths-emacs-root-p): Removed. | |
11 * find-paths.el (paths-construct-path): | |
12 * find-paths.el (paths-find-emacs-root): Removed. | |
13 * find-paths.el (paths-emacs-data-root-p): Removed. | |
14 * find-paths.el (paths-find-emacs-roots): Removed. | |
15 Make this file contain generic routines only. Move stuff to | |
16 compute Emacs roots to setup-paths.el. | |
17 | |
18 * startup.el: | |
19 * startup.el (emacs-roots): Removed. | |
20 * startup.el (emacs-data-roots): Removed. | |
21 * startup.el (user-init-directory-base): Removed. | |
22 * startup.el (user-init-directory): Removed. | |
23 * startup.el (user-init-file-base): Removed. | |
24 * startup.el (user-init-file-base-list): Removed. | |
25 * startup.el (user-home-init-file-base-list): Removed. | |
26 * startup.el (load-home-init-file): Removed. | |
27 * startup.el (load-user-init-file-p): Removed. | |
28 Move these variables into setup-paths.el. | |
29 | |
30 * setup-paths.el: | |
31 * setup-paths.el (emacs-roots): New. | |
32 * setup-paths.el (emacs-data-roots): New. | |
33 * setup-paths.el (user-init-directory-base): New. | |
34 * setup-paths.el (user-init-directory): New. | |
35 * setup-paths.el (user-init-file-base): New. | |
36 * setup-paths.el (user-init-file-base-list): New. | |
37 * setup-paths.el (user-home-init-file-base-list): New. | |
38 * setup-paths.el (load-home-init-file): New. | |
39 * setup-paths.el (load-user-init-file-p): New. | |
40 * setup-paths.el (paths-emacs-root-p): New. | |
41 * setup-paths.el (paths-emacs-data-root-p): New. | |
42 * setup-paths.el (paths-find-emacs-root): New. | |
43 * setup-paths.el (paths-find-emacs-roots): New. | |
44 * setup-paths.el (startup-find-load-path): New. | |
45 * setup-paths.el (startup-setup-paths): New. | |
46 * setup-paths.el (configure-package-path): New. | |
47 * setup-paths.el (startup-find-load-path-for-packages): New. | |
48 * startup.el (normal-top-level): | |
49 * startup.el (startup-find-roots-warning): Removed. | |
50 Combine all high-level code for computing the paths into | |
51 setup-paths.el. Create new function startup-find-load-path to | |
52 encapsulate all logic for computing `load-path'. Eliminate | |
53 invocation-directory and invocation-name parameters since | |
54 there is no point (false generality) -- the code references | |
55 other globals, which cannot be specified. Eliminate some code | |
56 duplicated between setup-paths.el and startup.el. Clean up | |
57 the debug-paths code and output load-path in addition. | |
58 Add logic to paths-emacs-root-p to support separated source | |
59 and build trees. | |
60 | |
61 * loadup.el: | |
62 * loadup.el (build-root): New. | |
63 * loadup.el (source-lisp): New. | |
64 * loadup.el (source-root): New. | |
65 * loadup.el (really-early-error-handler): | |
66 * make-docfile.el: | |
67 * make-docfile.el (build-root): New. | |
68 * make-docfile.el (build-lib-src): New. | |
69 * make-docfile.el (source-lisp): New. | |
70 * make-docfile.el (source-src): New. | |
71 * make-docfile.el (process-args): | |
72 * make-docfile.el (load-path): | |
73 * make-docfile.el ("raw-process.el"): | |
74 * make-docfile.el ((preloaded-file-list)): | |
75 * make-docfile.el (docfile-out-of-date): | |
76 * update-elc-2.el (batch-update-elc-2): | |
77 * update-elc.el: | |
78 * update-elc.el (undumped-exe): Removed. | |
79 * update-elc.el (dumped-exe-out-of-date-wrt-dump-files): Removed. | |
80 * update-elc.el (exe-target): New. | |
81 * update-elc.el (dump-target): New. | |
82 * update-elc.el (dump-target-out-of-date-wrt-dump-files): New. | |
83 * update-elc.el (build-root): New. | |
84 * update-elc.el (source-lisp): New. | |
85 * update-elc.el (source-lisp-mule): New. | |
86 * update-elc.el (source-root): New. | |
87 * update-elc.el (aa-lisp): New. | |
88 * update-elc.el (aac-lisp): New. | |
89 * update-elc.el (aa-lisp-mule): New. | |
90 * update-elc.el (aac-lisp-mule): New. | |
91 * update-elc.el ((preloaded-file-list site-load-packages files-to-process)): | |
92 Rewrite to allow for separated source and build trees, as may occur | |
93 in MS Windows. | |
94 | |
95 NOTE TO BUILD HACKERS: | |
96 | |
97 loadup.el, make-docfile.el, update-elc.el and update-elc-2.el made two | |
98 assumptions that are no longer correct: | |
99 | |
100 (1) The source and build trees are in the same place. | |
101 (2) They can make assumptions about where `.' is. | |
102 | |
103 These files now compute the locations of the source and build | |
104 roots at the top of the file. *ALL* constant file names or path | |
105 snippets must now be made absolute using expand-file-name and one | |
106 of these roots. | |
107 | |
108 * dumped-lisp.el: | |
109 * dumped-lisp.el (packages-hardcoded-lisp): New. | |
110 * packages.el: | |
111 * packages.el (packages-hardcoded-lisp): Removed. | |
112 * packages.el (packages-useful-lisp): Removed. | |
113 * packages.el (packages-unbytecompiled-lisp): Removed. | |
114 Remove some unused lists of Lisp files. packages-hardcoded-lisp | |
115 (empty, in any case) moved to dumped-lisp.el. | |
116 | |
117 * startup.el (find-init-file-1): New. | |
118 * startup.el (find-user-home-directory-init-file): | |
119 When a compiled init file is out-of-date wrt the uncompiled | |
120 version, load the uncompiled version and issue a nasty warning. | |
121 | |
122 * update-elc-2.el (batch-update-elc-2): | |
123 Force touching of auto-autoloads files when REBUILD_AUTOLOADS | |
124 was set. | |
125 | |
126 * update-elc.el ((preloaded-file-list site-load-packages files-to-process)): | |
127 Fix code that checks whether dumping is necessary to check against | |
128 xemacs.dmp, not xemacs.exe, when Unix and pdump. | |
129 | |
1 2003-02-20 Ben Wing <ben@xemacs.org> | 130 2003-02-20 Ben Wing <ben@xemacs.org> |
2 | 131 |
3 * mule/mule-cmds.el: | 132 * mule/mule-cmds.el: |
4 * mule/mule-cmds.el (get-native-coding-system-from-language-environment): | 133 * mule/mule-cmds.el (get-native-coding-system-from-language-environment): |
5 * mule/mule-cmds.el (set-language-environment-coding-systems): | 134 * mule/mule-cmds.el (set-language-environment-coding-systems): |