]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
s/seperator/separator/.
[~andy/gtk] / ChangeLog.pre-2-4
index 4336cf3280ec8167d10aea8fa7b1efdc29148251..07c50c9f71644392f4bde45ad2275beb8dd606b8 100644 (file)
@@ -1,3 +1,38 @@
+Mon Mar 15 10:47:18 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilechooserentry.c: s/seperator/separator/.
+
+Mon Mar 15 09:54:36 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_focus): Check for 
+       Control-Tab or Control-Shift-Tab, not any Control-key
+       as a current event ... handles the case where a dialog
+       is triggered from a control accelerator better.
+
+Mon Mar 15 08:48:48 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkfilechooserentry.c (match_selected_callback): implement
+       correctly.
+       (completion_match_func): Allow surpressing popdowns.
+       (maybe_append_seperator_to_path): New function to add a separator
+       item to a display_name.  Bad hack.
+       (check_completion_callback): Implement select-ahead as an idle.
+       (add_completion_idle): new function to handle select-ahead
+       (gtk_file_chooser_entry_do_insert_text): starf the select-ahead
+       idle.
+       (gtk_file_chooser_entry_focus): Override tab for completion.
+       (gtk_file_chooser_entry_activate): commit select_ahead when
+       activated.
+
+       * gtk/gtkfilechooserdefault.c (location_popup_handler): grab the
+       appropriate widget for the mode.
+
+2004-03-15  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkgc-win32.c (gdk_gc_copy): Don't just copy the whole
+       GdkGCWin32 with a single assignment, that overwrites GObject's
+       private data (for instance ref_count). (#137012, John Ehresman)
+
 2004-03-15  Mark McLoughlin  <mark@skynet.ie>
 
        * gtk/gtkfilechooserdefault.c: remove the unused "lowest_folder"