2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.08 released. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.07 released. 2014-05-13 Jerry James * .cvsignore: Remove. * .hgignore: New file. 2009-08-16 Norbert Koch * Makefile (VERSION): XEmacs package 1.06 released. 2009-06-17 It's me FKtPp ;) * pcomplete.el (pcomplete-man-function): use #'manual-entry instead of GNU's #'man in XEmacs 2008-07-10 Norbert Koch * Makefile (VERSION): XEmacs package 1.05 released. 2008-07-10 Stephen J. Turnbull * Makefile (MAINTAINER): Replace John with XEmacs Dev Team. 2005-01-23 Norbert Koch * Makefile (VERSION): XEmacs package 1.04 released. 2004-10-08 René Kyllingstad * pcomplete.el: define pcomplete-read-event instead of read-event, since it's not a complete read-event implementation. 2003-10-31 Norbert Koch * Makefile (VERSION): XEmacs package 1.03 released. 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. 2002-11-29 Ben Wing * .cvsignore: Remove files now handled automatically by CVS. * Makefile: Use `compile' instead of hard-coded `all'. 2002-10-15 Ville Skyttä * Makefile (srckit): Remove. 2002-10-14 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.02 released. 2002-10-12 Ville Skyttä * Makefile (REQUIRES): Add indirect xemacs-base requirement. 2000-03-06 John Wiegley * pcmpl-gnu.el (pcomplete/tar): use tar-mode to read the contents of a tar file. Only complete names internal to the tar file in extraction mode. Otherwise, complete against filesystem entries. 2000-03-03 John Wiegley * pcomplete.el (pcomplete-window-restore-timer): this variable needs to be buffer local. 2000-02-10 John Wiegley * pcomplete.el: Released 1.1.3. * pcmpl-linux.el (pcomplete/umount): Fixed a mispelling, which caused an unknown function to be called. 2000-02-03 John Wiegley * pcomplete.el: Released 1.1.2. * pcomplete.el (pcomplete-do-complete): improved the paring algorithm, since it wasn't working in all cases (especially when symlinks were involved). * pcmpl-unix.el (pcomplete/rm): don't pare symbolic links, since the user might want to remove both the link, and what it points to. * pcmpl-gnu.el: added completion support for bzip2. * Makefile: removed unnecessary `add-to-list' code. (install_elc): install pcmpl-auto.el. * INSTALL: added this file. 1999-12-06 John Wiegley * pcomplete.el (pcomplete-version): Released 1.1.1. * pcomplete.el (pcomplete-dirs-or-entries): in the first call to `pcomplete-entries', `pcomplete-stub' needs to be guarded from change (pcomplete-version): added version variable * pcmpl-gnu.el (pcomplete/gzip): made the completions for 'gzip -t' the same as that for 'gzip -d'