* autogen.sh: Run gtkdocize with --flavour=no-tmpl
* configure.ac: Require gtk-doc 1.9 and bump to 3.5.0 dev version.
* doc/gladeui-overrides.txt, doc/children.sgml, doc/tmpl/*: Removed unneeded.
* doc/gladeui-docs.sgml, doc/widgetclasses.sgml,
doc/catalogintro.sgml, doc/Makefile.am: Mega docs update, added new
files and completely rediscribed the catalog in its new form.
* gladeui/glade-design-view.c, gladeui/glade-widget.c,
gladeui/glade-widget-adaptor.c, gladeui/glade-command.c,
gladeui/glade-widget-adaptor.h, gladeui/glade-base-editor.c,
gladeui/glade-widget-action.c, gladeui/glade-xml-utils.c,
gladeui/glade-utils.c, gladeui/glade-catalog.c, gladeui/glade-property.c,
gladeui/glade-project.c: Added some description statements to newly
documented files, fixed some warnings in other sources.
M ChangeLog
M configure.ac
M doc/gladeui-docs.sgml
M doc/widgetclasses.sgml
M doc/catalogintro.sgml
D doc/gladeui-overrides.txt
M doc/Makefile.am
D doc/children.sgml
D doc/tmpl
M doc/gladeui-sections.txt
M doc/gladeui.types
M doc/properties.sgml
M gladeui/glade-design-view.c
M gladeui/glade-widget.c
M gladeui/glade-widget-adaptor.c
M gladeui/glade-command.c
M gladeui/glade-widget-adaptor.h
M gladeui/glade-base-editor.c
M gladeui/glade-widget-action.c
M gladeui/glade-xml-utils.c
M gladeui/glade-utils.c
M gladeui/glade-catalog.c
M gladeui/glade-property.c
M gladeui/glade-project.c
M autogen.sh
svn path=/trunk/; revision=1775
2007-02-17 Christian Persch <chpe@svn.gnome.org>
* autogen.sh: Set the required gdu version in autogen too. Bug
#392411.
svn path=/trunk/; revision=1110
2007-01-17 Tristan Van Berkom <tvb@gnome.org>
* autogen.sh: renamed configure.in -> configure.ac
2007-01-07 Vincent Geddes <vincent.geddes@gmail.com>
* configure.in: Quote some macro arguments. Use AS_HELP_STRING
to format the messages for AC_ARG_ENABLE macros. Other cleanups
and updates.
* src/glade-editor-property.c: Modified some dialogs for HIG
compliance. Mostly about adjusting border widths and spacings,
and setting mnemonics. Title for "Edit Text Property" dialog
is now a simpler "Edit Text". Title for "Select Flags" dialog
is also now a more descriptive "Select Events".
* src/glade-project-window.c: Set URL for online help to
"http://glade.gnome.org/manual/index.html".
svn path=/trunk/; revision=1044
2002-04-27 Carlos Perello Marin <carlos@gnome-db.org>
* Makefile.am, configure.in, src/glade-packing.c,
src/glade-project-window.c, src/glade-widget-class.c,
src/main.c: Changed all references from glade2 to glade3
* glade-2.desktop.in: Renamed to glade-3.desktop.in
* glade-2.png: Renamed to glade-3.png
* configure.in: Changed all references from glade2 to glade3 and added
version number to the directory where all data is stored.
Updated the version to 2.1.90
2001-08-29 Carlos Perell Marn <carlos@gnome-db.org>
* autogen.sh:
* configure.in:
* Makefile.am: Modified to use the new GNOME 2.0 config stuff.
* src/glade.h: Removed a dup "#include <libintl.h>"
* src/main.c: Moved the NLS stuff to be the first at main()
and added setlocale (LC_ALL, ""); before the bindtextdomain call
Now the l10n works!!!! Thanks Martin for your comments ;-)
* src/Makefile.am: popt is checked at configure.in