Mercurial > emacs
changeset 44709:e673f42e092e
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 19 Apr 2002 19:04:25 +0000 |
parents | b4274ec69fa3 |
children | c440ab734cde |
files | lwlib/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/ChangeLog Fri Apr 19 18:59:02 2002 +0000 +++ b/lwlib/ChangeLog Fri Apr 19 19:04:25 2002 +0000 @@ -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)
--- a/src/ChangeLog Fri Apr 19 18:59:02 2002 +0000 +++ b/src/ChangeLog Fri Apr 19 19:04:25 2002 +0000 @@ -1,3 +1,10 @@ +2002-04-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + + * xterm.c (note_mode_line_or_margin_highlight): Remove unused + variables `row', `i' and `area'. + (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to + toolkit library. + 2002-04-19 Stefan Monnier <monnier@cs.yale.edu> * xfaces.c (clear_font_table): Don't free the default font of