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

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.35 by root, Wed Dec 1 18:15:20 2004 UTC vs.
Revision 1.113 by sf-exg, Mon May 30 21:24:40 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines