diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-02-02 06:47:04 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-02-02 06:47:04 +0000 |
commit | 03e0152db5ea1ceb60b689d0c1e33e6e68b1da37 (patch) | |
tree | 47fb8420715939c4d1ef06ad18e3cf641734bae2 /ChangeLog | |
parent | 99c7931588e047db24b6c3bbfbcdcd462aa7763c (diff) |
handle Tab key in quick search entry as a special case.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@963 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-02-02 + * src/mainwindow.c: main_window_key_pressed(): handle Tab key as a + special case. + +2006-02-02 + * src/inc.c src/trayicon.c src/gtkutils.[ch] |