2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.20 released. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.19 released. 2014-05-13 Jerry James * .cvsignore: Remove. * .hgignore: New file. * eshell.texi: Restore CVS keyword expansions. Update for texinfo 5.x. 2009-06-28 Norbert Koch * Makefile (VERSION): XEmacs package 1.18 released. 2009-06-12 It's me FKtPp ;) * em-cmpl.el (eshell-cmpl-man-function): Use #'manual-entry instead of #'man * em-unix.el (eshell/man): Use #'manual-entry instead of #'man 2009-02-02 Norbert Koch * Makefile (VERSION): XEmacs package 1.17 released. 2009-01-25 It's me FKtPp ;) * em-hist.el (eshell-save-history-on-exit): NEW. default to nil * em-hist.el (eshell-hist-initialize): make 'eshell-save-history-on-exit buffer-local by default. * em-hist.el (eshell-save-some-history): simplify the evaluation logic. 2008-09-08 Norbert Koch * Makefile (VERSION): XEmacs package 1.16 released. 2008-09-08 Aidan Kehoe * Makefile: * Makefile (GENERATED_LISP): Make AUTHOR_VERSION the Savannah git tag of the last GPLV2'd version. Changing esh-groups.el to being GENERATED_LISP, not EXTRA_SOURCES; add a corresponding dependency. Thank you Jerry James! 2008-09-04 Norbert Koch * Makefile (VERSION): XEmacs package 1.15 released. 2008-08-30 Aidan Kehoe * eshell.el (eshell-command): Check the XEmacs variable temp-buffer-shrink-to-fit and call #'shrink-window-if-larger-than-buffer instead of #'resize-temp-buffer-window. 2008-08-28 Norbert Koch * Makefile (VERSION): XEmacs package 1.14 released. 2008-08-27 Aidan Kehoe * esh-test.el (eshell-test-goto-func): (eshell-show-usage-metrics): * esh-cmd.el (eshell-find-alias-function): Comment on some code that will fail under XEmacs. * esh-var.el (esh-make-temp-file-1): New. Add a #'make-temp-file substitute from GNUs, to use on 21.4 where #'make-temp-file is not available. * esh-var.el (eshell-parse-variable-ref): Use it. 2008-08-19 It's me FKtPp ;) * Upstream version 2.4.2 (the last GPLv2 version avaiable, savannah git version tag: 0fc80a3f6bb3bb59f42e9ff83cc8b89bf90fe658). 2008-07-10 Norbert Koch * Makefile (VERSION): XEmacs package 1.13 released. 2008-07-08 Fan Kai * esh-arg.el (eshell-quote-backslash): Fix eshell path completion for Windows. 2008-07-10 Stephen J. Turnbull * Makefile (MAINTAINER): Replace John with XEmacs Dev Team. 2007-09-04 Norbert Koch * Makefile (VERSION): XEmacs package 1.12 released. 2007-09-04 Didier Verna * esh-util.el (eshell-ange-ls-uids): Fix misuse of the list widget type. 2007-05-14 Norbert Koch * Makefile (VERSION): XEmacs package 1.11 released. 2007-05-13 Aidan Kehoe * esh-util.el (eshell-under-windows-p): This function is used to determine whether .exe should be appended to executable names when searching for them; this is as true of cygwin32 as it is of windows-nt and ms-dos. 2005-06-27 Norbert Koch * Makefile (VERSION): XEmacs package 1.10 released. 2005-06-26 Aidan Kehoe * esh-mode.el (eshell-self-insert-command): Move the previous change to use the get-character-of-keysym command instead. 2005-05-24 Norbert Koch * Makefile (VERSION): XEmacs package 1.09 released. 2005-05-20 Aidan Kehoe * em-term.el: * esh-mode.el (eshell-self-insert-command): Prefer the character-of-keysym property to the ascii-character property where appropriate. 2005-01-17 Norbert Koch * Makefile (VERSION): XEmacs package 1.08 released. 2005-01-14 Steve Youngs * esh-util.el (eshell-under-xemacs-p): Do a featurep test for `xemacs' or `sxemacs' instead of testing whether or not `xemacs-logo' is bound. 2004-06-29 Norbert Koch * Makefile (VERSION): XEmacs package 1.07 released. 2004-06-28 Jerry James * esh-util.el (eshell-copy-tree): Change cl-pop to pop. 2004-06-28 Adrian Aichner * eshell.el (eshell-report-bug): Only `set-buffer-multibyte', when it's available (XEmacs does not have it). Report XEmacs eshell-version. Correctly call `use-local-map' under XEmacs. 2003-10-31 Norbert Koch * Makefile (VERSION): XEmacs package 1.06 released. 2003-03-27 Norbert Koch * Makefile (VERSION): XEmacs package 1.05 released. 2003-03-26 Steve Youngs * em-unix.el (eshell-plain-locate-behavior): Make the default the return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for XEmacs. 2003-03-09 Ben Wing * Makefile: Delete explicit compile:: and binkit: rules. Don't add custom-load.elc to the list of generated elc's. Use STANDARD_DOCS instead of explicitly giving the targets and dependencies. 2002-11-29 Ben Wing * .cvsignore: Remove files now handled automatically by CVS. * Makefile: Use `compile' instead of hard-coded `all'. 2002-12-06 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.04 released. 2002-11-08 Vin Shelton * eshell.el: Added autoload for eshell-directory-name, needed by ecb. 2002-10-15 Ville Skyttä * Makefile (srckit): Remove. 2002-10-14 Ville Skyttä * Makefile (MANUAL): Removed (unused). 2002-07-16 Adrian Aichner * .cvsignore: Add generated .info* and .html files. 2002-03-25 Steve Youngs * Makefile (VERSION): 1.03 released. 2002-03-24 John Wiegley * esh-ext.el (eshell-external-command): Fix to allow eshell and dired to behave with one another. 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. 2000-12-20 Yoshiki Hayashi * Upstream version 2.4.1