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

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.104 by ayin, Fri Dec 28 14:00:46 2007 UTC vs.
Revision 1.124 by root, Mon Jun 4 21:39:56 2012 UTC

3Changes 3Changes
4INSTALL 4INSTALL
5MANIFEST 5MANIFEST
6README.configure 6README.configure
7README.FAQ 7README.FAQ
8update_ptytty
9configure 8configure
10configure.ac 9configure.ac
11config.sub 10config.sub
12config.guess 11config.guess
13aclocal.m4 12aclocal.m4
14ptytty.m4
15autogen.sh 13autogen.sh
16config.h.in 14config.h.in
17Makefile.in 15Makefile.in
18install-sh 16install-sh
19 17
22doc/rxvt-tabbed 20doc/rxvt-tabbed
23doc/pty-fd 21doc/pty-fd
24doc/etc/rxvt-unicode.terminfo 22doc/etc/rxvt-unicode.terminfo
25doc/etc/rxvt-unicode.termcap 23doc/etc/rxvt-unicode.termcap
26doc/wcwidth.patch 24doc/wcwidth.patch
27doc/urxvt-8.2-256color.patch
28 25
29doc/.cvsignore 26doc/.cvsignore
30doc/Makefile.in 27doc/Makefile.in
31doc/README.xvt 28doc/README.xvt
32doc/changes.txt 29doc/changes.txt
43doc/rxvtperl.3.man.in 40doc/rxvtperl.3.man.in
44 41
45src/.cvsignore 42src/.cvsignore
46src/Makefile.in 43src/Makefile.in
47src/background.C 44src/background.C
48src/background.h
49src/callback.h 45src/callback.h
50src/command.C 46src/command.C
51src/command.h 47src/command.h
52src/encoding.C 48src/encoding.C
53src/encoding.h 49src/encoding.h
50src/fdpass_wrapper.C
54src/feature.h 51src/feature.h
55src/hookinc.h 52src/hookinc.h
56src/init.C 53src/init.C
57src/init.h 54src/init.h
58src/ev_cpp.C 55src/ev_cpp.C
60src/keyboard.C 57src/keyboard.C
61src/keyboard.h 58src/keyboard.h
62src/main.C 59src/main.C
63src/misc.C 60src/misc.C
64src/optinc.h 61src/optinc.h
62src/ptytty_wrapper.C
65src/rxvtutil.C 63src/rxvtutil.C
66src/rxvtutil.h 64src/rxvtutil.h
67src/rxvttoolkit.C 65src/rxvttoolkit.C
68src/rxvttoolkit.h 66src/rxvttoolkit.h
69src/rxvtfont.C 67src/rxvtfont.C
70src/rxvtfont.h 68src/rxvtfont.h
69src/rxvtimg.h
70src/rxvtimg.C
71src/rxvt.C 71src/rxvt.C
72src/rxvt.h 72src/rxvt.h
73src/rsinc.h 73src/rsinc.h
74src/rxvtc.C 74src/rxvtc.C
75src/rxvtd.C 75src/rxvtd.C
76src/rxvtdaemon.C 76src/rxvtdaemon.C
77src/rxvtdaemon.h 77src/rxvtdaemon.h
78src/salloc.C
79src/salloc.h
80src/screen.C 78src/screen.C
81src/scrollbar-next.C 79src/scrollbar-next.C
82src/scrollbar-rxvt.C 80src/scrollbar-rxvt.C
83src/scrollbar-xterm.C 81src/scrollbar-xterm.C
84src/scrollbar-plain.C 82src/scrollbar-plain.C
85src/scrollbar.C 83src/scrollbar.C
84src/scrollbar.h
86src/version.h 85src/version.h
87src/xdefaults.C 86src/xdefaults.C
88 87
88libptytty/Changes
89libptytty/ptytty.m4
89src/libptytty.h 90libptytty/src/libptytty.h
90src/ptytty_conf.h 91libptytty/src/ptytty_conf.h
91src/ptytty.h 92libptytty/src/ptytty.h
92src/ptytty.C 93libptytty/src/ptytty.C
93src/proxy.C 94libptytty/src/proxy.C
94src/logging.C 95libptytty/src/logging.C
95src/fdpass.C 96libptytty/src/fdpass.C
97libptytty/src/estl.h
96 98
97src/gentables 99src/gentables
98src/gencompose 100src/gencompose
99src/genlinedraw 101src/genlinedraw
100src/table/compose.h 102src/table/compose.h
144src/iom_perl.h 146src/iom_perl.h
145src/iom_perl.xs 147src/iom_perl.xs
146src/rxvtperl.h 148src/rxvtperl.h
147src/rxvtperl.xs 149src/rxvtperl.xs
148 150
151src/perl/background
152src/perl/bell-command
153src/perl/block-graphics-to-ascii
154src/perl/clipboard-osc
155src/perl/confirm-paste
156src/perl/digital-clock
157src/perl/example-refresh-hooks
158src/perl/keysym-list
159src/perl/kuake
160src/perl/macosx-clipboard
161src/perl/macosx-clipboard-native
162src/perl/matcher
149src/perl/urxvt-popup 163src/perl/option-popup
164src/perl/overlay-osc
165src/perl/readline
166src/perl/remote-clipboard
167src/perl/searchable-scrollback
150src/perl/selection 168src/perl/selection
151src/perl/option-popup
152src/perl/selection-popup
153src/perl/selection-autotransform 169src/perl/selection-autotransform
154src/perl/selection-pastebin 170src/perl/selection-pastebin
155src/perl/searchable-scrollback 171src/perl/selection-popup
156src/perl/matcher
157src/perl/tabbed 172src/perl/tabbed
173src/perl/urxvt-popup
158src/perl/xim-onthespot 174src/perl/xim-onthespot
159src/perl/readline
160src/perl/remote-clipboard
161src/perl/kuake
162src/perl/example-refresh-hooks
163src/perl/block-graphics-to-ascii
164src/perl/digital-clock
165src/perl/macosx-clipboard
166 175
176libev/Changes
167libev/ev.h 177libev/ev.h
168libev/ev++.h 178libev/ev++.h
169libev/ev.c 179libev/ev.c
170libev/ev_vars.h 180libev/ev_vars.h
171libev/ev_wrap.h 181libev/ev_wrap.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines