From d219e2f35822e7b6e68e800fce94d5615090aa97 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 23:23:03 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 5 ++++- doc/rxvt.1.man.in | 2 +- doc/rxvt.1.pod | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index ca6bad8b..eec1b66f 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ rxvt-unicode changelog <= google-friendly title TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think TODO: xcopyarea pass broken, fix and improve -TODO: event mechanism that replaces on_keyboard_command with something more scalable. +TODO: event mechanism that replaces on_user_command with something more scalable. TODO: slipwheeling needs a keyboard grab to get key release events. TODO: overlays collide with the way the out-of-focus cursor is being drawn TODO: "slow" rendering mode for bidi and scripts, pango! @@ -26,6 +26,8 @@ TODO: - upgrade to libev-xx TODO: -rv interacts badly with popups. TODO: idle/interval timer implementation für anyevent TODO: perl-shell-window? +TODO: restore signal mask when starting shells +TODO: zweimal numlock? falsche codes rxvt urxvt for numpad? - port to glibc-2.10 changes (strchr etc. returning const char * in C++), based on patches by Milos Jakubicek and Oliver Mader. - the binary search algorithm to find precomposed characters @@ -58,6 +60,7 @@ TODO: perl-shell-window? namespace with lots of symbols "for gnu/gcc compatibility" even though neither of them does it, and then calls the rest of the world in need of fixing. go figure. + - on_keyboard_command is on_user_command (patch by Michael Witten). 9.06 Sat Nov 8 17:47:18 CET 2008 - NOTICE: this release updates terminfo/termcap. diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in index e795ce13..a7036852 100644 --- a/doc/rxvt.1.man.in +++ b/doc/rxvt.1.man.in @@ -1188,7 +1188,7 @@ when Control-Meta-c is being pressed": .Ve .Sp If \fIstring\fR takes the form \f(CW\*(C`perl:STRING\*(C'\fR, then the specified \fB\s-1STRING\s0\fR -is passed to the \f(CW\*(C`on_keyboard_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3) +is passed to the \f(CW\*(C`on_user_command\*(C'\fR perl handler. See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage. For example, the \fIselection\fR extension (activated via \&\f(CW\*(C`@@RXVT_NAME@@ \-pe selection\*(C'\fR) listens for \f(CW\*(C`selection:rot13\*(C'\fR events: .Sp diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 5e89cd12..68ce3792 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -1190,7 +1190,7 @@ when Control-Meta-c is being pressed": URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007 If I takes the form C, then the specified B -is passed to the C perl handler. See the @@RXVT_NAME@@perl(3) +is passed to the C perl handler. See the @@RXVT_NAME@@perl(3) manpage. For example, the F extension (activated via C<@@RXVT_NAME@@ -pe selection>) listens for C events: -- 2.34.1