diff options
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 983ce18e61..e2f96a9b19 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,13 @@ 2005-03-21 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE, + GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like + their G_ counterparts, but also mark the name, nick + and blurb as static. + + * gtk/*.c: Mark param spec strings as static, using + the new macros. + * gtk/gtkspinbutton.h: Fix a typo. 2005-03-21 Matthias Clasen <mclasen@redhat.com> |