*** Recent ChangeLog entries:
--- ChangeLog.previous Sun May 20 09:23:14 2001
+++ dia/ChangeLog Sun May 20 23:48:33 2001
@@ -1,10 +1,50 @@
+2001-05-20 Cyrille Chepelov <[EMAIL PROTECTED]>
+
+ * app/disp_callbacks.c (ddisplay_canvas_events): Take into account
+ wheel mouses for scrolling (from Patrick Sung <[EMAIL PROTECTED]>)
+
+ * app/display.c (ddisplay_update_scrollbars): from Patrick's
+ suggestion, remove the extra scrollable area (it was only visible
+ to the scrollbars). This is experimental.
+
+ * objects/custom/custom_object.c: If a shape's icon file doesn't
+ exist, warn and substitute a default icon, instead of crashing.
+ (fixes #52913)
+
+ * objects/network/network.c:
+ * shapes/network/modularswitch.(shape|xpm) (NEW):
+ * shapes/network/printer.(shape|xpm) (NEW):
+ * shapes/network/genmonitor.(shape|xpm) (NEW):
+ * shapes/network/computer.(shape|xpm) (NEW):
+ * shapes/network/Makefile.am: four less objects, four more shapes.
+ These were the last known RenderObjects. (phew !)
+
+ * lib/Makefile.am:
+ * lib/dummy_dep.h:
+ * objects/sybase/Makefile.am:
+ * objects/network/Makefile.am: Removed the older Renderobjects
+ from the build, and their infrastructure (not yet deleted,
+ though).
+
+ * shapes/network/sceadplug.shape:
+ * shapes/network/antenna.shape:
+ * shapes/network/modem.shape:
+ * shapes/network/hub.shape:
+ * shapes/network/rj45plug.shape:
+ * shapes/sybase/client.shape:
+ * shapes/sybase/dataserver.shape:
+ * shapes/sybase/ltm.shape:
+ * shapes/sybase/repserver.shape:
+ * shapes/sybase/rsm.shape:
+ * shapes/sybase/stableq.shape: Minor corrections (line widths were
+ ten times too narrow).
+
2001-05-19 Cyrille Chepelov <[EMAIL PROTECTED]>
* objects/network/network.c:
* shapes/network/sceadplug.(shape|xpm) (NEW):
* shapes/network/antenna.(shape|xpm) (NEW):
* shapes/network/modem.(shape|xpm) (NEW):
- * shapes/network/modularswitch.(shape|xpm) (NEW):
* shapes/network/Makefile.am: four less objects, four more shapes.
* lib/Makefile.am:
@@ -29,7 +69,7 @@
Alexey Novodvorsky <[EMAIL PROTECTED]>'s patch).
* app/menus.c (dia_menu_signal_proxy): checked that the signal
- handler is not NULL before transferring control to it... (fixes #52310)
+ handler is not NULL before transferring control to it... (fixes #52836)
* app/app_procs.c (app_init): removed non-constant initialiser
(fixes #52950)