]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Handle the case where the pointer is moved between screens during a handle
[~andy/gtk] / ChangeLog.pre-2-8
index 68b1663e5e7894f8c9d50a7e99b07ec4041ee587..3ddadb63a5346c0f84a2fa53a98df0f33d670838 100644 (file)
@@ -1,3 +1,100 @@
+Fri Dec 13 21:35:12 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_motion): Handle
+       the case where the pointer is moved between screens
+       during a handle box drag by resetting the original
+       location. (#94562)
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_get_private): 
+       Fix a leftover variable name from cut-and-paste.
+
+Fri Dec 13 18:57:20 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdialog.c: Change the Escape key binding to only close
+       if the dialog contains a cancel button.  (Patch from
+       James Willcox, #74221)
+Fri Dec 13 18:22:21 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (compare_cmpl_dir): Use 
+       g_utf8_collate_key() to sort in human-friendly order.
+       (#94473)
+
+Fri Dec 13 17:45:40 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/fnmatch.c gtk/gtkprivate.h gtk/gtkfilesel.c: 
+       System fnmatch wasn't going to be UTF-8 clean, neither 
+       was our version. Redo our fnmatch.c to be UTF-8, add 
+       test cases, fix all sorts of bugs inherited
+       from the antique GNU fnmatch code. Change interface
+       to get rid of fnmatch.h constants. Fixes basic
+       non-workingness of filesel with non-ASCII filenames.
+
+       * gtk/fnmatch.h: No longer needed.
+
+Fri Dec 13 12:15:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (find_parent_dir_fullname): If
+       getting the parent of the directory name, make
+       an attempt to change back to the original directory.
+
+Thu Dec 12 20:07:25 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (cmpl_completion_fullname): Const
+       warning fix.
+
+Thu Dec 12 19:51:45 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (open_new_dir): Include "."
+       and ".." in the list of entries; they are needed for 
+       correct handling of .<TAB>, ..<TAB>; were lost
+       with the GDir conversion. (Francisco Bustamante,
+       #89972)
+
+       * gtk/gtkfilesel.c (open_new_dir): If we hit
+       EOF unexpectedly, that's OK... a file was just
+       deleted while we were reading the directory.
+
+Thu Dec 12 18:02:34 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmain.c (gtk_main_do_event): Intercept events
+       of type GDK_SETTING before we check to see if there
+       was an event widget or not. (#97451, Simon Wong,
+       Bastien Nocera)
+
+Thu Dec 12 17:58:41 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
+
+Thu Dec 12 17:01:38 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
+       widgets. (#84061)
+
+Thu Dec 12 15:08:01 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4: Remove unneeded bits of AM_GTK_GNU_TEXT
+       macros.
+
+Thu Dec 12 18:25:17 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktextview.c (gtk_text_view_button_press_event): 
+       return TRUE when button 3 is pressed, fixes #78324.
+
+Thu Dec 12 10:12:39 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c: Turn off DEBUG_VALIDATION_AND_SCROLLING
+       that got turned on in an accidental commit.
+
+Wed Dec 11 18:30:05 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released GTK+-2.1.4 ===
+
+       * NEWS: Updated.
+
+       * modules/input/Makefile.am (INCLUDES): Remove GTK_LOCALEDIR
+       from here as well. (Manish Singh)
+
 2002-12-11  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new,