SCM

SCM Repository

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

Diff of /XEmacs/packages/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6, Sun Apr 5 10:19:44 1998 UTC revision 1.27, Tue Jul 13 04:37:21 1999 UTC
# Line 1  Line 1 
1    1999-07-13  SL Baur  <steve@xemacs.org>
2    
3            * mule/Makefile: add lookup.
4    
5    1999-04-17  Karl M. Hegbloom  <psu25682@odin.cc.pdx.edu>
6    
7            * Makefile (SUBDIRS): Don't put "mule" in SUBDIRS unless BUILD_MULE=t
8    
9    1999-06-24  SL Baur  <steve@xemacs.org>
10    
11            * package-compile.el: add lookup.
12    
13    1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
14    
15            * XEmacs.rules: expand number of DATA destinations
16    
17    1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
18    
19            * XEmacs.rules (binkit-common): Create lisp dir with
20            auto-autoloads, _pkg.el etc even if there are no other elcs.
21    
22    1999-02-15  SL Baur  <steve@xemacs.org>
23    
24            * Makefile (bindist): Force autoloads building first.
25    
26            * XEmacs.rules (LANG): Ensure vanilla locale for building.
27    
28    1998-12-08  SL Baur  <steve@altair.xemacs.org>
29    
30            * package-compile.el (package-directory-map): Update to match
31            current set of packages.
32    
33            * libs/Makefile (autoloads): Fix typo.
34            (bytecompile): Ditto.
35    
36    1998-12-06  SL Baur  <steve@altair.xemacs.org>
37    
38            * XEmacs.rules (bytecompile): Add bytecompile target.  Eliminate
39            paths on default `XEMACS' and `TAR' binaries.
40    
41            * Makefile: Remove special treatment of packages needed for early
42            bytecompilation.  Add `autoloads', and `bytecompile' targets.
43            Add .PHONY.
44            * os/Makefile (PACKAGES): Ditto.
45            * oa/Makefile (PACKAGES): Ditto.
46            * wp/Makefile (PACKAGES): Ditto.
47            * games/Makefile (PACKAGES): Ditto.
48            * prog/Makefile (PACKAGES): Ditto.
49            * comm/Makefile (PACKAGES): Ditto.
50            * libs/Makefile (PACKAGES): Ditto.
51            * mule/Makefile (PACKAGES): Ditto.
52    
53    1998-10-15  Greg Klanderman  <greg@alphatech.com>
54    
55            * hack-package-index.el (batch-hack-package-index): update for new
56            package index file format.
57    
58    1998-10-13  SL Baur  <steve@altair.xemacs.org>
59    
60            * package-compile.el: Drop pgnus and irchat entries.
61    
62    1998-10-12  SL Baur  <steve@altair.xemacs.org>
63    
64            * XEmacs.rules: Fix all references to _pkg.el to refer to it via
65            $(AUTOLOAD_PATH).
66    
67            * hack-package-index.el: New file.  Dynamically update
68            package-get-base.el as tarballs are created.
69    
70            * XEmacs.rules: Add install: target.  Add autoloads: target.
71            Add support for multiple lisp directories, multiple data directories.
72    
73    1998-10-11  SL Baur  <steve@altair.xemacs.org>
74    
75            * XEmacs.rules (AUTOLOAD_PATH): New variable.  Defaults to ".".
76            Change when the source is in a subdirectory.
77    
78    1998-10-10  SL Baur  <steve@altair.xemacs.org>
79    
80            * XEmacs.rules (binkit-common): New rule.  Obsoletes the
81            individual binkit-* rules.
82            - Add support for installing files in lib-src.
83    
84    1998-10-01  SL Baur  <steve@altair.xemacs.org>
85    
86            * XEmacs.rules (SOURCE_FILES_TO_COPY): Add _pkg.el.
87    
88    1998-09-19  SL Baur  <steve@altair.xemacs.org>
89    
90            * XEmacs.rules (EXCLUDES): Add *.orig and *.rej.
91            (binkit-sourceinfo): Add texinfo sources.
92            (binkit-sourcedatainfo): Ditto.
93            When installing add a MANIFEST file.
94    
95    1998-09-18  SL Baur  <steve@altair.xemacs.org>
96    
97            * XEmacs.rules (PKGDIR): Change to `xemacs-packages' instead of
98            `packages'.
99    
100            * libs/Makefile: Add sounds-au and sounds-wav to the list of
101            packages to build.
102    
103    1998-09-07  SL Baur  <steve@altair.xemacs.org>
104    
105            * package-compile.el: Add irchat package.
106    
107    1998-08-31  SL Baur  <steve@altair.xemacs.org>
108    
109            * package-compile.el: Add support for unsupported Pterodactyl Gnus.
110    
111    1998-08-15  SL Baur  <steve@altair.xemacs.org>
112    
113            * package-compile.el (package-directory-map): Add zenirc.
114            (package-name-to-directory): Ditto.
115    
116    1998-07-23  SL Baur  <steve@altair.xemacs.org>
117    
118            * Makefile (SPECIAL): Build edit-utils early.
119            Ditto with speedbar.
120    
121            * XEmacs.rules (BUILD_MULE): Add variable.  Comment to avoid building
122            Mule.
123    
124    1998-06-21  SL Baur  <steve@altair.xemacs.org>
125    
126            * package-compile.el (package-directory-map): Add comm/mew.
127            (package-name-to-directory): Handle mew lisp as subdirectory.
128    
129    1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
130    
131            * package-compile.el: Used paths-load-path-depth variable.
132    
133    1998-04-07  SL Baur  <steve@altair.xemacs.org>
134    
135            * XEmacs.rules (srckit-std): Use $(TAR) not tar.
136            (binkit-sourceonly): Ditto.
137            (binkit-sourceinfo): Ditto.
138            (binkit-sourcedata): Ditto.
139            (binkit-sourcedatainfo): Ditto.
140    
141  1998-04-04  SL Baur  <steve@altair.xemacs.org>  1998-04-04  SL Baur  <steve@altair.xemacs.org>
142    
143          * package-compile.el (package-directory-map): Add fsf-compat.          * package-compile.el (package-directory-map): Add fsf-compat.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.27

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