diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-06-25 05:06:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-25 05:06:47 +0000 |
commit | effe3785cf61084d9f7e9427cea0999bb4a32473 (patch) | |
tree | 84079ea209f695bb0500e741fe686b839292b095 /ChangeLog.pre-2-10 | |
parent | 458d71a96a998bb5563f508985beef1f0f600092 (diff) | |
download | gtk+-effe3785cf61084d9f7e9427cea0999bb4a32473.tar.gz |
Add some new stock items. (#166480, Kristof Vansant)
2005-06-25 Matthias Clasen <mclasen@redhat.com>
Add some new stock items. (#166480, Kristof Vansant)
* gtk/stock-icons/stock_fullscreen_16.png:
* gtk/stock-icons/stock_fullscreen_24.png:
* gtk/stock-icons/stock_leave_fullscreen_16.png:
* gtk/stock-icons/stock_leave_fullscreen_24.png:
* gtk/stock-icons/stock_info_16.png:
* gtk/stock-icons/stock_info_24.png: New icons.
* gtk/stock-icons/Makefile.am: Add new icons.
* gtk/gtkstock.h: Define names for the new icons.
* gtk/gtkstock.c (builtin_items): Register new stock items.
* gtk/gtkiconfactory.c (get_default_icons): Register new
stock icons.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index dcb9203627..28d90c1b02 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,23 @@ +2005-06-25 Matthias Clasen <mclasen@redhat.com> + + Add some new stock items. (#166480, Kristof Vansant) + + * gtk/stock-icons/stock_fullscreen_16.png: + * gtk/stock-icons/stock_fullscreen_24.png: + * gtk/stock-icons/stock_leave_fullscreen_16.png: + * gtk/stock-icons/stock_leave_fullscreen_24.png: + * gtk/stock-icons/stock_info_16.png: + * gtk/stock-icons/stock_info_24.png: New icons. + + * gtk/stock-icons/Makefile.am: Add new icons. + + * gtk/gtkstock.h: Define names for the new icons. + + * gtk/gtkstock.c (builtin_items): Register new stock items. + + * gtk/gtkiconfactory.c (get_default_icons): Register new + stock icons. + 2005-06-24 Owen Taylor <otaylor@redhat.com> * gdk/gdkrgb.c (gdk_rgb_select_conv): Fix up selection of |