From 797cd0a559fc0b3c3c2f9fba322f8f9707be1472 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Jun 2008 18:11:41 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + doc/rxvt.1.man.in | 11 +++++++++++ doc/rxvtperl.3.man.in | 8 ++++---- src/version.h | 4 ++-- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 8ff04bfd..ee61ffcb 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 ede647f5..cb259c41 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 571fa746..ead8dace 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 87c8ad1b..c4137b3b 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" -- 2.34.1