comparison lwlib/ChangeLog @ 44709:e673f42e092e

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Fri, 19 Apr 2002 19:04:25 +0000
parents 67adf2527156
children c230e571cd0f
comparison
equal deleted inserted replaced
44708:b4274ec69fa3 44709:e673f42e092e
1 2002-04-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 These changes allow moving in menu via keyboard.
4
5 * xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList): Add
6 translations for cursor keys and RET.
7 (find_next_selectable, find_prev_selectable): New functions used
8 for finding menu-items.
9 (Down, Up, Left, Right): New functions.
10
1 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> 11 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2 12
3 * Makefile.in (TAGS): Don't use -t, it's the default behavior for 13 * Makefile.in (TAGS): Don't use -t, it's the default behavior for
4 etags, so it barfs if invoked with -t. 14 etags, so it barfs if invoked with -t.
5 15
905 user. 915 user.
906 916
907 1994-03-22 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) 917 1994-03-22 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
908 918
909 * xlwmenu.c (XlwMenuResize): Don't allow the popup menu to resize 919 * xlwmenu.c (XlwMenuResize): Don't allow the popup menu to resize
910 itself. Therefore reset the size to its initial value. 920 itself. Therefore reset the size to its initial value.
911 921
912 1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) 922 1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
913 923
914 * lwlib-Xaw.c (xaw_update_one_widget): Finish replacing XtVaSetValues. 924 * lwlib-Xaw.c (xaw_update_one_widget): Finish replacing XtVaSetValues.
915 Don't test for scrollbar widget. 925 Don't test for scrollbar widget.