diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2006-08-04 05:41:33 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2006-08-04 05:41:33 +0000 |
commit | 3cc7c2a8117ef36b6bcaf431faa5d027afea7a37 (patch) | |
tree | d07d8911cbf817d97648efea4a66f24b61477466 /TODO | |
parent | 0a2150992c90940db503bc95845e4cc78881df5e (diff) | |
download | glade-3cc7c2a8117ef36b6bcaf431faa5d027afea7a37.tar.gz |
Fixed spelling and formatting typos.
* doc/catalogintro.sgml, doc/children.sgml, doc/gladeui-docs.sgml,
doc/tmpl/glade-app.sgml, doc/tmpl/glade-fixed.sgml,
doc/tmpl/glade-palette.sgml, doc/tmpl/glade-project.sgml,
src/glade-editor.c: Fixed spelling and formatting typos.
* src/glade-palette.c: Add documentation.
* widgets/glade-catalog.dtd: Removed xml document tag
(DTD expressions are not xml). Add 'toplevel' attribute to
'glade-widget-class' attribute list.
* widgets/gtk+.xml.in: Change default widget
properties (in line with HIG).
o The scrolling policies of GtkScrolledWindow are now
GTK_POLICY_AUTOMATIC.
o The GtkDialog 'has-separator' property is now set to FALSE.
o The GtkFrame 'shadow-type' property is now GTK_SHADOW_NONE.
* src/glade-gtk.c: Changed glade_gtk_frame_post_create(). By default,
GtkFrame's are now more HIG compliant.
* pixmaps/22x22/Makefile.am: Another icon.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ Tasks/Bugs Blocking glade-3 3.0: ================================ o Default notebook tab labels (bug 345438) (Tristan) (We'll do a clean-up here... but not command recursion just yet). - o Missing icon (Vincent) o Unable to paste widget into other empty placeholder than the first one (bug 349494) Wishlist items for 3.0 release: |