SCM Repository
Annotation of /XEmacs/packages/ChangeLog
Parent Directory
|
Revision Log
Revision 1.80 - (view) (download)
| 1 : | youngs | 1.80 | 2002-03-25 Steve Youngs <youngs@xemacs.org> |
| 2 : | |||
| 3 : | * These packages rolled: apel auctex bbdb calc cookie dictionary | ||
| 4 : | ediff edit-utils efs eshell fsf-compat gnats gnus hm--html-menus | ||
| 5 : | ibuffer idlwave jde latin-unity liece lookup mail-lib mew mule-ucs | ||
| 6 : | pcl-cvs prog-modes reftex semantic sieve speedbar text-modes tm | ||
| 7 : | tramp viper vm w3 xslide | ||
| 8 : | |||
| 9 : | youngs | 1.79 | 2002-03-22 Daiki Ueno <daiki@xemacs.org> |
| 10 : | |||
| 11 : | * xemacs-packages/Makefile (PACKAGES): Add liece. | ||
| 12 : | |||
| 13 : | * package-compile.el (package-directory-map): Add liece. | ||
| 14 : | |||
| 15 : | youngs | 1.78 | 2002-03-15 Steve Youngs <youngs@xemacs.org> |
| 16 : | |||
| 17 : | * xemacs-packages/Makefile (PACKAGES): Add xslide. | ||
| 18 : | |||
| 19 : | * package-compile.el (package-directory-map): Add xslide. | ||
| 20 : | |||
| 21 : | youngs | 1.77 | 2002-02-24 Steve Youngs <youngs@xemacs.org> |
| 22 : | |||
| 23 : | * package-compile.el (package-directory-map): Add mmm-mode. | ||
| 24 : | |||
| 25 : | * xemacs-packages/Makefile (PACKAGES): Add mmm-mode. | ||
| 26 : | |||
| 27 : | youngs | 1.76 | 2002-02-15 Steve Youngs <youngs@xemacs.org> |
| 28 : | |||
| 29 : | * package-compile.el (package-directory-map): Add ibuffer. | ||
| 30 : | |||
| 31 : | * xemacs-packages/Makefile (PACKAGES): Add ibuffer. | ||
| 32 : | |||
| 33 : | youngs | 1.75 | 2002-01-25 Steve Youngs <youngs@xemacs.org> |
| 34 : | |||
| 35 : | * package-compile.el (package-directory-map): Add latin-unity. | ||
| 36 : | |||
| 37 : | * mule-packages/Makefile (PACKAGES): Add latin-unity. | ||
| 38 : | |||
| 39 : | youngs | 1.74 | 2002-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
| 40 : | |||
| 41 : | * XEmacs.rules ($(DEPENDS_FILE_NAME)): Force rm of pdepends.mk. | ||
| 42 : | |||
| 43 : | youngs | 1.73 | 2002-01-23 Steve Youngs <youngs@xemacs.org> |
| 44 : | |||
| 45 : | * package-compile.el (package-directory-map): Remove eicq | ||
| 46 : | |||
| 47 : | * xemacs-packages/Makefile (PACKAGES): Remove eicq | ||
| 48 : | |||
| 49 : | youngs | 1.72 | 2002-01-13 Adrian Aichner <adrian@xemacs.org> |
| 50 : | |||
| 51 : | * Local.rules.template (TEXI2HTML_FLAGS): New. Splitting on | ||
| 52 : | chapters is a good default to decrease bandwidth demands when | ||
| 53 : | accessing large docs like calc. | ||
| 54 : | |||
| 55 : | youngs | 1.71 | 2002-01-12 Jan Vroonhof <jan@xemacs.org> |
| 56 : | |||
| 57 : | * mule-packages/Makefile (ASSUMED_PRESENT): | ||
| 58 : | Add packages from xemacs-packages we reference | ||
| 59 : | |||
| 60 : | 2002-01-12 Jan Vroonhof <jan@xemacs.org> | ||
| 61 : | |||
| 62 : | * Local.rules.template (TEXI2HTML): | ||
| 63 : | Add template definition for command | ||
| 64 : | |||
| 65 : | * Makefile (all): | ||
| 66 : | * Makefile (all-bytecompile): | ||
| 67 : | * Makefile (bindist): | ||
| 68 : | No longer do global bytecompile and autoload | ||
| 69 : | |||
| 70 : | * XEmacs.rules (BOOT_XEMACS): | ||
| 71 : | Represents an XEmacs that as the required packages | ||
| 72 : | set up, but is otherwise clean. | ||
| 73 : | Used for bytecompiling and other package building. | ||
| 74 : | |||
| 75 : | * XEmacs.rules (DEPENDS_FILE_NAME): | ||
| 76 : | Generate a file (default 'pdepends.mk') that | ||
| 77 : | contains the cross dependencies to the required packages | ||
| 78 : | |||
| 79 : | * XEmacs.rules (clean): | ||
| 80 : | Remove pdepends.mk | ||
| 81 : | |||
| 82 : | * iterate.rules (ALL_TARGETS): | ||
| 83 : | Implement dependencies between the various stages | ||
| 84 : | of compiling a package. bindist -> bytecompile -> autoload | ||
| 85 : | |||
| 86 : | * iterate.rules (ASSUMED_TARGETS): | ||
| 87 : | Set of targets to ignore (cross-directory depends) | ||
| 88 : | |||
| 89 : | * iterate.rules (DEPENDS_FILES): | ||
| 90 : | Rebuild/Load in all the pdepends.mk files | ||
| 91 : | These set up correct intra package dependencies | ||
| 92 : | |||
| 93 : | * package-compile.el: | ||
| 94 : | No longer automatically start a byte-compile | ||
| 95 : | Setup data-direcotory-lisy | ||
| 96 : | |||
| 97 : | youngs | 1.70 | 2002-01-06 Adrian Aichner <adrian@xemacs.org> |
| 98 : | |||
| 99 : | * Makefile (.PHONY): Add html. | ||
| 100 : | * Makefile (HTML_TARGETS): New. | ||
| 101 : | * Makefile (html): New. | ||
| 102 : | * XEmacs.rules (.SUFFIXES): Add .html .txi .texi .texinfo. | ||
| 103 : | * XEmacs.rules (html): New. | ||
| 104 : | * XEmacs.rules (clean): Add $(HTML_FILES). | ||
| 105 : | * XEmacs.rules (binkit-common): Add comment. | ||
| 106 : | * iterate.rules (HTML_TARGETS): New. | ||
| 107 : | * iterate.rules (.PHONY): Add html. | ||
| 108 : | * iterate.rules (html): New. | ||
| 109 : | |||
| 110 : | youngs | 1.69 | 2002-01-10 Steve Youngs <youngs@xemacs.org> |
| 111 : | |||
| 112 : | * xemacs-packages/Makefile (PACKAGES): Add new package, sieve. | ||
| 113 : | |||
| 114 : | * package-compile.el (package-directory-map): Ditto. | ||
| 115 : | |||
| 116 : | youngs | 1.68 | 2002-01-09 Steve Youngs <youngs@xemacs.org> |
| 117 : | |||
| 118 : | * package-compile.el (package-directory-map): Change | ||
| 119 : | 'ps-print-nomule' to 'ps-print'. | ||
| 120 : | |||
| 121 : | * xemacs-packages/Makefile (PACKAGES): Ditto. | ||
| 122 : | |||
| 123 : | youngs | 1.67 | 2001-12-22 Steve Youngs <youngs@xemacs.org> |
| 124 : | |||
| 125 : | * xemacs-packages/Makefile (PACKAGES): Add dictionary. | ||
| 126 : | |||
| 127 : | youngs | 1.66 | 2001-12-17 Steve Youngs <youngs@xemacs.org> |
| 128 : | |||
| 129 : | * package-compile.el (package-name-to-directory): Add mule-ucs. | ||
| 130 : | (package-directory-map): Ditto. | ||
| 131 : | |||
| 132 : | * mule-packages/Makefile (PACKAGES): Add mule-ucs. | ||
| 133 : | |||
| 134 : | adrian | 1.65 | 2001-12-09 Adrian Aichner <adrian@xemacs.org> |
| 135 : | |||
| 136 : | * package-compile.el (package-directory-map): Add clearcase | ||
| 137 : | package. | ||
| 138 : | |||
| 139 : | 2001-12-09 Adrian Aichner <adrian@xemacs.org> | ||
| 140 : | |||
| 141 : | * xemacs-packages\Makefile (PACKAGES): Add clearcase package. | ||
| 142 : | |||
| 143 : | youngs | 1.64 | 2001-09-08 Steve Youngs <youngs@xemacs.org> |
| 144 : | youngs | 1.63 | |
| 145 : | youngs | 1.64 | * package-compile.el (package-directory-map): Add dictionary |
| 146 : | package. | ||
| 147 : | youngs | 1.63 | |
| 148 : | ben | 1.62 | 2001-06-18 Ben Wing <ben@xemacs.org> |
| 149 : | |||
| 150 : | * Local.rules.template (XEMACS_PACKAGES): | ||
| 151 : | * Local.rules.template (MULE_PACKAGES): | ||
| 152 : | Give default values for these variables that will generally work. | ||
| 153 : | |||
| 154 : | * XEmacs.rules (extraclean): | ||
| 155 : | * XEmacs.rules (distclean): | ||
| 156 : | * XEmacs.rules (elcclean): | ||
| 157 : | Document what these mean. | ||
| 158 : | |||
| 159 : | youngs | 1.60 | 2001-05-15 Steve Youngs <youngs@xemacs.org> |
| 160 : | |||
| 161 : | youngs | 1.61 | * INSTALL: Update to reflect the 'flat' package tree. |
| 162 : | |||
| 163 : | youngs | 1.60 | * Local.rules.template: The shell doesn't know that 'nil' means ''. |
| 164 : | |||
| 165 : | youngs | 1.59 | 2001-05-11 Steve Youngs <youngs@xemacs.org> |
| 166 : | |||
| 167 : | * ./xemacs-packages/Makefile: New. | ||
| 168 : | |||
| 169 : | * ./xemacs-packages/*/Makefile (CATEGORY): Change to "standard". | ||
| 170 : | |||
| 171 : | * package-compile.el (package-directory-map): Re-organise. There are | ||
| 172 : | now only 2 categories, "xemacs-packages" & "mule-packages". Also, put | ||
| 173 : | them into alphabetical order. | ||
| 174 : | |||
| 175 : | * Makefile (SUBDIRS): The sub directories are now 'xemacs-packages' & | ||
| 176 : | 'mule-packages'. | ||
| 177 : | |||
| 178 : | youngs | 1.58 | 2001-05-10 Steve Youngs <youngs@xemacs.org> |
| 179 : | |||
| 180 : | * Local.rules.template: If 'make bindist' STAGING should be set to | ||
| 181 : | XEMACS_PACKAGES so we don't end up with 2 package-index files. | ||
| 182 : | |||
| 183 : | youngs | 1.57 | 2001-05-06 Steve Youngs <youngs@xemacs.org> |
| 184 : | |||
| 185 : | * package-compile.el (package-directory-map): Add Adrian's 'build' package. | ||
| 186 : | |||
| 187 : | * libs/Makefile (PACKAGES): Ditto. | ||
| 188 : | |||
| 189 : | adrian | 1.56 | 2001-04-26 Adrian Aichner <adrian@xemacs.org> |
| 190 : | |||
| 191 : | * XEmacs.rules: Make package building work for Windows native | ||
| 192 : | XEmacs again. | ||
| 193 : | * XEmacs.rules (PACKAGE_NET_PACKAGES): New. | ||
| 194 : | * XEmacs.rules (PACKAGE_STAGING): New. | ||
| 195 : | * XEmacs.rules (setup-info): Use PACKAGE_NET_PACKAGES and | ||
| 196 : | PACKAGE_STAGING. | ||
| 197 : | |||
| 198 : | youngs | 1.55 | 2001-04-20 Ben Wing <ben@xemacs.org> |
| 199 : | |||
| 200 : | * Local.rules.template (PACKAGE_INDEX): Make sure STAGING is | ||
| 201 : | always set (but doesn't override command line), so that `make | ||
| 202 : | install' from a subdir works. | ||
| 203 : | |||
| 204 : | youngs | 1.54 | 2001-04-19 Andy Piper <andy@xemacs.org> |
| 205 : | |||
| 206 : | * package-net-packages.el: New. | ||
| 207 : | |||
| 208 : | * XEmacs.rules (package-info): use '-l package-info.elc'. Without | ||
| 209 : | the .elc Windows was loading the package-info snippet from | ||
| 210 : | package-index. | ||
| 211 : | |||
| 212 : | * XEmacs.rules (setup-info): New. | ||
| 213 : | |||
| 214 : | ben | 1.53 | 2001-02-24 Ben Wing <ben@xemacs.org> |
| 215 : | |||
| 216 : | * package-clean.el: | ||
| 217 : | New file, based on update-elc-2.el. | ||
| 218 : | |||
| 219 : | * Local.rules.template: | ||
| 220 : | * Local.rules.template (symlink): | ||
| 221 : | * Local.rules.template (XEMACS): | ||
| 222 : | * Local.rules.template (BUILD_WITHOUT_MULE): | ||
| 223 : | * Local.rules.template (XEMACS_NATIVE_NT): | ||
| 224 : | * Local.rules.template (XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING): | ||
| 225 : | * Local.rules.template (XEMACS_STAGING): | ||
| 226 : | * Local.rules.template (MULE_STAGING): | ||
| 227 : | * Local.rules.template (XEMACS_PACKAGES): | ||
| 228 : | * Local.rules.template (MULE_PACKAGES): | ||
| 229 : | Rearrange so that most-commonly-needed-to-change options are first | ||
| 230 : | and add appropriate comments. Change defaults for XEMACS_STAGING | ||
| 231 : | and MULE_STAGING to conform to what XEmacs expects for a package | ||
| 232 : | tree. Change defaults for XEMACS_PACKAGES and MULE_PACKAGES so | ||
| 233 : | that everything will by default be installed. Add | ||
| 234 : | XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING to conditionalize out no | ||
| 235 : | longer needed MS Windows quoting changes. | ||
| 236 : | |||
| 237 : | * Makefile (all): | ||
| 238 : | * Makefile (all-bytecompile): | ||
| 239 : | * Makefile (elcclean): | ||
| 240 : | * Makefile (World): | ||
| 241 : | * Makefile (install): | ||
| 242 : | * Makefile (just-install): | ||
| 243 : | Complete the list of phony targets. Add target just-install to | ||
| 244 : | just install, not byte-compile. Add target elcclean to | ||
| 245 : | remove out-of-date and orphaned .elc files to avoid | ||
| 246 : | compile errors when upgrading, and use it in all:. Rename | ||
| 247 : | INSTALL_TARGETS to JUST_INSTALL_TARGETS and conditionalize | ||
| 248 : | appropriately on BUILD_WITHOUT_MULE. | ||
| 249 : | |||
| 250 : | * XEmacs.rules: | ||
| 251 : | * XEmacs.rules (PWD): | ||
| 252 : | * XEmacs.rules (elcclean): | ||
| 253 : | * XEmacs.rules (pkg_tar): | ||
| 254 : | Add elcclean target (not currently used by default). Clean up MS | ||
| 255 : | Windows comments. Conditionalize extra MS Windows quoting on | ||
| 256 : | XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING, since it breaks things under | ||
| 257 : | newer Cygwins. | ||
| 258 : | |||
| 259 : | * iterate.rules (ELCCLEAN_TARGETS): | ||
| 260 : | * iterate.rules (INSTALL_TARGETS): | ||
| 261 : | * iterate.rules (distclean): | ||
| 262 : | * iterate.rules (elcclean): | ||
| 263 : | Add targets for elcclean and install to work recursively. | ||
| 264 : | |||
| 265 : | * package-compile.el (stack-trace-on-error): | ||
| 266 : | Turn on by default for better error tracking. | ||
| 267 : | |||
| 268 : | martinb | 1.52 | 2001-02-20 Martin Buchholz <martin@xemacs.org> |
| 269 : | |||
| 270 : | * INSTALL: cvs update -Pd and other INSTALL corrections. | ||
| 271 : | |||
| 272 : | youngs | 1.51 | 2001-02-18 Steve Youngs <youngs@xemacs.org> |
| 273 : | |||
| 274 : | * libs/Makefile (PACKAGES): Add eieio. | ||
| 275 : | |||
| 276 : | * package-compile.el (package-directory-map): Add eieio. | ||
| 277 : | |||
| 278 : | youngs | 1.50 | 2001-02-06 Vin Shelton <acs@xemacs.org> |
| 279 : | |||
| 280 : | * XEmacs.rules (package-info): Load 'package-info' instead of | ||
| 281 : | 'package-info.el'. | ||
| 282 : | |||
| 283 : | youngs | 1.49 | 2001-01-22 Steve Youngs <youngs@xemacs.org> |
| 284 : | |||
| 285 : | * Local.rules.template: Update comments. | ||
| 286 : | |||
| 287 : | youngs | 1.48 | 2001-01-19 Steve Youngs <youngs@xemacs.org> |
| 288 : | |||
| 289 : | * INSTALL: (Notes): Add note about Local.rules.mk, Local.rules.template | ||
| 290 : | not getting checked out on an initial check out from CVS. | ||
| 291 : | |||
| 292 : | youngs | 1.47 | 2001-01-17 Stephen J. Turnbull <stephen@xemacs.org> |
| 293 : | |||
| 294 : | * package-compile.el (Step 1): Use paths-load-path-depth when | ||
| 295 : | defined, otherwise paths-core-load-path-depth. | ||
| 296 : | |||
| 297 : | 2001-01-19 Steve Youngs <youngs@xemacs.org> | ||
| 298 : | |||
| 299 : | * iterate.rules: Add a Local Variables to set mode to Makefile. | ||
| 300 : | |||
| 301 : | * INSTALL: New file. | ||
| 302 : | |||
| 303 : | * Local.rules.template: Use 'cp -af' and 'cp --force --recursive --symlink'. | ||
| 304 : | |||
| 305 : | 2000-12-06 Jan Vroonhof <jan@xemacs.org> | ||
| 306 : | |||
| 307 : | * Makefile: Use makefile targets for looping instead of shell loops. | ||
| 308 : | Makes build more robust. | ||
| 309 : | comm/Makefile: ditto. | ||
| 310 : | games/Makefile: ditto | ||
| 311 : | libs/Makefile: ditto | ||
| 312 : | mule/Makefile: ditto | ||
| 313 : | oa/Makefile: ditto | ||
| 314 : | os/Mafefile: ditto | ||
| 315 : | prog/Makefile: ditto | ||
| 316 : | wp/Makefile: ditto | ||
| 317 : | |||
| 318 : | youngs | 1.46 | 2001-01-11 Steve Youngs <youngs@xemacs.org> |
| 319 : | |||
| 320 : | * Makefile: Proper GNU Makefile quoting. eg change ($(foo),'') to | ||
| 321 : | ('$(foo)','') | ||
| 322 : | |||
| 323 : | youngs | 1.45 | 2001-01-10 Steve Youngs <youngs@xemacs.org> |
| 324 : | |||
| 325 : | * package-compile.el (package-directory-map): Added eshell & pcomplete. | ||
| 326 : | |||
| 327 : | adrian | 1.44 | 2000-10-21 Adrian Aichner <adrian@xemacs.org> |
| 328 : | |||
| 329 : | * Local.rules.template (PACKAGE_INDEX): New variable to configure | ||
| 330 : | name of package-index. | ||
| 331 : | * XEmacs.rules (PACKAGE_INFO): Use PACKAGE_INDEX. | ||
| 332 : | |||
| 333 : | adrian | 1.43 | 2000-10-20 Adrian Aichner <adrian@xemacs.org> |
| 334 : | |||
| 335 : | * Local.rules.template (XEMACS_NATIVE_NT): Configuration variable | ||
| 336 : | moved here from XEmacs.rules. | ||
| 337 : | * XEmacs.rules: Don't run XEmacs to determine system-type. | ||
| 338 : | |||
| 339 : | youngs | 1.42 | 2000-08-22 Steve Youngs <youngs@xemacs.org> |
| 340 : | |||
| 341 : | adrian | 1.44 | * XEmacs.rules (clean): Use $INFO_FILES instead of $PACKAGE.info*, |
| 342 : | use new var $EXTRA_OBJS. | ||
| 343 : | youngs | 1.42 | |
| 344 : | adrian | 1.44 | * package-compile.el (package-directory-map): Remove obsolete |
| 345 : | entries. (package-name-to-directory): Remove obsolete entries, | ||
| 346 : | put w3, bbdb, jde & lookup into a single 'or' statement. | ||
| 347 : | youngs | 1.42 | |
| 348 : | andreasj | 1.40 | 2000-08-16 Andreas Jaeger <aj@suse.de> |
| 349 : | |||
| 350 : | * package-compile.el (package-directory-map): Add semantic. | ||
| 351 : | andreasj | 1.41 | (package-name-to-directory): Handle jde special. |
| 352 : | andreasj | 1.40 | |
| 353 : | youngs | 1.42 | 2000-08-16 Steve Youngs <youngs@xemacs.org> |
| 354 : | young | 1.39 | |
| 355 : | * CVSROOT/modules: added module for eicq | ||
| 356 : | |||
| 357 : | * comm/Makefile (PACKAGES): added eicq | ||
| 358 : | |||
| 359 : | * package-compile.el (package-directory-map): added eicq | ||
| 360 : | |||
| 361 : | adrian | 1.38 | 2000-06-23 Adrian Aichner <aichner@ecf.teradyne.com> |
| 362 : | |||
| 363 : | * XEmacs.rules: Temporarily work around shortcomings of XEmacs | ||
| 364 : | native NT with command-line-argument- and file-path syntax | ||
| 365 : | parsing. | ||
| 366 : | (XEMACS_NATIVE_NT): Determine whether packages are | ||
| 367 : | being built by Native-NT XEmacs. | ||
| 368 : | (PACKAGE_COMPILE): Conditionalize for XEmacs native NT build. | ||
| 369 : | (AUTOLOAD_PACKAGE_NAME): Ditto. | ||
| 370 : | (PKG_TAR_GZ): Ditto. | ||
| 371 : | (PACKAGE_INFO): Ditto. | ||
| 372 : | (%.elc): Use generalized PACKAGE_COMPILE. | ||
| 373 : | ($(AUTOLOAD_PATH)/auto-autoloads.el): Use generalized | ||
| 374 : | AUTOLOAD_PACKAGE_NAME. | ||
| 375 : | (package-info): Use generalized PKG_TAR_GZ and PACKAGE_INFO. | ||
| 376 : | |||
| 377 : | andreasj | 1.37 | 2000-06-22 Andreas Jaeger <aj@suse.de> |
| 378 : | |||
| 379 : | * XEmacs.rules: Uncomment ELCS test. | ||
| 380 : | Patch by Didier Verna <didier@xemacs.org>. | ||
| 381 : | |||
| 382 : | andreasj | 1.36 | 2000-06-04 Andreas Jaeger <aj@suse.de> |
| 383 : | |||
| 384 : | * Makefile: Move includes to the front and add new target all as | ||
| 385 : | first target. | ||
| 386 : | |||
| 387 : | * Local.rules.template (XEMACS): Use xemacs instead of a system | ||
| 388 : | specific path. | ||
| 389 : | |||
| 390 : | * Local.rules.mk (___): Really create Local.rules if it doesn't exist. | ||
| 391 : | |||
| 392 : | andreasj | 1.34 | 2000-05-23 Karl M. Hegbloom <karlheg@debian.org> |
| 393 : | |||
| 394 : | * Local.rules.template, Local.rules.mk: New files. | ||
| 395 : | |||
| 396 : | * Makefile, XEmacs.rules: Include Local.rules.mk, define | ||
| 397 : | XEMACS_PACKAGES_BASE, make sure all RCOPY commands are run with | ||
| 398 : | absolute / rooted paths so that --recursive --symlink works. Make | ||
| 399 : | tar building optional. Did away with BUILD_MULE. | ||
| 400 : | |||
| 401 : | andreasj | 1.33 | 2000-01-12 Andreas Jaeger <aj@suse.de> |
| 402 : | |||
| 403 : | * package-compile.el (package-directory-map): Added idlwave. | ||
| 404 : | |||
| 405 : | andreasj | 1.32 | 1999-12-14 Andreas Jaeger <aj@suse.de> |
| 406 : | |||
| 407 : | * Makefile (SUBDIRS): Build for mule unless BUILD_WITHOUT_MULE is | ||
| 408 : | set. | ||
| 409 : | |||
| 410 : | steveb | 1.31 | 1999-07-23 SL Baur <steve@xemacs.org> |
| 411 : | |||
| 412 : | * Makefile: add toplevel autoloads target | ||
| 413 : | |||
| 414 : | steveb | 1.30 | 1999-07-16 SL Baur <steve@xemacs.org> |
| 415 : | |||
| 416 : | * Makefile: revert mule subdirectory change. | ||
| 417 : | Add support for install, World targets. | ||
| 418 : | |||
| 419 : | * package-compile.el: add ucs-conv. | ||
| 420 : | |||
| 421 : | * .cvsignore: new file | ||
| 422 : | |||
| 423 : | steveb | 1.29 | 1999-07-14 SL Baur <steve@xemacs.org> |
| 424 : | |||
| 425 : | * package-compile.el: add ps-print-nomule | ||
| 426 : | steveb | 1.28 | |
| 427 : | steveb | 1.27 | 1999-07-13 SL Baur <steve@xemacs.org> |
| 428 : | |||
| 429 : | * mule/Makefile: add lookup. | ||
| 430 : | |||
| 431 : | steveb | 1.26 | 1999-04-17 Karl M. Hegbloom <psu25682@odin.cc.pdx.edu> |
| 432 : | |||
| 433 : | * Makefile (SUBDIRS): Don't put "mule" in SUBDIRS unless BUILD_MULE=t | ||
| 434 : | |||
| 435 : | steveb | 1.25 | 1999-06-24 SL Baur <steve@xemacs.org> |
| 436 : | |||
| 437 : | * package-compile.el: add lookup. | ||
| 438 : | |||
| 439 : | steveb | 1.24 | 1999-05-13 SL Baur <steve@gneiss.etl.go.jp> |
| 440 : | |||
| 441 : | * XEmacs.rules: expand number of DATA destinations | ||
| 442 : | |||
| 443 : | steveb | 1.23 | 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch> |
| 444 : | |||
| 445 : | * XEmacs.rules (binkit-common): Create lisp dir with | ||
| 446 : | auto-autoloads, _pkg.el etc even if there are no other elcs. | ||
| 447 : | |||
| 448 : | steveb | 1.21 | 1999-02-15 SL Baur <steve@xemacs.org> |
| 449 : | |||
| 450 : | steveb | 1.22 | * Makefile (bindist): Force autoloads building first. |
| 451 : | |||
| 452 : | steveb | 1.21 | * XEmacs.rules (LANG): Ensure vanilla locale for building. |
| 453 : | |||
| 454 : | steveb | 1.19 | 1998-12-08 SL Baur <steve@altair.xemacs.org> |
| 455 : | |||
| 456 : | steveb | 1.20 | * package-compile.el (package-directory-map): Update to match |
| 457 : | current set of packages. | ||
| 458 : | |||
| 459 : | steveb | 1.19 | * libs/Makefile (autoloads): Fix typo. |
| 460 : | (bytecompile): Ditto. | ||
| 461 : | |||
| 462 : | steveb | 1.18 | 1998-12-06 SL Baur <steve@altair.xemacs.org> |
| 463 : | |||
| 464 : | * XEmacs.rules (bytecompile): Add bytecompile target. Eliminate | ||
| 465 : | paths on default `XEMACS' and `TAR' binaries. | ||
| 466 : | |||
| 467 : | * Makefile: Remove special treatment of packages needed for early | ||
| 468 : | bytecompilation. Add `autoloads', and `bytecompile' targets. | ||
| 469 : | Add .PHONY. | ||
| 470 : | * os/Makefile (PACKAGES): Ditto. | ||
| 471 : | * oa/Makefile (PACKAGES): Ditto. | ||
| 472 : | * wp/Makefile (PACKAGES): Ditto. | ||
| 473 : | * games/Makefile (PACKAGES): Ditto. | ||
| 474 : | * prog/Makefile (PACKAGES): Ditto. | ||
| 475 : | * comm/Makefile (PACKAGES): Ditto. | ||
| 476 : | * libs/Makefile (PACKAGES): Ditto. | ||
| 477 : | * mule/Makefile (PACKAGES): Ditto. | ||
| 478 : | |||
| 479 : | steveb | 1.17 | 1998-10-15 Greg Klanderman <greg@alphatech.com> |
| 480 : | |||
| 481 : | andreasj | 1.36 | * hack-package-index.el (batch-hack-package-index): update for new |
| 482 : | steveb | 1.17 | package index file format. |
| 483 : | |||
| 484 : | steveb | 1.16 | 1998-10-13 SL Baur <steve@altair.xemacs.org> |
| 485 : | |||
| 486 : | * package-compile.el: Drop pgnus and irchat entries. | ||
| 487 : | |||
| 488 : | steveb | 1.14 | 1998-10-12 SL Baur <steve@altair.xemacs.org> |
| 489 : | |||
| 490 : | steveb | 1.15 | * XEmacs.rules: Fix all references to _pkg.el to refer to it via |
| 491 : | $(AUTOLOAD_PATH). | ||
| 492 : | |||
| 493 : | steveb | 1.14 | * hack-package-index.el: New file. Dynamically update |
| 494 : | package-get-base.el as tarballs are created. | ||
| 495 : | |||
| 496 : | * XEmacs.rules: Add install: target. Add autoloads: target. | ||
| 497 : | Add support for multiple lisp directories, multiple data directories. | ||
| 498 : | |||
| 499 : | 1998-10-11 SL Baur <steve@altair.xemacs.org> | ||
| 500 : | |||
| 501 : | * XEmacs.rules (AUTOLOAD_PATH): New variable. Defaults to ".". | ||
| 502 : | Change when the source is in a subdirectory. | ||
| 503 : | |||
| 504 : | 1998-10-10 SL Baur <steve@altair.xemacs.org> | ||
| 505 : | |||
| 506 : | * XEmacs.rules (binkit-common): New rule. Obsoletes the | ||
| 507 : | individual binkit-* rules. | ||
| 508 : | - Add support for installing files in lib-src. | ||
| 509 : | andreasj | 1.36 | |
| 510 : | steveb | 1.13 | 1998-10-01 SL Baur <steve@altair.xemacs.org> |
| 511 : | |||
| 512 : | * XEmacs.rules (SOURCE_FILES_TO_COPY): Add _pkg.el. | ||
| 513 : | |||
| 514 : | steveb | 1.12 | 1998-09-19 SL Baur <steve@altair.xemacs.org> |
| 515 : | |||
| 516 : | * XEmacs.rules (EXCLUDES): Add *.orig and *.rej. | ||
| 517 : | (binkit-sourceinfo): Add texinfo sources. | ||
| 518 : | (binkit-sourcedatainfo): Ditto. | ||
| 519 : | When installing add a MANIFEST file. | ||
| 520 : | |||
| 521 : | 1998-09-18 SL Baur <steve@altair.xemacs.org> | ||
| 522 : | |||
| 523 : | * XEmacs.rules (PKGDIR): Change to `xemacs-packages' instead of | ||
| 524 : | `packages'. | ||
| 525 : | |||
| 526 : | * libs/Makefile: Add sounds-au and sounds-wav to the list of | ||
| 527 : | packages to build. | ||
| 528 : | |||
| 529 : | steveb | 1.11 | 1998-09-07 SL Baur <steve@altair.xemacs.org> |
| 530 : | |||
| 531 : | * package-compile.el: Add irchat package. | ||
| 532 : | |||
| 533 : | steveb | 1.10 | 1998-08-31 SL Baur <steve@altair.xemacs.org> |
| 534 : | |||
| 535 : | * package-compile.el: Add support for unsupported Pterodactyl Gnus. | ||
| 536 : | |||
| 537 : | 1998-08-15 SL Baur <steve@altair.xemacs.org> | ||
| 538 : | |||
| 539 : | * package-compile.el (package-directory-map): Add zenirc. | ||
| 540 : | (package-name-to-directory): Ditto. | ||
| 541 : | |||
| 542 : | steveb | 1.9 | 1998-07-23 SL Baur <steve@altair.xemacs.org> |
| 543 : | |||
| 544 : | * Makefile (SPECIAL): Build edit-utils early. | ||
| 545 : | Ditto with speedbar. | ||
| 546 : | |||
| 547 : | * XEmacs.rules (BUILD_MULE): Add variable. Comment to avoid building | ||
| 548 : | Mule. | ||
| 549 : | |||
| 550 : | 1998-06-21 SL Baur <steve@altair.xemacs.org> | ||
| 551 : | |||
| 552 : | * package-compile.el (package-directory-map): Add comm/mew. | ||
| 553 : | (package-name-to-directory): Handle mew lisp as subdirectory. | ||
| 554 : | |||
| 555 : | steveb | 1.8 | 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
| 556 : | |||
| 557 : | * package-compile.el: Used paths-load-path-depth variable. | ||
| 558 : | |||
| 559 : | steveb | 1.7 | 1998-04-07 SL Baur <steve@altair.xemacs.org> |
| 560 : | |||
| 561 : | * XEmacs.rules (srckit-std): Use $(TAR) not tar. | ||
| 562 : | (binkit-sourceonly): Ditto. | ||
| 563 : | (binkit-sourceinfo): Ditto. | ||
| 564 : | (binkit-sourcedata): Ditto. | ||
| 565 : | (binkit-sourcedatainfo): Ditto. | ||
| 566 : | |||
| 567 : | steveb | 1.6 | 1998-04-04 SL Baur <steve@altair.xemacs.org> |
| 568 : | |||
| 569 : | * package-compile.el (package-directory-map): Add fsf-compat. | ||
| 570 : | |||
| 571 : | steveb | 1.5 | 1998-02-27 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> |
| 572 : | |||
| 573 : | * package-compile.el (depends): Provide a more meaningful | ||
| 574 : | error mess when a require isn't in the package map. | ||
| 575 : | |||
| 576 : | steve | 1.4 | 1998-01-24 SL Baur <steve@altair.xemacs.org> |
| 577 : | |||
| 578 : | * Makefile: Created. | ||
| 579 : | * libs/Makefile: Ditto. | ||
| 580 : | * comm/Makefile: Ditto. | ||
| 581 : | * games/Makefile: Ditto. | ||
| 582 : | * prog/Makefile: Ditto. | ||
| 583 : | * wp/Makefile: Ditto. | ||
| 584 : | * os/Makefile: Ditto. | ||
| 585 : | * oa/Makefile: Ditto. | ||
| 586 : | * mule/Makefile: Ditto. | ||
| 587 : | andreasj | 1.36 | |
| 588 : | steve | 1.4 | * XEmacs.rules (RCOPY): Parameterize recursive copy command. |
| 589 : | (package-info): Update to package standard 1.0. | ||
| 590 : | |||
| 591 : | steve | 1.3 | 1998-01-17 SL Baur <steve@altair.xemacs.org> |
| 592 : | |||
| 593 : | * XEmacs.rules (bindist): New target. Rebuilds a binary kit and | ||
| 594 : | packge-info without making a source kit. | ||
| 595 : | |||
| 596 : | steve | 1.2 | 1998-01-16 SL Baur <steve@altair.xemacs.org> |
| 597 : | |||
| 598 : | * XEmacs.rules: Add variable EXTRA_SOURCES which get added in | ||
| 599 : | source-only installation. | ||
| 600 : | |||
| 601 : | steve | 1.1 | 1998-01-11 SL Baur <steve@altair.xemacs.org> |
| 602 : | |||
| 603 : | andreasj | 1.36 | * XEmacs.rules: Explicitly load autoloads from dependent |
| 604 : | steve | 1.1 | packages. |
| 605 : | Move srckit/binkit dependencies here. | ||
| 606 : | Add REQUIRES variable. | ||
| 607 : | Move the *clean: dependencies here. | ||
| 608 : | |||
| 609 : | * package-compile.el: New file. |
| root@alioth.debian.org | ViewVC Help |
| Powered by ViewVC 1.0.0 |

