Remove non-free old and crusty clearcase pkg
[packages] / xemacs-packages / pcomplete / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.08 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.07 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2009-08-16  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 1.06 released.
17
18 2009-06-17  It's me FKtPp ;)  <m_pupil@yahoo.com.cn>
19
20         * pcomplete.el (pcomplete-man-function): use #'manual-entry
21         instead of GNU's #'man in XEmacs
22
23 2008-07-10  Norbert Koch  <viteno@xemacs.org>
24
25         * Makefile (VERSION): XEmacs package 1.05 released.
26
27 2008-07-10  Stephen J. Turnbull  <stephen@xemacs.org>
28
29         * Makefile (MAINTAINER): Replace John with XEmacs Dev Team.
30
31 2005-01-23  Norbert Koch  <viteno@xemacs.org>
32
33         * Makefile (VERSION): XEmacs package 1.04 released.
34
35 2004-10-08  René Kyllingstad  <listmailxemacs@kyllingstad.com>
36
37         * pcomplete.el: define pcomplete-read-event instead of read-event,
38           since it's not a complete read-event implementation.
39
40 2003-10-31  Norbert Koch  <viteno@xemacs.org>
41
42         * Makefile (VERSION): XEmacs package 1.03 released.
43
44 2003-03-09  Ben Wing  <ben@xemacs.org>
45
46         * Makefile:
47         Delete explicit compile:: and binkit: rules.
48         Don't add custom-load.elc to the list of generated elc's.
49
50 2002-11-29  Ben Wing  <ben@xemacs.org>
51
52         * .cvsignore: Remove files now handled automatically by CVS.
53         * Makefile: Use `compile' instead of hard-coded `all'.
54
55 2002-10-15  Ville Skyttä  <scop@xemacs.org>
56
57         * Makefile (srckit): Remove.
58
59 2002-10-14  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
60
61         * Makefile (VERSION): XEmacs package 1.02 released.
62
63 2002-10-12  Ville Skyttä  <scop@xemacs.org>
64
65         * Makefile (REQUIRES): Add indirect xemacs-base requirement.
66
67 2000-03-06  John Wiegley  <johnw@gnu.org>
68
69         * pcmpl-gnu.el (pcomplete/tar): use tar-mode to read the contents
70         of a tar file.  Only complete names internal to the tar file in
71         extraction mode.  Otherwise, complete against filesystem entries.
72
73 2000-03-03  John Wiegley  <johnw@gnu.org>
74
75         * pcomplete.el (pcomplete-window-restore-timer): this variable
76         needs to be buffer local.
77
78 2000-02-10  John Wiegley  <johnw@gnu.org>
79
80         * pcomplete.el: Released 1.1.3.
81
82         * pcmpl-linux.el (pcomplete/umount): Fixed a mispelling, which
83         caused an unknown function to be called.
84
85 2000-02-03  John Wiegley  <johnw@gnu.org>
86
87         * pcomplete.el: Released 1.1.2.
88
89         * pcomplete.el (pcomplete-do-complete): improved the paring
90         algorithm, since it wasn't working in all cases (especially when
91         symlinks were involved).
92
93         * pcmpl-unix.el (pcomplete/rm): don't pare symbolic links, since
94         the user might want to remove both the link, and what it points
95         to.
96
97         * pcmpl-gnu.el: added completion support for bzip2.
98
99         * Makefile: removed unnecessary `add-to-list' code.
100         (install_elc): install pcmpl-auto.el.
101
102         * INSTALL: added this file.
103
104 1999-12-06  John Wiegley  <johnw@gnu.org>
105
106         * pcomplete.el (pcomplete-version): Released 1.1.1.
107
108         * pcomplete.el (pcomplete-dirs-or-entries): in the first call to
109         `pcomplete-entries', `pcomplete-stub' needs to be guarded from
110         change
111         (pcomplete-version): added version variable
112
113         * pcmpl-gnu.el (pcomplete/gzip): made the completions for 'gzip
114         -t' the same as that for 'gzip -d'