[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Fri Jul 30 16:44:01 EDT 2004)
From: |
Karl Berry |
Subject: |
texinfo update (Fri Jul 30 16:44:01 EDT 2004) |
Date: |
Fri, 30 Jul 2004 16:44:10 -0400 |
Index: info/infomap.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/infomap.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -c -r1.9 -r1.10
*** info/infomap.c 11 Apr 2004 17:56:46 -0000 1.9
--- info/infomap.c 30 Jul 2004 20:43:40 -0000 1.10
***************
*** 1,5 ****
/* infomap.c -- keymaps for Info.
! $Id: infomap.c,v 1.9 2004/04/11 17:56:46 karl Exp $
Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
--- 1,5 ----
/* infomap.c -- keymaps for Info.
! $Id: infomap.c,v 1.10 2004/07/30 20:43:40 karl Exp $
Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
***************
*** 704,711 ****
map['H'].function = info_get_help_window;
map['i'].function = info_index_search;
map['I'].function = info_goto_invocation_node;
! map['j'].function = info_down_line;
! map['k'].function = info_up_line;
map['l'].function = info_history_node;
map['m'].function = info_menu_item;
map['n'].function = info_search_next;
--- 704,711 ----
map['H'].function = info_get_help_window;
map['i'].function = info_index_search;
map['I'].function = info_goto_invocation_node;
! map['j'].function = info_next_line;
! map['k'].function = info_prev_line;
map['l'].function = info_history_node;
map['m'].function = info_menu_item;
map['n'].function = info_search_next;
***************
*** 1182,1189 ****
'H', NUL, A_info_get_help_window,
'i', NUL, A_info_index_search,
'I', NUL, A_info_goto_invocation_node,
! 'j', NUL, A_info_down_line,
! 'k', NUL, A_info_up_line,
'l', NUL, A_info_history_node,
'm', NUL, A_info_menu_item,
'n', NUL, A_info_search_next,
--- 1182,1189 ----
'H', NUL, A_info_get_help_window,
'i', NUL, A_info_index_search,
'I', NUL, A_info_goto_invocation_node,
! 'j', NUL, A_info_next_line,
! 'k', NUL, A_info_prev_line,
'l', NUL, A_info_history_node,
'm', NUL, A_info_menu_item,
'n', NUL, A_info_search_next,
P info/infomap.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Fri Jul 30 16:44:01 EDT 2004),
Karl Berry <=