*** empty log message ***
authorroot <root>
Tue, 25 Oct 2005 20:04:58 +0000 (20:04 +0000)
committerroot <root>
Tue, 25 Oct 2005 20:04:58 +0000 (20:04 +0000)
13 files changed:
Changes
README.configure
autoconf/config.h.in
autoconf/configure.in
configure
doc/rxvt.1.html
doc/rxvt.1.man.in
doc/rxvt.1.txt
doc/rxvt.7.html
doc/rxvt.7.man.in
doc/rxvt.7.pod
doc/rxvt.7.txt
src/version.h

diff --git a/Changes b/Changes
index dbfe5f9d9c62f0aa7705f2b921d4c35a6b000171..7a5ed50de46b4cc09da0e3c0a5d248382c9c1074 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,28 +1,23 @@
-15:08 <duke_> URxvt.keysym.0xff08: ^H
-15:08 <duke_> # home
-15:08 <duke_> URxvt.keysym.0xff50: \033[1~
-15:08 <duke_> # end
-15:08 <duke_> URxvt.keysym.0xff57: \033[4~
-
-TODO: Opt_transparent_all unused?
-TODO: after requesting the selection and getting a timeout, no fuirther requests will be sent.
-TODO: --enable-minimal non-default
+TODO: harmonize --dsiable-options into position-dependent options.
+TODO: after requesting the selection and getting a timeout, no further requests will be sent.
 TODO: do font request caching, might help rxvtd on some machines
 TODO: safer command: keymap processing.
 TODO: "slow" rendering mode for bidi and scripts
 TODO: read property sequence is broken with respect to utf-8 etc.
 TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
 WISH: /usr/share/doc/libdisplaymigration0-dev/spec.txt
-WISH: keyboard modification via esc-sequences.
+WISH: keymap modification via esc-sequences.
 WISH: line-rewrapping on resize
 WISH: searchable backlog
-WISH: meta-tagging of data by regex (my dream project)
-WISH: double-click: more intelligent (urls etc.)
+WISH: meta-tagging of data by regex/master process (my dream project)
 WISH: OnTheSpot editing, or maybe switch to miiiiiiif
 WISH: tabbed windows (hey, just use screen...)
 WISH: just for fun, do shade and tint with XRender.
 
-5.8
+5.8  Tue Oct 25 22:03:57 CEST 2005
+       - INCOMPATIBLE CHANGE: many configure options are now on by default.
+          If you want the old behaviour, try:
+          configure --disable-everything <your enable options>
         - INCOMPATIBLE CHANGE: -fade changed it's meaning to comply with
           the documentation and common sense: when upgrading, replace your
           percentage by 100-percentage.
index 8133ff3cba617ec93cb7b2dc0e29d7107fb927ee..fdb7612ecc4f98f1c156910d8499c77ab243fe40 100644 (file)
@@ -1,27 +1,33 @@
 CONFIGURE OPTIONS
     General hint: if you get compile errors, then likely your configuration
-    hasn't been tested well. Either try with --enable-everything or use the
-    ./reconf script as a base for experiments. ./reconf is used by myself,
-    so it should generally be a working config. Of course, you should always
-    report when a combination doesn't work, so it can be fixed. Marc Lehmann
-    <rxvt@schmorp.de>.
+    hasn't been tested well. Either try with "--enable-everything" or use
+    the ./reconf script as a base for experiments. ./reconf is used by
+    myself, so it should generally be a working config. Of course, you
+    should always report when a combination doesn't work, so it can be
+    fixed. Marc Lehmann <rxvt@schmorp.de>.
+
+    All
 
     --enable-everything
-        Add support for all non-multichoice options listed in "./configure
-        --help". Note that unlike other enable options this is order
-        dependant. You can specify this and then disable options which this
-        enables by *following* this with the appropriate commands.
+        Add (or remove) support for all non-multichoice options listed in
+        "./configure --help".
+
+        You can specify this and then disable options you do not like by
+        *following* this with the appropriate "--disable-..." arguments, or
+        you can start with a minimal configuration by specifying
+        "--disable-everything" and than adding just the "--enable-..."
+        arguments you want.
 
-    --enable-xft
+    --enable-xft (default: enabled)
         Add support for Xft (anti-aliases, among others) fonts. Xft fonts
         are slower and require lots of memory, but as long as you don't use
         them, you don't pay for them.
 
-    --enable-font-styles
+    --enable-font-styles (default: on)
         Add support for bold, *italic* and *bold italic* font styles. The
         fonts can be set manually or automatically.
 
-    --with-codesets=NAME,...
+    --with-codesets=NAME,... (default: all)
         Compile in support for additional codeset (encoding) groups ("eu",
         "vn" are always compiled in, which includes most 8-bit character
         sets). These codeset tables are used for driving X11 core fonts,
@@ -38,12 +44,12 @@ CONFIGURE OPTIONS
            jp_ext          rarely used but big japanese encodings 
            kr              korean encodings 
 
-    --enable-xim
+    --enable-xim (default: on)
         Add support for XIM (X Input Method) protocol. This allows using
         alternative input methods (e.g. kinput2) and will also correctly set
         up the input for people using dead keys or compose keys.
 
-    --enable-unicode3
+    --enable-unicode3 (default: off)
         Enable direct support for displaying unicode codepoints above 65535
         (the basic multilingual page). This increases storage requirements
         per character from 2 to 4 bytes. X11 fonts do not yet support these
@@ -55,7 +61,7 @@ CONFIGURE OPTIONS
         switch), and right now rxvt-unicode cannot display them
         (input/output and cut&paste still work, though).
 
-    --enable-combining
+    --enable-combining (default: on)
         Enable automatic composition of combining characters into composite
         characters. This is required for proper viewing of text where
         accents are encoded as seperate unicode characters. This is done by
@@ -74,83 +80,83 @@ CONFIGURE OPTIONS
         forms, but these are not currently used. Bug me if you want these to
         be used (and tell me how these are to be used...).
 
-    --enable-fallback(=CLASS)
-        When reading resource settings, also read settings for class CLASS
-        (default: Rxvt). To disable resource fallback use
-        --disable-fallback.
+    --enable-fallback(=CLASS) (default: Rxvt)
+        When reading resource settings, also read settings for class CLASS.
+        To disable resource fallback use --disable-fallback.
 
-    --with-res-name=NAME
-        Use the given name (default: urxvt) as default application name when
-        reading resources. Specify --with-res-name=rxvt to replace rxvt.
+    --with-res-name=NAME (default: urxvt)
+        Use the given name as default application name when reading
+        resources. Specify --with-res-name=rxvt to replace rxvt.
 
-    --with-res-class=CLASS
-        Use the given class (default: URxvt) as default application class
-        when reading resources. Specify --with-res-class=Rxvt to replace
-        rxvt.
+    --with-res-class=CLASS /default: URxvt)
+        Use the given class as default application class when reading
+        resources. Specify --with-res-class=Rxvt to replace rxvt.
 
-    --enable-utmp
+    --enable-utmp (default: on)
         Write user and tty to utmp file (used by programs like w) at start
         of rxvt execution and delete information when rxvt exits.
 
-    --enable-wtmp
+    --enable-wtmp (default: on)
         Write user and tty to wtmp file (used by programs like last) at
         start of rxvt execution and write logout when rxvt exits. This
         option requires --enable-utmp to also be specified.
 
-    --enable-lastlog
+    --enable-lastlog (default: on)
         Write user and tty to lastlog file (used by programs like lastlogin)
         at start of rxvt execution. This option requires --enable-utmp to
         also be specified.
 
-    --enable-xpm-background
+    --enable-xpm-background (default: off)
         Add support for XPM background pixmaps.
 
-    --enable-transparency
+    --enable-transparency (default: off)
         Add support for inheriting parent backgrounds thus giving a fake
         transparency to the term.
 
-    --enable-fading
-        Add support for fading the text when focus is lost.
+    --enable-fading (default: on)
+        Add support for fading the text when focus is lost (requires
+        "--enable-transparency").
 
-    --enable-tinting
-        Add support for tinting of transparent backgrounds.
+    --enable-tinting (default: on)
+        Add support for tinting of transparent backgrounds (requires
+        "--enable-transparency").
 
-    --enable-menubar
+    --enable-menubar (default: off)
         Add support for our menu bar system (this interacts badly with
         dynamic locale switching currently).
 
-    --enable-rxvt-scroll
+    --enable-rxvt-scroll (default: on)
         Add support for the original rxvt scrollbar.
 
-    --enable-next-scroll
+    --enable-next-scroll (default: on)
         Add support for a NeXT-like scrollbar.
 
-    --enable-xterm-scroll
+    --enable-xterm-scroll (default: on)
         Add support for an Xterm-like scrollbar.
 
-    --enable-plain-scroll
+    --enable-plain-scroll (default: on)
         Add support for a very unobtrusive, plain-looking scrollbar that is
         the favourite of the rxvt-unicode author, having used it for many
         years.
 
-    --enable-half-shadow
+    --enable-half-shadow (default: off)
         Make shadows on the scrollbar only half the normal width & height.
         only applicable to rxvt scrollbars.
 
-    --enable-ttygid
+    --enable-ttygid (default: off)
         Change tty device setting to group "tty" - only use this if your
         system uses this type of security.
 
     --disable-backspace-key
-        Disable any handling of the backspace key by us - let the X server
+        Removes any handling of the backspace key by us - let the X server
         do it.
 
     --disable-delete-key
-        Disable any handling of the delete key by us - let the X server do
+        Removes any handling of the delete key by us - let the X server do
         it.
 
     --disable-resources
-        Remove all resources checking.
+        Removes any support for resource checking.
 
     --enable-xgetdefault
         Make resources checking via XGetDefault() instead of our small
@@ -161,7 +167,7 @@ CONFIGURE OPTIONS
         in and use the full X resource manager, so the overhead of using it
         might be very small, if nonexistant.
 
-    --enable-strings
+    --enable-strings (default: off)
         Add support for our possibly faster memset() function and other
         various routines, overriding your system's versions which may have
         been hand-crafted in assembly or may require extra libraries to link
@@ -169,9 +175,9 @@ CONFIGURE OPTIONS
         systems).
 
     --disable-swapscreen
-        Remove support for swap screen.
+        Remove support for secondary/swap screen.
 
-    --enable-frills
+    --enable-frills (default: on)
         Add support for many small features that are not essential but nice
         to have. Normally you want this, but for very small binaries you may
         want to disable this.
@@ -193,19 +199,19 @@ CONFIGURE OPTIONS
           cursor blinking and underline cursor
           -embed and -pty-fd options
 
-    --enable-iso14755
+    --enable-iso14755 (default: on)
         Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
         Basic support (section 5.1) is enabled by "--enable-frills", while
         support for 5.2, 5.3 and 5.4 is enabled with this switch.
 
-    --enable-keepscrolling
+    --enable-keepscrolling (default: on)
         Add support for continual scrolling of the display when you hold the
         mouse button down on a scrollbar arrow.
 
-    --enable-mousewheel
+    --enable-mousewheel (default: on)
         Add support for scrolling via mouse wheel or buttons 4 & 5.
 
-    --enable-slipwheeling
+    --enable-slipwheeling (default: on)
         Add support for continual scrolling (using the mouse wheel as an
         accelerator) while the control key is held down. This option
         requires --enable-mousewheel to also be specified.
@@ -213,7 +219,7 @@ CONFIGURE OPTIONS
     --disable-new-selection
         Remove support for mouse selection style like that of xterm.
 
-    --enable-dmalloc
+    --enable-dmalloc (default: off)
         Use Gray Watson's malloc - which is good for debugging See
         http://www.letters.com/dmalloc/ for details If you use either this
         or the next option, you may need to edit src/Makefile after
@@ -222,26 +228,24 @@ CONFIGURE OPTIONS
         You can only use either this option and the following (should you
         use either) .
 
-    --enable-dlmalloc
+    --enable-dlmalloc (default: off)
         Use Doug Lea's malloc - which is good for a production version See
         <http://g.oswego.edu/dl/html/malloc.html> for details.
 
-    --enable-smart-resize
+    --enable-smart-resize (default: on)
         Add smart growth/shrink behaviour when changing font size via from
         hot keys. This should keep in a fixed position the rxvt corner which
         is closest to a corner of the screen.
 
-    --enable-pointer-blank
+    --enable-pointer-blank (default: on)
         Add support to have the pointer disappear when typing or inactive.
 
-    --with-name=NAME
-        Set the basename for the installed binaries (default: "urxvt",
-        resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
-        replace with "rxvt".
+    --with-name=NAME (default: urxvt)
+        Set the basename for the installed binaries, resulting in "urxvt",
+        "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
 
-    --with-term=NAME
-        Change the environmental variable for the terminal to NAME (default
-        "rxvt-unicode")
+    --with-term=NAME (default: rxvt-unicode)
+        Change the environmental variable for the terminal to NAME.
 
     --with-terminfo=PATH
         Change the environmental variable for the path to the terminfo tree
index 89921e5e351314f9b6d4935be5306eb7b7bd43fc..d442d1aad442a317915bab320d2c3f8f732a4592 100644 (file)
 /* Define if you want hide the pointer while typing */
 #undef POINTER_BLANK
 
-/* Define if you want blinking cursor support */
-#undef CURSOR_BLINK
-
 /* Define if you want blinking text support */
 #undef TEXT_BLINK
 
index a173ab7bce573d01a4c668ab5a9641274b68a558..231965a67ab257ce0ed7c39de5b48bb7f4d7c239 100644 (file)
@@ -88,34 +88,35 @@ dnl AC_ENABLE_STATIC(yes)dnl#       libtool
 dnl AC_PROG_LIBTOOL()dnl#              libtool
 
 MALLOC_TYPE=S
+
 support_addstrings=no
-support_frills=no
+support_frills=yes
 support_inheritpixmap=no
-support_tinting=no
-support_fading=no
-support_keepscrolling=no
-support_selectionscrolling=no
+support_tinting=yes
+support_fading=yes
+support_keepscrolling=yes
+support_selectionscrolling=yes
 support_menubar=no 
-support_mousewheel=no
-support_mouseslipwheel=no
-support_utmp=no
-support_wtmp=no
-support_lastlog=no
-support_text_blink=no
-support_pointer_blank=no
-support_scroll_rxvt=no
-support_scroll_next=no
-support_scroll_xterm=no
-support_scroll_plain=no
-support_xim=no
+support_mousewheel=yes
+support_mouseslipwheel=yes
+support_utmp=yes
+support_wtmp=yes
+support_lastlog=yes
+support_text_blink=yes
+support_pointer_blank=yes
+support_scroll_rxvt=yes
+support_scroll_next=yes
+support_scroll_xterm=yes
+support_scroll_plain=yes
+support_xim=yes
 support_xpm=no
-support_xft=no
+support_xft=yes
 support_unicode3=no
-support_combining=no
+support_combining=yes
 support_8bitctrls=no
-support_iso14755=no
-support_styles=no
-codesets=
+support_iso14755=yes
+support_styles=yes
+codesets=all
 
 dnl# --------------------------------------------------------------------------
 dnl# CHECKING COMMAND LINE OPTIONS
@@ -131,36 +132,68 @@ AC_ARG_ENABLE(everything,
   [  --enable-everything     enable standard non-multichoice features
                      NOTE: this option is order dependent
                      NOTE: automatically enabled with --enable-shared],
-  [if test x$enableval = xyes; then
-    support_24bit=yes
-    support_frills=yes
-    support_inheritpixmap=yes
-    support_tinting=yes
-    support_fading=yes
-    support_keepscrolling=yes
-    support_selectionscrolling=yes
-    support_lastlog=yes
-    support_menubar=yes
-    support_mousewheel=yes
-    support_mouseslipwheel=yes
-    support_text_blink=yes
-    support_pointer_blank=yes
-    support_scroll_rxvt=yes
-    support_scroll_next=yes
-    support_scroll_xterm=yes
-    support_scroll_plain=yes
-    support_utmp=yes
-    support_wtmp=yes
-    support_xim=yes
-    support_xpm=yes
-    support_xft=yes
-    support_unicode3=yes
-    support_combining=yes
-    #support_8bitctrls=yes
-    support_iso14755=yes
-    support_styles=yes
-    codesets=all
-  fi])
+  [
+    if test x$enableval = xno; then
+       support_24bit=no
+       support_frills=no
+       support_inheritpixmap=no
+       support_tinting=no
+       support_fading=no
+       support_keepscrolling=no
+       support_selectionscrolling=no
+       support_lastlog=no
+       support_menubar=no
+       support_mousewheel=no
+       support_mouseslipwheel=no
+       support_text_blink=no
+       support_pointer_blank=no
+       support_scroll_rxvt=no
+       support_scroll_next=no
+       support_scroll_xterm=no
+       support_scroll_plain=no
+       support_utmp=no
+       support_wtmp=no
+       support_xim=no
+       support_xpm=no
+       support_xft=no
+       support_unicode3=no
+       support_combining=no
+       support_8bitctrls=no
+       support_iso14755=no
+       support_styles=no
+       codesets=
+    fi
+    if test x$enableval = xyes; then
+       support_24bit=yes
+       support_frills=yes
+       support_inheritpixmap=yes
+       support_tinting=yes
+       support_fading=yes
+       support_keepscrolling=yes
+       support_selectionscrolling=yes
+       support_lastlog=yes
+       support_menubar=yes
+       support_mousewheel=yes
+       support_mouseslipwheel=yes
+       support_text_blink=yes
+       support_pointer_blank=yes
+       support_scroll_rxvt=yes
+       support_scroll_next=yes
+       support_scroll_xterm=yes
+       support_scroll_plain=yes
+       support_utmp=yes
+       support_wtmp=yes
+       support_xim=yes
+       support_xpm=yes
+       support_xft=yes
+       support_unicode3=yes
+       support_combining=yes
+       #support_8bitctrls=yes
+       support_iso14755=yes
+       support_styles=yes
+       codesets=all
+    fi
+  ])
 
 AC_ARG_ENABLE(unicode3,
   [  --enable-unicode3       use 21 instead of 16 bits to represent unicode characters],
index 5d0d38c00882532f29d1e435d39def12ce16029f..8a641fabf55ffce6240b9a93044ec5af892a6062 100755 (executable)
--- a/configure
+++ b/configure
@@ -906,7 +906,6 @@ Optional Features:
   --enable-dlmalloc       enable Doug Lea's malloc - for production use
                      NOTE: enable only one malloc package
   --enable-smart-resize   enable smart growth/shrink behaviour
-  --enable-cursor-blink   enable blinking cursor
   --enable-text-blink     enable blinking text
   --enable-pointer-blank  enable pointer blank when typing or inactive pointer
 
@@ -3820,35 +3819,35 @@ fi
 
 
 MALLOC_TYPE=S
+
 support_addstrings=no
-support_frills=no
+support_frills=yes
 support_inheritpixmap=no
-support_tinting=no
-support_fading=no
-support_keepscrolling=no
-support_selectionscrolling=no
+support_tinting=yes
+support_fading=yes
+support_keepscrolling=yes
+support_selectionscrolling=yes
 support_menubar=no
-support_mousewheel=no
-support_mouseslipwheel=no
-support_utmp=no
-support_wtmp=no
-support_lastlog=no
-support_cursor_blink=no
-support_text_blink=no
-support_pointer_blank=no
-support_scroll_rxvt=no
-support_scroll_next=no
-support_scroll_xterm=no
-support_scroll_plain=no
-support_xim=no
+support_mousewheel=yes
+support_mouseslipwheel=yes
+support_utmp=yes
+support_wtmp=yes
+support_lastlog=yes
+support_text_blink=yes
+support_pointer_blank=yes
+support_scroll_rxvt=yes
+support_scroll_next=yes
+support_scroll_xterm=yes
+support_scroll_plain=yes
+support_xim=yes
 support_xpm=no
-support_xft=no
+support_xft=yes
 support_unicode3=no
-support_combining=no
+support_combining=yes
 support_8bitctrls=no
-support_iso14755=no
-support_styles=no
-codesets=
+support_iso14755=yes
+support_styles=yes
+codesets=all
 
 
 if test "x$enable_shared" = xyes; then
@@ -3864,37 +3863,68 @@ fi
 # Check whether --enable-everything or --disable-everything was given.
 if test "${enable_everything+set}" = set; then
   enableval="$enable_everything"
-  if test x$enableval = xyes; then
-    support_24bit=yes
-    support_frills=yes
-    support_inheritpixmap=yes
-    support_tinting=yes
-    support_fading=yes
-    support_keepscrolling=yes
-    support_selectionscrolling=yes
-    support_lastlog=yes
-    support_menubar=yes
-    support_mousewheel=yes
-    support_mouseslipwheel=yes
-    support_cursor_blink=yes
-    support_text_blink=yes
-    support_pointer_blank=yes
-    support_scroll_rxvt=yes
-    support_scroll_next=yes
-    support_scroll_xterm=yes
-    support_scroll_plain=yes
-    support_utmp=yes
-    support_wtmp=yes
-    support_xim=yes
-    support_xpm=yes
-    support_xft=yes
-    support_unicode3=yes
-    support_combining=yes
-    #support_8bitctrls=yes
-    support_iso14755=yes
-    support_styles=yes
-    codesets=all
-  fi
+
+    if test x$enableval = xno; then
+       support_24bit=no
+       support_frills=no
+       support_inheritpixmap=no
+       support_tinting=no
+       support_fading=no
+       support_keepscrolling=no
+       support_selectionscrolling=no
+       support_lastlog=no
+       support_menubar=no
+       support_mousewheel=no
+       support_mouseslipwheel=no
+       support_text_blink=no
+       support_pointer_blank=no
+       support_scroll_rxvt=no
+       support_scroll_next=no
+       support_scroll_xterm=no
+       support_scroll_plain=no
+       support_utmp=no
+       support_wtmp=no
+       support_xim=no
+       support_xpm=no
+       support_xft=no
+       support_unicode3=no
+       support_combining=no
+       support_8bitctrls=no
+       support_iso14755=no
+       support_styles=no
+       codesets=
+    fi
+    if test x$enableval = xyes; then
+       support_24bit=yes
+       support_frills=yes
+       support_inheritpixmap=yes
+       support_tinting=yes
+       support_fading=yes
+       support_keepscrolling=yes
+       support_selectionscrolling=yes
+       support_lastlog=yes
+       support_menubar=yes
+       support_mousewheel=yes
+       support_mouseslipwheel=yes
+       support_text_blink=yes
+       support_pointer_blank=yes
+       support_scroll_rxvt=yes
+       support_scroll_next=yes
+       support_scroll_xterm=yes
+       support_scroll_plain=yes
+       support_utmp=yes
+       support_wtmp=yes
+       support_xim=yes
+       support_xpm=yes
+       support_xft=yes
+       support_unicode3=yes
+       support_combining=yes
+       #support_8bitctrls=yes
+       support_iso14755=yes
+       support_styles=yes
+       codesets=all
+    fi
+
 fi;
 
 # Check whether --enable-unicode3 or --disable-unicode3 was given.
@@ -4291,14 +4321,6 @@ _ACEOF
   fi
 fi;
 
-# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
-if test "${enable_cursor_blink+set}" = set; then
-  enableval="$enable_cursor_blink"
-  if test x$enableval = xyes -o x$enableval = xno; then
-    support_cursor_blink=$enableval
-  fi
-fi;
-
 # Check whether --enable-text-blink or --disable-text-blink was given.
 if test "${enable_text_blink+set}" = set; then
   enableval="$enable_text_blink"
@@ -4815,7 +4837,7 @@ _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <X11/Intrinsic.h>
+#include <X11/Xlib.h>
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -4842,7 +4864,7 @@ else
 sed 's/^/| /' conftest.$ac_ext >&5
 
   for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Intrinsic.h"; then
+  if test -r "$ac_dir/X11/Xlib.h"; then
     ac_x_includes=$ac_dir
     break
   fi
@@ -4856,18 +4878,18 @@ if test "$ac_x_libraries" = no; then
   # See if we find them without any special options.
   # Don't add to $LIBS permanently.
   ac_save_LIBS=$LIBS
-  LIBS="-lXt $LIBS"
+  LIBS="-lX11 $LIBS"
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <X11/Intrinsic.h>
+#include <X11/Xlib.h>
 int
 main ()
 {
-XtMalloc (0)
+XrmInitialize ()
   ;
   return 0;
 }
@@ -4905,7 +4927,7 @@ for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 do
   # Don't even attempt the hair of trying to link an X program!
   for ac_extension in a so sl; do
-    if test -r $ac_dir/libXt.$ac_extension; then
+    if test -r $ac_dir/libX11.$ac_extension; then
       ac_x_libraries=$ac_dir
       break 2
     fi
@@ -11970,13 +11992,6 @@ cat >>confdefs.h <<\_ACEOF
 #define POINTER_BLANK 1
 _ACEOF
 
-fi
-if test x$support_cursor_blink = xyes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define CURSOR_BLINK 1
-_ACEOF
-
 fi
 if test x$support_text_blink = xyes; then
 
index 7fae9443bdb415ef37975c8038e7e096d1adbf00..eca84cb40c879e457bf02f5ecd88b761b881c6a1 100644 (file)
@@ -49,7 +49,7 @@
 </p>
 <hr />
 <h1><a name="description">DESCRIPTION</a></h1>
-<p><strong>rxvt-unicode</strong>, version <strong>5.6</strong>, is a colour vt102 terminal
+<p><strong>rxvt-unicode</strong>, version <strong>5.8</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 --
@@ -152,7 +152,7 @@ Turn on/off simulated reverse video; resource <strong>reverseVideo</strong>.
 Turn on/off jump scrolling; resource <strong>jumpScroll</strong>.
 </dd>
 <p></p>
-<dt><strong><a name="item__2dip_7c_2bip"><strong>-ip</strong>|<strong>+ip</strong></a></strong><br />
+<dt><strong><a name="item__2dip_7c_2bip__7c__2dtr_7c_2btr"><strong>-ip</strong>|<strong>+ip</strong> | <strong>-tr</strong>|<strong>+tr</strong></a></strong><br />
 </dt>
 <dd>
 Turn on/off inheriting parent window's pixmap. Alternative form is
@@ -162,16 +162,30 @@ Turn on/off inheriting parent window's pixmap. Alternative form is
 <dt><strong><a name="item__2dfade_number"><strong>-fade</strong> <em>number</em></a></strong><br />
 </dt>
 <dd>
-Fade the text by the given percentage when focus is lost. resource <strong>fading</strong>.
+Fade the text by the given percentage when focus is lost. Small values
+fade a little only, 100 completely replaces all colours by the fade
+colour; resource <strong>fading</strong>.
+</dd>
+<p></p>
+<dt><strong><a name="item__2dfadecolor_colour"><strong>-fadecolor</strong> <em>colour</em></a></strong><br />
+</dt>
+<dd>
+Fade to this colour when fading is used (see <strong>-fade</strong>). The default colour
+is black. resource <strong>fadeColor</strong>.
 </dd>
 <p></p>
 <dt><strong><a name="item__2dtint_colour"><strong>-tint</strong> <em>colour</em></a></strong><br />
 </dt>
 <dd>
 Tint the transparent background pixmap with the given colour when
-transparency is enabled with <strong>-tr</strong> or <strong>-ip</strong>. See also the <strong>-sh</strong>
-option that can be used to brighten or darken the image in addition to
-tinting it.
+transparency is enabled with <strong>-tr</strong> or <strong>-ip</strong>. This only works for
+non-tiled backgrounds, currently. See also the <strong>-sh</strong> option that can be
+used to brighten or darken the image in addition to tinting it; resource
+<em>tintColor</em>. Example:
+</dd>
+<dd>
+<pre>
+   rxvt -tr -tint blue -sh 40</pre>
 </dd>
 <p></p>
 <dt><strong><a name="item__2dsh"><strong>-sh</strong></a></strong><br />
@@ -738,13 +752,21 @@ pixmap.
 <dt><strong><a name="item_fading_3a_number"><strong>fading:</strong> <em>number</em></a></strong><br />
 </dt>
 <dd>
-Fade the text by the given percentage when focus is lost.
+Fade the text by the given percentage when focus is lost; option <strong>-fade</strong>.
+</dd>
+<p></p>
+<dt><strong><a name="item_fadecolor_3a_colour"><strong>fadeColor:</strong> <em>colour</em></a></strong><br />
+</dt>
+<dd>
+Fade to this colour, when fading is used (see <strong>fading:</strong>). The default
+colour is black; option <strong>-fadecolor</strong>.
 </dd>
 <p></p>
 <dt><strong><a name="item_tintcolor_3a_colour"><strong>tintColor:</strong> <em>colour</em></a></strong><br />
 </dt>
 <dd>
-Tint the transparent background pixmap with the given colour.
+Tint the transparent background pixmap with the given colour; option
+<strong>-tint</strong>.
 </dd>
 <p></p>
 <dt><strong><a name="item_shading_3a_number"><strong>shading:</strong> <em>number</em></a></strong><br />
index f91a39550ae9168d25732e98af3faa4cf553de80..4af441eb323605141f05997d3e8a005479658b65 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "rxvt 1"
-.TH rxvt 1 "2005-07-07" "5.6" "RXVT-UNICODE"
+.TH rxvt 1 "2005-10-25" "5.8" "RXVT-UNICODE"
 .SH "NAME"
 rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
 .SH "SYNOPSIS"
@@ -225,19 +225,30 @@ Turn on/off simulated reverse video; resource \fBreverseVideo\fR.
 .IP "\fB\-j\fR|\fB+j\fR" 4
 .IX Item "-j|+j"
 Turn on/off jump scrolling; resource \fBjumpScroll\fR.
-.IP "\fB\-ip\fR|\fB+ip\fR" 4
-.IX Item "-ip|+ip"
+.IP "\fB\-ip\fR|\fB+ip\fR | \fB\-tr\fR|\fB+tr\fR" 4
+.IX Item "-ip|+ip | -tr|+tr"
 Turn on/off inheriting parent window's pixmap. Alternative form is
 \&\fB\-tr\fR; resource \fBinheritPixmap\fR.
 .IP "\fB\-fade\fR \fInumber\fR" 4
 .IX Item "-fade number"
-Fade the text by the given percentage when focus is lost. resource \fBfading\fR.
+Fade the text by the given percentage when focus is lost. Small values
+fade a little only, 100 completely replaces all colours by the fade
+colour; resource \fBfading\fR.
+.IP "\fB\-fadecolor\fR \fIcolour\fR" 4
+.IX Item "-fadecolor colour"
+Fade to this colour when fading is used (see \fB\-fade\fR). The default colour
+is black. resource \fBfadeColor\fR.
 .IP "\fB\-tint\fR \fIcolour\fR" 4
 .IX Item "-tint colour"
 Tint the transparent background pixmap with the given colour when
-transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. See also the \fB\-sh\fR
-option that can be used to brighten or darken the image in addition to
-tinting it.
+transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. This only works for
+non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be
+used to brighten or darken the image in addition to tinting it; resource
+\&\fItintColor\fR. Example:
+.Sp
+.Vb 1
+\&   @@RXVT_NAME@@ -tr -tint blue -sh 40
+.Ve
 .IP "\fB\-sh\fR" 4
 .IX Item "-sh"
 \&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent
@@ -614,10 +625,15 @@ artificial transparency. \fBFalse\fR: do not inherit the parent windows'
 pixmap.
 .IP "\fBfading:\fR \fInumber\fR" 4
 .IX Item "fading: number"
-Fade the text by the given percentage when focus is lost.
+Fade the text by the given percentage when focus is lost; option \fB\-fade\fR.
+.IP "\fBfadeColor:\fR \fIcolour\fR" 4
+.IX Item "fadeColor: colour"
+Fade to this colour, when fading is used (see \fBfading:\fR). The default
+colour is black; option \fB\-fadecolor\fR.
 .IP "\fBtintColor:\fR \fIcolour\fR" 4
 .IX Item "tintColor: colour"
-Tint the transparent background pixmap with the given colour.
+Tint the transparent background pixmap with the given colour; option
+\&\fB\-tint\fR.
 .IP "\fBshading:\fR \fInumber\fR" 4
 .IX Item "shading: number"
 Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent background
index 86ab46b46870e659ffcecfd2176e2cb18a00f499..5baca6bccc3acd98ae3452c3c8b0b4c48ed29e2e 100644 (file)
@@ -6,7 +6,7 @@ SYNOPSIS
     rxvt [options] [-e command [ args ]]
 
 DESCRIPTION
-    rxvt-unicode, version 5.6, is a colour vt102 terminal emulator intended
+    rxvt-unicode, version 5.8, 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
@@ -95,19 +95,27 @@ OPTIONS
     -j|+j
         Turn on/off jump scrolling; resource jumpScroll.
 
-    -ip|+ip
+    -ip|+ip | -tr|+tr
         Turn on/off inheriting parent window's pixmap. Alternative form is
         -tr; resource inheritPixmap.
 
     -fade *number*
-        Fade the text by the given percentage when focus is lost. resource
-        fading.
+        Fade the text by the given percentage when focus is lost. Small
+        values fade a little only, 100 completely replaces all colours by
+        the fade colour; resource fading.
+
+    -fadecolor *colour*
+        Fade to this colour when fading is used (see -fade). The default
+        colour is black. resource fadeColor.
 
     -tint *colour*
         Tint the transparent background pixmap with the given colour when
-        transparency is enabled with -tr or -ip. See also the -sh option
-        that can be used to brighten or darken the image in addition to
-        tinting it.
+        transparency is enabled with -tr or -ip. This only works for
+        non-tiled backgrounds, currently. See also the -sh option that can
+        be used to brighten or darken the image in addition to tinting it;
+        resource *tintColor*. Example:
+
+           rxvt -tr -tint blue -sh 40
 
     -sh *number* Darken (0 .. 100) or lighten (-1 .. -100) the transparent
         background image in addition to tinting it (i.e. -tint must be
@@ -469,10 +477,16 @@ RESOURCES (available also as long-options)
         pixmap.
 
     fading: *number*
-        Fade the text by the given percentage when focus is lost.
+        Fade the text by the given percentage when focus is lost; option
+        -fade.
+
+    fadeColor: *colour*
+        Fade to this colour, when fading is used (see fading:). The default
+        colour is black; option -fadecolor.
 
     tintColor: *colour*
-        Tint the transparent background pixmap with the given colour.
+        Tint the transparent background pixmap with the given colour; option
+        -tint.
 
     shading: *number*
         Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
index 23ebb80e70fb9767c20cfd97eb9256ccba7dd8a7..700cce10794fe338fb7351ab535e97b6d48b1e9f 100644 (file)
@@ -659,10 +659,10 @@ accidentally when rxvt-unicode tries to find a font for your characters.
 </dd>
 <dd>
 <p>Also, many people (me included) like large windows and even larger
-scrollback buffers: Without <a href="#item__2d_2denable_2dunicode3"><code>--enable-unicode3</code></a>, rxvt-unicode will use
+scrollback buffers: Without <code>--enable-unicode3</code>, rxvt-unicode will use
 6 bytes per screen cell. For a 160x?? window this amounts to almost a
 kilobyte per line. A scrollback buffer of 10000 lines will then (if full)
-use 10 Megabytes of memory. With <a href="#item__2d_2denable_2dunicode3"><code>--enable-unicode3</code></a> it gets worse, as
+use 10 Megabytes of memory. With <code>--enable-unicode3</code> it gets worse, as
 rxvt-unicode then uses 8 bytes per screen cell.</p>
 </dd>
 <p></p>
@@ -2536,22 +2536,28 @@ your system.</p>
 <hr />
 <h1><a name="configure_options">CONFIGURE OPTIONS</a></h1>
 <p>General hint: if you get compile errors, then likely your configuration
-hasn't been tested well. Either try with --enable-everything or use the
-./reconf script as a base for experiments. ./reconf is used by myself,
-so it should generally be a working config. Of course, you should always
-report when a combination doesn't work, so it can be fixed. Marc Lehmann
-&lt;<a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a>&gt;.</p>
+hasn't been tested well. Either try with <a href="#item__2d_2denable_2deverything"><code>--enable-everything</code></a> or use
+the <em>./reconf</em> script as a base for experiments. <em>./reconf</em> is used by
+myself, so it should generally be a working config. Of course, you should
+always report when a combination doesn't work, so it can be fixed. Marc
+Lehmann &lt;<a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a>&gt;.</p>
+<p>All</p>
 <dl>
 <dt><strong><a name="item__2d_2denable_2deverything">--enable-everything</a></strong><br />
 </dt>
 <dd>
-Add support for all non-multichoice options listed in ``./configure
---help''. Note that unlike other enable options this is order dependant.
-You can specify this and then disable options which this enables by
-<em>following</em> this with the appropriate commands.
+Add (or remove) support for all non-multichoice options listed in ``./configure
+--help''.
+</dd>
+<dd>
+<p>You can specify this and then disable options you do not like by
+<em>following</em> this with the appropriate <code>--disable-...</code> arguments,
+or you can start with a minimal configuration by specifying
+<code>--disable-everything</code> and than adding just the <code>--enable-...</code> arguments
+you want.</p>
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dxft">--enable-xft</a></strong><br />
+<dt><strong><a name="item_xft">--enable-xft (default: enabled)</a></strong><br />
 </dt>
 <dd>
 Add support for Xft (anti-aliases, among others) fonts. Xft fonts are
@@ -2559,14 +2565,14 @@ slower and require lots of memory, but as long as you don't use them, you
 don't pay for them.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dfont_2dstyles">--enable-font-styles</a></strong><br />
+<dt><strong><a name="item_styles">--enable-font-styles (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for <strong>bold</strong>, <em>italic</em> and <strong><em>bold italic</em> </strong>&gt; font
 styles. The fonts can be set manually or automatically.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2dwith_2dcodesets_3dname_2c_2e_2e_2e">--with-codesets=NAME,...</a></strong><br />
+<dt><strong><a name="item__2d_2dwith_2dcodesets_3dname_2c_2e_2e_2e__28defaul">--with-codesets=NAME,... (default: all)</a></strong><br />
 </dt>
 <dd>
 Compile in support for additional codeset (encoding) groups (<code>eu</code>, <code>vn</code>
@@ -2585,7 +2591,7 @@ memory usage unless you use a font requiring one of these encodings.
 <tr><td>jp_ext</td><td>rarely used but big japanese encodings</td></tr>
 <tr><td>kr</td><td>korean encodings</td></tr>
 </table><p></p>
-<dt><strong><a name="item__2d_2denable_2dxim">--enable-xim</a></strong><br />
+<dt><strong><a name="item_xim">--enable-xim (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for XIM (X Input Method) protocol. This allows using
@@ -2593,7 +2599,7 @@ alternative input methods (e.g. kinput2) and will also correctly
 set up the input for people using dead keys or compose keys.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dunicode3">--enable-unicode3</a></strong><br />
+<dt><strong><a name="item_unicode3">--enable-unicode3 (default: off)</a></strong><br />
 </dt>
 <dd>
 Enable direct support for displaying unicode codepoints above
@@ -2609,7 +2615,7 @@ see next switch), and right now rxvt-unicode cannot display them
 (input/output and cut&amp;paste still work, though).</p>
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dcombining">--enable-combining</a></strong><br />
+<dt><strong><a name="item_combining">--enable-combining (default: on)</a></strong><br />
 </dt>
 <dd>
 Enable automatic composition of combining characters into
@@ -2634,36 +2640,35 @@ but these are not currently used. Bug me if you want these to be used (and
 tell me how these are to be used...).</p>
 </dd>
 <p></p>
-<dt><strong><a name="item_fallback">--enable-fallback(=CLASS)</a></strong><br />
+<dt><strong><a name="item_fallback">--enable-fallback(=CLASS) (default: Rxvt)</a></strong><br />
 </dt>
 <dd>
-When reading resource settings, also read settings for class CLASS
-(default: Rxvt). To disable resource fallback use --disable-fallback.
+When reading resource settings, also read settings for class CLASS. To disable resource fallback use --disable-fallback.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2dwith_2dres_2dname_3dname">--with-res-name=NAME</a></strong><br />
+<dt><strong><a name="item_name">--with-res-name=NAME (default: urxvt)</a></strong><br />
 </dt>
 <dd>
-Use the given name (default: urxvt) as default application name when
+Use the given name as default application name when
 reading resources. Specify --with-res-name=rxvt to replace rxvt.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2dwith_2dres_2dclass_3dclass">--with-res-class=CLASS</a></strong><br />
+<dt><strong><a name="item__2d_2dwith_2dres_2dclass_3dclass__2fdefault_3a_urx">--with-res-class=CLASS /default: URxvt)</a></strong><br />
 </dt>
 <dd>
-Use the given class (default: URxvt) as default application class
-when reading resources.  Specify --with-res-class=Rxvt to replace
+Use the given class as default application class
+when reading resources. Specify --with-res-class=Rxvt to replace
 rxvt.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dutmp">--enable-utmp</a></strong><br />
+<dt><strong><a name="item_utmp">--enable-utmp (default: on)</a></strong><br />
 </dt>
 <dd>
 Write user and tty to utmp file (used by programs like <em>w</em>) at
 start of rxvt execution and delete information when rxvt exits.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dwtmp">--enable-wtmp</a></strong><br />
+<dt><strong><a name="item_wtmp">--enable-wtmp (default: on)</a></strong><br />
 </dt>
 <dd>
 Write user and tty to wtmp file (used by programs like <em>last</em>) at
@@ -2671,7 +2676,7 @@ start of rxvt execution and write logout when rxvt exits.  This
 option requires --enable-utmp to also be specified.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dlastlog">--enable-lastlog</a></strong><br />
+<dt><strong><a name="item_lastlog">--enable-lastlog (default: on)</a></strong><br />
 </dt>
 <dd>
 Write user and tty to lastlog file (used by programs like
@@ -2679,57 +2684,57 @@ Write user and tty to lastlog file (used by programs like
 --enable-utmp to also be specified.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dxpm_2dbackground">--enable-xpm-background</a></strong><br />
+<dt><strong><a name="item_background">--enable-xpm-background (default: off)</a></strong><br />
 </dt>
 <dd>
 Add support for XPM background pixmaps.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dtransparency">--enable-transparency</a></strong><br />
+<dt><strong><a name="item_transparency">--enable-transparency (default: off)</a></strong><br />
 </dt>
 <dd>
 Add support for inheriting parent backgrounds thus giving a fake
 transparency to the term.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dfading">--enable-fading</a></strong><br />
+<dt><strong><a name="item_fading">--enable-fading (default: on)</a></strong><br />
 </dt>
 <dd>
-Add support for fading the text when focus is lost.
+Add support for fading the text when focus is lost (requires <code>--enable-transparency</code>).
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dtinting">--enable-tinting</a></strong><br />
+<dt><strong><a name="item_tinting">--enable-tinting (default: on)</a></strong><br />
 </dt>
 <dd>
-Add support for tinting of transparent backgrounds.
+Add support for tinting of transparent backgrounds (requires <code>--enable-transparency</code>).
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dmenubar">--enable-menubar</a></strong><br />
+<dt><strong><a name="item_menubar">--enable-menubar (default: off)</a></strong><br />
 </dt>
 <dd>
 Add support for our menu bar system (this interacts badly with
 dynamic locale switching currently).
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2drxvt_2dscroll">--enable-rxvt-scroll</a></strong><br />
+<dt><strong><a name="item_scroll">--enable-rxvt-scroll (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for the original rxvt scrollbar.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dnext_2dscroll">--enable-next-scroll</a></strong><br />
+<dt><strong>--enable-next-scroll (default: on)</strong><br />
 </dt>
 <dd>
 Add support for a NeXT-like scrollbar.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dxterm_2dscroll">--enable-xterm-scroll</a></strong><br />
+<dt><strong>--enable-xterm-scroll (default: on)</strong><br />
 </dt>
 <dd>
 Add support for an Xterm-like scrollbar.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dplain_2dscroll">--enable-plain-scroll</a></strong><br />
+<dt><strong>--enable-plain-scroll (default: on)</strong><br />
 </dt>
 <dd>
 Add support for a very unobtrusive, plain-looking scrollbar that
@@ -2737,14 +2742,14 @@ is the favourite of the rxvt-unicode author, having used it for
 many years.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dhalf_2dshadow">--enable-half-shadow</a></strong><br />
+<dt><strong><a name="item_shadow">--enable-half-shadow (default: off)</a></strong><br />
 </dt>
 <dd>
 Make shadows on the scrollbar only half the normal width &amp; height.
 only applicable to rxvt scrollbars.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dttygid">--enable-ttygid</a></strong><br />
+<dt><strong><a name="item_ttygid">--enable-ttygid (default: off)</a></strong><br />
 </dt>
 <dd>
 Change tty device setting to group ``tty'' - only use this if
@@ -2754,21 +2759,20 @@ your system uses this type of security.
 <dt><strong><a name="item__2d_2ddisable_2dbackspace_2dkey">--disable-backspace-key</a></strong><br />
 </dt>
 <dd>
-Disable any handling of the backspace key by us - let the X server
-do it.
+Removes any handling of the backspace key by us - let the X server do it.
 </dd>
 <p></p>
 <dt><strong><a name="item__2d_2ddisable_2ddelete_2dkey">--disable-delete-key</a></strong><br />
 </dt>
 <dd>
-Disable any handling of the delete key by us - let the X server
+Removes any handling of the delete key by us - let the X server
 do it.
 </dd>
 <p></p>
 <dt><strong><a name="item__2d_2ddisable_2dresources">--disable-resources</a></strong><br />
 </dt>
 <dd>
-Remove all resources checking.
+Removes any support for resource checking.
 </dd>
 <p></p>
 <dt><strong><a name="item__2d_2denable_2dxgetdefault">--enable-xgetdefault</a></strong><br />
@@ -2784,7 +2788,7 @@ use the full X resource manager, so the overhead of using it might be very
 small, if nonexistant.</p>
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dstrings">--enable-strings</a></strong><br />
+<dt><strong><a name="item_strings">--enable-strings (default: off)</a></strong><br />
 </dt>
 <dd>
 Add support for our possibly faster <code>memset()</code> function and other
@@ -2797,10 +2801,10 @@ GNU/Linux systems).
 <dt><strong><a name="item__2d_2ddisable_2dswapscreen">--disable-swapscreen</a></strong><br />
 </dt>
 <dd>
-Remove support for swap screen.
+Remove support for secondary/swap screen.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dfrills">--enable-frills</a></strong><br />
+<dt><strong><a name="item_frills">--enable-frills (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for many small features that are not essential but nice to
@@ -2808,7 +2812,7 @@ have. Normally you want this, but for very small binaries you may want to
 disable this.
 </dd>
 <dd>
-<p>A non-exhaustive list of features enabled by <a href="#item__2d_2denable_2dfrills"><code>--enable-frills</code></a> (possibly
+<p>A non-exhaustive list of features enabled by <code>--enable-frills</code> (possibly
 in combination with other switches) is:</p>
 </dd>
 <dd>
@@ -2828,29 +2832,29 @@ in combination with other switches) is:</p>
   -embed and -pty-fd options</pre>
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2diso14755">--enable-iso14755</a></strong><br />
+<dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br />
 </dt>
 <dd>
 Enable extended ISO 14755 support (see rxvt(1), or
 <em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by
-<a href="#item__2d_2denable_2dfrills"><code>--enable-frills</code></a>, while support for 5.2, 5.3 and 5.4 is enabled with
+<code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with
 this switch.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dkeepscrolling">--enable-keepscrolling</a></strong><br />
+<dt><strong><a name="item_keepscrolling">--enable-keepscrolling (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for continual scrolling of the display when you hold
 the mouse button down on a scrollbar arrow.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dmousewheel">--enable-mousewheel</a></strong><br />
+<dt><strong><a name="item_mousewheel">--enable-mousewheel (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for scrolling via mouse wheel or buttons 4 &amp; 5.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dslipwheeling">--enable-slipwheeling</a></strong><br />
+<dt><strong><a name="item_slipwheeling">--enable-slipwheeling (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support for continual scrolling (using the mouse wheel as an
@@ -2864,7 +2868,7 @@ requires --enable-mousewheel to also be specified.
 Remove support for mouse selection style like that of xterm.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2ddmalloc">--enable-dmalloc</a></strong><br />
+<dt><strong><a name="item_dmalloc">--enable-dmalloc (default: off)</a></strong><br />
 </dt>
 <dd>
 Use Gray Watson's malloc - which is good for debugging See
@@ -2877,14 +2881,14 @@ DINCLUDE and DLIB to the right places.
 you use either) .</p>
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2ddlmalloc">--enable-dlmalloc</a></strong><br />
+<dt><strong><a name="item_dlmalloc">--enable-dlmalloc (default: off)</a></strong><br />
 </dt>
 <dd>
 Use Doug Lea's malloc - which is good for a production version
 See <a href="http://g.oswego.edu/dl/html/malloc.html">http://g.oswego.edu/dl/html/malloc.html</a> for details.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dsmart_2dresize">--enable-smart-resize</a></strong><br />
+<dt><strong><a name="item_resize">--enable-smart-resize (default: on)</a></strong><br />
 </dt>
 <dd>
 Add smart growth/shrink behaviour when changing font size via from hot
@@ -2892,25 +2896,24 @@ keys. This should keep in a fixed position the rxvt corner which is
 closest to a corner of the screen.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2denable_2dpointer_2dblank">--enable-pointer-blank</a></strong><br />
+<dt><strong><a name="item_blank">--enable-pointer-blank (default: on)</a></strong><br />
 </dt>
 <dd>
 Add support to have the pointer disappear when typing or inactive.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2dwith_2dname_3dname">--with-name=NAME</a></strong><br />
+<dt><strong>--with-name=NAME (default: urxvt)</strong><br />
 </dt>
 <dd>
-Set the basename for the installed binaries (default: <code>urxvt</code>, resulting
+Set the basename for the installed binaries, resulting
 in <code>urxvt</code>, <code>urxvtd</code> etc.). Specify <code>--with-name=rxvt</code> to replace with
 <code>rxvt</code>.
 </dd>
 <p></p>
-<dt><strong><a name="item__2d_2dwith_2dterm_3dname">--with-term=NAME</a></strong><br />
+<dt><strong>--with-term=NAME (default: rxvt-unicode)</strong><br />
 </dt>
 <dd>
-Change the environmental variable for the terminal to NAME (default
-<code>rxvt-unicode</code>)
+Change the environmental variable for the terminal to NAME.
 </dd>
 <p></p>
 <dt><strong><a name="item__2d_2dwith_2dterminfo_3dpath">--with-terminfo=PATH</a></strong><br />
index d3753f4f8c066205db771d27e4672105262a1050..a24434f61383e20f81fc0f588d827a450c942455 100644 (file)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
 .\"
 .\" Standard preamble:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .IX Title "rxvt 7"
-.TH rxvt 7 "2005-08-05" "5.7" "RXVT-UNICODE"
+.TH rxvt 7 "2005-10-25" "5.8" "RXVT-UNICODE"
 .SH "NAME"
 RXVT REFERENCE \- FAQ, command sequences and other background information
 .SH "SYNOPSIS"
@@ -2193,28 +2193,34 @@ XK_KP_9 9                       ESC O y
 .SH "CONFIGURE OPTIONS"
 .IX Header "CONFIGURE OPTIONS"
 General hint: if you get compile errors, then likely your configuration
-hasn't been tested well. Either try with \-\-enable\-everything or use the
-\&./reconf script as a base for experiments. ./reconf is used by myself,
-so it should generally be a working config. Of course, you should always
-report when a combination doesn't work, so it can be fixed. Marc Lehmann
-<rxvt@schmorp.de>.
+hasn't been tested well. Either try with \f(CW\*(C`\-\-enable\-everything\*(C'\fR or use
+the \fI./reconf\fR script as a base for experiments. \fI./reconf\fR is used by
+myself, so it should generally be a working config. Of course, you should
+always report when a combination doesn't work, so it can be fixed. Marc
+Lehmann <rxvt@schmorp.de>.
+.PP
+All
 .IP "\-\-enable\-everything" 4
 .IX Item "--enable-everything"
-Add support for all non-multichoice options listed in \*(L"./configure
-\&\-\-help\*(R". Note that unlike other enable options this is order dependant.
-You can specify this and then disable options which this enables by
-\&\fIfollowing\fR this with the appropriate commands.
-.IP "\-\-enable\-xft" 4
-.IX Item "--enable-xft"
+Add (or remove) support for all non-multichoice options listed in \*(L"./configure
+\&\-\-help\*(R".
+.Sp
+You can specify this and then disable options you do not like by
+\&\fIfollowing\fR this with the appropriate \f(CW\*(C`\-\-disable\-...\*(C'\fR arguments,
+or you can start with a minimal configuration by specifying
+\&\f(CW\*(C`\-\-disable\-everything\*(C'\fR and than adding just the \f(CW\*(C`\-\-enable\-...\*(C'\fR arguments
+you want.
+.IP "\-\-enable\-xft (default: enabled)" 4
+.IX Item "--enable-xft (default: enabled)"
 Add support for Xft (anti\-aliases, among others) fonts. Xft fonts are
 slower and require lots of memory, but as long as you don't use them, you
 don't pay for them.
-.IP "\-\-enable\-font\-styles" 4
-.IX Item "--enable-font-styles"
+.IP "\-\-enable\-font\-styles (default: on)" 4
+.IX Item "--enable-font-styles (default: on)"
 Add support for \fBbold\fR, \fIitalic\fR and \fB\f(BIbold italic\fB\fR font
 styles. The fonts can be set manually or automatically.
-.IP "\-\-with\-codesets=NAME,..." 4
-.IX Item "--with-codesets=NAME,..."
+.IP "\-\-with\-codesets=NAME,... (default: all)" 4
+.IX Item "--with-codesets=NAME,... (default: all)"
 Compile in support for additional codeset (encoding) groups (\f(CW\*(C`eu\*(C'\fR, \f(CW\*(C`vn\*(C'\fR
 are always compiled in, which includes most 8\-bit character sets). These
 codeset tables are used for driving X11 core fonts, they are not required
@@ -2232,13 +2238,13 @@ jp_ext  rarely used but big japanese encodings
 kr     korean encodings
 .TE
 
-.IP "\-\-enable\-xim" 4
-.IX Item "--enable-xim"
+.IP "\-\-enable\-xim (default: on)" 4
+.IX Item "--enable-xim (default: on)"
 Add support for \s-1XIM\s0 (X Input Method) protocol. This allows using
 alternative input methods (e.g. kinput2) and will also correctly
 set up the input for people using dead keys or compose keys.
-.IP "\-\-enable\-unicode3" 4
-.IX Item "--enable-unicode3"
+.IP "\-\-enable\-unicode3 (default: off)" 4
+.IX Item "--enable-unicode3 (default: off)"
 Enable direct support for displaying unicode codepoints above
 65535 (the basic multilingual page). This increases storage
 requirements per character from 2 to 4 bytes. X11 fonts do not yet
@@ -2249,8 +2255,8 @@ even without this flag, but the number of such characters is
 limited to a view thousand (shared with combining characters,
 see next switch), and right now rxvt-unicode cannot display them
 (input/output and cut&paste still work, though).
-.IP "\-\-enable\-combining" 4
-.IX Item "--enable-combining"
+.IP "\-\-enable\-combining (default: on)" 4
+.IX Item "--enable-combining (default: on)"
 Enable automatic composition of combining characters into
 composite characters. This is required for proper viewing of text
 where accents are encoded as seperate unicode characters. This is
@@ -2268,83 +2274,81 @@ beyond plane 0 (>65535) when \-\-enable\-unicode3 was not specified.
 The combining table also contains entries for arabic presentation forms,
 but these are not currently used. Bug me if you want these to be used (and
 tell me how these are to be used...).
-.IP "\-\-enable\-fallback(=CLASS)" 4
-.IX Item "--enable-fallback(=CLASS)"
-When reading resource settings, also read settings for class \s-1CLASS\s0
-(default: Rxvt). To disable resource fallback use \-\-disable\-fallback.
-.IP "\-\-with\-res\-name=NAME" 4
-.IX Item "--with-res-name=NAME"
-Use the given name (default: urxvt) as default application name when
+.IP "\-\-enable\-fallback(=CLASS) (default: Rxvt)" 4
+.IX Item "--enable-fallback(=CLASS) (default: Rxvt)"
+When reading resource settings, also read settings for class \s-1CLASS\s0. To disable resource fallback use \-\-disable\-fallback.
+.IP "\-\-with\-res\-name=NAME (default: urxvt)" 4
+.IX Item "--with-res-name=NAME (default: urxvt)"
+Use the given name as default application name when
 reading resources. Specify \-\-with\-res\-name=rxvt to replace rxvt.
-.IP "\-\-with\-res\-class=CLASS" 4
-.IX Item "--with-res-class=CLASS"
-Use the given class (default: URxvt) as default application class
-when reading resources.  Specify \-\-with\-res\-class=Rxvt to replace
+.IP "\-\-with\-res\-class=CLASS /default: URxvt)" 4
+.IX Item "--with-res-class=CLASS /default: URxvt)"
+Use the given class as default application class
+when reading resources. Specify \-\-with\-res\-class=Rxvt to replace
 rxvt.
-.IP "\-\-enable\-utmp" 4
-.IX Item "--enable-utmp"
+.IP "\-\-enable\-utmp (default: on)" 4
+.IX Item "--enable-utmp (default: on)"
 Write user and tty to utmp file (used by programs like \fIw\fR) at
 start of rxvt execution and delete information when rxvt exits.
-.IP "\-\-enable\-wtmp" 4
-.IX Item "--enable-wtmp"
+.IP "\-\-enable\-wtmp (default: on)" 4
+.IX Item "--enable-wtmp (default: on)"
 Write user and tty to wtmp file (used by programs like \fIlast\fR) at
 start of rxvt execution and write logout when rxvt exits.  This
 option requires \-\-enable\-utmp to also be specified.
-.IP "\-\-enable\-lastlog" 4
-.IX Item "--enable-lastlog"
+.IP "\-\-enable\-lastlog (default: on)" 4
+.IX Item "--enable-lastlog (default: on)"
 Write user and tty to lastlog file (used by programs like
 \&\fIlastlogin\fR) at start of rxvt execution.  This option requires
 \&\-\-enable\-utmp to also be specified.
-.IP "\-\-enable\-xpm\-background" 4
-.IX Item "--enable-xpm-background"
+.IP "\-\-enable\-xpm\-background (default: off)" 4
+.IX Item "--enable-xpm-background (default: off)"
 Add support for \s-1XPM\s0 background pixmaps.
-.IP "\-\-enable\-transparency" 4
-.IX Item "--enable-transparency"
+.IP "\-\-enable\-transparency (default: off)" 4
+.IX Item "--enable-transparency (default: off)"
 Add support for inheriting parent backgrounds thus giving a fake
 transparency to the term.
-.IP "\-\-enable\-fading" 4
-.IX Item "--enable-fading"
-Add support for fading the text when focus is lost.
-.IP "\-\-enable\-tinting" 4
-.IX Item "--enable-tinting"
-Add support for tinting of transparent backgrounds.
-.IP "\-\-enable\-menubar" 4
-.IX Item "--enable-menubar"
+.IP "\-\-enable\-fading (default: on)" 4
+.IX Item "--enable-fading (default: on)"
+Add support for fading the text when focus is lost (requires \f(CW\*(C`\-\-enable\-transparency\*(C'\fR).
+.IP "\-\-enable\-tinting (default: on)" 4
+.IX Item "--enable-tinting (default: on)"
+Add support for tinting of transparent backgrounds (requires \f(CW\*(C`\-\-enable\-transparency\*(C'\fR).
+.IP "\-\-enable\-menubar (default: off)" 4
+.IX Item "--enable-menubar (default: off)"
 Add support for our menu bar system (this interacts badly with
 dynamic locale switching currently).
-.IP "\-\-enable\-rxvt\-scroll" 4
-.IX Item "--enable-rxvt-scroll"
+.IP "\-\-enable\-rxvt\-scroll (default: on)" 4
+.IX Item "--enable-rxvt-scroll (default: on)"
 Add support for the original rxvt scrollbar.
-.IP "\-\-enable\-next\-scroll" 4
-.IX Item "--enable-next-scroll"
+.IP "\-\-enable\-next\-scroll (default: on)" 4
+.IX Item "--enable-next-scroll (default: on)"
 Add support for a NeXT-like scrollbar.
-.IP "\-\-enable\-xterm\-scroll" 4
-.IX Item "--enable-xterm-scroll"
+.IP "\-\-enable\-xterm\-scroll (default: on)" 4
+.IX Item "--enable-xterm-scroll (default: on)"
 Add support for an Xterm-like scrollbar.
-.IP "\-\-enable\-plain\-scroll" 4
-.IX Item "--enable-plain-scroll"
+.IP "\-\-enable\-plain\-scroll (default: on)" 4
+.IX Item "--enable-plain-scroll (default: on)"
 Add support for a very unobtrusive, plain-looking scrollbar that
 is the favourite of the rxvt-unicode author, having used it for
 many years.
-.IP "\-\-enable\-half\-shadow" 4
-.IX Item "--enable-half-shadow"
+.IP "\-\-enable\-half\-shadow (default: off)" 4
+.IX Item "--enable-half-shadow (default: off)"
 Make shadows on the scrollbar only half the normal width & height.
 only applicable to rxvt scrollbars.
-.IP "\-\-enable\-ttygid" 4
-.IX Item "--enable-ttygid"
+.IP "\-\-enable\-ttygid (default: off)" 4
+.IX Item "--enable-ttygid (default: off)"
 Change tty device setting to group \*(L"tty\*(R" \- only use this if
 your system uses this type of security.
 .IP "\-\-disable\-backspace\-key" 4
 .IX Item "--disable-backspace-key"
-Disable any handling of the backspace key by us \- let the X server
-do it.
+Removes any handling of the backspace key by us \- let the X server do it.
 .IP "\-\-disable\-delete\-key" 4
 .IX Item "--disable-delete-key"
-Disable any handling of the delete key by us \- let the X server
+Removes any handling of the delete key by us \- let the X server
 do it.
 .IP "\-\-disable\-resources" 4
 .IX Item "--disable-resources"
-Remove all resources checking.
+Removes any support for resource checking.
 .IP "\-\-enable\-xgetdefault" 4
 .IX Item "--enable-xgetdefault"
 Make resources checking via \fIXGetDefault()\fR instead of our small
@@ -2354,8 +2358,8 @@ version which only checks ~/.Xdefaults, or if that doesn't exist then
 Please note that nowadays, things like \s-1XIM\s0 will automatically pull in and
 use the full X resource manager, so the overhead of using it might be very
 small, if nonexistant.
-.IP "\-\-enable\-strings" 4
-.IX Item "--enable-strings"
+.IP "\-\-enable\-strings (default: off)" 4
+.IX Item "--enable-strings (default: off)"
 Add support for our possibly faster \fImemset()\fR function and other
 various routines, overriding your system's versions which may
 have been hand-crafted in assembly or may require extra libraries
@@ -2363,9 +2367,9 @@ to link in. (this breaks ANSI-C rules and has problems on many
 GNU/Linux systems).
 .IP "\-\-disable\-swapscreen" 4
 .IX Item "--disable-swapscreen"
-Remove support for swap screen.
-.IP "\-\-enable\-frills" 4
-.IX Item "--enable-frills"
+Remove support for secondary/swap screen.
+.IP "\-\-enable\-frills (default: on)" 4
+.IX Item "--enable-frills (default: on)"
 Add support for many small features that are not essential but nice to
 have. Normally you want this, but for very small binaries you may want to
 disable this.
@@ -2388,29 +2392,29 @@ in combination with other switches) is:
 \&  cursor blinking and underline cursor
 \&  -embed and -pty-fd options
 .Ve
-.IP "\-\-enable\-iso14755" 4
-.IX Item "--enable-iso14755"
+.IP "\-\-enable\-iso14755 (default: on)" 4
+.IX Item "--enable-iso14755 (default: on)"
 Enable extended \s-1ISO\s0 14755 support (see @@RXVT_NAME@@(1), or
 \&\fIdoc/rxvt.1.txt\fR). Basic support (section 5.1) is enabled by
 \&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, while support for 5.2, 5.3 and 5.4 is enabled with
 this switch.
-.IP "\-\-enable\-keepscrolling" 4
-.IX Item "--enable-keepscrolling"
+.IP "\-\-enable\-keepscrolling (default: on)" 4
+.IX Item "--enable-keepscrolling (default: on)"
 Add support for continual scrolling of the display when you hold
 the mouse button down on a scrollbar arrow.
-.IP "\-\-enable\-mousewheel" 4
-.IX Item "--enable-mousewheel"
+.IP "\-\-enable\-mousewheel (default: on)" 4
+.IX Item "--enable-mousewheel (default: on)"
 Add support for scrolling via mouse wheel or buttons 4 & 5.
-.IP "\-\-enable\-slipwheeling" 4
-.IX Item "--enable-slipwheeling"
+.IP "\-\-enable\-slipwheeling (default: on)" 4
+.IX Item "--enable-slipwheeling (default: on)"
 Add support for continual scrolling (using the mouse wheel as an
 accelerator) while the control key is held down.  This option
 requires \-\-enable\-mousewheel to also be specified.
 .IP "\-\-disable\-new\-selection" 4
 .IX Item "--disable-new-selection"
 Remove support for mouse selection style like that of xterm.
-.IP "\-\-enable\-dmalloc" 4
-.IX Item "--enable-dmalloc"
+.IP "\-\-enable\-dmalloc (default: off)" 4
+.IX Item "--enable-dmalloc (default: off)"
 Use Gray Watson's malloc \- which is good for debugging See
 http://www.letters.com/dmalloc/ for details If you use either this or the
 next option, you may need to edit src/Makefile after compiling to point
@@ -2418,27 +2422,26 @@ next option, you may need to edit src/Makefile after compiling to point
 .Sp
 You can only use either this option and the following (should
 you use either) .
-.IP "\-\-enable\-dlmalloc" 4
-.IX Item "--enable-dlmalloc"
+.IP "\-\-enable\-dlmalloc (default: off)" 4
+.IX Item "--enable-dlmalloc (default: off)"
 Use Doug Lea's malloc \- which is good for a production version
 See <http://g.oswego.edu/dl/html/malloc.html> for details.
-.IP "\-\-enable\-smart\-resize" 4
-.IX Item "--enable-smart-resize"
+.IP "\-\-enable\-smart\-resize (default: on)" 4
+.IX Item "--enable-smart-resize (default: on)"
 Add smart growth/shrink behaviour when changing font size via from hot
 keys. This should keep in a fixed position the rxvt corner which is
 closest to a corner of the screen.
-.IP "\-\-enable\-pointer\-blank" 4
-.IX Item "--enable-pointer-blank"
+.IP "\-\-enable\-pointer\-blank (default: on)" 4
+.IX Item "--enable-pointer-blank (default: on)"
 Add support to have the pointer disappear when typing or inactive.
-.IP "\-\-with\-name=NAME" 4
-.IX Item "--with-name=NAME"
-Set the basename for the installed binaries (default: \f(CW\*(C`urxvt\*(C'\fR, resulting
+.IP "\-\-with\-name=NAME (default: urxvt)" 4
+.IX Item "--with-name=NAME (default: urxvt)"
+Set the basename for the installed binaries, resulting
 in \f(CW\*(C`urxvt\*(C'\fR, \f(CW\*(C`urxvtd\*(C'\fR etc.). Specify \f(CW\*(C`\-\-with\-name=rxvt\*(C'\fR to replace with
 \&\f(CW\*(C`rxvt\*(C'\fR.
-.IP "\-\-with\-term=NAME" 4
-.IX Item "--with-term=NAME"
-Change the environmental variable for the terminal to \s-1NAME\s0 (default
-\&\f(CW\*(C`rxvt\-unicode\*(C'\fR)
+.IP "\-\-with\-term=NAME (default: rxvt\-unicode)" 4
+.IX Item "--with-term=NAME (default: rxvt-unicode)"
+Change the environmental variable for the terminal to \s-1NAME\s0.
 .IP "\-\-with\-terminfo=PATH" 4
 .IX Item "--with-terminfo=PATH"
 Change the environmental variable for the path to the terminfo tree to
index 80a1b4d9466376ea92c81154fcefcf71d953d0bc..52c04db9ab1dcf1d6b899ac096779a07cfe62367 100644 (file)
@@ -2187,33 +2187,39 @@ your system.
 =head1 CONFIGURE OPTIONS
 
 General hint: if you get compile errors, then likely your configuration
-hasn't been tested well. Either try with --enable-everything or use the
-./reconf script as a base for experiments. ./reconf is used by myself,
-so it should generally be a working config. Of course, you should always
-report when a combination doesn't work, so it can be fixed. Marc Lehmann
-<rxvt@schmorp.de>.
+hasn't been tested well. Either try with C<--enable-everything> or use
+the F<./reconf> script as a base for experiments. F<./reconf> is used by
+myself, so it should generally be a working config. Of course, you should
+always report when a combination doesn't work, so it can be fixed. Marc
+Lehmann <rxvt@schmorp.de>.
+
+All
 
 =over 4
 
 =item --enable-everything
 
-Add support for all non-multichoice options listed in "./configure
---help". Note that unlike other enable options this is order dependant.
-You can specify this and then disable options which this enables by
-I<following> this with the appropriate commands.
+Add (or remove) support for all non-multichoice options listed in "./configure
+--help".
+
+You can specify this and then disable options you do not like by
+I<following> this with the appropriate C<--disable-...> arguments,
+or you can start with a minimal configuration by specifying
+C<--disable-everything> and than adding just the C<--enable-...> arguments
+you want.
 
-=item --enable-xft
+=item --enable-xft (default: enabled)
 
 Add support for Xft (anti-aliases, among others) fonts. Xft fonts are
 slower and require lots of memory, but as long as you don't use them, you
 don't pay for them.
 
-=item --enable-font-styles
+=item --enable-font-styles (default: on)
 
 Add support for B<bold>, I<italic> and B<< I<bold italic> >> font
 styles. The fonts can be set manually or automatically.
 
-=item --with-codesets=NAME,...
+=item --with-codesets=NAME,... (default: all)
 
 Compile in support for additional codeset (encoding) groups (C<eu>, C<vn>
 are always compiled in, which includes most 8-bit character sets). These
@@ -2234,13 +2240,13 @@ memory usage unless you use a font requiring one of these encodings.
 
 =end table
 
-=item --enable-xim
+=item --enable-xim (default: on)
 
 Add support for XIM (X Input Method) protocol. This allows using
 alternative input methods (e.g. kinput2) and will also correctly
 set up the input for people using dead keys or compose keys.
 
-=item --enable-unicode3
+=item --enable-unicode3 (default: off)
 
 Enable direct support for displaying unicode codepoints above
 65535 (the basic multilingual page). This increases storage
@@ -2253,7 +2259,7 @@ limited to a view thousand (shared with combining characters,
 see next switch), and right now rxvt-unicode cannot display them
 (input/output and cut&paste still work, though).
 
-=item --enable-combining
+=item --enable-combining (default: on)
 
 Enable automatic composition of combining characters into
 composite characters. This is required for proper viewing of text
@@ -2273,102 +2279,100 @@ The combining table also contains entries for arabic presentation forms,
 but these are not currently used. Bug me if you want these to be used (and
 tell me how these are to be used...).
 
-=item --enable-fallback(=CLASS)
+=item --enable-fallback(=CLASS) (default: Rxvt)
 
-When reading resource settings, also read settings for class CLASS
-(default: Rxvt). To disable resource fallback use --disable-fallback.
+When reading resource settings, also read settings for class CLASS. To disable resource fallback use --disable-fallback.
 
-=item --with-res-name=NAME
+=item --with-res-name=NAME (default: urxvt)
 
-Use the given name (default: urxvt) as default application name when
+Use the given name as default application name when
 reading resources. Specify --with-res-name=rxvt to replace rxvt.
 
-=item --with-res-class=CLASS
+=item --with-res-class=CLASS /default: URxvt)
 
-Use the given class (default: URxvt) as default application class
-when reading resources.  Specify --with-res-class=Rxvt to replace
+Use the given class as default application class
+when reading resources. Specify --with-res-class=Rxvt to replace
 rxvt.
 
-=item --enable-utmp
+=item --enable-utmp (default: on)
 
 Write user and tty to utmp file (used by programs like F<w>) at
 start of rxvt execution and delete information when rxvt exits.
 
-=item --enable-wtmp
+=item --enable-wtmp (default: on)
 
 Write user and tty to wtmp file (used by programs like F<last>) at
 start of rxvt execution and write logout when rxvt exits.  This
 option requires --enable-utmp to also be specified.
 
-=item --enable-lastlog
+=item --enable-lastlog (default: on)
 
 Write user and tty to lastlog file (used by programs like
 F<lastlogin>) at start of rxvt execution.  This option requires
 --enable-utmp to also be specified.
 
-=item --enable-xpm-background
+=item --enable-xpm-background (default: off)
 
 Add support for XPM background pixmaps.
 
-=item --enable-transparency
+=item --enable-transparency (default: off)
 
 Add support for inheriting parent backgrounds thus giving a fake
 transparency to the term.
 
-=item --enable-fading
+=item --enable-fading (default: on)
 
-Add support for fading the text when focus is lost.
+Add support for fading the text when focus is lost (requires C<--enable-transparency>).
 
-=item --enable-tinting
+=item --enable-tinting (default: on)
 
-Add support for tinting of transparent backgrounds.
+Add support for tinting of transparent backgrounds (requires C<--enable-transparency>).
 
-=item --enable-menubar
+=item --enable-menubar (default: off)
 
 Add support for our menu bar system (this interacts badly with
 dynamic locale switching currently).
 
-=item --enable-rxvt-scroll
+=item --enable-rxvt-scroll (default: on)
 
 Add support for the original rxvt scrollbar.
 
-=item --enable-next-scroll
+=item --enable-next-scroll (default: on)
 
 Add support for a NeXT-like scrollbar.
 
-=item --enable-xterm-scroll
+=item --enable-xterm-scroll (default: on)
 
 Add support for an Xterm-like scrollbar.
 
-=item --enable-plain-scroll
+=item --enable-plain-scroll (default: on)
 
 Add support for a very unobtrusive, plain-looking scrollbar that
 is the favourite of the rxvt-unicode author, having used it for
 many years.
 
-=item --enable-half-shadow
+=item --enable-half-shadow (default: off)
 
 Make shadows on the scrollbar only half the normal width & height.
 only applicable to rxvt scrollbars.
 
-=item --enable-ttygid
+=item --enable-ttygid (default: off)
 
 Change tty device setting to group "tty" - only use this if
 your system uses this type of security.
 
 =item --disable-backspace-key
 
-Disable any handling of the backspace key by us - let the X server
-do it.
+Removes any handling of the backspace key by us - let the X server do it.
 
 =item --disable-delete-key
 
-Disable any handling of the delete key by us - let the X server
+Removes any handling of the delete key by us - let the X server
 do it.
 
 =item --disable-resources
 
-Remove all resources checking.
+Removes any support for resource checking.
 
 =item --enable-xgetdefault
 
@@ -2380,7 +2384,7 @@ Please note that nowadays, things like XIM will automatically pull in and
 use the full X resource manager, so the overhead of using it might be very
 small, if nonexistant.
 
-=item --enable-strings
+=item --enable-strings (default: off)
 
 Add support for our possibly faster memset() function and other
 various routines, overriding your system's versions which may
@@ -2390,9 +2394,9 @@ GNU/Linux systems).
 
 =item --disable-swapscreen
 
-Remove support for swap screen.
+Remove support for secondary/swap screen.
 
-=item --enable-frills
+=item --enable-frills (default: on)
 
 Add support for many small features that are not essential but nice to
 have. Normally you want this, but for very small binaries you may want to
@@ -2415,23 +2419,23 @@ in combination with other switches) is:
   cursor blinking and underline cursor
   -embed and -pty-fd options
 
-=item --enable-iso14755
+=item --enable-iso14755 (default: on)
 
 Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or
 F<doc/rxvt.1.txt>). Basic support (section 5.1) is enabled by
 C<--enable-frills>, while support for 5.2, 5.3 and 5.4 is enabled with
 this switch.
 
-=item --enable-keepscrolling
+=item --enable-keepscrolling (default: on)
 
 Add support for continual scrolling of the display when you hold
 the mouse button down on a scrollbar arrow.
 
-=item --enable-mousewheel
+=item --enable-mousewheel (default: on)
 
 Add support for scrolling via mouse wheel or buttons 4 & 5.
 
-=item --enable-slipwheeling
+=item --enable-slipwheeling (default: on)
 
 Add support for continual scrolling (using the mouse wheel as an
 accelerator) while the control key is held down.  This option
@@ -2441,7 +2445,7 @@ requires --enable-mousewheel to also be specified.
 
 Remove support for mouse selection style like that of xterm.
 
-=item --enable-dmalloc
+=item --enable-dmalloc (default: off)
 
 Use Gray Watson's malloc - which is good for debugging See
 http://www.letters.com/dmalloc/ for details If you use either this or the
@@ -2451,31 +2455,30 @@ DINCLUDE and DLIB to the right places.
 You can only use either this option and the following (should
 you use either) .
 
-=item --enable-dlmalloc
+=item --enable-dlmalloc (default: off)
 
 Use Doug Lea's malloc - which is good for a production version
 See L<http://g.oswego.edu/dl/html/malloc.html> for details.
 
-=item --enable-smart-resize
+=item --enable-smart-resize (default: on)
 
 Add smart growth/shrink behaviour when changing font size via from hot
 keys. This should keep in a fixed position the rxvt corner which is
 closest to a corner of the screen.
 
-=item --enable-pointer-blank
+=item --enable-pointer-blank (default: on)
 
 Add support to have the pointer disappear when typing or inactive.
 
-=item --with-name=NAME
+=item --with-name=NAME (default: urxvt)
 
-Set the basename for the installed binaries (default: C<urxvt>, resulting
+Set the basename for the installed binaries, resulting
 in C<urxvt>, C<urxvtd> etc.). Specify C<--with-name=rxvt> to replace with
 C<rxvt>.
 
-=item --with-term=NAME
+=item --with-term=NAME (default: rxvt-unicode)
 
-Change the environmental variable for the terminal to NAME (default
-C<rxvt-unicode>)
+Change the environmental variable for the terminal to NAME.
 
 =item --with-terminfo=PATH
 
index d6e1cda93ccfda543d1af976f5a132e9ff9d5fca..b62661cdb29d7fea2cd6c92a715660406bdb2011 100644 (file)
@@ -1671,28 +1671,34 @@ Key Codes
 
 CONFIGURE OPTIONS
     General hint: if you get compile errors, then likely your configuration
-    hasn't been tested well. Either try with --enable-everything or use the
-    ./reconf script as a base for experiments. ./reconf is used by myself,
-    so it should generally be a working config. Of course, you should always
-    report when a combination doesn't work, so it can be fixed. Marc Lehmann
-    <rxvt@schmorp.de>.
+    hasn't been tested well. Either try with "--enable-everything" or use
+    the ./reconf script as a base for experiments. ./reconf is used by
+    myself, so it should generally be a working config. Of course, you
+    should always report when a combination doesn't work, so it can be
+    fixed. Marc Lehmann <rxvt@schmorp.de>.
+
+    All
 
     --enable-everything
-        Add support for all non-multichoice options listed in "./configure
-        --help". Note that unlike other enable options this is order
-        dependant. You can specify this and then disable options which this
-        enables by *following* this with the appropriate commands.
+        Add (or remove) support for all non-multichoice options listed in
+        "./configure --help".
+
+        You can specify this and then disable options you do not like by
+        *following* this with the appropriate "--disable-..." arguments, or
+        you can start with a minimal configuration by specifying
+        "--disable-everything" and than adding just the "--enable-..."
+        arguments you want.
 
-    --enable-xft
+    --enable-xft (default: enabled)
         Add support for Xft (anti-aliases, among others) fonts. Xft fonts
         are slower and require lots of memory, but as long as you don't use
         them, you don't pay for them.
 
-    --enable-font-styles
+    --enable-font-styles (default: on)
         Add support for bold, *italic* and *bold italic* font styles. The
         fonts can be set manually or automatically.
 
-    --with-codesets=NAME,...
+    --with-codesets=NAME,... (default: all)
         Compile in support for additional codeset (encoding) groups ("eu",
         "vn" are always compiled in, which includes most 8-bit character
         sets). These codeset tables are used for driving X11 core fonts,
@@ -1709,12 +1715,12 @@ CONFIGURE OPTIONS
            jp_ext          rarely used but big japanese encodings 
            kr              korean encodings 
 
-    --enable-xim
+    --enable-xim (default: on)
         Add support for XIM (X Input Method) protocol. This allows using
         alternative input methods (e.g. kinput2) and will also correctly set
         up the input for people using dead keys or compose keys.
 
-    --enable-unicode3
+    --enable-unicode3 (default: off)
         Enable direct support for displaying unicode codepoints above 65535
         (the basic multilingual page). This increases storage requirements
         per character from 2 to 4 bytes. X11 fonts do not yet support these
@@ -1726,7 +1732,7 @@ CONFIGURE OPTIONS
         switch), and right now rxvt-unicode cannot display them
         (input/output and cut&paste still work, though).
 
-    --enable-combining
+    --enable-combining (default: on)
         Enable automatic composition of combining characters into composite
         characters. This is required for proper viewing of text where
         accents are encoded as seperate unicode characters. This is done by
@@ -1745,83 +1751,83 @@ CONFIGURE OPTIONS
         forms, but these are not currently used. Bug me if you want these to
         be used (and tell me how these are to be used...).
 
-    --enable-fallback(=CLASS)
-        When reading resource settings, also read settings for class CLASS
-        (default: Rxvt). To disable resource fallback use
-        --disable-fallback.
+    --enable-fallback(=CLASS) (default: Rxvt)
+        When reading resource settings, also read settings for class CLASS.
+        To disable resource fallback use --disable-fallback.
 
-    --with-res-name=NAME
-        Use the given name (default: urxvt) as default application name when
-        reading resources. Specify --with-res-name=rxvt to replace rxvt.
+    --with-res-name=NAME (default: urxvt)
+        Use the given name as default application name when reading
+        resources. Specify --with-res-name=rxvt to replace rxvt.
 
-    --with-res-class=CLASS
-        Use the given class (default: URxvt) as default application class
-        when reading resources. Specify --with-res-class=Rxvt to replace
-        rxvt.
+    --with-res-class=CLASS /default: URxvt)
+        Use the given class as default application class when reading
+        resources. Specify --with-res-class=Rxvt to replace rxvt.
 
-    --enable-utmp
+    --enable-utmp (default: on)
         Write user and tty to utmp file (used by programs like w) at start
         of rxvt execution and delete information when rxvt exits.
 
-    --enable-wtmp
+    --enable-wtmp (default: on)
         Write user and tty to wtmp file (used by programs like last) at
         start of rxvt execution and write logout when rxvt exits. This
         option requires --enable-utmp to also be specified.
 
-    --enable-lastlog
+    --enable-lastlog (default: on)
         Write user and tty to lastlog file (used by programs like lastlogin)
         at start of rxvt execution. This option requires --enable-utmp to
         also be specified.
 
-    --enable-xpm-background
+    --enable-xpm-background (default: off)
         Add support for XPM background pixmaps.
 
-    --enable-transparency
+    --enable-transparency (default: off)
         Add support for inheriting parent backgrounds thus giving a fake
         transparency to the term.
 
-    --enable-fading
-        Add support for fading the text when focus is lost.
+    --enable-fading (default: on)
+        Add support for fading the text when focus is lost (requires
+        "--enable-transparency").
 
-    --enable-tinting
-        Add support for tinting of transparent backgrounds.
+    --enable-tinting (default: on)
+        Add support for tinting of transparent backgrounds (requires
+        "--enable-transparency").
 
-    --enable-menubar
+    --enable-menubar (default: off)
         Add support for our menu bar system (this interacts badly with
         dynamic locale switching currently).
 
-    --enable-rxvt-scroll
+    --enable-rxvt-scroll (default: on)
         Add support for the original rxvt scrollbar.
 
-    --enable-next-scroll
+    --enable-next-scroll (default: on)
         Add support for a NeXT-like scrollbar.
 
-    --enable-xterm-scroll
+    --enable-xterm-scroll (default: on)
         Add support for an Xterm-like scrollbar.
 
-    --enable-plain-scroll
+    --enable-plain-scroll (default: on)
         Add support for a very unobtrusive, plain-looking scrollbar that is
         the favourite of the rxvt-unicode author, having used it for many
         years.
 
-    --enable-half-shadow
+    --enable-half-shadow (default: off)
         Make shadows on the scrollbar only half the normal width & height.
         only applicable to rxvt scrollbars.
 
-    --enable-ttygid
+    --enable-ttygid (default: off)
         Change tty device setting to group "tty" - only use this if your
         system uses this type of security.
 
     --disable-backspace-key
-        Disable any handling of the backspace key by us - let the X server
+        Removes any handling of the backspace key by us - let the X server
         do it.
 
     --disable-delete-key
-        Disable any handling of the delete key by us - let the X server do
+        Removes any handling of the delete key by us - let the X server do
         it.
 
     --disable-resources
-        Remove all resources checking.
+        Removes any support for resource checking.
 
     --enable-xgetdefault
         Make resources checking via XGetDefault() instead of our small
@@ -1832,7 +1838,7 @@ CONFIGURE OPTIONS
         in and use the full X resource manager, so the overhead of using it
         might be very small, if nonexistant.
 
-    --enable-strings
+    --enable-strings (default: off)
         Add support for our possibly faster memset() function and other
         various routines, overriding your system's versions which may have
         been hand-crafted in assembly or may require extra libraries to link
@@ -1840,9 +1846,9 @@ CONFIGURE OPTIONS
         systems).
 
     --disable-swapscreen
-        Remove support for swap screen.
+        Remove support for secondary/swap screen.
 
-    --enable-frills
+    --enable-frills (default: on)
         Add support for many small features that are not essential but nice
         to have. Normally you want this, but for very small binaries you may
         want to disable this.
@@ -1864,19 +1870,19 @@ CONFIGURE OPTIONS
           cursor blinking and underline cursor
           -embed and -pty-fd options
 
-    --enable-iso14755
+    --enable-iso14755 (default: on)
         Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
         Basic support (section 5.1) is enabled by "--enable-frills", while
         support for 5.2, 5.3 and 5.4 is enabled with this switch.
 
-    --enable-keepscrolling
+    --enable-keepscrolling (default: on)
         Add support for continual scrolling of the display when you hold the
         mouse button down on a scrollbar arrow.
 
-    --enable-mousewheel
+    --enable-mousewheel (default: on)
         Add support for scrolling via mouse wheel or buttons 4 & 5.
 
-    --enable-slipwheeling
+    --enable-slipwheeling (default: on)
         Add support for continual scrolling (using the mouse wheel as an
         accelerator) while the control key is held down. This option
         requires --enable-mousewheel to also be specified.
@@ -1884,7 +1890,7 @@ CONFIGURE OPTIONS
     --disable-new-selection
         Remove support for mouse selection style like that of xterm.
 
-    --enable-dmalloc
+    --enable-dmalloc (default: off)
         Use Gray Watson's malloc - which is good for debugging See
         http://www.letters.com/dmalloc/ for details If you use either this
         or the next option, you may need to edit src/Makefile after
@@ -1893,26 +1899,24 @@ CONFIGURE OPTIONS
         You can only use either this option and the following (should you
         use either) .
 
-    --enable-dlmalloc
+    --enable-dlmalloc (default: off)
         Use Doug Lea's malloc - which is good for a production version See
         <http://g.oswego.edu/dl/html/malloc.html> for details.
 
-    --enable-smart-resize
+    --enable-smart-resize (default: on)
         Add smart growth/shrink behaviour when changing font size via from
         hot keys. This should keep in a fixed position the rxvt corner which
         is closest to a corner of the screen.
 
-    --enable-pointer-blank
+    --enable-pointer-blank (default: on)
         Add support to have the pointer disappear when typing or inactive.
 
-    --with-name=NAME
-        Set the basename for the installed binaries (default: "urxvt",
-        resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
-        replace with "rxvt".
+    --with-name=NAME (default: urxvt)
+        Set the basename for the installed binaries, resulting in "urxvt",
+        "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
 
-    --with-term=NAME
-        Change the environmental variable for the terminal to NAME (default
-        "rxvt-unicode")
+    --with-term=NAME (default: rxvt-unicode)
+        Change the environmental variable for the terminal to NAME.
 
     --with-terminfo=PATH
         Change the environmental variable for the path to the terminfo tree
index fa7a9878a50391c6e329d133996dc73805394a37..aedb80aecb2b39ed2a73cd0e22fda494cec825d5 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
 #define VERSION "5.8"
-#define DATE   "2005-07-13"
+#define DATE   "2005-10-25"