SCM Repository
Log of /XEmacs/packages/XEmacs.rules
| Links to HEAD: | (view) (download) (annotate) |
| Links to sumo-2006-12-21: | (view) (download) (annotate) |
| Sticky Tag: |
Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon May 1 12:03:18 2006 UTC (7 years ago) by adrian
Branch: MAIN
CVS Tags: sumo-2006-05-10, sumo-2006-12-21, sumo-2007-04-27
Changes since 1.57: +1 -1 lines
Diff to previous 1.57 , to selected 1.37
packages: Reverting FORMAT_INFO change in XEmacs.rules, based on smoketest MCA[1] -------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2006-05-01 Adrian Aichner <adrian@xemacs.org> * XEmacs.rules (FORMAT_INFO): Revert -o removal.
Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon May 1 10:07:53 2006 UTC (7 years ago) by adrian
Branch: MAIN
Changes since 1.56: +6 -3 lines
Diff to previous 1.56 , to selected 1.37
packages: XEmacs.rules fixes -------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2006-05-01 Adrian Aichner <adrian@xemacs.org> * XEmacs.rules (FORMAT_INFO): Drop use of -o argument. * XEmacs.rules (HACK_PACKAGE_INDEX): New variable supporting "unsupported" packages, which are on different relative subdirectory level from official packages. * XEmacs.rules (package-info): Use $(HACK_PACKAGE_INDEX). * XEmacs.rules (binkit): Convert to single-colon rule.
Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Feb 3 20:09:06 2005 UTC (8 years, 3 months ago) by viteno
Branch: MAIN
CVS Tags: sumo-2005-03-07, sumo-2005-05-05, sumo-2005-07-15, sumo-2005-12-08
Changes since 1.55: +4 -2 lines
Diff to previous 1.55 , to selected 1.37
Fix package build.
Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Feb 3 08:39:15 2005 UTC (8 years, 3 months ago) by ben
Branch: MAIN
Changes since 1.54: +33 -16 lines
Diff to previous 1.54 , to selected 1.37
Fix autoload problems in package smokescreen XEmacs.rules: Rearrange things so that we forcibly disable all interactions with any external package references compiled into XEmacs, and turn off all autoloads at startup, then manually set up a clean load-path pointing to what we need, and load the autoloads. This ensures that we *really* have no dependency on any external packages and that we always have a known environment in which we work. #### A few places still seem to depend on having external packages. It should be easy to remove them but I don't understand the code in question (for building package-info, setup-info).
Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Dec 24 11:49:26 2004 UTC (8 years, 5 months ago) by viteno
Branch: MAIN
CVS Tags: sumo-2005-01-18
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 , to selected 1.37
Re-enable package registration.
Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 01:58:38 2004 UTC (8 years, 5 months ago) by ben
Branch: MAIN
Changes since 1.52: +12 -3 lines
Diff to previous 1.52 , to selected 1.37
fix package compilation; update locale start files, profile docs XEmacs.rules: text-modes is also needed due to dependency of texinfmt on whitespace. XEmacs.rules: Remove auto-autoloads if package-suppress forms have changed. Touch auto-autoloads so it's always up-to-date; otherwise problems ensue when no autoloads exist in a package. start-files/ro/locale-start.el, start-files/ja/locale-start.el, start-files/fr/locale-start.el: Update start files to contain new versions for my new splash-screen workspace. ps-print/Makefile: text-modes depends on xemacs-base. texinfo/Makefile: Depends on text-modes. texinfmt.el: Require 'whitespace to fix compilation. xemacs-base/Makefile: Conditionalize package-suppress forms on existence of `package-suppress', not any particular version. add-log.el: Require font-lock, since we make use of font-lock faces in calls to set-face-parent upon loading, and faces are not automatically autoloaded if we do it this way. profile.el: Update header docs.
Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 23:52:54 2004 UTC (8 years, 6 months ago) by ben
Branch: MAIN
Changes since 1.51: +16 -15 lines
Diff to previous 1.51 , to selected 1.37
To: xemacs-patches@xemacs.org Local.rules.template: Group settings together. Put XEmacs binary in XEMACS_BINARY not XEMACS (XEMACS may be a wrapper). Track ever-changing Cygwin semantics. tex etc. is not broken on Cygwin, you just need to install the right packages -- document this. XEmacs.rules, iterate.rules, meta-iterate.rules, Local.rules.inc, Version.rules, iterate-1.rules, meta-template.rules: Factor out repetitive code into meta-template.rules and iterate-1.rules. Add some missing targets. New genclean target for removing just generated files. Make sure that `make install' actually does everything that `make' does before installing; same for `make bindist'.
Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 09:15:00 2003 UTC (9 years, 7 months ago) by youngs
Branch: MAIN
CVS Tags: sumo-2003-11-13, sumo-2004-02-02, sumo-2004-05-17, sumo-2004-08-18
Changes since 1.50: +3 -0 lines
Diff to previous 1.50 , to selected 1.37
2003-10-23 Steve Youngs <sryoungs@bigpond.net.au> * XEmacs.rules: If $AUTHOR_VERSION is null set it to "No-Upstream-Ver".
Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 08:05:23 2003 UTC (9 years, 7 months ago) by viteno
Branch: MAIN
Changes since 1.49: +1 -0 lines
Diff to previous 1.49 , to selected 1.37
Get the author-version into _pkg.el, Steve Youngs in <microsoft-free.87r81k7igw.fsf@eicq.dnsalias.org>.
Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 01:42:33 2003 UTC (9 years, 8 months ago) by youngs
Branch: MAIN
CVS Tags: sumo-2003-10-03
Changes since 1.48: +11 -1 lines
Diff to previous 1.48 , to selected 1.37
2003-09-23 Steve Youngs <youngs@xemacs.org> * XEmacs.rules (TEXI_FILES): Make sure it gets set to the correct value.
Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 19:32:48 2003 UTC (9 years, 10 months ago) by adrian
Branch: MAIN
CVS Tags: sumo-2003-08-31
Changes since 1.47: +3 -2 lines
Diff to previous 1.47 , to selected 1.37
[PATCH] packages: install-html to work independent of bindist <7k66s9l0.fsf@smtpmail.t-online.de>
Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Mar 30 23:13:26 2003 UTC (10 years, 1 month ago) by youngs
Branch: MAIN
CVS Tags: sumo-2003-04-12, sumo-2003-04-14, sumo-2003-06-29
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 , to selected 1.37
2003-03-31 Steve Youngs <youngs@xemacs.org> * XEmacs.rules (install): * XEmacs.rules (just-install): Removed. * XEmacs.rules (install-only): New. * iterate.rules (JUST_INSTALL_TARGETS): Removed. * iterate.rules (INSTALL_ONLY_TARGETS): New. * iterate.rules (ALL_TARGETS): * iterate.rules (.PHONY): * iterate.rules (just-install): Removed. * iterate.rules (install-only): New. * meta-iterate.rules (.PHONY): * meta-iterate.rules (JUST_INSTALL_TARGETS): Removed. * meta-iterate.rules (INSTALL_ONLY_TARGETS): New. * meta-iterate.rules (just-install): Removed. * meta-iterate.rules (install-only): New. Rename 'just-install' to 'install-only'.
Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Mar 30 22:52:27 2003 UTC (10 years, 1 month ago) by youngs
Branch: MAIN
Changes since 1.45: +6 -3 lines
Diff to previous 1.45 , to selected 1.37
Add 'just-install' target Fix up 'EARLY_GENERATED_LISP' Always create a 'custom-load.el'
Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 02:52:41 2003 UTC (10 years, 2 months ago) by youngs
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 , to selected 1.37
2003-03-27 Steve Youngs <youngs@xemacs.org> * Local.rules.template (XEMACS_21_5): Default to 'off' until Ben commits the workspace that enables the new features. * XEmacs.rules (bindist): Process the 'compile' target so 'bindist' actually builds the packages if required. (install): Ditto.
Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Mar 22 08:12:41 2003 UTC (10 years, 2 months ago) by youngs
Branch: MAIN
Changes since 1.43: +3 -1 lines
Diff to previous 1.43 , to selected 1.37
Fix the packages build under XEmacs 21.4
Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 06:55:28 2003 UTC (10 years, 2 months ago) by ben
Branch: MAIN
Changes since 1.42: +340 -84 lines
Diff to previous 1.42 , to selected 1.37
package Makefile overhaul -- remove explicit targets, explicit specification of generated .el files, etc; all is done using directives [i.e. variables], as documented in XEmacs.rules
Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Feb 5 08:26:43 2003 UTC (10 years, 3 months ago) by youngs
Branch: MAIN
Changes since 1.41: +5 -10 lines
Diff to previous 1.41 , to selected 1.37
2003-02-04 Steve Youngs <youngs@xemacs.org> * Local.rules.template: Remove all the 'unsupported' stuff. The unsupported packages weren't meant to be built from the toplevel directory. * package-net-packages.el (package-net-packages-convert-index-to-ini): Ditto. * package-compile.el (package-directory-map): Ditto. * meta-iterate.rules: Ditto. * hack-package-index.el (batch-hack-package-index): Ditto. * XEmacs.rules: Ditto. * Makefile: Ditto.
Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 21:25:20 2002 UTC (10 years, 5 months ago) by scop
Branch: MAIN
CVS Tags: sumo-2003-02-05
Changes since 1.40: +59 -21 lines
Diff to previous 1.40 , to selected 1.37
The meat from Ben's packages patch <n0nrtshm.fsf@xemacs.org>
Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Nov 17 22:36:48 2002 UTC (10 years, 6 months ago) by scop
Branch: MAIN
CVS Tags: pre-pkg-build-changes
Changes since 1.39: +9 -1 lines
Diff to previous 1.39 , to selected 1.37
Introduce binkit-with-html <1037572580.28112.37.camel@bobcat.ods.org>
Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Oct 17 20:55:46 2002 UTC (10 years, 7 months ago) by scop
Branch: MAIN
Changes since 1.38: +1 -19 lines
Diff to previous 1.38 , to selected 1.37
Remove srckit targets (obsolete).
Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 05:12:48 2002 UTC (10 years, 10 months ago) by scop
Branch: MAIN
CVS Tags: sumo-2002-07-20, sumo-2002-09-19
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Add .*~ and .\#* to distclean <1025474381.1589.42.camel@bobcat.ods.org>.
Revision 1.37 - (view) (download) (annotate) - [selected]
Sun Jun 9 07:26:09 2002 UTC (10 years, 11 months ago) by adrian
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
[PATCH] packages: Fix HTML generation for xslt-process package, make distclean double-colon <8z5p8ijc.fsf@smtprelay.t-online.de>
Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue May 7 01:34:18 2002 UTC (11 years ago) by youngs
Branch: MAIN
CVS Tags: pre-sumo, sumo-2002-05-22
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 , to selected 1.37
2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs.rules (BOOT_XEMACS): Do PRELOADS in correct order.
Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Apr 2 02:19:52 2002 UTC (11 years, 1 month ago) by youngs
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 , to selected 1.37
2002-04-02 Steve Youngs <youngs@xemacs.org> * XEmacs.rules ($(AUTOLOAD_PATH)/auto-autoloads.el): Use '$^' so '_pkg.el' gets included as well. From Mats Lidell <matsl@contactor.se>.
Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Mar 31 05:58:13 2002 UTC (11 years, 1 month ago) by youngs
Branch: MAIN
Changes since 1.33: +10 -4 lines
Diff to previous 1.33 , to selected 1.37
2002-03-31 Steve Youngs <youngs@xemacs.org> * XEmacs.rules (pkg_tar): Force owner/group to root/root when building tarballs. (srckit-std): Ditto. ($(AUTOLOAD_PATH)/auto-autoloads.el): Use 'batch-update-autoloads' so Mule files don't get scanned for autoloads when building packages with a non-Mule XEmacs. (AUTOLOAD_FILE): New.
Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 02:38:23 2002 UTC (11 years, 2 months ago) by youngs
Branch: MAIN
CVS Tags: pending-sumo-release, sumo-2002-03-29
Changes since 1.32: +9 -2 lines
Diff to previous 1.32 , to selected 1.37
2002-03-25 Adrian Aichner <adrian@xemacs.org> * XEmacs.rules (FORMAT_INFO_LEVEL_3_USING_XEMACS_NO_SAVE_ARGS): Moved before rule for %-ja.info. * XEmacs.rules (%-ja.info): New, from TM package texi Makefile. 2002-03-25 Adrian Aichner <adrian@xemacs.org> * texi/Makefile (EMACS): Removed. XEmacs makefiles use XEMACS. * texi/Makefile (%-en.info): Removed. * texi/Makefile (%-ja.info): Moved upstairs to XEmacs.rules. * texi/Makefile (FORMAT_INFO_LEVEL_3_USING_XEMACS_NO_SAVE_ARGS): Ditto.
Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Jan 23 22:24:10 2002 UTC (11 years, 4 months ago) by youngs
Branch: MAIN
CVS Tags: sumo-2002-03-12
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 , to selected 1.37
2002-01-23 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs.rules ($(DEPENDS_FILE_NAME)): Force rm of pdepends.mk. 2002-01-23 Stephen J. Turnbull <stephen@xemacs.org> * Makefile (.el.elc): Remove special .el.elc rules. 2002-01-23 John Paul Wallington <jpw@shootybangbang.com> * env.el: synched with FSF 21.1.50: (substitute-env-vars): new function. (setenv): add optional argument SUBSTITUTE-ENV-VARS.
Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 05:27:01 2002 UTC (11 years, 4 months ago) by youngs
Branch: MAIN
CVS Tags: sumo-2002-01-19
Changes since 1.30: +30 -2 lines
Diff to previous 1.30 , to selected 1.37
Jan's patch - Proper dependencies for package build and My patch - update the provides in package-info.in's
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 05:01:39 2002 UTC (11 years, 4 months ago) by youngs
Branch: MAIN
Changes since 1.29: +18 -3 lines
Diff to previous 1.29 , to selected 1.37
Adrian's uberpatch to generate HTML docs for packages.
Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 14:24:03 2001 UTC (11 years, 9 months ago) by youngs
Branch: MAIN
CVS Tags: XEMACS_BEFORE_MOVE_TO_SUNSITE_DK, sumo-2001-09-29, sumo-2001-12-11, sumo-2001-12-13, sumo-2001-12-16
Changes since 1.28: +99 -1 lines
Diff to previous 1.28 , to selected 1.37
2001-07-30 Edward M. Lee <tailbert@yahoo.com> * XEmacs.rules: Define DATA_{27-35}_FILES for jde Makefile.
Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 03:37:54 2001 UTC (11 years, 11 months ago) by ben
Branch: MAIN
CVS Tags: xemacs-sumo-2001-07-08, xemacs-sumo-2001-07-09
Changes since 1.27: +15 -0 lines
Diff to previous 1.27 , to selected 1.37
reasonable defaults for XEMACS_PACKAGES, MULE_PACKAGES
Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon May 14 05:33:21 2001 UTC (12 years ago) by youngs
Branch: MAIN
CVS Tags: new-tree-start
Changes since 1.26: +6 -0 lines
Diff to previous 1.26 , to selected 1.37
Sync with normal package tree. ie Ben's recent changes. I slightly modified the change to XEmacs.rules to reflect the new directory structure.
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Apr 26 18:49:37 2001 UTC (12 years, 1 month ago) by adrian
Branch: MAIN
Changes since 1.25: +9 -3 lines
Diff to previous 1.25 , to selected 1.37
[PATCH] Make package building work for Windows native XEmacs again <uvgnr4i1l.fsf@rapier.ecf.teradyne.com>
Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 01:51:22 2001 UTC (12 years, 1 month ago) by youngs
Branch: MAIN
Changes since 1.24: +7 -2 lines
Diff to previous 1.24 , to selected 1.37
Netinstaller changes from Andy
Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 09:04:03 2001 UTC (12 years, 2 months ago) by ben
Branch: MAIN
CVS Tags: sumo-2001-03-15
Changes since 1.23: +15 -13 lines
Diff to previous 1.23 , to selected 1.37
try again to commit recent package changes
Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 23:32:29 2001 UTC (12 years, 3 months ago) by youngs
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 , to selected 1.37
Patch from Vin Shelton
Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Oct 21 15:32:50 2000 UTC (12 years, 7 months ago) by adrian
Branch: MAIN
CVS Tags: Sumo-Jan-10-2001, sumo-2001-01-15, sumo-feb_2001, sumo-feb_2001a, xemacs-sumo-2000-24-10
Changes since 1.21: +2 -8 lines
Diff to previous 1.21 , to selected 1.37
Re: building xemacs-packages on unix <uk8b3y5sd.fsf@ecf.teradyne.com>
Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 17:13:19 2000 UTC (12 years, 9 months ago) by youngs
Branch: MAIN
CVS Tags: sumo-2000-09-04
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 , to selected 1.37
Fixes make clean/distclean
Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 14:00:21 2000 UTC (12 years, 9 months ago) by michaels
Branch: MAIN
Changes since 1.19: +198 -0 lines
Diff to previous 1.19 , to selected 1.37
Added more DATA clauses for JDE.
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Jun 23 10:31:08 2000 UTC (12 years, 11 months ago) by adrian
Branch: MAIN
CVS Tags: package-release-20000710, sumo-2000-07-06
Changes since 1.18: +43 -7 lines
Diff to previous 1.18 , to selected 1.37
XEmacs.rules to work for XEmacs native NT package building <ud7l8d8di.fsf@ecf.teradyne.com>
Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 14:11:09 2000 UTC (12 years, 11 months ago) by andreasj
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 , to selected 1.37
2000-06-22 Andreas Jaeger <aj@suse.de> * XEmacs.rules: Uncomment ELCS test. Patch by Didier Verna <didier@xemacs.org>.
Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 14:17:21 2000 UTC (12 years, 11 months ago) by andreasj
Branch: MAIN
Changes since 1.16: +137 -189 lines
Diff to previous 1.16 , to selected 1.37
2000-05-23 Karl M. Hegbloom <karlheg@debian.org> * Local.rules.template, Local.rules.mk: New files. * Makefile, XEmacs.rules: Include Local.rules.mk, define XEMACS_PACKAGES_BASE, make sure all RCOPY commands are run with absolute / rooted paths so that --recursive --symlink works. Make tar building optional. Did away with BUILD_MULE.
Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu May 13 15:14:46 1999 UTC (14 years ago) by steveb
Branch: MAIN
CVS Tags: sumo-1999-12-09, sumo-1999-12-11, sumo-1999-12-15, sumo-2000-01-15, sumo-2000-01-24, sumo-2000-05-24
Changes since 1.15: +33 -0 lines
Diff to previous 1.15 , to selected 1.37
expand number of DATA destinations
Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 5 14:07:51 1999 UTC (14 years, 2 months ago) by steveb
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14 , to selected 1.37
Let .el-less packages have autoloads
Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Feb 15 10:31:46 1999 UTC (14 years, 3 months ago) by steveb
Branch: MAIN
Changes since 1.13: +3 -0 lines
Diff to previous 1.13 , to selected 1.37
Force vanilla locale
Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 18:02:19 1998 UTC (14 years, 5 months ago) by steveb
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 , to selected 1.37
*** empty log message ***
Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 10:12:27 1998 UTC (14 years, 7 months ago) by steveb
Branch: MAIN
Changes since 1.11: +13 -11 lines
Diff to previous 1.11 , to selected 1.37
Fix _pkg.el rules. Fix autoloads: target.
Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 03:03:57 1998 UTC (14 years, 7 months ago) by steveb
Branch: MAIN
Changes since 1.10: +243 -89 lines
Diff to previous 1.10 , to selected 1.37
Major update. Add install, autoloads targets. Obsolete all binkit-* rules into one common rule. Obsolete all special processing required by individual Makefiles
Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 03:16:02 1998 UTC (14 years, 7 months ago) by steveb
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.37
add new packages, restore _pkg.el.
Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 14:19:47 1998 UTC (14 years, 8 months ago) by steveb
Branch: MAIN
Changes since 1.8: +57 -18 lines
Diff to previous 1.8 , to selected 1.37
Add texinfo sources to installation. Add MANIFEST file when installing. Update comments to 21.x instead of 20.5.
Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 10:13:13 1998 UTC (14 years, 8 months ago) by steveb
Branch: MAIN
Changes since 1.7: +7 -4 lines
Diff to previous 1.7 , to selected 1.37
add new packages, prepare for modifying copy rule
Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 09:49:04 1998 UTC (14 years, 10 months ago) by steveb
Branch: MAIN
Changes since 1.6: +3 -0 lines
Diff to previous 1.6 , to selected 1.37
Build with XEmacs/no-Mule, build speedbar early
Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Apr 7 15:18:58 1998 UTC (15 years, 1 month ago) by steveb
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 , to selected 1.37
Fix TAR/EXCLUDES rules
Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Apr 5 10:54:48 1998 UTC (15 years, 1 month ago) by steveb
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.37
Fix package-info dependency
Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 08:58:52 1998 UTC (15 years, 4 months ago) by steve
Branch: MAIN
Changes since 1.3: +16 -11 lines
Diff to previous 1.3 , to selected 1.37
Support package standard 1.0
Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 23:55:40 1998 UTC (15 years, 4 months ago) by steve
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 , to selected 1.37
Add bindist target
Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 08:16:19 1998 UTC (15 years, 4 months ago) by steve
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 , to selected 1.37
Fixes for egg-its installation botch
Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 05:51:25 1998 UTC (15 years, 4 months ago) by steve
Branch: MAIN
Diff to selected 1.37
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| root@alioth.debian.org | ViewVC Help |
| Powered by ViewVC 1.0.0 |

