Am i the only one that gets these message since today
morning ?
I sent a mail to Douglas Ridgway, but he hasn't
probably seen it.
--- postmaster(a)www.praize.com a écrit : > Disk Quota
exceeded.
>
> Message Headers:
>
> Return-Path: <wine-devel-admin(a)winehq.com>
> Received: from admin.praize.com (root@localhost)
> by praize.com (8.11.6/8.11.6) with ESMTP id
> g438pBf16987
> for <gboutwel(a)praize.com>; Fri, 3 May 2002 02:51:11
> -0600
> X-ClientAddr: 207.1.200.18
> Received: from wine.codeweavers.com
> (www.codeweavers.com [207.1.200.18])
> by admin.praize.com (8.11.6/8.11.6) with ESMTP id
> g438pBn16983
> for <gboutwel(a)praize.com>; Fri, 3 May 2002 02:51:11
> -0600
> Received: from localhost.localdomain (wine
> [127.0.0.1])
> by wine.codeweavers.com (8.11.6/8.11.6) with ESMTP
> id g438hJx15330;
> Fri, 3 May 2002 03:43:19 -0500
> Received: from web10107.mail.yahoo.com
> (web10107.mail.yahoo.com [216.136.130.57])
> by wine.codeweavers.com (8.11.6/8.11.6) with SMTP
> id g438gKx15277
> for <wine-devel(a)winehq.com>; Fri, 3 May 2002
> 03:42:20 -0500
> Message-ID:
> <20020503084217.19481.qmail(a)web10107.mail.yahoo.com>
> Received: from [212.129.3.32] by
> web10107.mail.yahoo.com via HTTP; Fri, 03 May 2002
> 10:42:17 CEST
> From: =?iso-8859-1?q?Sylvain=20Petreolle?=
> <spetreolle(a)yahoo.fr>
> Subject: Developers-hints update
> To: wined <wine-devel(a)winehq.com>
> MIME-Version: 1.0
> Content-Type: multipart/mixed;
> boundary="0-1863569578-1020415337=:19454"
> Content-Transfer-Encoding: 8bit
> Sender: wine-devel-admin(a)winehq.com
> Errors-To: wine-devel-admin(a)winehq.com
> X-BeenThere: wine-devel(a)winehq.com
> X-Mailman-Version: 2.0
> Precedence: bulk
> List-Help:
> <mailto:wine-devel-request@winehq.com?subject=help>
> List-Post: <mailto:wine-devel@winehq.com>
> List-Subscribe:
> <http://www.winehq.com/mailman/listinfo/wine-devel>,
>
>
<mailto:wine-devel-request@winehq.com?subject=subscribe>
> List-Id: Wine Developer's List
> <wine-devel.winehq.com>
> List-Unsubscribe:
> <http://www.winehq.com/mailman/listinfo/wine-devel>,
>
>
<mailto:wine-devel-request@winehq.com?subject=unsubscribe>
> List-Archive:
> <http://www.winehq.com/hypermail/wine-devel/>
> Date: Fri, 3 May 2002 10:42:17 +0200 (CEST)
> Status:
>
>
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
Alexandre,
do we really want to install winemine Wine
application by default?
Andriy
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
the server just misses the instruction to notify the wineconsole program of a change in the title... I'll submit a patch tonight
so you can safely implement the TITLE command
you can try adding this in server/console.c (function set_console_input_info, just after the new title is set when the mask
has the SET_CONSOLE_INPUT_INFO_TITLE bit set). This should do it.
evt.event = CONSOLE_RENDERER_TITLE_EVENT;
console_input_events_append( console->evt, &evt );
A+
> Question - I modified WCMD to support the 'TITLE' command which passed it
> through to SetConsoleTitle(A), and a simple program which subsequently calls
> GetConsoleTitle shows that the new value is in effect, but I dont see any
> window title for the WCMD shell.
>
> Is this a limitation of the console handling? (I tried with Managed='Y' and
> with no Managed line in my config file and the result was the same)
>
> Should I submit the patch to support the title command even though it will
> not be displayed currently? Its simple enough to do.
>
> Regards,
> Jason
>
>
>
---------------
Eric Pouech
(http://perso.wanadoo.fr/eric.pouech/)
The future will be better tomorrow,
Vice President Dan Quayle
____________________________________________________________
Faites un voeu et puis Voila ! www.voila.fr
Avec Voila Mail, consultez vos e-mails sur votre mobile Wap.
> Actually Aric and Ulrich helped a lot and they provided us the patch you
> Codeweavers did for your clients and Aric has
> gained permission to open the source. Since he needs to clean up the
> code, he suggested to let him post the patch when it's
> done.
>
> I used it to try for Chinese Input on Notes Client r6. Unfortunately,
> it only works on some controls.
> When I want to type Chinese/Japanese on the mail content area ( do not
> know what kind of widget it is),
> it doesn't show properly. I think it's a bug. Could you kindly help?
> Which segment of code I should trace on?
I have not used Notes R6 extensively but based on my understanding of the
Notes R4 - R5 code, the mail content area is a Notes Rich Text field,
which is implemented internally to Notes. It's not a Windows control
therefore will not be responsive to code that hooks into Windows controls.
Notes is localized for many countries,including, I think, Chinese,
although the Notes R6 Beta is probably US-English only. I suggest you
experiment with a copy of Notes R5 with Chinese localization.
If you need technical details on how localized versions of Notes handle
alternate keyboard input methods, let me know and I'll see what I can dig
up.
Regards,
Dan Schwarz
http://www.winecentric.com/wiki
The Wine Wiki
Hi,
In order to reflect the evolution of the wine tree,
I propose the following patch.
Comments ?
Changelog:
Update of DEVELOPERS-HINTS to reflect the current
state of Wine.
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
I'm currently working on bug 585 - "wine installation
process should install and configure wine
applications".
The first part of the work is done - wine
applications, like regedit are installed by Wine build
process.
I wanted to ask you about correct approach to place
these applications to deploy them.
I think that applications can be called with full
path, with or without extention, names in different
cases. So I'm going to change wineinstall process to
create symbolic links in c:/windows/system32 e.g. for
regedit:
regedit -> /usr/local/bin/wine
regedit.so -> /usr/local/bin/regedit.so
regedit.exe -> /usr/local/bin/wine
regedit.exe.so -> /usr/local/bin/regedit.so
This fixes problems with full path and with using or
not using file extention, but how to handle
case-insensitivity?
Regedit can be called as REGEDIT, RegEdit, Regedit,
regedit. Now multiply this on number of extentions
exe, EXE. This is without considering really fancy
cases, like "ReGeDiT".
Is there a way to handle this problem?
Thanks,
Andriy Palamarchuk
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
I'm sorry, but I don't want to distribute my
MultiMedia codes now...
(I solicited Alexandre to remove my codes)
Please don't use my removed code anymore...
And I sent patches to removing from ReWind too,
but is not applied yet now...
Hidenori
hullo everybody,
i'm new to the wine-devel list, but i was wondering if this:
http://chris.luethy.net/wine/image.jpg
was a known issue. Whenever you drag around flat-edged windows (I'm not
sure what the offical name is in Win32), like the type you see in
Winamp's preferences or any non-resizeable window (thus, the flat edge
window) it leaves behind the white outline of that window (see link
above). I was wondering if anybody is currently working to resolve this
issue, or perhaps this is an issue in my configuration. Any hints?
--
Chris Thielen
chris(a)luethy.net