CVSROOT:        /cvs/gnome
Module name:    dia
Changes by:     hans    06/01/22 09:05:04

Modified files:
        .              : ChangeLog 
        app            : diagram_tree_menu.c dialogs.h display.c 
                         export_png.c interface.c load_save.c sheets.c 
                         sheets_dialog.c sheets_dialog_callbacks.c 
        lib            : connectionpoint.h diagdkrenderer.c 
                         diagramdata.h diamenu.h diarenderer.h focus.h 
                         group.h handle.h object.c object.h properties.h 
                         propobject.c sheet.h text.c 
        plug-ins/gprint: diagnomeprint.c 
        plug-ins/pgf   : render_pgf.c 
        plug-ins/pixbuf: pixbuf.c 
        plug-ins/svg   : render_svg.c 

Log message:
2006-01-22  Hans Breuer  <[EMAIL PROTECTED]>

* lib/object.h lib/diagramdata.h : avoid circular inclusion
* lib/connectionpoint.h lib/focus.h lib/group.h lib/handle.h
lib/properties.h lib/sheet.h lib/diamenu.h
: dont include "object.h", "diatypes.h" is enough.
Rule of thumb: only headers declaring an inheritant of DiaObject
should include "object.h"
* lib/diarenderer.h : include "font.h" not strictly needed by
this header, but needed in almost any plug-in/
* app/diagram_tree_menu.c app/dialogs.[hc] app/display.c
app/export_png.c app/interface.c app/load_save.c app/sheets.c
app/sheets_dialog.c app/sheets_dialog_callbacks.c
lib/diagdkrenderer.c lib/object.c lib/propobject.c
lib/text.c plug-ins/gprint/gnomeprint.c plug-ins/pixbuf/pixbuf.c
plug-ins/svg/render_svg.c
: some .c files now need to include "object.h" or <gtk/gtk.h>
or e.g. "intl.h" direct, formerly dargged in indirectly
* plug-ins/pgf/render_pgf.c : explicit inclusion of "arrows.h"

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dia&who=hans&date=explicit&mindate=2006-01-22%2009:04&maxdate=2006-01-22%2009:06

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to