8.2
authorroot <root>
Sat, 17 Feb 2007 20:36:35 +0000 (20:36 +0000)
committerroot <root>
Sat, 17 Feb 2007 20:36:35 +0000 (20:36 +0000)
14 files changed:
Changes
README.FAQ
doc/rxvt.1.html
doc/rxvt.1.man.in
doc/rxvt.1.txt
doc/rxvt.7.html
doc/rxvt.7.man.in
doc/rxvt.7.txt
doc/rxvtperl.3.html
doc/rxvtperl.3.man.in
doc/rxvtperl.3.txt
src/Makefile.in
src/optinc.h
src/version.h

diff --git a/Changes b/Changes
index 2e1007e634f903bfea63d6c3a3835b2a71010cb2..65a91bc5d635ace4c9813890688e8d1313cee41a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,7 +20,7 @@ WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the
 WISH: kick out xpm.C, replace by pixbuf
 DUMB: support tex fonts
 
-8.2
+8.2  Sat Feb 17 21:35:28 CET 2007
        - fix make depend in src/, reported by exg.
         - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
           (patch by Sergey Vlasov).
index a04e5b3db16246165f1190555d2db1bdf081aeec..0fb2e2807d1f6653cd543e5a8c26f5089cd35608 100644 (file)
@@ -882,16 +882,16 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
     is subtly garbled, then you should check your locale settings.
 
     Rxvt-unicode must be started with the same "LC_CTYPE" setting as the
-    programs. Often rxvt-unicode is started in the "C" locale, while the
-    login script running within the rxvt-unicode window changes the locale
-    to something else, e.g. "en_GB.UTF-8". Needless to say, this is not
-    going to work.
+    programs running in it. Often rxvt-unicode is started in the "C" locale,
+    while the login script running within the rxvt-unicode window changes
+    the locale to something else, e.g. "en_GB.UTF-8". Needless to say, this
+    is not going to work, and is the most common cause for problems.
 
     The best thing is to fix your startup environment, as you will likely
     run into other problems. If nothing works you can try this in your
     .profile.
 
-      printf '\33]701;%s\007' "$LC_CTYPE"
+      printf '\33]701;%s\007' "$LC_CTYPE"   # $LANG or $LC_ALL are worth a try, too
 
     If this doesn't work, then maybe you use a "LC_CTYPE" specification not
     supported on your systems. Some systems have a "locale" command which
index 450fb7637350b77ca18164098c9aa0dbfefea72c..80f068a89c866dfeffbf4ae73c32f814ae766406 100644 (file)
@@ -55,7 +55,7 @@
 </p>
 <hr />
 <h1><a name="description">DESCRIPTION</a></h1>
-<p><strong>rxvt-unicode</strong>, version <strong>8.1</strong>, is a colour vt102 terminal
+<p><strong>rxvt-unicode</strong>, version <strong>8.2</strong>, is a colour vt102 terminal
 emulator intended as an <em>xterm</em>(1) replacement for users who do not
 require features such as Tektronix 4014 emulation and toolkit-style
 configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
@@ -211,7 +211,7 @@ used to brighten or darken the image in addition to tinting it; resource
 <dd>
 <p><em>number</em> Darken (0 .. 100) or lighten (-1 .. -100) the transparent
 background image in addition to tinting it (i.e. <strong>-tint</strong> must be
-specified, too, e.g. <code>-tint white</code>).</p>
+specified, too, e.g. <code>-tint white</code>); resource <em>shading</em>.</p>
 </dd>
 </li>
 <dt><strong><a name="item__2dbg_colour"><strong>-bg</strong> <em>colour</em></a></strong>
@@ -770,8 +770,8 @@ foreground colour is the default.</p>
 <dt><strong><a name="item_colorrv_3a_colour"><strong>colorRV:</strong> <em>colour</em></a></strong>
 
 <dd>
-<p>Use the specified colour as the background for reverse video
-characters.</p>
+<p>Use the specified colour as the background for reverse video characters
+when OPTION_HC is disabled (--disable-frills).</p>
 </dd>
 </li>
 <dt><strong><a name="item_underlinecolor_3a_colour"><strong>underlineColor:</strong> <em>colour</em></a></strong>
@@ -847,8 +847,8 @@ colour is black; option <strong>-fadecolor</strong>.</p>
 <dt><strong><a name="item_shading_3a_number"><strong>shading:</strong> <em>number</em></a></strong>
 
 <dd>
-<p>Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
-image in addition to tinting it.</p>
+<p>Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image
+in addition to tinting it; option <strong>-sh</strong>.</p>
 </dd>
 </li>
 <dt><strong><a name="item_scrollcolor_3a_colour"><strong>scrollColor:</strong> <em>colour</em></a></strong>
index 6162b3652250038724f7d042c043097fd1f2056e..ff2507b94684c32f4d5ebd077cc8be80bbfc3f65 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 1"
-.TH @@RXVT_NAME@@ 1 "2006-12-07" "8.1" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 1 "2007-02-17" "8.2" "RXVT-UNICODE"
 .SH "NAME"
 rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
 .SH "SYNOPSIS"
@@ -261,7 +261,7 @@ used to brighten or darken the image in addition to tinting it; resource
 .IX Item "-sh"
 \&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent
 background image in addition to tinting it (i.e. \fB\-tint\fR must be
-specified, too, e.g. \f(CW\*(C`\-tint white\*(C'\fR).
+specified, too, e.g. \f(CW\*(C`\-tint white\*(C'\fR); resource \fIshading\fR.
 .IP "\fB\-bg\fR \fIcolour\fR" 4
 .IX Item "-bg colour"
 Window background colour; resource \fBbackground\fR.
@@ -633,8 +633,8 @@ Use the specified colour to display underlined characters when the
 foreground colour is the default.
 .IP "\fBcolorRV:\fR \fIcolour\fR" 4
 .IX Item "colorRV: colour"
-Use the specified colour as the background for reverse video
-characters.
+Use the specified colour as the background for reverse video characters
+when \s-1OPTION_HC\s0 is disabled (\-\-disable\-frills).
 .IP "\fBunderlineColor:\fR \fIcolour\fR" 4
 .IX Item "underlineColor: colour"
 If set, use the specified colour as the colour for the underline
@@ -679,8 +679,8 @@ Tint the transparent background pixmap with the given colour; option
 \&\fB\-tint\fR.
 .IP "\fBshading:\fR \fInumber\fR" 4
 .IX Item "shading: number"
-Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent background
-image in addition to tinting it.
+Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent background image
+in addition to tinting it; option \fB\-sh\fR.
 .IP "\fBscrollColor:\fR \fIcolour\fR" 4
 .IX Item "scrollColor: colour"
 Use the specified colour for the scrollbar [default #B2B2B2].
index cd46c6067ed2ab696da1000286c53ccd3ea06ce9..2e2b49b2bae166f90c9ac5432f5fcc4927d991cf 100644 (file)
@@ -6,7 +6,7 @@ SYNOPSIS
     rxvt [options] [-e command [ args ]]
 
 DESCRIPTION
-    rxvt-unicode, version 8.1, is a colour vt102 terminal emulator intended
+    rxvt-unicode, version 8.2, is a colour vt102 terminal emulator intended
     as an *xterm*(1) replacement for users who do not require features such
     as Tektronix 4014 emulation and toolkit-style configurability. As a
     result, rxvt-unicode uses much less swap space -- a significant
@@ -127,7 +127,7 @@ OPTIONS
 
     -sh *number* Darken (0 .. 100) or lighten (-1 .. -100) the transparent
         background image in addition to tinting it (i.e. -tint must be
-        specified, too, e.g. "-tint white").
+        specified, too, e.g. "-tint white"); resource *shading*.
 
     -bg *colour*
         Window background colour; resource background.
@@ -486,7 +486,7 @@ RESOURCES (available also as long-options)
 
     colorRV: *colour*
         Use the specified colour as the background for reverse video
-        characters.
+        characters when OPTION_HC is disabled (--disable-frills).
 
     underlineColor: *colour*
         If set, use the specified colour as the colour for the underline
@@ -533,7 +533,7 @@ RESOURCES (available also as long-options)
 
     shading: *number*
         Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
-        image in addition to tinting it.
+        image in addition to tinting it; option -sh.
 
     scrollColor: *colour*
         Use the specified colour for the scrollbar [default #B2B2B2].
index 79643ccce3a74f14294e8e0f7c2acf13f168fc8a..827d487c56e2a0e5cb54926740514202779b9bca 100644 (file)
@@ -1001,13 +1001,14 @@ how to do this).</p>
 getting two unrelated other characters or similar, or if program output is
 subtly garbled, then you should check your locale settings.</p>
 <p>Rxvt-unicode must be started with the same <code>LC_CTYPE</code> setting as the
-programs. Often rxvt-unicode is started in the <a href="#item_c"><code>C</code></a> locale, while the
-login script running within the rxvt-unicode window changes the locale to
-something else, e.g. <code>en_GB.UTF-8</code>. Needless to say, this is not going to work.</p>
+programs running in it. Often rxvt-unicode is started in the <a href="#item_c"><code>C</code></a> locale,
+while the login script running within the rxvt-unicode window changes the
+locale to something else, e.g. <code>en_GB.UTF-8</code>. Needless to say, this is
+not going to work, and is the most common cause for problems.</p>
 <p>The best thing is to fix your startup environment, as you will likely run
 into other problems. If nothing works you can try this in your .profile.</p>
 <pre>
-  printf '\33]701;%s\007' &quot;$LC_CTYPE&quot;</pre>
+  printf '\33]701;%s\007' &quot;$LC_CTYPE&quot;   # $LANG or $LC_ALL are worth a try, too</pre>
 <p>If this doesn't work, then maybe you use a <code>LC_CTYPE</code> specification not
 supported on your systems. Some systems have a <code>locale</code> command which
 displays this (also, <code>perl -e0</code> can be used to check locale settings, as
@@ -2266,7 +2267,7 @@ memory usage unless you use a font requiring one of these encodings.</p>
 <table>
 <tr><td>all</td><td>all available codeset groups</td></tr>
 <tr><td>zh</td><td>common chinese encodings</td></tr>
-<tr><td>zh_ext</td><td>rarely used but very big chinese encodigs</td></tr>
+<tr><td>zh_ext</td><td>rarely used but very big chinese encodings</td></tr>
 <tr><td>jp</td><td>common japanese encodings</td></tr>
 <tr><td>jp_ext</td><td>rarely used but big japanese encodings</td></tr>
 <tr><td>kr</td><td>korean encodings</td></tr>
@@ -2487,10 +2488,10 @@ in combination with other switches) is:</p>
 <pre>
   some round-trip time optimisations
   nearest color allocation on pseudocolor screens
-  UTF8_STRING supporr for selection
+  UTF8_STRING support for selection
   sgr modes 90..97 and 100..107
   backindex and forwardindex escape sequences
-  view change/zero scorllback esacpe sequences
+  view change/zero scrollback escape sequences
   locale switching escape sequence
   window op and some xterm/OSC escape sequences
   rectangular selections
index e27410020693590ea832bd8a22f544c321e3690c..b1ed432f4011b5bf5ef85ca743c04b86ed593f54 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 7"
-.TH @@RXVT_NAME@@ 7 "2006-12-29" "8.1" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 7 "2007-02-17" "8.2" "RXVT-UNICODE"
 .SH "NAME"
 RXVT REFERENCE \- FAQ, command sequences and other background information
 .SH "SYNOPSIS"
@@ -1233,15 +1233,16 @@ getting two unrelated other characters or similar, or if program output is
 subtly garbled, then you should check your locale settings.
 .PP
 Rxvt-unicode must be started with the same \f(CW\*(C`LC_CTYPE\*(C'\fR setting as the
-programs. Often rxvt-unicode is started in the \f(CW\*(C`C\*(C'\fR locale, while the
-login script running within the rxvt-unicode window changes the locale to
-something else, e.g. \f(CW\*(C`en_GB.UTF\-8\*(C'\fR. Needless to say, this is not going to work.
+programs running in it. Often rxvt-unicode is started in the \f(CW\*(C`C\*(C'\fR locale,
+while the login script running within the rxvt-unicode window changes the
+locale to something else, e.g. \f(CW\*(C`en_GB.UTF\-8\*(C'\fR. Needless to say, this is
+not going to work, and is the most common cause for problems.
 .PP
 The best thing is to fix your startup environment, as you will likely run
 into other problems. If nothing works you can try this in your .profile.
 .PP
 .Vb 1
-\&  printf '\e33]701;%s\e007' "$LC_CTYPE"
+\&  printf '\e33]701;%s\e007' "$LC_CTYPE"   # $LANG or $LC_ALL are worth a try, too
 .Ve
 .PP
 If this doesn't work, then maybe you use a \f(CW\*(C`LC_CTYPE\*(C'\fR specification not
@@ -2480,7 +2481,7 @@ memory usage unless you use a font requiring one of these encodings.
 l l .
 all    all available codeset groups
 zh     common chinese encodings
-zh_ext rarely used but very big chinese encodigs
+zh_ext rarely used but very big chinese encodings
 jp     common japanese encodings
 jp_ext rarely used but big japanese encodings
 kr     korean encodings
@@ -2627,10 +2628,10 @@ It also enables some non-essential features otherwise disabled, such as:
 .Vb 11
 \&  some round-trip time optimisations
 \&  nearest color allocation on pseudocolor screens
-\&  UTF8_STRING supporr for selection
+\&  UTF8_STRING support for selection
 \&  sgr modes 90..97 and 100..107
 \&  backindex and forwardindex escape sequences
-\&  view change/zero scorllback esacpe sequences
+\&  view change/zero scrollback escape sequences
 \&  locale switching escape sequence
 \&  window op and some xterm/OSC escape sequences
 \&  rectangular selections
index 65a25ed6001e171a60ec57951f16c72b673d98b4..e48572301d77cecd8608400051800373d42acad9 100644 (file)
@@ -902,16 +902,16 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
     is subtly garbled, then you should check your locale settings.
 
     Rxvt-unicode must be started with the same "LC_CTYPE" setting as the
-    programs. Often rxvt-unicode is started in the "C" locale, while the
-    login script running within the rxvt-unicode window changes the locale
-    to something else, e.g. "en_GB.UTF-8". Needless to say, this is not
-    going to work.
+    programs running in it. Often rxvt-unicode is started in the "C" locale,
+    while the login script running within the rxvt-unicode window changes
+    the locale to something else, e.g. "en_GB.UTF-8". Needless to say, this
+    is not going to work, and is the most common cause for problems.
 
     The best thing is to fix your startup environment, as you will likely
     run into other problems. If nothing works you can try this in your
     .profile.
 
-      printf '\33]701;%s\007' "$LC_CTYPE"
+      printf '\33]701;%s\007' "$LC_CTYPE"   # $LANG or $LC_ALL are worth a try, too
 
     If this doesn't work, then maybe you use a "LC_CTYPE" specification not
     supported on your systems. Some systems have a "locale" command which
@@ -1815,7 +1815,7 @@ CONFIGURE OPTIONS
 
            all             all available codeset groups 
            zh              common chinese encodings 
-           zh_ext          rarely used but very big chinese encodigs 
+           zh_ext          rarely used but very big chinese encodings 
            jp              common japanese encodings 
            jp_ext          rarely used but big japanese encodings 
            kr              korean encodings 
@@ -1960,10 +1960,10 @@ CONFIGURE OPTIONS
 
           some round-trip time optimisations
           nearest color allocation on pseudocolor screens
-          UTF8_STRING supporr for selection
+          UTF8_STRING support for selection
           sgr modes 90..97 and 100..107
           backindex and forwardindex escape sequences
-          view change/zero scorllback esacpe sequences
+          view change/zero scrollback escape sequences
           locale switching escape sequence
           window op and some xterm/OSC escape sequences
           rectangular selections
index c4542ed73eb35e054cb7e5af205e75a82bfaba4f..dc9dedc7e918d60f4cd0403b698acedcb3aae652 100644 (file)
@@ -370,6 +370,7 @@ The launcher can also be overridden on a per-pattern basis.</p>
 <pre>
     URxvt.perl-ext:           default,matcher
     URxvt.urlLauncher:        sensible-browser
+    URxvt.keysym.C-Delete:    perl:matcher
     URxvt.matcher.button:     1
     URxvt.matcher.pattern.1:  \\bwww\\.[\\w-]+\\.[\\w./?&amp;@#-]*[\\w/-]
     URxvt.matcher.pattern.2:  \\B(/\\S+?):(\\d+)(?=:|$)
index 8cf2c01bd337580ee15d8d7c260342af254dc677..4f66301aa8b6a9740c640a4d32cb7738b9eb42ba 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 3"
-.TH @@RXVT_NAME@@ 3 "2006-12-29" "8.1" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 3 "2007-02-17" "8.2" "RXVT-UNICODE"
 .SH "NAME"
 @@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
 .SH "SYNOPSIS"
@@ -411,9 +411,10 @@ The launcher can also be overridden on a per-pattern basis.
 .Sp
 Example configuration:
 .Sp
-.Vb 6
+.Vb 7
 \&    URxvt.perl-ext:           default,matcher
 \&    URxvt.urlLauncher:        sensible-browser
+\&    URxvt.keysym.C-Delete:    perl:matcher
 \&    URxvt.matcher.button:     1
 \&    URxvt.matcher.pattern.1:  \e\ebwww\e\e.[\e\ew-]+\e\e.[\e\ew./?&@#-]*[\e\ew/-]
 \&    URxvt.matcher.pattern.2:  \e\eB(/\e\eS+?):(\e\ed+)(?=:|$)
index 72e32c99c4c9f235e64c55f0567eb79d385e724e..8fc29ee457ea69156949349b4de62c7515ae0531 100644 (file)
@@ -240,6 +240,7 @@ PREPACKAGED EXTENSIONS
 
             URxvt.perl-ext:           default,matcher
             URxvt.urlLauncher:        sensible-browser
+            URxvt.keysym.C-Delete:    perl:matcher
             URxvt.matcher.button:     1
             URxvt.matcher.pattern.1:  \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
             URxvt.matcher.pattern.2:  \\B(/\\S+?):(\\d+)(?=:|$)
index d4192170587977015b344dee23da1edbd6a8a433..56c2cd1c76e5c917cf82fab4b8cbb698b3f88084 100644 (file)
@@ -149,8 +149,8 @@ depend:
 # DO NOT DELETE: nice dependency list follows
 
 command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-command.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h
+command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+command.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
 command.o: command.h keyboard.h
 encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
 encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
@@ -169,25 +169,25 @@ encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
 encoding.o: table/compose.h table/category.h
 fdpass.o: ../config.h libptytty.h
 init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
-init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
-init.o: libptytty.h rxvtperl.h hookinc.h rsinc.h init.h
-iom.o: iom.h iom_conf.h rxvtutil.h callback.h
+init.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
+init.o: salloc.h rxvtperl.h hookinc.h rsinc.h init.h
+iom.o: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
 keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-keyboard.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
+keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+keyboard.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
 keyboard.o: command.h
 logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
 logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
 logging.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
-main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
-main.o: libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
+main.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
+main.o: salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
 misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
-misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
-misc.o: libptytty.h rxvtperl.h hookinc.h rsinc.h
+misc.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
+misc.o: salloc.h rxvtperl.h hookinc.h rsinc.h
 netdisp.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-netdisp.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+netdisp.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+netdisp.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
 proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
 proxy.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
@@ -195,61 +195,60 @@ ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
 ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
 ptytty.o: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
-rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
-rxvt.o: libptytty.h rxvtperl.h hookinc.h rsinc.h
+rxvt.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
+rxvt.o: salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
 rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
 rxvtc.o: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtd.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
+rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+rxvtd.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
 rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
 rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtfont.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
-rxvtfont.o: table/linedraw.h
-rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h
-rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h
-rxvtperl.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
-rxvtperl.o: perlxsi.c
+rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+rxvtfont.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h table/linedraw.h
+rxvtperl.o: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
+rxvtperl.o: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
+rxvtperl.o: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
+rxvtperl.o: perlxsi.c ./iom_perl.h
 rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-rxvttoolkit.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+rxvttoolkit.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtutil.o: rxvtutil.h
 salloc.o: salloc.h
 screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-screen.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h salloc.C
+screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+screen.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
 scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-next.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
+scrollbar-next.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
 scrollbar-next.o: rsinc.h
 scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-plain.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
+scrollbar-plain.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
 scrollbar-plain.o: rsinc.h
 scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
+scrollbar-rxvt.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
 scrollbar-rxvt.o: rsinc.h
 scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-xterm.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
+scrollbar-xterm.o: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
 scrollbar-xterm.o: rsinc.h
 scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-scrollbar.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+scrollbar.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-xdefaults.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h
+xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+xdefaults.o: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
 xdefaults.o: keyboard.h
 xpm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
-xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
-xpm.o: libptytty.h rxvtperl.h hookinc.h rsinc.h
+xpm.o: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
+xpm.o: salloc.h rxvtperl.h hookinc.h rsinc.h
 
 command.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-command.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h
+command.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+command.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h version.h
 command.lo: command.h keyboard.h
 encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
 encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
@@ -268,25 +267,25 @@ encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
 encoding.lo: table/compose.h table/category.h
 fdpass.lo: ../config.h libptytty.h
 init.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-init.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h init.h
-iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
+init.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+init.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h init.h
+iom.lo: iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
 keyboard.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-keyboard.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
+keyboard.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+keyboard.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
 keyboard.lo: command.h
 logging.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
 logging.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
 logging.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 main.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-main.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
+main.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+main.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
 misc.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-misc.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+misc.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+misc.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 netdisp.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-netdisp.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+netdisp.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+netdisp.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 proxy.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
 proxy.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
 proxy.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
@@ -294,54 +293,54 @@ ptytty.lo: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h
 ptytty.lo: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
 ptytty.lo: iom.h iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvt.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+rxvt.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h
 rxvtc.lo: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h
 rxvtc.lo: iom_conf.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtd.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-rxvtd.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtd.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
+rxvtd.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+rxvtd.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h rxvtdaemon.h
 rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
 rxvtfont.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-rxvtfont.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+rxvtfont.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+rxvtfont.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtfont.lo: table/linedraw.h
-rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h callback.h rxvt.h
-rxvtperl.lo: rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h
-rxvtperl.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h keyboard.h
-rxvtperl.lo: perlxsi.c
+rxvtperl.lo: ../config.h iom.h iom_conf.h rxvtutil.h libptytty.h callback.h
+rxvtperl.lo: rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtfont.h
+rxvtperl.lo: rxvttoolkit.h salloc.h rxvtperl.h hookinc.h rsinc.h keyboard.h
+rxvtperl.lo: perlxsi.c ./iom_perl.h
 rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 rxvttoolkit.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-rxvttoolkit.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+rxvttoolkit.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 rxvtutil.lo: rxvtutil.h
 salloc.lo: salloc.h
 screen.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-screen.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h salloc.C
+screen.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h
+screen.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h salloc.C
 scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 scrollbar-next.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-next.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
+scrollbar-next.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
 scrollbar-next.lo: rsinc.h
 scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
 scrollbar-plain.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
-scrollbar-plain.lo: iom_conf.h callback.h salloc.h libptytty.h rxvtperl.h
+scrollbar-plain.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
 scrollbar-plain.lo: hookinc.h rsinc.h
 scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
 scrollbar-rxvt.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
-scrollbar-rxvt.lo: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
+scrollbar-rxvt.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h
 scrollbar-rxvt.lo: rsinc.h
 scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h
 scrollbar-xterm.lo: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h
-scrollbar-xterm.lo: iom_conf.h callback.h salloc.h libptytty.h rxvtperl.h
+scrollbar-xterm.lo: iom_conf.h libptytty.h callback.h salloc.h rxvtperl.h
 scrollbar-xterm.lo: hookinc.h rsinc.h
 scrollbar.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-scrollbar.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h
+scrollbar.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
+scrollbar.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
 xdefaults.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h
-xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h
-xdefaults.lo: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h version.h
-xdefaults.lo: keyboard.h
+xdefaults.lo: rxvtutil.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
+xdefaults.lo: libptytty.h callback.h salloc.h rxvtperl.h hookinc.h rsinc.h
+xdefaults.lo: version.h keyboard.h
 xpm.lo: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h
-xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
-xpm.lo: libptytty.h rxvtperl.h hookinc.h rsinc.h
+xpm.lo: rxvtfont.h rxvttoolkit.h iom.h iom_conf.h libptytty.h callback.h
+xpm.lo: salloc.h rxvtperl.h hookinc.h rsinc.h
index a3c404317c8f2dccbbbc979360d25102263a34a7..99dbac25c55ed48dc31ef4f2b77311211eeaf27e 100644 (file)
@@ -38,8 +38,8 @@
  nodef(insecure)
  nodef(borderLess)
  nodef(hold)
- nodef(skipBuiltinGlyphs)
  nodef(override_redirect)
+ nodef(skipBuiltinGlyphs)
 #endif
 #if ENABLE_STYLES
  def(intensityStyles,      29) // font styles imply intensity
index 2404a3d639234b2f7a4f07a119393edc91c42ebb..8daeba7f11c8c24a4c13ff831552f5daf23ea0f5 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
 #define VERSION "8.2"
-#define DATE   "2007-02-12"
+#define DATE   "2007-02-17"