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

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.43 by root, Thu Feb 17 15:07:48 2005 UTC vs.
Revision 1.100 by root, Mon Nov 19 13:45:35 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
21doc/embed-tk
22doc/rxvt-tabbed
14doc/pty-fd 23doc/pty-fd
15doc/etc/rxvt-unicode.terminfo 24doc/etc/rxvt-unicode.terminfo
16doc/etc/rxvt-unicode.termcap 25doc/etc/rxvt-unicode.termcap
17doc/menu/example.menu 26doc/wcwidth.patch
18doc/menu/jedmenu.sl 27doc/urxvt-8.2-256color.patch
19doc/menu/menu
20doc/menu/rxvt.menu
21doc/menu/rxvt.zh-menu
22doc/menu/terminal.menu
23 28
24doc/.cvsignore 29doc/.cvsignore
25doc/Makefile.in 30doc/Makefile.in
26doc/README.menu
27doc/README.xvt 31doc/README.xvt
28doc/changes.txt 32doc/changes.txt
29doc/podtbl 33doc/podtbl
34doc/rxvt-unicode.spec
35
30doc/rxvt.1.pod 36doc/rxvt.1.pod
31doc/rxvt.7.pod 37doc/rxvt.7.pod
38doc/rxvtc.1.pod
39doc/rxvtd.1.pod
32doc/rxvt.1.man.in 40doc/rxvt.1.man.in
33doc/rxvt.7.man.in 41doc/rxvt.7.man.in
42doc/rxvtc.1.man.in
43doc/rxvtd.1.man.in
44doc/rxvtperl.3.man.in
45doc/rxvt.1.txt
46doc/rxvt.7.txt
47doc/rxvtc.1.txt
48doc/rxvtd.1.txt
49doc/rxvtperl.3.txt
34doc/rxvt.1.html 50doc/rxvt.1.html
35doc/rxvt.7.html 51doc/rxvt.7.html
36doc/rxvt.1.txt
37doc/rxvt.7.txt
38doc/rxvtc.1 52doc/rxvtc.1.html
39doc/rxvt-unicode.spec 53doc/rxvtd.1.html
40 54doc/rxvtperl.3.html
41autoconf/.cvsignore
42autoconf/Make.common.in
43autoconf/aclocal.m4
44autoconf/config.guess
45autoconf/config.h.in
46autoconf/config.sub
47autoconf/configure.in
48autoconf/install-sh
49autoconf/libtool.m4
50autoconf/ltmain.sh
51autoconf/mkinstalldirs
52autoconf/xpm.m4
53 55
54src/.cvsignore 56src/.cvsignore
55src/Makefile.in 57src/Makefile.in
58src/background.C
59src/background.h
56src/callback.h 60src/callback.h
57src/command.C 61src/command.C
58src/command.h 62src/command.h
59src/encoding.C 63src/encoding.C
60src/encoding.h 64src/encoding.h
61src/feature.h 65src/feature.h
66src/hookinc.h
62src/init.C 67src/init.C
63src/init.h 68src/init.h
64src/iom.C 69src/ev_cpp.C
65src/iom.h 70src/ev_cpp.h
66src/iom_conf.h
67src/keyboard.C 71src/keyboard.C
68src/keyboard.h 72src/keyboard.h
69src/logging.C
70src/logging.h
71src/main.C 73src/main.C
72src/menubar.C
73src/menubar.h
74src/misc.C 74src/misc.C
75src/netdisp.C 75src/optinc.h
76src/netdisp.h
77src/ptytty.h
78src/ptytty.C
79src/rxvtutil.C 76src/rxvtutil.C
80src/rxvtutil.h 77src/rxvtutil.h
81src/rxvttoolkit.C 78src/rxvttoolkit.C
82src/rxvttoolkit.h 79src/rxvttoolkit.h
83src/rxvtfont.C 80src/rxvtfont.C
84src/rxvtfont.h 81src/rxvtfont.h
85src/rxvt.C 82src/rxvt.C
86src/rxvt.h 83src/rxvt.h
84src/rsinc.h
87src/rxvtc.C 85src/rxvtc.C
88src/rxvtd.C 86src/rxvtd.C
89src/rxvtdaemon.C 87src/rxvtdaemon.C
90src/rxvtdaemon.h 88src/rxvtdaemon.h
91src/rxvtlib.h
92src/rxvtlib.h.in 89src/rxvtlib.h.in
93src/salloc.C 90src/salloc.C
94src/salloc.h 91src/salloc.h
95src/screen.C 92src/screen.C
96src/scrollbar-next.C 93src/scrollbar-next.C
97src/scrollbar-rxvt.C 94src/scrollbar-rxvt.C
98src/scrollbar-xterm.C 95src/scrollbar-xterm.C
99src/scrollbar-plain.C 96src/scrollbar-plain.C
100src/scrollbar.C 97src/scrollbar.C
101src/strings.C
102src/version.h 98src/version.h
103src/xdefaults.C 99src/xdefaults.C
104src/xpm.C 100
101src/libptytty.h
102src/ptytty_conf.h
103src/ptytty.h
104src/ptytty.C
105src/proxy.C
106src/logging.C
107src/fdpass.C
105 108
106src/gentables 109src/gentables
107src/gencompose 110src/gencompose
108src/genlinedraw 111src/genlinedraw
109src/table/compose.h 112src/table/compose.h
144src/table/jis0201_1976_0.h 147src/table/jis0201_1976_0.h
145src/table/jis0208_1990_0.h 148src/table/jis0208_1990_0.h
146src/table/jis0212_1990_0.h 149src/table/jis0212_1990_0.h
147src/table/jis0213_1.h 150src/table/jis0213_1.h
148src/table/jis0213_2.h 151src/table/jis0213_2.h
152
153src/urxvt.pm
154src/typemap
155src/typemap.iom
156src/iom_perl.h
157src/iom_perl.xs
158src/rxvtperl.h
159src/rxvtperl.xs
160
161src/perl/urxvt-popup
162src/perl/selection
163src/perl/option-popup
164src/perl/selection-popup
165src/perl/selection-autotransform
166src/perl/selection-pastebin
167src/perl/searchable-scrollback
168src/perl/matcher
169src/perl/tabbed
170src/perl/xim-onthespot
171src/perl/readline
172src/perl/remote-clipboard
173src/perl/kuake
174src/perl/example-refresh-hooks
175src/perl/block-graphics-to-ascii
176src/perl/digital-clock
177src/perl/macosx-clipboard
178
179libev/ev.h
180libev/ev++.h
181libev/ev.c
182libev/ev_vars.h
183libev/ev_wrap.h
184libev/ev_win32.c
185libev/ev_select.c
186libev/ev_poll.c
187libev/ev_epoll.c
188libev/ev_kqueue.c
189libev/ev_port.c
190

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines