From 247379d11e51d5baf8c4f7d37b52e8179642be0d Mon Sep 17 00:00:00 2001
From: root
Date: Thu, 19 Jan 2006 19:26:30 +0000
Subject: [PATCH] *** empty log message ***
---
Changes | 2 +-
README.FAQ | 15 ++++---
doc/rxvt.1.html | 44 ++++++++++++++-----
doc/rxvt.1.man.in | 37 ++++++++++------
doc/rxvt.1.txt | 33 +++++++++-----
doc/rxvt.7.html | 19 ++++----
doc/rxvt.7.man.in | 18 ++++----
doc/rxvt.7.txt | 17 +++----
doc/rxvtperl.3.html | 100 +++++++++++++++++++++++++++++++++++-------
doc/rxvtperl.3.man.in | 92 ++++++++++++++++++++++++++++++--------
doc/rxvtperl.3.txt | 79 ++++++++++++++++++++++++++-------
src/version.h | 2 +-
12 files changed, 342 insertions(+), 116 deletions(-)
diff --git a/Changes b/Changes
index f147ea8b..e21394ae 100644
--- a/Changes
+++ b/Changes
@@ -16,7 +16,7 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an
WISH: just for fun, do shade and tint with XRender.
WISH: support tex fonts
-7.1 Thu Jan 19 18:56:55 CET 2006
+7.1 Thu Jan 19 20:25:34 CET 2006
- setuid/setgid operation is now _encouraged_: security has been
improved by moving privileged operations into a separate process
and permanently dropping privileges within the terminal. This
diff --git a/README.FAQ b/README.FAQ
index fa901b14..c43ab29e 100644
--- a/README.FAQ
+++ b/README.FAQ
@@ -130,13 +130,14 @@ FREQUENTLY ASKED QUESTIONS
I am using Debian GNU/Linux and have a problem...
The Debian GNU/Linux package of rxvt-unicode in sarge contains large
- patches that considerably change the behaviour of rxvt-unicode.
- Before reporting a bug to the original rxvt-unicode author please
- download and install the genuine version
- () and try to reproduce the
- problem. If you cannot, chances are that the problems are specific
- to Debian GNU/Linux, in which case it should be reported via the
- Debian Bug Tracking System (use "reportbug" to report the bug).
+ patches that considerably change the behaviour of rxvt-unicode (but
+ unfortunately this notice has been removed). Before reporting a bug
+ to the original rxvt-unicode author please download and install the
+ genuine version () and try
+ to reproduce the problem. If you cannot, chances are that the
+ problems are specific to Debian GNU/Linux, in which case it should
+ be reported via the Debian Bug Tracking System (use "reportbug" to
+ report the bug).
For other problems that also affect the Debian package, you can and
probably should use the Debian BTS, too, because, after all, it's
diff --git a/doc/rxvt.1.html b/doc/rxvt.1.html
index 50b9fcc1..0b86d86e 100644
--- a/doc/rxvt.1.html
+++ b/doc/rxvt.1.html
@@ -48,7 +48,7 @@
-rxvt-unicode, version 7.0, is a colour vt102 terminal
+
rxvt-unicode, version 7.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 --
@@ -417,6 +417,13 @@ if honoured by the WM, the rxvt-unicode window will not have window
decorations; resource borderLess.
+-override-redirect
+
+
+Compile frills: Sets override-redirect on the window; resource
+override-redirect.
+
+
-sbg
@@ -1283,13 +1290,13 @@ character is passed through. It may contain escape values as described
in the entry on keysym following.
-secondaryScreen: bool
+secondaryScreen: boolean
Turn on/off secondary screen (default enabled).
-secondaryScroll: bool
+secondaryScroll: boolean
Turn on/off secondary screen scroll (default enabled). If the this
@@ -1298,7 +1305,7 @@ scrollback buffer and switching to/from the secondary screen will
instead scroll the screen up.
-hold: bool
+hold: boolean
Turn on/off hold window after exit support. If enabled, rxvt
@@ -1516,7 +1523,14 @@ Specifies the program to be started with a URL argument. Used by the
transient-for: windowid
-Sets the WM_TRANSIENT_FOR property to the given window iw.
+Compile frills: Sets the WM_TRANSIENT_FOR property to the given window id.
+
+
+override-redirect: boolean
+
+
+Compile frills: Sets override-redirect for the terminal window, making
+it almost invisible to window managers; option -override-redirect.
@@ -1861,20 +1875,30 @@ Project Coordinator (changes.txt 2.21a to 2.4.5)
Geoff Wing >
-Rewrote screen display and text selection routines. Project Coordinator
-(changes.txt 2.4.6 - rxvt-unicode)
+Rewrote screen display and text selection routines.
+
+
+
+
+
+Project Coordinator (changes.txt 2.4.6 - rxvt-unicode)
Marc Alexander Lehmann >
-Forked rxvt-unicode, rewrote most of the display code and internal
-character handling to store text in unicode, improve xterm
-compatibility and apply numerous other bugfixes and extensions.
+Forked rxvt-unicode, unicode support, rewrote almost all the code, perl
+extension, random hacks, numerous bugfixes and extensions.
Project Coordinator (Changes 1.0 -)
+
+Emanuele Giaquinta >
+
+
+Pty/tty/utmp/wtmp rewrite, lots of random hacking and bugxifing.
+