diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a002eaf33d8..5c6c5180be5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-01-13 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2013-01-13 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key | ||
| 4 | event is generated. | ||
| 5 | (doCommandBySelector:): Set processingCompose to NO. | ||
| 6 | |||
| 3 | * nsfont.m (ns_findfonts): Add block/unblock_input calls. | 7 | * nsfont.m (ns_findfonts): Add block/unblock_input calls. |
| 4 | Remove check for fkeys count > zero, block/unblock fixes the real bug. | 8 | Remove check for fkeys count > zero, block/unblock fixes the real bug. |
| 5 | (nsfont_list_family): Add block/unblock_input calls. | 9 | (nsfont_list_family): Add block/unblock_input calls. |