*** empty log message ***
authorroot <root>
Thu, 12 Jan 2006 01:38:37 +0000 (01:38 +0000)
committerroot <root>
Thu, 12 Jan 2006 01:38:37 +0000 (01:38 +0000)
Changes
src/rxvtperl.h
src/rxvtperl.xs
src/urxvt.pm

diff --git a/Changes b/Changes
index d6d8d48bd8b872c9320ac0f9f18eccda9a21ab01..d839c8905d83fa4150c814b77bafd4f68b2f7990 100644 (file)
--- a/Changes
+++ b/Changes
@@ -15,6 +15,8 @@ WISH: support tex fonts
 TODO: run external commands more sytematically (using $self->env etc.)
 TODO: document searchable-scorllback hotkey
 TODO: double-click and right-extend
+TODO: change scrollback to use cursor movements
+TODO: middle-click conflicts with menu use, !Ctrl
        - added sections for DISTRIBUTION MAINTAINERS and about
           SETUID/SETGID to the FAQ.
         - selection, searchable-scrollback, selection-popup and
@@ -34,8 +36,7 @@ TODO: double-click and right-extend
         - free one of the cursors, fixes a small memory leak.
         - built-in (as opposed to terminfos) visual bell was broken/too fast.
         - applied minor cleanups by Ladislav Michnovic.
-        - applied better configure support for openpty and other pty stuff
-          (Emanuele Giaquinta).
+        - applied pty handling cleanups and improvements (Emanuele Giaquinta).
         - mark-urls launch-on-click by jepler.
         - removed "small" resource parsing function, as it wasn't really
           compatible, and not really small either.
index 7c401e5f0d85ec441d3f211be4741c4abc993338..75f90ddc72c0123f3259de77b847b4e13b1f2bed 100644 (file)
@@ -38,7 +38,6 @@ struct rxvt_perl_interp
 {
   char **perl_environ;
 
-  rxvt_perl_interp ();
   ~rxvt_perl_interp ();
 
   bool should_invoke[HOOK_NUM];
index dc7526d61a16662e5c0e443da50149fa24699d29..0e78f772cbccd7b143c75ad631a49dae50944748 100644 (file)
@@ -395,10 +395,6 @@ struct rxvt_perl_interp rxvt_perl;
 
 static PerlInterpreter *perl;
 
-rxvt_perl_interp::rxvt_perl_interp ()
-{
-}
-
 rxvt_perl_interp::~rxvt_perl_interp ()
 {
   if (perl)
index dbb02a1ce74ecc6cae8e93d83351d58b98f9ae06..9ba9369e3d08470d273fd997eecdc5b1da0537da 100644 (file)
@@ -87,8 +87,8 @@ Displays a digital clock using the built-in overlay.
 =item mark-urls
 
 Uses per-line display filtering (C<on_line_update>) to underline urls and
-make them clickable. When clicked, the program specified in the resource
-C<urlLauncher> (default C<x-www-browser>) will be started.
+make them clickable. When middle-clicked, the program specified in the
+resource C<urlLauncher> (default C<x-www-browser>) will be started.
 
 =item block-graphics-to-ascii