*** empty log message ***
authorroot <root>
Fri, 10 Oct 2008 13:23:56 +0000 (13:23 +0000)
committerroot <root>
Fri, 10 Oct 2008 13:23:56 +0000 (13:23 +0000)
Changes
MANIFEST
doc/rxvt.1.pod
src/command.C

diff --git a/Changes b/Changes
index 8eba7212472eb70c4ea1e3635683f03df984c67c..49bea8f14edd1c90bc0eb72aed4fc8b6ca107f77 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,6 +22,8 @@ DUMB: support tex fonts
 TODO:   /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */
 
 TODO: artificially enlargen wide characters at end to correctly cut&paste.
+       - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
+          no longer apply.
        - perl 5.10 needs PERL_SYS_INIT3 on hppa.
        - ignore byte-order marks and do not treat them like combining characters.
         - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
index 1e29c1ab20c3155da7c0dd3cb944549fa1e2db4a..379211ca0fc03f5a039aa897dd03b6dfb3a86a82 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -164,6 +164,7 @@ src/perl/example-refresh-hooks
 src/perl/block-graphics-to-ascii
 src/perl/digital-clock
 src/perl/macosx-clipboard
+src/perl/overlay-osc
 
 libev/ev.h
 libev/ev++.h
index 063e34095cccd72b693b31cea0db6790ab165aad..2f6b18d7c3c051bff1350976ddfa45d63b465740 100644 (file)
@@ -1230,16 +1230,14 @@ all instances, while B<perl-ext> is used for specific instances.
 =item B<perl-eval>: I<string>
 
 Perl code to be evaluated when all extensions have been registered. See
-the @@RXVT_NAME@@perl(3) manpage. Due to security reasons, this resource
-will be ignored when running setuid/setgid.
+the @@RXVT_NAME@@perl(3) manpage.
 
 =item B<perl-lib>: I<path>
 
 Colon-separated list of additional directories that hold extension
 scripts. When looking for extensions specified by the C<perl> resource,
 @@RXVT_NAME@@ will first look in these directories and then in
-F<@@RXVT_LIBDIR@@/urxvt/perl/>. Due to security reasons, this resource
-will be ignored when running setuid/setgid.
+F<@@RXVT_LIBDIR@@/urxvt/perl/>.
 
 See the @@RXVT_NAME@@perl(3) manpage.
 
index f508ee8f785af90310250d968c96bdf873c6246a..8679ad790c14fdd0db19b06eb8b6ed7ffc9e82d6 100644 (file)
@@ -3274,7 +3274,6 @@ rxvt_term::process_xterm_seq (int op, const char *str, char resp)
 
   if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
     return;
-  fprintf (stderr, "op %d<%s>\n", op, str);//D
 
   switch (op)
     {