2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.38 released. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.37 released. 2014-05-13 Jerry James * .cvsignore: Remove. * docs/.cvsignore: Remove. * extra/.cvsignore: Remove. * .hgignore: New file. * *.el: Restore CVS keyword expansions. * *.lisp: Ditto. * *.scm: Ditto. * ilisp.emacs: Ditto. * Makefile: Ditto. * Makefile.rm: Ditto. * docs/Makefile: Ditto. 2010-01-10 Norbert Koch * Makefile (VERSION): XEmacs package 1.36 released. 2010-01-08 Aidan Kehoe Merge JWZ's completer changes of 942A74E9-346F-4A81-AB11-25672D50EE0C@jwz.org , dealing with backslashes and spaces better. * completer.el (file-system-ignore-case-p): Provide an implementation of this function if it's not available. (completer-matches): Respect case-fold-search in this function. (completer-region): Revise to understand and skip over backslashes. (completer-file): Canonicalise slashes under windows-nt here; understand and skip over backslashes in the string. 2009-08-14 Norbert Koch * Makefile (VERSION): XEmacs package 1.35 released. 2009-08-13 Aidan Kehoe * ilisp-snd.el: Transform #'values calls to #'list calls at compile time if the current XEmacs doesn't support true multiple values. 2006-05-17 Norbert Koch * Makefile (VERSION): XEmacs package 1.34 released. 2006-05-13 Jerry James * ilisp-dia.el (setup-ilisp): Change from defunct comint-use-prompt-regexp-instead-of-fields to current comint-use-prompt-regexp. Also set comint-input-filter-functions instead of defunct comint-input-sentinel. * ilisp-rng.el (lisp-match-ring): Change from defunct comint-last-similar-string to current comint-matching-input-from-input-string. * ilisp-xfr.el (return-ilisp): Run the comint-input-filter-functions hook instead of calling the defunct comint-input-sentinel. Also remove the dated version check for setting comint-input-index. 2004-10-05 Ilya N. Golubev * extra/.cvsignore (hyperspec.el): Remove, to sync with revision 1.38 change of `Makefile'. 2003-10-31 Norbert Koch * Makefile (VERSION): XEmacs package 1.33 released. 2003-05-02 Norbert Koch * Makefile (VERSION): XEmacs package 1.32 released. 2003-05-01 Steve Youngs * Makefile (EXTRA_SOURCES): Rename 'comint-v18.el' to 'comint-v18.el.upstream'. * package-info.in (provides): Remove comint. 2003-03-21 Ben Wing * docs\.cvsignore: New. Add entries for ilisp*.html. 2003-03-09 Ben Wing * Makefile (EXTRA_DOC_FILES): New. * Makefile (DOCS): Removed. * Makefile (compress): * Makefile (loadfile): Delete explicit compile:: and binkit: rules. Use EXPLICIT_DOCS instead of explicitly giving the targets and dependencies. Specify EXTRA_DOC_FILES. Eliminate the recursive building of html files. #### docs/Makefile still exists but isn't really used, and should be deleted. Eliminate some duplication from the clean:: target. 2003-03-02 Norbert Koch * Makefile (VERSION): XEmacs package 1.31 released. * Makefile (VERSION): XEmacs package 1.30 released. 2003-01-29 Mike Sperber * completer.el (completer-message): Don't use +ilisp-emacs-version-id+: completer works without ILISP, except for this. 2003-01-03 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.29 released. 2002-12-17 Jerry James * Makefile (PRELOADS): Also preload ilisp-dia so that defdialect is defined. 2002-11-29 Ben Wing * .cvsignore: Remove files now handled automatically by CVS. * Makefile: Use `compile' instead of hard-coded `all'. * Makefile (INFO_FILES): * Makefile (OTHER_ELCS): Removed. * Makefile (loadfile): Build ilisp using the standard Makefile scheme, instead of the special ilisp-mak.el, which is not smart enough to do dependency checking and thus always rebuilds from scratch. 2002-10-15 Ville Skyttä * Makefile (srckit): Remove. 2002-10-14 Ville Skyttä * Makefile (MANUAL): Removed (unused). 2002-08-26 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.28 released. 2002-08-23 Steve Youngs * Makefile (REQUIRES): Add sh-script. 2002-07-15 Adrian Aichner * docs/ilisp-refcard.tex: It's XEmacs, not Xemacs. 2002-07-15 Adrian Aichner * HISTORY (Version): * cl-ilisp.lisp: 2002-06-27 Steve Youngs * Makefile (VERSION): XEmacs package 1.27 released. 2002-06-15 Steve Youngs * Makefile (compile): Use 'BOOT_XEMACS' so we can build in the absence of an installed package tree. 2002-06-10 Adrian Aichner * Makefile (HTML_FILES): Removed. * Makefile (HTML_DEP): Removed. * Makefile (html): New. 2002-06-04 Steve Youngs * Makefile (VERSION): XEmacs package 1.26 released. 2002-06-04 Will Deakin * sync with 5.12.0 release 2002-06-02 Steve Youngs * Makefile (VERSION): XEmacs package 1.24 released. 2002-05-31 Steve Youngs * Makefile (VERSION): XEmacs package 1.23 released. 2002-05-14 Steve Youngs * Makefile (VERSION): XEmacs package 1.22 released. 2002-05-11 Vin Shelton * Makefile (compile): Fix the compile command for hyperspec.el. 2002-05-10 Vin Shelton * Makefile: Use XEMACS_BUILD macro for hyperspec. 2002-05-09 Steve Youngs * Makefile (VERSION): XEmacs package 1.21 released. 2002-05-08 Steve Youngs * Makefile (PRELOADS): Remove, there's no need to push the current directory into the load-path. (compile): No need to push mail-lib and fsf-compat directories into the load-path. 2002-03-31 Ben Wing * completer.el: Recommit my version 3.04 which works with XEmacs and Windows. 2002-03-31 Ben Wing * Makefile: Don't special-case Windows. We're using Cygwin to run the Makefile. 2002-01-13 Steve Youngs * package-info.in (provides): Update to include all provides. 2002-01-07 Adrian Aichner * Makefile (HTML_FILES): New. * Makefile (HTML_DEP): New. 2001-07-05 Steve Youngs * Makefile: Don't use symlinks for copying hyperspec.el (compile): Fix up Ben's patch that I wiped out. 2001-07-04 Steve Youngs * Makefile: Remove a couple of spurious '/'. 2001-07-01 Steve Youngs * Import ilisp 5.11.1 2001-05-11 Ben Wing * Makefile (compile): * ilisp-mak.el ((not (file-exists-p "ilcompat.el"))): Fix to compile in the absence of an installed package tree. 2001-02-24 Ben Wing * Makefile (rules-file): * Makefile (HyperSpec): Conditionalize extra MS Windows quoting on XEMACS_NATIVE_NT_NEEDS_EXTRA_QUOTING, since it breaks things under newer Cygwins. Use cp, not ln, to create hyperspec.el on MS Windows. 2001-02-24 Ben Wing * completer.el (completer): * completer.el (completer-minibuf-string): * completer.el (completer-new-cmd): fix problems with filename completion and read-directory-name. 2001-02-24 Ben Wing * remove extra\hyperspec.el from CVS; it's auto-generated. 2001-01-16 Stephen J. Turnbull * Makefile (clean): Thar's no Makefile thar in docs; don't recurse. 2000-10-05 Martin Buchholz * *: Mega typo fix. 2000-07-13 Will Deakin * sync with ilisp 5.10.1. 2000-07-07 Ben Wing * completer.el: * completer.el (completer-path-separator-string): New. * completer.el (completer-path-separator-regexp): New. * completer.el (completer-path-delimiter-list): New. * completer.el (completer-path-separator-regexp-inside-brackets): New. * completer.el (completer-dot-dot-list): New. * completer.el (completer-message): * completer.el (completer-last-component): * completer.el (completer-cache): * completer.el (completer-file): * completer.el (completer): * completer.el (completer-goto): * completer.el (completer-minibuf-string): * completer.el (completer-new-cmd): My version 3.04. Works under MS Windows / cygwin now. 2000-06-25 AichnerAd * Makefile (PRELOADS): Use lisp instead of `pwd`. Handle Native-NT XEmacs command-line quoting. 1998-01-24 SL Baur * Makefile (VERSION): Update to package standard 1.0. (EXTRA_SOURCES): Be sure to install .lisp helper files. 1998-01-11 SL Baur * Makefile: Update to newer package interface. 1997-12-24 SL Baur * Makefile: created