From 2a0ddd14d6fd7dc5500e4d895853bd27ab924246 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Thu, 13 Feb 2003 19:13:45 +0000 Subject: [PATCH] Update ChangeLog Revert change in debug.h (Old svn revision: 10928) --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ src/debug.h | 3 +-- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6050af2da..a21060548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2003-02-13 xfce + + * src/client.c: Fix a bug introduced by recent optimizations... + +2003-02-13 xfce + + * src/: client.c, events.c, frame.c, frame.h: Okay, promise, I'll + stop with optimizations :) + +2003-02-13 xfce + + * src/events.c: Fix a small glitch with shaped windows + +2003-02-13 xfce + + * src/frame.c: even more optimizations! + +2003-02-13 xfce + + * mcs-plugin/inline-icon.h, mcs-plugin/xfwm4_plugin.c, + src/client.c, src/client.h, src/events.c, src/frame.c, + src/keyboard.c, src/main.c, src/mywindow.c, src/spinning_cursor.c, + src/spinning_cursor.h, src/startup_notification.c: Ran indent on + sources + +2003-02-13 xfce + + * src/: client.c, client.h, frame.c: ...even more optimizations + +2003-02-13 xfce + + * src/: Makefile.am, Makefile.in, client.c, client.h, events.c, + frame.c, keyboard.c, mywindow.c, mywindow.h, session.c: Add + optimizations + +2003-02-12 xfce + + * src/frame.c: Unmap window sides when shaded + +2003-02-11 xfce + + * ChangeLog: Update ChangeLog + 2003-02-11 xfce * src/startup_notification.c: Add additional sanity checks to diff --git a/src/debug.h b/src/debug.h index 81c6a6537..cd2558ad4 100644 --- a/src/debug.h +++ b/src/debug.h @@ -22,8 +22,7 @@ #include <stdio.h> #define DBG(fmt, args...) ({fprintf(stderr, __FILE__ ", line %d: ", __LINE__); fprintf(stderr , fmt , ## args );}) #else -/* #define DBG(fmt, args...) do {} while(0) */ -#define DBG(fmt, args...) +#define DBG(fmt, args...) do {} while(0) #endif #endif /* __DEBUG_H__ */ -- GitLab