[E-devel] [PATCH] _e_container_resize_handle Fix

2006-10-31 Thread Metrics
Patch to fix issue picked up by Jan Rychter, where xrandr didn't correctly handle maximised windows. Ended up to actually be a bit more, window list was reordered as it was being used as an index. metrics Index: src/bin/e_container.c

Re: [E-devel] remembering commands with options

2006-10-31 Thread The Rasterman
On Tue, 31 Oct 2006 16:08:24 +1300 Jochen Schroeder [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: On Tue, 31 Oct 2006 11:14:46 +1300 Jochen Schroeder [EMAIL PROTECTED] babbled: Replying to myself, I just did another test I changed the command to:

[E-devel] automake 1.10 again

2006-10-31 Thread Peter Parkanyi
Well, I found a solution to that automake problem, but I see no one bothers about it but me. So if you say ok, I'd commit the config.rpath file to e cvs, as well as to other efl trees. Can i add symlinks to cvs? Or should i add the file itself? 'gettextize -f' btw creates everything necessary.

Re: [E-devel] automake 1.10 again

2006-10-31 Thread Mike Frysinger
On Tuesday 31 October 2006 05:04, Peter Parkanyi wrote: Well, I found a solution to that automake problem, but I see no one bothers about it but me. can you be more specific than a solution ? by the sounds of it, you've only prolonged broken logic rather than fixed it So if you say ok, I'd

Re: [E-devel] several issues

2006-10-31 Thread Metrics
So, as it stands, the shelf problem is just a matter of modifying the config of the relevant shelves, the icon problem may be fixed by up to date CVS and no eaps, the maximise problem will be fixed as soon as the patch hits CVS and the patch attached to this e-mail fixes a problem with merlin, a

Re: [E-devel] automake 1.10 again

2006-10-31 Thread Párkányi Péter
Well, just put the config.rpath to the dir, because it doesn't need anything else. But as i've mentioned 'gettextize -f' fixes the problem, too. It creates a symlink to the file on the filesystem (/usr/share/gettext/config.rpath on my system), and many other symlinks as well which to me doesn't

Re: [E-devel] automake 1.10 again

2006-10-31 Thread Mike Frysinger
On Tuesday 31 October 2006 16:01, Michael Jennings wrote: Clearly config.rpath was added sometime between now and when we last got the gettext stuff working. sure, like 4 years ago ... config.rpath has been around for a very long time; only recently has its absence been a failure -mike

Re: [E-devel] automake 1.10 again

2006-10-31 Thread Michael Jennings
On Tuesday, 31 October 2006, at 22:25:19 (-0500), Mike Frysinger wrote: Clearly config.rpath was added sometime between now and when we last got the gettext stuff working. sure, like 4 years ago ... config.rpath has been around for a very long time; Yeah, that sounds about right. Last

Re: [E-devel] Evas Utf-8 patch

2006-10-31 Thread Simon TRENY
On Wed, 1 Nov 2006 08:42:00 +0900, Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote : On Tue, 31 Oct 2006 23:21:46 +0100 Simon TRENY [EMAIL PROTECTED] babbled: Hi, Here is a patch that changes the behaviour of evas_common_font_utf8_get_next() and