repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: c09bb47942c81b1d3f8649ad3a0a99a01d00b376:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit c09bb47942c81b1d3f8649ad3a0a99a01d00b376
Author: Marc Lehmann 
Date:   Fri Dec 29 05:09:49 2006 +0000

    *** empty log message ***

diff --git a/README.FAQ b/README.FAQ
index 32be54558c8d3498037ee2aed34f0e13c7e8e525..
index ..a04e5b3db16246165f1190555d2db1bdf081aeec 100644
--- a/README.FAQ
+++ b/README.FAQ
@@ -44,7 +44,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
     Try "urxvtd -f -o", which tells urxvtd to open the display, create the
     listening socket and then fork.

-   How can I start urxvtd automatically when I run URXVT_NAME@@c?
+   How can I start urxvtd automatically when I run urxvtc?
     If you want to start urxvtd automatically whenever you run urxvtc and
     the daemon isn't running yet, use this script:

diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html
index ecba902edfd40a9c297c2ecf515294de541ae36f..
index ..79643ccce3a74f14294e8e0f7c2acf13f168fc8a 100644
--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -28,7 +28,7 @@
 			
  • How do I know which rxvt-unicode version I'm using?
  • Rxvt-unicode uses gobs of memory, how can I reduce that?
  • How can I start urxvtd in a race-free way?
  • -
  • How can I start urxvtd automatically when I run URXVT_NAME@@c?
  • +
  • How can I start urxvtd automatically when I run urxvtc?
  • How do I distinguish whether I'm running rxvt-unicode or a regular xterm? I need this to decide about setting colors etc.
  • How do I set the correct, full IP address for the DISPLAY variable?
  • How do I compile the manual pages on my own?
  • @@ -213,7 +213,7 @@ rxvt-unicode then uses 8 bytes per screen cell.

    display, create the listening socket and then fork.

    -

    How can I start urxvtd automatically when I run URXVT_NAME@@c?

    +

    How can I start urxvtd automatically when I run urxvtc?

    If you want to start urxvtd automatically whenever you run urxvtc and the daemon isn't running yet, use this script:

    diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in
    
    index 8db5351d834cc4605be530c6153bc39b728a01cc..
    index ..e27410020693590ea832bd8a22f544c321e3690c 100644
    --- a/doc/rxvt.7.man.in
    +++ b/doc/rxvt.7.man.in
    @@ -129,7 +129,7 @@
     .\" ========================================================================
     .\"
     .IX Title "@@RXVT_NAME@@ 7"
    -.TH @@RXVT_NAME@@ 7 "2006-11-02" "8.0" "RXVT-UNICODE"
    +.TH @@RXVT_NAME@@ 7 "2006-12-29" "8.1" "RXVT-UNICODE"
     .SH "NAME"
     RXVT REFERENCE \- FAQ, command sequences and other background information
     .SH "SYNOPSIS"
    @@ -217,8 +217,8 @@ rxvt-unicode then uses 8 bytes per screen cell.
     Try \f(CW\*(C`@@URXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@URXVT_NAME@@d to open the
     display, create the listening socket and then fork.
     .PP
    -\fIHow can I start @@URXVT_NAME@@d automatically when I run URXVT_NAME@@c?\fR
    -.IX Subsection "How can I start @@URXVT_NAME@@d automatically when I run URXVT_NAME@@c?"
    +\fIHow can I start @@URXVT_NAME@@d automatically when I run @@URXVT_NAME@@c?\fR
    +.IX Subsection "How can I start @@URXVT_NAME@@d automatically when I run @@URXVT_NAME@@c?"
     .PP
     If you want to start @@URXVT_NAME@@d automatically whenever you run
     @@URXVT_NAME@@c and the daemon isn't running yet, use this script:
    diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt
    
    index 8bb54c8d6c1d3da65f16d3a085a90beb4b12750f..
    index ..65a25ed6001e171a60ec57951f16c72b673d98b4 100644
    --- a/doc/rxvt.7.txt
    +++ b/doc/rxvt.7.txt
    @@ -64,7 +64,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
         Try "urxvtd -f -o", which tells urxvtd to open the display, create the
         listening socket and then fork.
    
    -   How can I start urxvtd automatically when I run URXVT_NAME@@c?
    +   How can I start urxvtd automatically when I run urxvtc?
         If you want to start urxvtd automatically whenever you run urxvtc and
         the daemon isn't running yet, use this script:
    
    diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html
    
    index e94963b31c883b0d404b20b8b00fe923c929943a..
    index ..c4542ed73eb35e054cb7e5af205e75a82bfaba4f 100644
    --- a/doc/rxvtperl.3.html
    +++ b/doc/rxvtperl.3.html
    @@ -520,23 +520,6 @@ which works regardless of wether xrdb is used to parse the resource file
     or not.

    -
    macosx-clipboard - -
    -

    An extension for use on Mac OS X that enabled rxvt to use the -system clipboard by implementing two keyboard events.

    -
    -
    -

    This example configuration enables the extension and binds the copy and -paste functionality to Meta-C and Meta-V:

    -
    -
    -
    -   URxvt.perl-ext-common: default,macosx-clipboard
    -   URxvt.keysym.M-c: perl:macosx-clipboard:copy
    -   URxvt.keysym.M-v: perl:macosx-clipboard:paste
    -
    -
    example-refresh-hooks
    diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in
    index 8f1c4f134de35ee63d21f141e457a9e7a94ec503..
    index ..8cf2c01bd337580ee15d8d7c260342af254dc677 100644
    --- a/doc/rxvtperl.3.man.in
    +++ b/doc/rxvtperl.3.man.in
    @@ -129,7 +129,7 @@
     .\" ========================================================================
     .\"
     .IX Title "@@RXVT_NAME@@ 3"
    -.TH @@RXVT_NAME@@ 3 "2006-12-07" "8.1" "RXVT-UNICODE"
    +.TH @@RXVT_NAME@@ 3 "2006-12-29" "8.1" "RXVT-UNICODE"
     .SH "NAME"
     @@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
     .SH "SYNOPSIS"
    @@ -528,19 +528,6 @@ for the filename):
     the double \f(CW\*(C`/\*(C'\fR characters as comment start. Use \f(CW\*(C`\e057\e057\*(C'\fR instead,
     which works regardless of wether xrdb is used to parse the resource file
     or not.
    -.IP "macosx-clipboard" 4
    -.IX Item "macosx-clipboard"
    -An extension for use on Mac \s-1OS\s0 X that enabled @@RXVT_NAME@@ to use the
    -system clipboard by implementing two keyboard events.
    -.Sp
    -This example configuration enables the extension and binds the copy and
    -paste functionality to Meta-C and Meta\-V:
    -.Sp
    -.Vb 3
    -\&   URxvt.perl-ext-common: default,macosx-clipboard
    -\&   URxvt.keysym.M-c: perl:macosx-clipboard:copy
    -\&   URxvt.keysym.M-v: perl:macosx-clipboard:paste
    -.Ve
     .IP "example-refresh-hooks" 4
     .IX Item "example-refresh-hooks"
     Displays a very simple digital clock in the upper right corner of the
    diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt
    
    index f5aeb83488ce25945341f95fd4a9440a2060c392..
    index ..72e32c99c4c9f235e64c55f0567eb79d385e724e 100644
    --- a/doc/rxvtperl.3.txt
    +++ b/doc/rxvtperl.3.txt
    @@ -343,17 +343,6 @@ PREPACKAGED EXTENSIONS
             instead, which works regardless of wether xrdb is used to parse the
             resource file or not.
    
    -    macosx-clipboard
    -        An extension for use on Mac OS X that enabled rxvt to use the system
    -        clipboard by implementing two keyboard events.
    -
    -        This example configuration enables the extension and binds the copy
    -        and paste functionality to Meta-C and Meta-V:
    -
    -           URxvt.perl-ext-common: default,macosx-clipboard
    -           URxvt.keysym.M-c: perl:macosx-clipboard:copy
    -           URxvt.keysym.M-v: perl:macosx-clipboard:paste
    -
         example-refresh-hooks
             Displays a very simple digital clock in the upper right corner of
             the window. Illustrates overwriting the refresh callbacks to create
    

    -----END OF PAGE-----