Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2005-03-12 05:00:24.000000000 +0100 +++ dia-cvs-snapshot/ChangeLog 2005-03-14 05:00:04.356648080 +0100 @@ -1,3 +1,69 @@ +2005-03-13 Hans Breuer <[EMAIL PROTECTED]> + + * plug-ins/svg/svg-import.c : handle the <circle/> tag as well + +2005-03-13 Hans Breuer <[EMAIL PROTECTED]> + + * lib/dia_svg.[hc] objects/custom/shape_info.[hc] plug-ins/svg/svg-import.c : + s/DiaSvgGraphicStyle/DiaSvgStyle/, added and use convenience functions + dia_svg_style_copy(), dia_svg_style_init() + + * objects/custom/shape_info.c : use dia_svg_parse_path() from lib/ (it got + moved out of this) + + * lib/dia_svg.c(dia_svg_parse_path) : also handle style properties which are + not wrapped in the style attribute + + * plug-ins/svg/svg-import.c : implement nested group handling and style + 'style inheritance'. Still no transformations, no <image/>, no <style/> + <defs/>... + + * plug-ins/svg/svg-import.c(import_svg) : use message_warning instead of g_warning, + the latter is for programmers. + Also be more tolerant if the document root namespace is not 'svg'. If the svg + namespace is defined in the file search for the top node including svg. This + allows us to re-read the svg part of our own shape format. + + * lib/libdia.def : there is no give_focus_to_object + * app/textedit.c : still no C99, aka. error C2275: 'Focus' : illegal use of this + type as an expression + + * lib/geometry. c : use G_IMPLEMENT_INLINES + * lib/libdia.def : export point_get_perp (used by xfig plug-in) + + * app/textedit.c(textedit_end_edit) : don't crash if the display is already + gone when trying to remove the focus + + * plug-ins/cairo/diacairo.c : CAIRO_HAS_WIN32_SURFACE does not any longer mean + it has *my* Cairo Win32 Backend. [The official one isn't useful for the use + case of this plug-in, i.e. producing output files] + +2005-03-13 Lars Clausen <[EMAIL PROTECTED]> + + * lib/Makefile.am (BUILT_SOURCES): + * app/Makefile.am (BUILT_SOURCES): Use the Right Way[tm] to force + the building of the icons header files. + * app/dia-lib-icons.h: Out of CVS now that it's correctly generated. + +2005-03-13 Hans Breuer <[EMAIL PROTECTED]> + + * configure.in : require Cairo 0.3.0 + plug-ins/cairo/diacairo.c : changed to match ;-) + + * app/app_procs.c() : new function dump_dependencies() + which gets called by: dia --version --verbose + and may help to track version dependent problems in + our dependencies + + * lib/font.c : reverted to previous version cause using + not implemented Pango API did not improve the issue. + See: http://bugzilla.gnome.org/show_bug.cgi?id=162034 + for more information. + + * lib/dialinechooser.c : a little shrinking of the + initial size (to work around line wrappjing the right + arrow control) + 2005-03-11 Lars Clausen <[EMAIL PROTECTED]> * app/textedit.c: Concentrate start/end editing in single functions. _______________________________________________ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia