summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-04-19 19:04:25 +0000
committerPavel Janík <Pavel@Janik.cz>2002-04-19 19:04:25 +0000
commitee789de374832349559986d95ae4ad53f70ee100 (patch)
treee0d8e29df0f13b552df359ea51308d84d0c32caf /lwlib
parent07efa6085abe20036f6f17e3cc3e8055e0c7ceb0 (diff)
downloademacs-ee789de374832349559986d95ae4ad53f70ee100.tar.gz
*** empty log message ***
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 6615b48cc12..3548febf507 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,13 @@
+2002-04-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
+
+ These changes allow moving in menu via keyboard.
+
+ * xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList): Add
+ translations for cursor keys and RET.
+ (find_next_selectable, find_prev_selectable): New functions used
+ for finding menu-items.
+ (Down, Up, Left, Right): New functions.
+
2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (TAGS): Don't use -t, it's the default behavior for
@@ -907,7 +917,7 @@
1994-03-22 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
* xlwmenu.c (XlwMenuResize): Don't allow the popup menu to resize
- itself. Therefore reset the size to its initial value.
+ itself. Therefore reset the size to its initial value.
1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)