SCM

SCM Repository

[xemacs] Annotation of /XEmacs/packages/ChangeLog
ViewVC logotype

Annotation of /XEmacs/packages/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.38 - (view) (download)

1 : adrian 1.38 2000-06-23 Adrian Aichner <aichner@ecf.teradyne.com>
2 :    
3 :     * XEmacs.rules: Temporarily work around shortcomings of XEmacs
4 :     native NT with command-line-argument- and file-path syntax
5 :     parsing.
6 :     (XEMACS_NATIVE_NT): Determine whether packages are
7 :     being built by Native-NT XEmacs.
8 :     (PACKAGE_COMPILE): Conditionalize for XEmacs native NT build.
9 :     (AUTOLOAD_PACKAGE_NAME): Ditto.
10 :     (PKG_TAR_GZ): Ditto.
11 :     (PACKAGE_INFO): Ditto.
12 :     (%.elc): Use generalized PACKAGE_COMPILE.
13 :     ($(AUTOLOAD_PATH)/auto-autoloads.el): Use generalized
14 :     AUTOLOAD_PACKAGE_NAME.
15 :     (package-info): Use generalized PKG_TAR_GZ and PACKAGE_INFO.
16 :    
17 : andreasj 1.37 2000-06-22 Andreas Jaeger <aj@suse.de>
18 :    
19 :     * XEmacs.rules: Uncomment ELCS test.
20 :     Patch by Didier Verna <didier@xemacs.org>.
21 :    
22 : andreasj 1.36 2000-06-04 Andreas Jaeger <aj@suse.de>
23 :    
24 :     * Makefile: Move includes to the front and add new target all as
25 :     first target.
26 :    
27 :     * Local.rules.template (XEMACS): Use xemacs instead of a system
28 :     specific path.
29 :    
30 :     * Local.rules.mk (___): Really create Local.rules if it doesn't exist.
31 :    
32 : andreasj 1.34 2000-05-23 Karl M. Hegbloom <karlheg@debian.org>
33 :    
34 :     * Local.rules.template, Local.rules.mk: New files.
35 :    
36 :     * Makefile, XEmacs.rules: Include Local.rules.mk, define
37 :     XEMACS_PACKAGES_BASE, make sure all RCOPY commands are run with
38 :     absolute / rooted paths so that --recursive --symlink works. Make
39 :     tar building optional. Did away with BUILD_MULE.
40 :    
41 : andreasj 1.33 2000-01-12 Andreas Jaeger <aj@suse.de>
42 :    
43 :     * package-compile.el (package-directory-map): Added idlwave.
44 :    
45 : andreasj 1.32 1999-12-14 Andreas Jaeger <aj@suse.de>
46 :    
47 :     * Makefile (SUBDIRS): Build for mule unless BUILD_WITHOUT_MULE is
48 :     set.
49 :    
50 : steveb 1.31 1999-07-23 SL Baur <steve@xemacs.org>
51 :    
52 :     * Makefile: add toplevel autoloads target
53 :    
54 : steveb 1.30 1999-07-16 SL Baur <steve@xemacs.org>
55 :    
56 :     * Makefile: revert mule subdirectory change.
57 :     Add support for install, World targets.
58 :    
59 :     * package-compile.el: add ucs-conv.
60 :    
61 :     * .cvsignore: new file
62 :    
63 : steveb 1.29 1999-07-14 SL Baur <steve@xemacs.org>
64 :    
65 :     * package-compile.el: add ps-print-nomule
66 : steveb 1.28
67 : steveb 1.27 1999-07-13 SL Baur <steve@xemacs.org>
68 :    
69 :     * mule/Makefile: add lookup.
70 :    
71 : steveb 1.26 1999-04-17 Karl M. Hegbloom <psu25682@odin.cc.pdx.edu>
72 :    
73 :     * Makefile (SUBDIRS): Don't put "mule" in SUBDIRS unless BUILD_MULE=t
74 :    
75 : steveb 1.25 1999-06-24 SL Baur <steve@xemacs.org>
76 :    
77 :     * package-compile.el: add lookup.
78 :    
79 : steveb 1.24 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
80 :    
81 :     * XEmacs.rules: expand number of DATA destinations
82 :    
83 : steveb 1.23 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
84 :    
85 :     * XEmacs.rules (binkit-common): Create lisp dir with
86 :     auto-autoloads, _pkg.el etc even if there are no other elcs.
87 :    
88 : steveb 1.21 1999-02-15 SL Baur <steve@xemacs.org>
89 :    
90 : steveb 1.22 * Makefile (bindist): Force autoloads building first.
91 :    
92 : steveb 1.21 * XEmacs.rules (LANG): Ensure vanilla locale for building.
93 :    
94 : steveb 1.19 1998-12-08 SL Baur <steve@altair.xemacs.org>
95 :    
96 : steveb 1.20 * package-compile.el (package-directory-map): Update to match
97 :     current set of packages.
98 :    
99 : steveb 1.19 * libs/Makefile (autoloads): Fix typo.
100 :     (bytecompile): Ditto.
101 :    
102 : steveb 1.18 1998-12-06 SL Baur <steve@altair.xemacs.org>
103 :    
104 :     * XEmacs.rules (bytecompile): Add bytecompile target. Eliminate
105 :     paths on default `XEMACS' and `TAR' binaries.
106 :    
107 :     * Makefile: Remove special treatment of packages needed for early
108 :     bytecompilation. Add `autoloads', and `bytecompile' targets.
109 :     Add .PHONY.
110 :     * os/Makefile (PACKAGES): Ditto.
111 :     * oa/Makefile (PACKAGES): Ditto.
112 :     * wp/Makefile (PACKAGES): Ditto.
113 :     * games/Makefile (PACKAGES): Ditto.
114 :     * prog/Makefile (PACKAGES): Ditto.
115 :     * comm/Makefile (PACKAGES): Ditto.
116 :     * libs/Makefile (PACKAGES): Ditto.
117 :     * mule/Makefile (PACKAGES): Ditto.
118 :    
119 : steveb 1.17 1998-10-15 Greg Klanderman <greg@alphatech.com>
120 :    
121 : andreasj 1.36 * hack-package-index.el (batch-hack-package-index): update for new
122 : steveb 1.17 package index file format.
123 :    
124 : steveb 1.16 1998-10-13 SL Baur <steve@altair.xemacs.org>
125 :    
126 :     * package-compile.el: Drop pgnus and irchat entries.
127 :    
128 : steveb 1.14 1998-10-12 SL Baur <steve@altair.xemacs.org>
129 :    
130 : steveb 1.15 * XEmacs.rules: Fix all references to _pkg.el to refer to it via
131 :     $(AUTOLOAD_PATH).
132 :    
133 : steveb 1.14 * hack-package-index.el: New file. Dynamically update
134 :     package-get-base.el as tarballs are created.
135 :    
136 :     * XEmacs.rules: Add install: target. Add autoloads: target.
137 :     Add support for multiple lisp directories, multiple data directories.
138 :    
139 :     1998-10-11 SL Baur <steve@altair.xemacs.org>
140 :    
141 :     * XEmacs.rules (AUTOLOAD_PATH): New variable. Defaults to ".".
142 :     Change when the source is in a subdirectory.
143 :    
144 :     1998-10-10 SL Baur <steve@altair.xemacs.org>
145 :    
146 :     * XEmacs.rules (binkit-common): New rule. Obsoletes the
147 :     individual binkit-* rules.
148 :     - Add support for installing files in lib-src.
149 : andreasj 1.36
150 : steveb 1.13 1998-10-01 SL Baur <steve@altair.xemacs.org>
151 :    
152 :     * XEmacs.rules (SOURCE_FILES_TO_COPY): Add _pkg.el.
153 :    
154 : steveb 1.12 1998-09-19 SL Baur <steve@altair.xemacs.org>
155 :    
156 :     * XEmacs.rules (EXCLUDES): Add *.orig and *.rej.
157 :     (binkit-sourceinfo): Add texinfo sources.
158 :     (binkit-sourcedatainfo): Ditto.
159 :     When installing add a MANIFEST file.
160 :    
161 :     1998-09-18 SL Baur <steve@altair.xemacs.org>
162 :    
163 :     * XEmacs.rules (PKGDIR): Change to `xemacs-packages' instead of
164 :     `packages'.
165 :    
166 :     * libs/Makefile: Add sounds-au and sounds-wav to the list of
167 :     packages to build.
168 :    
169 : steveb 1.11 1998-09-07 SL Baur <steve@altair.xemacs.org>
170 :    
171 :     * package-compile.el: Add irchat package.
172 :    
173 : steveb 1.10 1998-08-31 SL Baur <steve@altair.xemacs.org>
174 :    
175 :     * package-compile.el: Add support for unsupported Pterodactyl Gnus.
176 :    
177 :     1998-08-15 SL Baur <steve@altair.xemacs.org>
178 :    
179 :     * package-compile.el (package-directory-map): Add zenirc.
180 :     (package-name-to-directory): Ditto.
181 :    
182 : steveb 1.9 1998-07-23 SL Baur <steve@altair.xemacs.org>
183 :    
184 :     * Makefile (SPECIAL): Build edit-utils early.
185 :     Ditto with speedbar.
186 :    
187 :     * XEmacs.rules (BUILD_MULE): Add variable. Comment to avoid building
188 :     Mule.
189 :    
190 :     1998-06-21 SL Baur <steve@altair.xemacs.org>
191 :    
192 :     * package-compile.el (package-directory-map): Add comm/mew.
193 :     (package-name-to-directory): Handle mew lisp as subdirectory.
194 :    
195 : steveb 1.8 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
196 :    
197 :     * package-compile.el: Used paths-load-path-depth variable.
198 :    
199 : steveb 1.7 1998-04-07 SL Baur <steve@altair.xemacs.org>
200 :    
201 :     * XEmacs.rules (srckit-std): Use $(TAR) not tar.
202 :     (binkit-sourceonly): Ditto.
203 :     (binkit-sourceinfo): Ditto.
204 :     (binkit-sourcedata): Ditto.
205 :     (binkit-sourcedatainfo): Ditto.
206 :    
207 : steveb 1.6 1998-04-04 SL Baur <steve@altair.xemacs.org>
208 :    
209 :     * package-compile.el (package-directory-map): Add fsf-compat.
210 :    
211 : steveb 1.5 1998-02-27 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
212 :    
213 :     * package-compile.el (depends): Provide a more meaningful
214 :     error mess when a require isn't in the package map.
215 :    
216 : steve 1.4 1998-01-24 SL Baur <steve@altair.xemacs.org>
217 :    
218 :     * Makefile: Created.
219 :     * libs/Makefile: Ditto.
220 :     * comm/Makefile: Ditto.
221 :     * games/Makefile: Ditto.
222 :     * prog/Makefile: Ditto.
223 :     * wp/Makefile: Ditto.
224 :     * os/Makefile: Ditto.
225 :     * oa/Makefile: Ditto.
226 :     * mule/Makefile: Ditto.
227 : andreasj 1.36
228 : steve 1.4 * XEmacs.rules (RCOPY): Parameterize recursive copy command.
229 :     (package-info): Update to package standard 1.0.
230 :    
231 : steve 1.3 1998-01-17 SL Baur <steve@altair.xemacs.org>
232 :    
233 :     * XEmacs.rules (bindist): New target. Rebuilds a binary kit and
234 :     packge-info without making a source kit.
235 :    
236 : steve 1.2 1998-01-16 SL Baur <steve@altair.xemacs.org>
237 :    
238 :     * XEmacs.rules: Add variable EXTRA_SOURCES which get added in
239 :     source-only installation.
240 :    
241 : steve 1.1 1998-01-11 SL Baur <steve@altair.xemacs.org>
242 :    
243 : andreasj 1.36 * XEmacs.rules: Explicitly load autoloads from dependent
244 : steve 1.1 packages.
245 :     Move srckit/binkit dependencies here.
246 :     Add REQUIRES variable.
247 :     Move the *clean: dependencies here.
248 :    
249 :     * package-compile.el: New file.

root@alioth.debian.org
ViewVC Help
Powered by ViewVC 1.0.0  
Powered By FusionForge
Show source