summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Shann <rshann@debianrts.homerts>2008-06-27 08:22:04 +0100
committerRichard Shann <rshann@debianrts.homerts>2008-06-27 08:22:04 +0100
commitb94823c86bd7f6af0e222f22cfd0dda5b79937c1 (patch)
treeb7d406f993afd3dbf55cf92cc41fb6034d181374 /ChangeLog
parent7ced1776fda5c69e3a53ef15f1ce83a837259261 (diff)
Mnemonic fixes from JRR
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0660e033..a9af506a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-27 <rshann> Fixes from JRR -
+ Mnemonics for some menus and buttons were stealing keybindings.
+ Mnemonics associated to standard gtk stock items are removed through
+ clean_stock_items (was remove_accel_from_stock)
+ Mnemonics in menubars are remove by removing '_' from their labels
2008-06-27 <rshann> Fixes from JRR - load_accels is not needed anymore and as such is removed.
Welcome in a gtk-accel free denemo! src/main.c src/view.c
2008-06-27 <rshann> Fixes from JRR - Remove the accel code from kbd-custom.c