*** Recent ChangeLog entries:
--- ChangeLog.previous Fri Jun 8 09:23:04 2001
+++ dia/ChangeLog Fri Jun 8 23:36:30 2001
@@ -1,3 +1,13 @@
+2001-06-08 Cyrille Chepelov <[EMAIL PROTECTED]>
+
+ * plug-ins/xfig/xfig-import.c: corrected a typo (fixes #55910)
+
+ * objects/UML/life
Since v0.88.1 most of the UML objects wont redraw properly when
moved to the left of the Y-Axis.
___
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list
I think it's a bit early to make unicode support mandatory. On Debian,
there is not yet a libunicode in the stable distribution. We should wait
for at least that (and probably the same for other distros, but I haven't
checked those).
-Lars
--
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause
On Sat, 09 Jun 2001, F. Paquet wrote:
> Since v0.88.1 most of the UML objects wont redraw properly when
> moved to the left of the Y-Axis.
What do you mean, "left of the Y-axis"? I can't seem to reproduce any
problematic behaviour.
-Lars
--
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)
Hi all,
while I've been advocating the fun side of keeping a bazillion
translations in the same file a few weeks ago, I've now come to a few
conclusions:
1) this won't scale past the half dozen languages we have in sheets.
Certainly not to all the languages we have in PO files.
Le sam, jun 09, 2001, à 11:34:38 +0200, F. Paquet a écrit:
> Since v0.88.1 most of the UML objects wont redraw properly when
> moved to the left of the Y-Axis.
I can't reproduce this (CVS head, a half dozen objects tried, X over SSH
session). Either someone fixed this since 0.88.1 (perhaps the mo
On Sat, 9 Jun 2001, Cyrille Chepelov wrote:
> Hi all,
>
>while I've been advocating the fun side of keeping a bazillion
> translations in the same file a few weeks ago, I've now come to a few
> conclusions:
> 1) this won't scale past the half dozen languages we have in sheets.
> Certain
On Sat, 9 Jun 2001, Cyrille Chepelov wrote:
[...]
> For all these reasons, and because I had a very boring Friday with a
> Python editor but not my dia tree, I've begun to write a sheet-xgettext
> program. What I want is to move sheet translations off the sheet files,
> and back into the primary
Just wanted you all to know that 0.88.1 is in Debian testing. According to
rpmfind, it's also in PLD and Mandrake.
-Lars
--
Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause) | Hårdgrim of Numenor
"I do not agree with a word that you say, but I| Retainer of Sir Kegg
will defend to the dea
To Whom it may concern
My name is Kapil Johri and I am an MSc student studying Computer Science, at Kings college, London. A major component of my MSc is my Thesis which I am currently researching into. As part of this thesis I am researching into UML editing tools (In particular Forward & Revers
According to Cyrille Chepelov <[EMAIL PROTECTED]>:
>
> [***] Yes, I know that UTF-8 is actually just a payload encoding standard for
> multi-byte characters of relatively arbitrary length, and that the meaning
> of which sequence of bytes means what character is left to the underlying
> encoding.
Le sam, jun 09, 2001, à 08:19:42 -0500, Lars Clausen a écrit:
> 1) If other people distribute sheets and shapes, they can't put the
> translations into Dia's .po files. So the translation will still be done
> in the sheets for sheets outside the Dia distro. Thus the translation
> support must s
According to Lars Clausen <[EMAIL PROTECTED]>:
>
> Just wanted you all to know that 0.88.1 is in Debian testing. According to
> rpmfind, it's also in PLD and Mandrake.
unstable powerpc still have 0.83 :-(
Hub
___
Dia-list mailing list
[EMAIL PROTEC
Le sam, jun 09, 2001, à 09:05:11 +0800, James Henstridge a écrit:
> It acts as a small wrapper around the gettext build scripts
> (po/Makefile.in.in), adding support for extracting and merging from
> various other formats. It should be trivial to add support for dia sheet
> files, and once that
Le sam, jun 09, 2001, à 06:52:07 -0500, Lars Clausen a écrit:
>
> I think it's a bit early to make unicode support mandatory. On Debian,
> there is not yet a libunicode in the stable distribution. We should wait
> for at least that (and probably the same for other distros, but I haven't
> check
Le sam, jun 09, 2001, à 06:13:32 +0200, Cyrille Chepelov a écrit:
> Mmmmhhh... Looks like it does what my code does (but in a more generic way).
> My little script (attached here) is more crude: it just snarfs all strings
forgot it...
--
Grumpf.
# This program extracts sheet translations a
Le sam, jun 09, 2001, à 05:40:28 +0200, Hubert Figuiere a écrit:
>
> What about using UCS-2 instead for internal purpose ?
Hmmm I don't know. What happens when finally UCS-2 gets dropped in
favour of UCS-4 ? (UCS-2 is not enough to completely represent Han
characters). Besides, GTK/GNOME is
Le sam, jun 09, 2001, à 06:00:38 +0200, Hubert Figuiere a écrit:
> According to Lars Clausen <[EMAIL PROTECTED]>:
> >
> > Just wanted you all to know that 0.88.1 is in Debian testing. According to
> > rpmfind, it's also in PLD and Mandrake.
>
> unstable powerpc still have 0.83 :-(
Do you know
According to Cyrille Chepelov <[EMAIL PROTECTED]>:
>
> Do you know whether it's an autobuilder problem, or if it's a real build
> problem ?
>
> (are all dependencies of dia compilable for PPC ?)
FYI it works on powerpc...
I compile current CVS only with debian packages...
Hub
__
On Sat, 9 Jun 2001, Cyrille Chepelov wrote:
> Le sam, jun 09, 2001, à 09:05:11 +0800, James Henstridge a écrit:
>
> > It acts as a small wrapper around the gettext build scripts
> > (po/Makefile.in.in), adding support for extracting and merging from
> > various other formats. It should be trivia
On Sat, 9 Jun 2001, Hubert Figuiere wrote:
> According to Cyrille Chepelov <[EMAIL PROTECTED]>:
> >
> > [***] Yes, I know that UTF-8 is actually just a payload encoding standard for
> > multi-byte characters of relatively arbitrary length, and that the meaning
> > of which sequence of bytes means
On Sat, 9 Jun 2001, Chris Mullett wrote:
> I have just down loaded the Dia programs from the Nonags web site. On
> trying to run the program the following two error messages appear in a
> dos window. Any ideas?
>
> 1) Could not create per-user dia directory
> 2) file gstrfuncs.c: line 160 asser
I have just down
loaded the Dia programs from the Nonags web site. On trying to run the program
the following two error messages appear in a dos window. Any
ideas?
1) Could not create
per-user dia directory
2) file gstrfuncs.c:
line 160 assertion "string1 !=null" failed
Regards
Chris
23 matches
Mail list logo