xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XForms] Pre-release xforms-1.2.5pre1


From: Serge Bromow
Subject: Re: [XForms] Pre-release xforms-1.2.5pre1
Date: Tue, 23 Feb 2016 19:32:08 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hello fellow Xformser's, (That's a mouth full)

Well, I tested the latest release and so far so swimmingly.

The only additions I made were to the forms.h file as follows;

extern  void fli_set_form_icon_data(FL_FORM * form, char *data[]); ,

required to declare set pixmap from file on iconify.

And for backwards compatibility I added;

#define fl_set_form_icon_data(a, b) fli_set_form_icon_data(a, b)
 
I'll remove the later once I locate all instances of the old naming convention.

I understand why 'fli_set_form_icon_data' is not declared in forms.h since it is an internal routine but I would think others could benefit from it. Perhaps it's time for this routine to come out of the closet? lol...

Thanks Jens,

Serge
 
On 01/25/2016 06:09 PM, Jens Thoms Toerring wrote:
Hi everyone,

    it's quite a bit of time since the last stable version but
I was rather busy with a number of other projects (as you all
know there comes a time when you have to make sure that you can
pay the next rent and also have some spare change for food;-) I
now have a new pre-release for the stable branch that hopefully
addresses all (or at least most of) the patches I received and
bugs reported from the last year - lots of thanks to everyone
involved!

You can download it from

http://download.savannah.gnu.org/releases/xforms/xforms-1.2.5pre1.tar.gz

There are also versions compressed with bzip2 and xz (the last one
resulting in the smallest file).

Since I am not 100% sure if I managed to address all problems I'd
like to ask you if your patches or the bugs you told me about
actually are included or fixed. And if there are some bugs I'm
not aware of yet please let me know!

Please note that this is a patch release for the stable version
only, the changes haven't been included in the UTF-8/True Type
development version yet - I hadn't enough time to deal with that
yet (and I'm not sure when I'll be able to get around to that).

                             Best regards, Jens


reply via email to

[Prev in Thread] Current Thread [Next in Thread]