Gimp/devel-docs/ChangeLog
Michael Natterer 9f92453c56 app/gdisplay_ops.c app/gradient.c app/palette.c removed the "eek" wilber
2000-02-12  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/gdisplay_ops.c
	* app/gradient.c
	* app/palette.c
	* plug-ins/gflare/gflare.c: removed the "eek" wilber from all
	query boxes except the "Quit the GIMP?" warning.

	* libgimp/gimpfileselection.c
	* libgimp/gimpunitmenu.c: be a bit more clever with widget signals
	(destroy, unmap) which affect the widget's sub-dialogs.

	* libgimp/gimphelpui.c: pass a GtkWindow, not a GtkWidget to
	gimp_dialog_set_icon().

	* libgimp/gimpquerybox.[ch]: added documentation.
2000-02-12 13:07:59 +00:00

108 lines
3.2 KiB
Text

2000-02-12 Michael Natterer <mitch@gimp.org>
* libgimp/Makefile.am
* libgimp/tmpl/gimpquerybox.sgml: new file.
* libgimp/libgimp-decl.txt
* libgimp/libgimp-docs.sgml
* libgimp/libgimp-sections.txt: updated from the libgimp sources.
Sat Feb 12 03:14:38 CET 2000 Sven Neumann <sven@gimp.org>
* devel-docs/libgimp/tmpl/gimpchainbutton.sgml: documented
GimpChainButton
2000-02-08 Michael Natterer <mitch@gimp.org>
* libgimp/libgimp-decl.txt
* libgimp/tmpl/gimpexport.sgml
* libgimp/tmpl/gimpfileselection.sgml
* libgimp/tmpl/gimppatheditor.sgml: updated from the libgimp
sources. Added some more documentation to the sgml templates.
Tue Feb 8 00:51:54 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/gimpexport.sgml: documented the enums
2000-02-07 Michael Natterer <mitch@gimp.org>
* libgimp/libgimp-decl.txt
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpcolorbutton.sgml
* libgimp/tmpl/gimpfileselection.sgml
* libgimp/tmpl/gimphelpui.sgml
* libgimp/tmpl/gimppatheditor.sgml
* libgimp/tmpl/gimpsizeentry.sgml
* libgimp/tmpl/gimpunit.sgml
* libgimp/tmpl/gimpunitmenu.sgml
* libgimp/tmpl/libgimp-unused.sgml: updated from the libgimp
sources. Added some more documentation to the sgml templates.
Mon Feb 7 14:47:04 CET 2000 Sven Neumann <sven@gimp.org>
* README: add a link to "DocBook: The Definitive Guide"
Sun Feb 7 00:14:26 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/libgimp-decl.txt
* libgimp/tmpl/gimpenv.sgml: documented gimpenv
* libgimp/tmpl/gimpmatrix.sgml: documented gimpmatrix
* libgimp/tmpl/gimpcolorspace.sgml
* libgimp/tmpl/gimpmenu.sgml: cleanup
Sun Feb 6 22:15:20 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/.cvsignore
* libgimp/libgimp-decl.txt
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpexport.sgml: updated gimpexport documentation
2000-02-05 Michael Natterer <mitch@gimp.org>
* libgimp/Makefile.am: correctly quote shell commands.
* libgimp/libgimp-docs.sgml: added two new chapters:
"GIMP Constants and Limits" and "GIMP Module Headers".
* libgimp/libgimp-decl.txt
* libgimp/tmpl/gimpcolorspace.sgml: updated from the c-source.
Sat Feb 5 17:48:41 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/libgimp-decl.txt
* libgimp/tmpl/gimpexport.sgml: documented gimpexport
Sat Feb 5 16:22:21 CET 2000 Sven Neumann <sven@gimp.org>
* README: more help
* libgimp/.cvsignore
* libgimp/libgimp-decl.txt
* libgimp/tmpl/gimpwidgets.sgml: updated after changes to libgimp
Fre Feb 4 16:18:39 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/Makefile.am: I'm still tweaking it a bit...
* README: Filled in the HOWTO section.
Fre Feb 4 13:59:25 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/.cvsignore
* libgimp/Makefile.am: fiddled with the installation
* libgimp/libgimp-decl-list.txt: removed
* libgimp/libgimp-decl.txt: rebuild
Fri Feb 4 01:27:41 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/tmpl/gimpcolorbutton.sgml: documented GimpColorButton
to give you an example.
Fri Feb 4 00:40:47 CET 2000 Sven Neumann <sven@gimp.org>
Set up the framework for the libgimp documenation.
All the information so far is purely autogenerated. We will
want to resort the chapters, add short explanations and of
course, most importantly, add comment blocks into the source.