Dia ChangeLog report for Wed May 22 07:23:01 2002 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Wed May 22 07:23:01 2002 (UTC)
Date: Wed, 22 May 2002 09:27:37 +0200
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous Tue May 21 09:23:59 2002
+++ dia-cvs-snapshot/ChangeLog Wed May 22 09:23:05 2002
@@ -1,8 +1,27 @@
2002-05-20 Hans Breuer <hans@breuer.org>
+ * app/load_save.c : starting to increase
+ Dias tolerance on incomplete/broken files. The
+ corresponding bug is #56233. But the patch there does
+ neither apply anymore nor does it really fix the problem
+ but only delays it, e.g. even if it would be allowed
+ to read a file without any layers, the later code can't
+ handle it.
+ * lib/dia_xml.c : attribute_<num|first>_data(), data_type()
+ handle passing in NULL for the node gracefully.
+
+ * shapes/network/printer.shape : added two more connection
+ points - one at each side - to fix bug #60359
+
+ * app/commands.c (edit_copy_callback) :
+ add ddisplay_do_update_menu_sensitivity() to make
+ sequence select-copy-paste work.
+
+2002-05-20 Hans Breuer <hans@breuer.org>
+
* app/create_object.c (create_object_button_press) :
- added a call to ddisp_do_update_menu_sensitivity()
- to make Ctrl^D etc work after objec creation.
+ added a call to ddisplay_do_update_menu_sensitivity()
+ to make Ctrl^D etc work after object creation.
Fixes #80983.
2002-05-18 Lars Clausen <lrclause@cs.uiuc.edu>