Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2006-01-04 05:00:39.000000000 +0100 +++ dia-cvs-snapshot/ChangeLog 2006-01-07 05:00:06.951991120 +0100 @@ -1,3 +1,36 @@ +2006-01-06 Hans Breuer <[EMAIL PROTECTED]> + + * objects/AADL/aadl.h : avoid redefinition warnings by #undef + min, #undef max before local definitions + * objects/AADL/aadl.h : more prototypes + * objects/AADL/aadltext.c : for C89 declarations must be at the + beginning of a block. And Dia *must* be compileable with C89. + + * objects/AADL/** objects/Makefile.am sheets/Makefile.am + configure.in : AADL plug-in from Pierre Duquesne. See + http://mail.gnome.org/archives/dia-list/2006-January/msg00005.html + for more information + * sheets/AADL.sheet.in : from the above patch but modified + to become translatable like the other sheet files. That is: the + french translation got temporary removed cause it does not belong here. + + * plug-ins/pgf/render_pgf.c : no C99/C++ comments please + + * app/app_procs.c app/diaconv.c : get rid of run-on sentences + (Adam Weinberger, bug #325567) + + * app/menus.c : removed some keybindings with <control><shift>[0-9A-F] + and change some other to use <control><alt>. They collide with GTK's + Unicode input feature. Fixes bug #320495. For rationale see: + http://developer.gnome.org/projects/gup/hig/2.0/input-keyboard.html + + * app/display.c : pay attention to g_warnings() [should always run + with --g-fatalwarnings ;)]. Only create the menubar IM menu if there + actually is a menu bar. + + * lib/diarenderer.c : the righthand calculation accidentially broke + some arcs direction. Should be fixed again. + 2006-01-02 Hans Breuer <[EMAIL PROTECTED]> * app/display.c(new_display) : also append the Input Methods menu to _______________________________________________ Dia-list mailing list [email protected] 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
