*** empty log message ***
authorroot <root>
Tue, 27 Dec 2005 12:23:37 +0000 (12:23 +0000)
committerroot <root>
Tue, 27 Dec 2005 12:23:37 +0000 (12:23 +0000)
Changes
doc/rxvt.1.html
doc/rxvt.1.man.in
doc/rxvt.1.txt
src/feature.h
src/main.C
src/version.h

diff --git a/Changes b/Changes
index 3da7c34..c86a3ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,7 +10,7 @@ WISH: meta-tagging of data by regex/master process (my dream project)
 WISH: OnTheSpot editing, or maybe switch to miiiiiiif
 WISH: just for fun, do shade and tint with XRender.
 
-6.1
+6.1  Tue Dec 27 13:23:40 CET 2005
        - update iso8859-7 table (euro and drachma round-trip et al.).
        - fix a crash when the selection scrolls out of the scrollback
           while the user still drags.
index c726af6..2368b8d 100644 (file)
@@ -48,7 +48,7 @@
 </p>
 <hr />
 <h1><a name="description">DESCRIPTION</a></h1>
-<p><strong>rxvt-unicode</strong>, version <strong>6.0</strong>, is a colour vt102 terminal
+<p><strong>rxvt-unicode</strong>, version <strong>6.1</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 --
@@ -1435,8 +1435,10 @@ to select a word; Left triple-click to select the entire logical line
 </dd>
 <dd>
 <p>Starting a selection while pressing the <strong>Meta</strong> key (or <strong>Meta+Ctrl</strong> keys)
-(Compile: <em>frills</em>) will create a rectangular selection instead of a normal
-one.</p>
+(Compile: <em>frills</em>) will create a rectangular selection instead of a
+normal one. In this mode, every selected row becomes its own line in the
+selection, and trailing whitespace is visually underlined and removed from
+the selection.</p>
 </dd>
 <p></p>
 <dt><strong><a name="item_insertion_3a"><strong>Insertion</strong>:</a></strong><br />
index 43ef7b9..d106960 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "rxvt 1"
-.TH rxvt 1 "2005-12-22" "6.0" "RXVT-UNICODE"
+.TH rxvt 1 "2005-12-27" "6.1" "RXVT-UNICODE"
 .SH "NAME"
 rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
 .SH "SYNOPSIS"
@@ -1101,8 +1101,10 @@ to select a word; Left triple-click to select the entire logical line
 \&\fBtripleclickwords\fR.
 .Sp
 Starting a selection while pressing the \fBMeta\fR key (or \fBMeta+Ctrl\fR keys)
-(Compile: \fIfrills\fR) will create a rectangular selection instead of a normal
-one.
+(Compile: \fIfrills\fR) will create a rectangular selection instead of a
+normal one. In this mode, every selected row becomes its own line in the
+selection, and trailing whitespace is visually underlined and removed from
+the selection.
 .IP "\fBInsertion\fR:" 4
 .IX Item "Insertion:"
 Pressing and releasing the Middle mouse button (or \fBShift-Insert\fR) in
index 9f24267..57f4ea5 100644 (file)
@@ -6,7 +6,7 @@ SYNOPSIS
     rxvt [options] [-e command [ args ]]
 
 DESCRIPTION
-    rxvt-unicode, version 6.0, is a colour vt102 terminal emulator intended
+    rxvt-unicode, version 6.1, 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
@@ -938,7 +938,9 @@ TEXT SELECTION AND INSERTION
 
         Starting a selection while pressing the Meta key (or Meta+Ctrl keys)
         (Compile: *frills*) will create a rectangular selection instead of a
-        normal one.
+        normal one. In this mode, every selected row becomes its own line in
+        the selection, and trailing whitespace is visually underlined and
+        removed from the selection.
 
     Insertion:
         Pressing and releasing the Middle mouse button (or Shift-Insert) in
index c2e64f8..5d95e1d 100644 (file)
@@ -40,7 +40,7 @@
  * NOTE:
  *
  * Most of these configuration options have not been tested within the new
- * rxvt-unicode framework. Changing them might work, might have no effect,
+ * rxvt-unicode framework. Changing them should work, might have no effect,
  * destroy your disks or have any other effects. You may freely try (and
  * report bugs, too!), but don't _expect_ them to work.
  */
 /* #define ESCZ_ANSWER "\033[?1;2C" */
 
 /*
- * Check the current value of the window-time/icon-name and avoid
- * re-setting it to the same value -- avoids unnecessary window refreshes
- */
-//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
-
-/*
  * Allow foreground/background colour to be changed with an
- * xterm escape sequence "\E]39;colour^G" -- still experimental
+ * xterm escape sequence "\E]39;colour^G"
  */
 #define XTERM_COLOR_CHANGE
 
 /*
  * Default number of lines in the scrollback buffer
  */
-#define SAVELINES      64
+#define SAVELINES      1000
 
 /*
  * Provide termcap/terminfo bw support (wrap backwards on cub1)
index b105af0..8e3b184 100644 (file)
@@ -946,7 +946,6 @@ rxvt_term::set_fonts ()
 
 void rxvt_term::set_string_property (Atom prop, const char *str, int len)
 {
-  // TODO: SMART_WINDOW_TITLE
   XChangeProperty (display->display, parent[0],
                    prop, XA_STRING, 8, PropModeReplace,
                    (const unsigned char *)str, len >= 0 ? len : strlen (str));
@@ -954,7 +953,6 @@ void rxvt_term::set_string_property (Atom prop, const char *str, int len)
 
 void rxvt_term::set_utf8_property (Atom prop, const char *str, int len)
 {
-  // TODO: SMART_WINDOW_TITLE
   wchar_t *ws = rxvt_mbstowcs (str, len);
   char *s = rxvt_wcstoutf8 (ws);
 
index 843b78f..4f7f742 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
-#define VERSION "6.0"
-#define DATE   "2005-12-24"
+#define VERSION "6.1"
+#define DATE   "2005-12-27"