On 31 Jan, Lars R. Clausen wrote:
> 
> This diff gives defaults dialogs for boxes, ellipses and text, and makes
> the arrows for arc behave reasonably (though there might be room for
> improvement).  There's also some include file changes for gtk 1.1.14, and a
> few old things that still reside in my copy of the source.

 Ok, i applied most of this. Some thunks are not applied. 
 Also, it would be nice with a ChangeLog entry in the patches.

 Here are the unapplied parts of the patch with comments.
 (Don't take these comments in a bad way, i'm just a bit anal about
 keeping the tree as clean as possible. As i have to maintain it.)

Index: app/properties.c
===================================================================
RCS file: /cvs/gnome/dia/app/properties.c,v
retrieving revision 1.6
diff -u -r1.6 properties.c
--- properties.c        1999/01/16 13:20:12     1.6
+++ properties.c        1999/02/01 05:24:43
@@ -126,6 +126,3 @@
   current_dia = dia;
 }
 
-
-
-

***** These kind of gratious whitespace changes are quite unneccesary
***** and might break other peoples diffs. Just remove them from the
***** patch.

Index: app/menus.c
===================================================================
RCS file: /cvs/gnome/dia/app/menus.c,v
retrieving revision 1.11
diff -u -r1.11 menus.c
--- menus.c     1999/01/25 13:24:17     1.11
+++ menus.c     1999/02/01 05:24:43
Index: app/menus.h
===================================================================
RCS file: /cvs/gnome/dia/app/menus.h,v
retrieving revision 1.3
diff -u -r1.3 menus.h
--- menus.h     1999/01/14 14:35:00     1.3
+++ menus.h     1999/02/01 05:24:43

***** All these changes are obsoleted by the new object menu systems i
***** did. Just update these files to the version in cvs.

Index: lib/message.c
===================================================================
RCS file: /cvs/gnome/dia/lib/message.c,v
retrieving revision 1.4
diff -u -r1.4 message.c
--- message.c   1999/01/16 13:20:15     1.4
+++ message.c   1999/02/01 05:24:43
@@ -32,8 +32,11 @@
   GtkWidget *dialog_window = NULL;
   GtkWidget *label;
   GtkWidget *button;
+  gint len;
 
-  gint len = format_string_length_upper_bound (fmt, args);
+  vfprintf(stderr, fmt, args);
+
+  len = format_string_length_upper_bound (fmt, args);
 
   if (len >= alloc) {
     if (buf)
 
***** While i understand that this might be nice when debugging, i
***** don't think it should be in cv for the general user.

Reply via email to