ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/MANIFEST
(Generate patch)

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.22 by root, Thu Aug 12 22:22:30 2004 UTC vs.
Revision 1.93 by ayin, Sat Jun 30 10:43:00 2007 UTC

1.cvsignore 1.cvsignore
2.prebuild 2COPYING
3Changes 3Changes
4INSTALL 4INSTALL
5MANIFEST 5MANIFEST
6README.configure
7README.FAQ
8update_ptytty
9configure
10configure.ac
11config.sub
12config.guess
13aclocal.m4
14ptytty.m4
15autogen.sh
16config.h.in
6Makefile.in 17Makefile.in
7README.configure 18install-sh
8README.unicode
9configure
10reconf
11 19
12W11/X11/Intrinsic.h 20doc/embed
13W11/X11/Xatom.h 21doc/embed-tk
14W11/X11/Xlib.h 22doc/rxvt-tabbed
15W11/X11/Xlocale.h 23doc/pty-fd
16W11/X11/Xmd.h 24doc/etc/rxvt-unicode.terminfo
17W11/X11/Xutil.h 25doc/etc/rxvt-unicode.termcap
18W11/X11/cursorfont.h 26doc/wcwidth.patch
19W11/X11/keysym.h
20W11/X11/keysymdef.h
21W11/w32/Makefile
22W11/w32/event.c
23W11/w32/ntdef.h
24W11/w32/ntutil.c
25W11/w32/xlib.c
26W11/Makefile.in
27W11/Makefile.xpm
28W11/wrap/Makefile
29W11/wrap/mkproxy.pl
30W11/wrap/rxtv.ico
31W11/wrap/rxvt.ico
32W11/wrap/rxvt.rc
33W11/wrap/wrap.c
34W11/wrap/wrap.h
35W11/wrap/xwrappers.gen
36 27
37doc/etc/XTerm.ad
38doc/etc/rclock
39doc/etc/rxvt.termcap
40doc/etc/rxvt.terminfo
41doc/menu/example.menu
42doc/menu/jedmenu.sl
43doc/menu/menu
44doc/menu/rxvt.menu
45doc/menu/rxvt.zh-menu
46doc/menu/terminal.menu
47doc/.cvsignore 28doc/.cvsignore
48doc/BUGS
49doc/LSM.in
50doc/Makefile.in 29doc/Makefile.in
51doc/README.menu
52doc/README.xvt 30doc/README.xvt
53doc/TODO
54doc/changes.txt 31doc/changes.txt
32doc/podtbl
33doc/rxvt-unicode.spec
34
35doc/rxvt.1.pod
36doc/rxvt.7.pod
37doc/rxvtc.1.pod
38doc/rxvtd.1.pod
55doc/rxvt.1.man 39doc/rxvt.1.man.in
56doc/rxvt.7.man 40doc/rxvt.7.man.in
41doc/rxvtc.1.man.in
42doc/rxvtd.1.man.in
43doc/rxvtperl.3.man.in
44doc/rxvt.1.txt
45doc/rxvt.7.txt
46doc/rxvtc.1.txt
47doc/rxvtd.1.txt
48doc/rxvtperl.3.txt
57doc/rxvt.1.html 49doc/rxvt.1.html
58doc/rxvt.7.html 50doc/rxvt.7.html
59doc/rxvt.1.txt
60doc/rxvt.7.txt
61doc/rxvtc.1 51doc/rxvtc.1.html
62doc/xterm.seq 52doc/rxvtd.1.html
63 53doc/rxvtperl.3.html
64autoconf/.cvsignore
65autoconf/Make.common.in
66autoconf/aclocal.m4
67autoconf/config.guess
68autoconf/config.h.in
69autoconf/config.sub
70autoconf/configure.in
71autoconf/install-sh
72autoconf/libtool.m4
73autoconf/ltmain.sh
74autoconf/mkinstalldirs
75autoconf/xpm.m4
76 54
77src/.cvsignore 55src/.cvsignore
78src/.indent.pro
79src/Makefile.in 56src/Makefile.in
80src/callback.h 57src/callback.h
81src/command.C 58src/command.C
82src/command.h 59src/command.h
83src/defaultfont.C
84src/defaultfont.h
85src/encoding.C 60src/encoding.C
86src/encoding.h 61src/encoding.h
87src/feature.h 62src/feature.h
63src/hookinc.h
88src/init.C 64src/init.C
89src/init.h 65src/init.h
90src/iom.C 66src/iom.C
91src/iom.h 67src/iom.h
92src/iom_conf.h 68src/iom_conf.h
93src/logging.C 69src/keyboard.C
94src/logging.h 70src/keyboard.h
95src/main.C 71src/main.C
96src/makeextprotos-awk
97src/makeextprotos-sed
98src/makeintprotos-awk
99src/makeintprotos-sed
100src/menubar.C
101src/menubar.h
102src/misc.C 72src/misc.C
103src/netdisp.C 73src/netdisp.C
104src/netdisp.h 74src/netdisp.h
105src/protos.h 75src/optinc.h
106src/ptytty.C 76src/rxvtutil.C
77src/rxvtutil.h
78src/rxvttoolkit.C
79src/rxvttoolkit.h
80src/rxvtfont.C
81src/rxvtfont.h
107src/rxvt.C 82src/rxvt.C
108src/rxvt.h 83src/rxvt.h
84src/rsinc.h
109src/rxvtc.C 85src/rxvtc.C
110src/rxvtcolor.C
111src/rxvtcolor.h
112src/rxvtd.C 86src/rxvtd.C
113src/rxvtdaemon.C 87src/rxvtdaemon.C
114src/rxvtdaemon.h 88src/rxvtdaemon.h
115src/rxvtlib.h
116src/rxvtlib.h.in 89src/rxvtlib.h.in
117src/rxvtstl.C
118src/rxvtstl.h
119src/salloc.C 90src/salloc.C
120src/salloc.h 91src/salloc.h
121src/screen.C 92src/screen.C
122src/scrollbar-next.C 93src/scrollbar-next.C
123src/scrollbar-rxvt.C 94src/scrollbar-rxvt.C
124src/scrollbar-xterm.C 95src/scrollbar-xterm.C
125src/scrollbar-plain.C 96src/scrollbar-plain.C
126src/scrollbar.C 97src/scrollbar.C
127src/simplevec.h
128src/strings.C
129src/version.h 98src/version.h
130src/xdefaults.C 99src/xdefaults.C
131src/xpm.C 100src/xpm.C
132 101
133src/test/.cvsignore 102src/libptytty.h
134src/test/Makefile.in 103src/ptytty_conf.h
135src/test/gettty.c 104src/ptytty.h
136src/test/strings-memmove.c 105src/ptytty.C
106src/proxy.C
107src/logging.C
108src/fdpass.C
137 109
138src/gentables 110src/gentables
139src/gencompose 111src/gencompose
140src/genlinedraw 112src/genlinedraw
141src/table/compose.h 113src/table/compose.h
142src/table/category.h 114src/table/category.h
143src/table/linedraw.h 115src/table/linedraw.h
144src/table/viscii.h 116src/table/viscii.h
145src/table/ksc5601_1987_0.h 117src/table/ksc5601_1987_0.h
118src/table/gbk_0.h
146src/table/gb2312_1980_0.h 119src/table/gb2312_1980_0.h
147src/table/cns11643_1992_1.h 120src/table/cns11643_1992_1.h
148src/table/cns11643_1992_2.h 121src/table/cns11643_1992_2.h
149src/table/cns11643_1992_3.h 122src/table/cns11643_1992_3.h
150src/table/cns11643_1992_4.h 123src/table/cns11643_1992_4.h
175src/table/jis0201_1976_0.h 148src/table/jis0201_1976_0.h
176src/table/jis0208_1990_0.h 149src/table/jis0208_1990_0.h
177src/table/jis0212_1990_0.h 150src/table/jis0212_1990_0.h
178src/table/jis0213_1.h 151src/table/jis0213_1.h
179src/table/jis0213_2.h 152src/table/jis0213_2.h
153
154src/urxvt.pm
155src/typemap
156src/typemap.iom
157src/iom_perl.h
158src/iom_perl.xs
159src/rxvtperl.h
160src/rxvtperl.xs
161
162src/perl/urxvt-popup
163src/perl/selection
164src/perl/option-popup
165src/perl/selection-popup
166src/perl/selection-autotransform
167src/perl/selection-pastebin
168src/perl/searchable-scrollback
169src/perl/automove-background
170src/perl/matcher
171src/perl/tabbed
172src/perl/xim-onthespot
173src/perl/readline
174src/perl/remote-clipboard
175src/perl/kuake
176src/perl/example-refresh-hooks
177src/perl/block-graphics-to-ascii
178src/perl/digital-clock
179src/perl/macosx-clipboard
180

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines