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