From 2a15f40d77f8bb17f5cf488826b74da60d7544d5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Oct 2008 13:23:56 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 ++ MANIFEST | 1 + doc/rxvt.1.pod | 6 ++---- src/command.C | 1 - 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 8eba7212..49bea8f1 100644 --- 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). diff --git a/MANIFEST b/MANIFEST index 1e29c1ab..379211ca 100644 --- 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 diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 063e3409..2f6b18d7 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -1230,16 +1230,14 @@ all instances, while B is used for specific instances. =item B: I 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: I Colon-separated list of additional directories that hold extension scripts. When looking for extensions specified by the C 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. diff --git a/src/command.C b/src/command.C index f508ee8f..8679ad79 100644 --- a/src/command.C +++ b/src/command.C @@ -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) { -- 2.34.1