diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | gtk/gtkselection.c | 2 |
6 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-05-04 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkselection.c: Disable debug logging again. + 2004-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Make the chunk size for diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 15fcb9b2f1..fdc0c786e6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2004-05-04 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkselection.c: Disable debug logging again. + 2004-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Make the chunk size for diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 15fcb9b2f1..fdc0c786e6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2004-05-04 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkselection.c: Disable debug logging again. + 2004-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Make the chunk size for diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 15fcb9b2f1..fdc0c786e6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2004-05-04 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkselection.c: Disable debug logging again. + 2004-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Make the chunk size for diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 15fcb9b2f1..fdc0c786e6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2004-05-04 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkselection.c: Disable debug logging again. + 2004-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Make the chunk size for diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index d6f3bc7b87..66145faee7 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -63,7 +63,7 @@ #include "x11/gdkx.h" #endif -#define DEBUG_SELECTION +#undef DEBUG_SELECTION /* Maximum size of a sent chunk, in bytes. Also the default size of our buffers */ |