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

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.77 by root, Sat Jan 21 22:02:11 2006 UTC vs.
Revision 1.103 by ayin, Sun Dec 16 13:55:17 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines