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

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.67 by root, Mon Jan 16 15:07:27 2006 UTC vs.
Revision 1.101 by ayin, Fri Dec 7 16:50:15 2007 UTC

1.cvsignore 1.cvsignore
2COPYING 2COPYING
3Changes 3Changes
4INSTALL 4INSTALL
5MANIFEST 5MANIFEST
6Makefile.in
7README.configure 6README.configure
8README.FAQ 7README.FAQ
8update_ptytty
9configure 9configure
10reconf 10configure.ac
11genac 11config.sub
12config.guess
13aclocal.m4
14ptytty.m4
15autogen.sh
16config.h.in
17Makefile.in
18install-sh
12 19
13doc/embed 20doc/embed
14doc/embed-tk 21doc/embed-tk
15doc/rxvt-tabbed 22doc/rxvt-tabbed
16doc/pty-fd 23doc/pty-fd
17doc/etc/rxvt-unicode.terminfo 24doc/etc/rxvt-unicode.terminfo
18doc/etc/rxvt-unicode.termcap 25doc/etc/rxvt-unicode.termcap
19doc/solaris9.patch 26doc/wcwidth.patch
27doc/urxvt-8.2-256color.patch
20 28
21doc/.cvsignore 29doc/.cvsignore
22doc/Makefile.in 30doc/Makefile.in
23doc/README.xvt 31doc/README.xvt
24doc/changes.txt 32doc/changes.txt
25doc/podtbl 33doc/podtbl
26doc/rxvt-unicode.spec
27 34
28doc/rxvt.1.pod 35doc/rxvt.1.pod
29doc/rxvt.7.pod 36doc/rxvt.7.pod
30doc/rxvtc.1.pod 37doc/rxvtc.1.pod
31doc/rxvtd.1.pod 38doc/rxvtd.1.pod
43doc/rxvt.7.html 50doc/rxvt.7.html
44doc/rxvtc.1.html 51doc/rxvtc.1.html
45doc/rxvtd.1.html 52doc/rxvtd.1.html
46doc/rxvtperl.3.html 53doc/rxvtperl.3.html
47 54
48autoconf/.cvsignore
49autoconf/Make.common.in
50autoconf/aclocal.m4
51autoconf/config.guess
52autoconf/config.h.in
53autoconf/config.sub
54autoconf/configure.in
55autoconf/install-sh
56autoconf/libtool.m4
57autoconf/ltmain.sh
58autoconf/mkinstalldirs
59autoconf/xpm.m4
60
61src/.cvsignore 55src/.cvsignore
62src/Makefile.in 56src/Makefile.in
57src/background.C
58src/background.h
63src/callback.h 59src/callback.h
64src/command.C 60src/command.C
65src/command.h 61src/command.h
66src/encoding.C 62src/encoding.C
67src/encoding.h 63src/encoding.h
68src/fdpass.h
69src/fdpass.C
70src/feature.h 64src/feature.h
71src/hookinc.h 65src/hookinc.h
72src/init.C 66src/init.C
73src/init.h 67src/init.h
74src/iom.C 68src/ev_cpp.C
75src/iom.h 69src/ev_cpp.h
76src/iom_conf.h
77src/keyboard.C 70src/keyboard.C
78src/keyboard.h 71src/keyboard.h
79src/logging.C
80src/logging.h
81src/main.C 72src/main.C
82src/misc.C 73src/misc.C
83src/netdisp.C
84src/netdisp.h
85src/optinc.h 74src/optinc.h
86src/ptytty.h
87src/ptytty.C
88src/rxvtutil.C 75src/rxvtutil.C
89src/rxvtutil.h 76src/rxvtutil.h
90src/rxvttoolkit.C 77src/rxvttoolkit.C
91src/rxvttoolkit.h 78src/rxvttoolkit.h
92src/rxvtfont.C 79src/rxvtfont.C
96src/rsinc.h 83src/rsinc.h
97src/rxvtc.C 84src/rxvtc.C
98src/rxvtd.C 85src/rxvtd.C
99src/rxvtdaemon.C 86src/rxvtdaemon.C
100src/rxvtdaemon.h 87src/rxvtdaemon.h
101src/rxvtlib.h
102src/rxvtlib.h.in 88src/rxvtlib.h.in
103src/salloc.C 89src/salloc.C
104src/salloc.h 90src/salloc.h
105src/screen.C 91src/screen.C
106src/scrollbar-next.C 92src/scrollbar-next.C
108src/scrollbar-xterm.C 94src/scrollbar-xterm.C
109src/scrollbar-plain.C 95src/scrollbar-plain.C
110src/scrollbar.C 96src/scrollbar.C
111src/version.h 97src/version.h
112src/xdefaults.C 98src/xdefaults.C
113src/xpm.C 99
100src/libptytty.h
101src/ptytty_conf.h
102src/ptytty.h
103src/ptytty.C
104src/proxy.C
105src/logging.C
106src/fdpass.C
114 107
115src/gentables 108src/gentables
116src/gencompose 109src/gencompose
117src/genlinedraw 110src/genlinedraw
118src/table/compose.h 111src/table/compose.h
156src/table/jis0213_1.h 149src/table/jis0213_1.h
157src/table/jis0213_2.h 150src/table/jis0213_2.h
158 151
159src/urxvt.pm 152src/urxvt.pm
160src/typemap 153src/typemap
154src/typemap.iom
155src/iom_perl.h
156src/iom_perl.xs
161src/rxvtperl.h 157src/rxvtperl.h
162src/rxvtperl.xs 158src/rxvtperl.xs
163 159
164src/perl/urxvt-popup 160src/perl/urxvt-popup
165src/perl/selection 161src/perl/selection
166src/perl/option-popup 162src/perl/option-popup
167src/perl/selection-popup 163src/perl/selection-popup
168src/perl/selection-autotransform 164src/perl/selection-autotransform
165src/perl/selection-pastebin
169src/perl/searchable-scrollback 166src/perl/searchable-scrollback
170src/perl/mark-urls 167src/perl/matcher
168src/perl/tabbed
169src/perl/xim-onthespot
170src/perl/readline
171src/perl/remote-clipboard
172src/perl/kuake
171src/perl/example-refresh-hooks 173src/perl/example-refresh-hooks
172src/perl/block-graphics-to-ascii 174src/perl/block-graphics-to-ascii
173src/perl/digital-clock 175src/perl/digital-clock
176src/perl/macosx-clipboard
174 177
178libev/ev.h
179libev/ev++.h
180libev/ev.c
181libev/ev_vars.h
182libev/ev_wrap.h
183libev/ev_win32.c
184libev/ev_select.c
185libev/ev_poll.c
186libev/ev_epoll.c
187libev/ev_kqueue.c
188libev/ev_port.c
189

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines