]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Handle Greek tonos dead accent key. (#164859, reported and fix verified by
[~andy/gtk] / ChangeLog
index c5f5c8c71e0a28a564c91cb3cc7d75739bf2a970..feaed22ace5e1f77ed515dc5d79be2cfaf0d0fb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,20 @@
 2005-01-23  Tor Lillqvist  <tml@novell.com>
 
+       * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos
+       dead accent key. (#164859, reported and fix verified by Daniel
+       Atallah.)
+
+       * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle
+       GDK_Greek_accentdieresis (tonos and dialytika) combining with iota
+       and upsilon.
+
        * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): 
        Don't call GetVolumeInformation() for network drives. They might
        be disconnected, and calling GetVolumeInformation() will then
-       cause long delays. (#164448) It seems to be very hard to reliably
-       find out whether a network drive is connected or not, so it's
-       easier to just not try getting the volume name for them. See the
-       bug report for discussion.
+       cause long delays. (#164448, reported by Dave Neary.) It seems to
+       be very hard to reliably find out whether a network drive is
+       connected or not, so it's easier to just not try getting the
+       volume name for them. See the bug report for discussion.
 
 2005-01-21  Matthias Clasen  <mclasen@redhat.com>