]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Unset the clip mask for the GC if we set it. (Patch from Lars Hamann
[~andy/gtk] / ChangeLog.pre-2-6
index 1ef8c2e2174a86f6fcb9f9b29cb1ca4b3002d4ae..a4e3c9b0d797998e9a1423e0d65e7b229a3403f5 100644 (file)
@@ -1,5 +1,24 @@
+Wed Feb 24 19:08:51 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip
+       mask for the GC if we set it. (Patch from
+       Lars Hamann <lars@gtk.org>)
+
+Thu Feb 24 23:58:44 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function
+       to check if a specific signal handler connection exists (similar to
+       gtk_signal_handler_pending_by_func). and yes, this is a neccessary
+       addition, since without this function, signal handlers can not be
+       (un)blocked or disconnected in a generic fashion without producing
+       g_warnings().
+       made gtk_signal_get_handlers() an inline function since it's used in
+       a lot of places, especially within signal emission.
+
 Wed Feb 24 19:35:15 1999  Tim Janik  <timj@gtk.org>
 
+       * gtk/gtksignal.c (gtk_signal_handler_pending_by_id): 
+
        * gtk/gtktext.c (gtk_text_key_press): if the widget is not editable,
        don't silently eat up GDK_Return, GDK_Home and GDK_End, return FALSE
        instead so the user can still hook up key bindings.