-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 3894451eaf04631a59dac622dd30fe264f9928ad:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 3894451eaf04631a59dac622dd30fe264f9928ad
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sun Jun 15 18:11:41 2008 +0000

    *** empty log message ***

diff --git a/Changes b/Changes

index 8ff04bfd8d19419da4551a6bf7641478531c3860..

index ..ee61ffcb8795f2445e897224e656d084135e8866 100644

--- a/Changes
+++ b/Changes
@@ -19,6 +19,7 @@ WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 DUMB: support tex fonts

+9.05 Sun Jun 15 20:09:20 CEST 2008
 	- new option --cd/chdir to set the starting working directory.
         - tabbed extension now starts in the "correct" working directory.
 	- work around fedora 9 providing isastream but not the relevant
diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in

index ede647f590d227a9ee7491ad408cdc6e6435630e..

index ..cb259c41d3ec54a06bd34900249f7408e8dfae9b 100644

--- a/doc/rxvt.1.man.in
+++ b/doc/rxvt.1.man.in
@@ -532,6 +532,11 @@ Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
 will not immediately destroy its window when the program executed within
 it exits. Instead, it will wait till it is being killed or closed by the
 user; resource \fBhold\fR.
+.IP "\fB\-cd\fR \fIpath\fR" 4
+.IX Item "-cd path"
+Sets the working directory for the shell (or the command specified via
+\&\fB\-e\fR). The \fIpath\fR must be an absolute path and it must exist for
+@@RXVT_NAME@@ to start; resource \fBchdir\fR.
 .IP "\fB\-xrm\fR \fIstring\fR" 4
 .IX Item "-xrm string"
 Works like the X Toolkit option of the same name, by adding the \fIstring\fR
@@ -1107,6 +1112,12 @@ Turn on/off hold window after exit support. If enabled, @@RXVT_NAME@@
 will not immediately destroy its window when the program executed within
 it exits. Instead, it will wait till it is being killed or closed by the
 user.
+.IP "\fBchdir\fR: \fIpath\fR" 4
+.IX Item "chdir: path"
+Sets the working directory for the shell (or the command specified via
+\&\fB\-e\fR). The \fIpath\fR must be an absolute path and it must exist for
+@@RXVT_NAME@@ to start. If it isn't specified then the current working
+directory will be used; option \fB\-cd\fR.
 .IP "\fBkeysym.\fR\fIsym\fR: \fIstring\fR" 4
 .IX Item "keysym.sym: string"
 Compile \fIfrills\fR: Associate \fIstring\fR with keysym \fIsym\fR. The
diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in

index 571fa7465be8502b21d4cbb158060d74e79aa53a..

index ..ead8dacebf972f46be3860208e4625b7fb54a73f 100644

--- a/doc/rxvtperl.3.man.in
+++ b/doc/rxvtperl.3.man.in
@@ -1049,7 +1049,7 @@ to see the actual list:
 .Sp
 .Vb 10
 \&  answerbackstring backgroundPixmap backspace_key boldFont boldItalicFont
-\&  borderLess color cursorBlink cursorUnderline cutchars delete_key
+\&  borderLess chdir color cursorBlink cursorUnderline cutchars delete_key
 \&  display_name embed ext_bwidth fade font geometry hold iconName
 \&  imFont imLocale inputMethod insecure int_bwidth intensityStyles
 \&  italicFont jumpScroll lineSpace loginShell mapAlert meta8 modifier
@@ -1507,9 +1507,9 @@ the session.
 .ie n .IP "($type,$format,$octets) = $term\fR\->XGetWindowProperty ($window, \f(CW$property)" 4
 .el .IP "($type,$format,$octets) = \f(CW$term\fR\->XGetWindowProperty ($window, \f(CW$property\fR)" 4
 .IX Item "($type,$format,$octets) = $term->XGetWindowProperty ($window, $property)"
-.ie n .IP "$term\fR\->XChangeWindowProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets)" 4
-.el .IP "\f(CW$term\fR\->XChangeWindowProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets\fR)" 4
-.IX Item "$term->XChangeWindowProperty ($window, $property, $type, $format, $octets)"
+.ie n .IP "$term\fR\->XChangeProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets)" 4
+.el .IP "\f(CW$term\fR\->XChangeProperty ($window, \f(CW$property\fR, \f(CW$type\fR, \f(CW$format\fR, \f(CW$octets\fR)" 4
+.IX Item "$term->XChangeProperty ($window, $property, $type, $format, $octets)"
 .ie n .IP "$term\fR\->XDeleteProperty ($window, \f(CW$property)" 4
 .el .IP "\f(CW$term\fR\->XDeleteProperty ($window, \f(CW$property\fR)" 4
 .IX Item "$term->XDeleteProperty ($window, $property)"
diff --git a/src/version.h b/src/version.h

index 87c8ad1b9d33b491b356acdb0074cbe7d637a0fa..

index ..c4137b3bac66883a38ad06a7e692810c7d301a55 100644

--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
-#define VERSION "9.02"
-#define DATE	"2008-01-29"
+#define VERSION "9.05"
+#define DATE	"2008-06-15"

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

-- Response ended

-- Page fetched on Sun Jun 2 09:49:02 2024