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.99 by root, Mon Nov 19 12:02: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
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
52doc/rxvtd.1.html 53doc/rxvtd.1.html
53doc/rxvtperl.3.html 54doc/rxvtperl.3.html
54 55
55src/.cvsignore 56src/.cvsignore
56src/Makefile.in 57src/Makefile.in
58src/background.C
59src/background.h
57src/callback.h 60src/callback.h
58src/command.C 61src/command.C
59src/command.h 62src/command.h
60src/encoding.C 63src/encoding.C
61src/encoding.h 64src/encoding.h
62src/fdpass.h
63src/fdpass.C
64src/feature.h 65src/feature.h
65src/hookinc.h 66src/hookinc.h
66src/init.C 67src/init.C
67src/init.h 68src/init.h
68src/iom.C 69src/ev_cpp.C
69src/iom.h 70src/ev_cpp.h
70src/iom_conf.h
71src/keyboard.C 71src/keyboard.C
72src/keyboard.h 72src/keyboard.h
73src/logging.C
74src/main.C 73src/main.C
75src/misc.C 74src/misc.C
76src/netdisp.C
77src/netdisp.h
78src/optinc.h 75src/optinc.h
79src/ptytty_conf.h
80src/ptytty.h
81src/ptytty.C
82src/rxvtutil.C 76src/rxvtutil.C
83src/rxvtutil.h 77src/rxvtutil.h
84src/rxvttoolkit.C 78src/rxvttoolkit.C
85src/rxvttoolkit.h 79src/rxvttoolkit.h
86src/rxvtfont.C 80src/rxvtfont.C
90src/rsinc.h 84src/rsinc.h
91src/rxvtc.C 85src/rxvtc.C
92src/rxvtd.C 86src/rxvtd.C
93src/rxvtdaemon.C 87src/rxvtdaemon.C
94src/rxvtdaemon.h 88src/rxvtdaemon.h
95src/rxvtlib.h
96src/rxvtlib.h.in 89src/rxvtlib.h.in
97src/salloc.C 90src/salloc.C
98src/salloc.h 91src/salloc.h
99src/screen.C 92src/screen.C
100src/scrollbar-next.C 93src/scrollbar-next.C
102src/scrollbar-xterm.C 95src/scrollbar-xterm.C
103src/scrollbar-plain.C 96src/scrollbar-plain.C
104src/scrollbar.C 97src/scrollbar.C
105src/version.h 98src/version.h
106src/xdefaults.C 99src/xdefaults.C
107src/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
108 108
109src/gentables 109src/gentables
110src/gencompose 110src/gencompose
111src/genlinedraw 111src/genlinedraw
112src/table/compose.h 112src/table/compose.h
150src/table/jis0213_1.h 150src/table/jis0213_1.h
151src/table/jis0213_2.h 151src/table/jis0213_2.h
152 152
153src/urxvt.pm 153src/urxvt.pm
154src/typemap 154src/typemap
155src/typemap.iom
156src/iom_perl.h
157src/iom_perl.xs
155src/rxvtperl.h 158src/rxvtperl.h
156src/rxvtperl.xs 159src/rxvtperl.xs
157 160
158src/perl/urxvt-popup 161src/perl/urxvt-popup
159src/perl/selection 162src/perl/selection
160src/perl/option-popup 163src/perl/option-popup
161src/perl/selection-popup 164src/perl/selection-popup
162src/perl/selection-autotransform 165src/perl/selection-autotransform
163src/perl/selection-pastebin 166src/perl/selection-pastebin
164src/perl/searchable-scrollback 167src/perl/searchable-scrollback
165src/perl/automove-background 168src/perl/matcher
166src/perl/mark-urls
167src/perl/tabbed 169src/perl/tabbed
170src/perl/xim-onthespot
168src/perl/readline 171src/perl/readline
172src/perl/remote-clipboard
173src/perl/kuake
169src/perl/example-refresh-hooks 174src/perl/example-refresh-hooks
170src/perl/block-graphics-to-ascii 175src/perl/block-graphics-to-ascii
171src/perl/digital-clock 176src/perl/digital-clock
177src/perl/macosx-clipboard
172 178
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