ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/MANIFEST
Revision: 1.48
Committed: Mon Jan 2 15:35:43 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.47: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 .cvsignore
2 root 1.40 COPYING
3 pcg 1.13 Changes
4 pcg 1.1 INSTALL
5     MANIFEST
6     Makefile.in
7     README.configure
8 root 1.33 README.FAQ
9 pcg 1.1 configure
10     reconf
11 root 1.40 genac
12 pcg 1.1
13 root 1.43 doc/embed
14 root 1.44 doc/embed-tk
15     doc/rxvt-tabbed
16 root 1.43 doc/pty-fd
17 root 1.30 doc/etc/rxvt-unicode.terminfo
18 root 1.41 doc/etc/rxvt-unicode.termcap
19 pcg 1.1 doc/menu/example.menu
20     doc/menu/jedmenu.sl
21     doc/menu/menu
22     doc/menu/rxvt.menu
23     doc/menu/rxvt.zh-menu
24     doc/menu/terminal.menu
25 root 1.45 doc/solaris9.patch
26 root 1.41
27 pcg 1.1 doc/.cvsignore
28     doc/Makefile.in
29     doc/README.menu
30     doc/README.xvt
31     doc/changes.txt
32 root 1.34 doc/podtbl
33 root 1.30 doc/rxvt.1.pod
34     doc/rxvt.7.pod
35 root 1.46 doc/rxvtc.1.pod
36     doc/rxvtd.1.pod
37 root 1.33 doc/rxvt.1.man.in
38     doc/rxvt.7.man.in
39 root 1.46 doc/rxvtc.1.man.in
40     doc/rxvtd.1.man.in
41 root 1.22 doc/rxvt.1.html
42     doc/rxvt.7.html
43 root 1.46 doc/rxvtc.1.html
44     doc/rxvtd.1.html
45 root 1.22 doc/rxvt.1.txt
46     doc/rxvt.7.txt
47 root 1.46 doc/rxvtc.1.txt
48     doc/rxvtd.1.txt
49 root 1.35 doc/rxvt-unicode.spec
50 pcg 1.1
51     autoconf/.cvsignore
52     autoconf/Make.common.in
53     autoconf/aclocal.m4
54     autoconf/config.guess
55     autoconf/config.h.in
56     autoconf/config.sub
57     autoconf/configure.in
58     autoconf/install-sh
59     autoconf/libtool.m4
60     autoconf/ltmain.sh
61     autoconf/mkinstalldirs
62     autoconf/xpm.m4
63    
64     src/.cvsignore
65     src/Makefile.in
66 pcg 1.2 src/callback.h
67     src/command.C
68 pcg 1.1 src/command.h
69 pcg 1.2 src/encoding.C
70     src/encoding.h
71 root 1.47 src/fdpass.h
72     src/fdpass.C
73 pcg 1.1 src/feature.h
74     src/init.C
75     src/init.h
76 pcg 1.2 src/iom.C
77     src/iom.h
78 pcg 1.13 src/iom_conf.h
79 root 1.38 src/keyboard.C
80     src/keyboard.h
81 pcg 1.1 src/logging.C
82     src/logging.h
83     src/main.C
84     src/menubar.C
85     src/menubar.h
86     src/misc.C
87     src/netdisp.C
88     src/netdisp.h
89 root 1.24 src/ptytty.h
90 pcg 1.1 src/ptytty.C
91 root 1.24 src/rxvtutil.C
92     src/rxvtutil.h
93     src/rxvttoolkit.C
94     src/rxvttoolkit.h
95     src/rxvtfont.C
96     src/rxvtfont.h
97 pcg 1.1 src/rxvt.C
98     src/rxvt.h
99 pcg 1.2 src/rxvtc.C
100     src/rxvtd.C
101     src/rxvtdaemon.C
102     src/rxvtdaemon.h
103     src/rxvtlib.h
104     src/rxvtlib.h.in
105     src/salloc.C
106     src/salloc.h
107 pcg 1.1 src/screen.C
108     src/scrollbar-next.C
109     src/scrollbar-rxvt.C
110     src/scrollbar-xterm.C
111 pcg 1.13 src/scrollbar-plain.C
112 pcg 1.1 src/scrollbar.C
113     src/strings.C
114     src/version.h
115     src/xdefaults.C
116     src/xpm.C
117    
118 root 1.48 src/urxvt.pm
119     src/typemap
120     src/rxvtperl.h
121     src/rxvtperl.C
122    
123 pcg 1.1 src/gentables
124 pcg 1.15 src/gencompose
125 pcg 1.19 src/genlinedraw
126 pcg 1.15 src/table/compose.h
127 pcg 1.19 src/table/category.h
128     src/table/linedraw.h
129 pcg 1.1 src/table/viscii.h
130     src/table/ksc5601_1987_0.h
131 root 1.36 src/table/gbk_0.h
132 pcg 1.1 src/table/gb2312_1980_0.h
133     src/table/cns11643_1992_1.h
134     src/table/cns11643_1992_2.h
135     src/table/cns11643_1992_3.h
136     src/table/cns11643_1992_4.h
137     src/table/cns11643_1992_5.h
138     src/table/cns11643_1992_6.h
139     src/table/cns11643_1992_7.h
140     src/table/cns11643_1992_f.h
141 pcg 1.14 src/table/big5.h
142 pcg 1.1 src/table/big5_ext.h
143     src/table/big5_plus.h
144     src/table/koi8_r.h
145     src/table/koi8_u.h
146     src/table/iso8859_1.h
147     src/table/iso8859_2.h
148     src/table/iso8859_3.h
149     src/table/iso8859_4.h
150     src/table/iso8859_5.h
151     src/table/iso8859_6.h
152     src/table/iso8859_7.h
153     src/table/iso8859_8.h
154     src/table/iso8859_9.h
155     src/table/iso8859_10.h
156     src/table/iso8859_11.h
157     src/table/iso8859_13.h
158     src/table/iso8859_14.h
159     src/table/iso8859_15.h
160     src/table/iso8859_16.h
161     src/table/jis0201_1976_0.h
162 pcg 1.19 src/table/jis0208_1990_0.h
163 pcg 1.1 src/table/jis0212_1990_0.h
164     src/table/jis0213_1.h
165     src/table/jis0213_2.h