*** empty log message ***
authorroot <root>
Sun, 15 Jun 2008 18:11:41 +0000 (18:11 +0000)
committerroot <root>
Sun, 15 Jun 2008 18:11:41 +0000 (18:11 +0000)
Changes
doc/rxvt.1.man.in
doc/rxvtperl.3.man.in
src/version.h

diff --git a/Changes b/Changes
index 8ff04bfd8d19419da4551a6bf7641478531c3860..ee61ffcb8795f2445e897224e656d084135e8866 100644 (file)
--- 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
index ede647f590d227a9ee7491ad408cdc6e6435630e..cb259c41d3ec54a06bd34900249f7408e8dfae9b 100644 (file)
@@ -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
index 571fa7465be8502b21d4cbb158060d74e79aa53a..ead8dacebf972f46be3860208e4625b7fb54a73f 100644 (file)
@@ -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)"
index 87c8ad1b9d33b491b356acdb0074cbe7d637a0fa..c4137b3bac66883a38ad06a7e692810c7d301a55 100644 (file)
@@ -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"