1The ChangeLog file is not used anymore.
2Please see the Git commit log messages.
3
4============================================================================
5
62004-08-13  Simos Xenitellis  <simos74@gmx.net>
7
8	* Releasing version 1.6.0.
9
102004-08-13  Simos Xenitellis  <simos74@gmx.net>
11
12	* src/tcshrc.bindkey: Removed F11 bindkey due to usability issues.
13
142004-08-13  Simos Xenitellis  <simos74@gmx.net>
15
16	* src/tcshrc.local: Added file for local changes to the tcshrc package.
17	* src/tcshrc.complete: Updated file from tcsh-6.13.0
18	* src/tcshrc.bindkey: Updated with sections for linux, freebsd, darwin
19	and default (catch all)
20	* src/tcshrc.set: Changed default prompt.
21	* tcshrc.spec: Updated to new version.
22
232003-04-16  Simos Xenitellis  <simos74@gmx.net>
24
25	* src/tcshrc.complete: Added apt-get/apt-cache completions,
26	by Miklos.
27
282003-04-04  Simos Xenitellis  <simos74@gmx.net>
29
30	* tcshrc.spec: Added RPM spec file.
31
32	* tcsh_config: Renamed to tcshrc_config.
33
342003-04-02  Simos Xenitellis  <simos74@gmx.net>
35
36	* Releasing 1.2.0.
37
38	* src/tcshrc.bindkey: Cleanup, so that other OSes can by used.
39	Needs some testing though to be sure all are ok.
40
41	* src/tcshrc.bindkey: Updates for FreeBSD, contributed by
42	scott <stock@fishcracker.com>.
43
442003-04-01  Simos Xenitellis  <simos74@gmx.net>
45
46	* src/tcshrc.set: Updated cwdcmd variable from submission of
47	Hunter Eidson.
48
49	* src/tcshrc.complete: Updated (leeched) with newer version from
50	tcsh-6.12.00.
51
52	* Changed .tcshrc* files in distribution, removed dot and placed
53	in src/ directory.
54
55	* Added files to SF CVS. It's true. Honest.
56
572001-09-02  root  <simos@hellug.gr>
58
59	* .tcshrc.complete: If domainname is not there,
60	it is not invoked, thus does not show error.
61
622001-09-02  Simos Xenitellis  <simos@hellug.gr>
63
64	* Added /usr/games in the path.
65	The more=less alias is enabled if less is installed.
66	The vi=vim alias is enabled if vim is installed.
67	Added "../" alias to do "cd ..".
68	Added "/" alias to cd "cd /".
69	Enabled the help command to print the manpage.
70	Now pressing F1 on "ftp ftp.kernel.org" brings man-page
71	of "ftp".
72	Enhanced the ESC-left-arrow, ESC-right-arrow bindings.
73	Added system/systemwide installation options.
74	Added tcsh_config configuration script for system and user installation.
75	Updated documentation with the new installation method/files.
76
772001-01-28  Simos Xenitellis  <simos@hellug.gr>
78
79	* Updated zcat completion, added .gz extension
80
812001-01-21  Simos Xenitellis  <simos@hellug.gr>
82
83	* Minor: added zip/xpdf completion rules
84
85	* .tcshrc.complete was resetting the complete=enhance
86	setting. This has been fixed.
87
882001-01-18  Simos Xenitellis  <simos@hellug.gr>
89
90	* Added patch file from previous version.
91	Enables users to find differences easily.
92
93	* Enabled autoexpand (history-aided expansion)
94
95	* set complete=enhance (kaspar@lifosa.com)
96	a) ignore case, b) .-_ are word separators
97	c) -_ are equivalent.
98
99	* Fixed lynx completion, modified mpg123 completion.
100
101	* Added "." (pwd), ".." (cd ..), "-" (cd -)
102	aliases.
103
104	* Updated complete.tcsh from the one in
105	tcsh-6.10.
106
1072001-01-08  Simos Xenitellis  <simos@hellug.gr>
108
109	* Enabled the helpcommand alias. It was set
110	as "set help..." incorrectly. [Peter Solodov]
111	* Fixes in .tcshrc.bindkey to work under X.
112	Now F1, F2, F3, F4, F5 work, undocumented yet..
113
1142000-12-08  Simos Xenitellis  <simos@hellug.gr>
115
116	* Created directory doc/ with tcshrc.sgml.
117	It's a preliminary documentation file and
118	there are outpout files in DVI/PS/PDF/HTML.
119
1202000-09-03  Simos Xenitellis  <root@pc96.ma.rhbnc.ac.uk>
121
122	* Added fixes to .tcshrc from contributions
123	  Checks if it runs for root or not
124	  Does not pollute the "path" variable
125	  Added a couple more entries in the FAQ
126	  Added a DIFF file with changes between previous version
127
128