From: <sa...@us...> - 2006-12-07 07:09:50
|
Revision: 17912 http://svn.sourceforge.net/gaim/?rev=17912&view=rev Author: sadrul Date: 2006-12-06 23:03:40 -0800 (Wed, 06 Dec 2006) Log Message: ----------- Forgot to update the manpage. Modified Paths: -------------- trunk/console/libgnt/gntentry.c trunk/doc/gaim-text.1.in Modified: trunk/console/libgnt/gntentry.c =================================================================== --- trunk/console/libgnt/gntentry.c 2006-12-07 07:01:32 UTC (rev 17911) +++ trunk/console/libgnt/gntentry.c 2006-12-07 07:03:40 UTC (rev 17912) @@ -615,10 +615,6 @@ GNT_KEY_CTRL_K, NULL); gnt_bindable_class_register_action(bindable, "delete-prev-word", del_prev_word, GNT_KEY_CTRL_W, NULL); -#if 0 - gnt_bindable_class_register_action(bindable, "delete-next-word", del_next_word, - NULL, 1, NULL); -#endif gnt_bindable_class_register_action(bindable, "cursor-prev-word", move_back_word, "\033" "b", NULL); gnt_bindable_class_register_action(bindable, "cursor-prev", move_back, Modified: trunk/doc/gaim-text.1.in =================================================================== --- trunk/doc/gaim-text.1.in 2006-12-07 07:01:32 UTC (rev 17911) +++ trunk/doc/gaim-text.1.in 2006-12-07 07:03:40 UTC (rev 17912) @@ -250,6 +250,8 @@ a-b = cursor-prev-word .br a-f = cursor-next-word +.br +a-d = delete-next-word .br [GntTree::binding] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |