> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> | I commited herbert's patch enclosed in NO_PEXTRA_REALLY.
Lars> Note that NO_PEXTRA_REALLY stuff will be removed in 1.3.0CVS.
Lars> (since then we only support 1.2.x files)
Yes, but it would be nice to have some file format
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>>>
| Lars> | Lars> Herbert Voss <[EMAIL PROTECTED]> writ
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> Garst R. Reese wrote:
>> At the time of the %t -> %text patch, something went weird with my
>> mini-pages. Two minipages with 44%t separated by an hfil used to
>> appear side by side in lyx.
Herbert> attached a patch also for
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>>
Lars> | Lars> Herbert Voss <[EMAIL PROTECTED]> writes:
Lars> | | Lars> +2002-03-28 Herbert Voss <[EMAIL PROTE
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> Herbert Voss <[EMAIL PROTECTED]> writes: |
| Lars> +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> | + | + * lyxlength.C:
| Lars> compatibility stuff for < 1.1.6fix4 and | + "o
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Herbert Voss <[EMAIL PROTECTED]> writes: |
Lars> +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> | + | + * lyxlength.C:
Lars> compatibility stuff for < 1.1.6fix4 and | + "old" 1.2.0 files
Lars> which use c%, l%, p% t% instead of t
Herbert Voss <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
>
>> Herbert Voss <[EMAIL PROTECTED]> writes:
>> | +2002-03-28 Herbert Voss <[EMAIL PROTECTED]>
>> | +
>> | + * lyxlength.C: compatibility stuff for < 1.1.6fix4 and |
>> +"old" 1.2.0 files which use c%, l%, p% t% instead
Lars Gullik Bjønnes wrote:
> Herbert Voss <[EMAIL PROTECTED]> writes:
>
> | +2002-03-28 Herbert Voss <[EMAIL PROTECTED]>
> | +
> | + * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
> | + "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
> | +
>
> You have to mark thi
Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 28-Mar-2002 Jean-Marc Lasgouttes wrote:
>
>> Do we really want that? These units only appeared in 1.2.0cvs, right?
>> In this case, we do not want code for compatibility with non-released
>> versions. If this is needed for 1.1.x files, things are dif
Herbert Voss <[EMAIL PROTECTED]> writes:
| +2002-03-28 Herbert Voss <[EMAIL PROTECTED]>
| +
| + * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
| + "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
| +
You have to mark this somehow in the code so that we can easil
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
Garst> I think "math" would be clearer. My first thought on seeing it
Garst> was milli-microns. Garst
You don't want to use any of these units, anyway. So why worry :)
JMarc
Jean-Marc Lasgouttes wrote:
>>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>>
>
> Herbert> Another topic: during testing this patch I had following
> Herbert> output
>
> Herbert> oldData= -8mu <--- WHAT IS
>
> Herbert> I never used such length in my testdoc???
>
> In what c
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> Another topic: during testing this patch I had following
Herbert> output
Herbert> oldData= -8mu <--- WHAT IS
Herbert> I never used such length in my testdoc???
In what context does it appear in the doc? "mu" is math unit, sho
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> we need it anyway: changing pextraWidthp() or in this way. I
Herbert> totally agree with you, that a development version is a
Herbert> development version, so the fileformat maybe dynamically!
Herbert> If we do it in this way t
Jean-Marc Lasgouttes wrote:
>>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>>
>
> Herbert> Garst R. Reese wrote:
>
>>>At the time of the %t -> %text patch, something went weird with my
>>>mini-pages. Two minipages with 44%t separated by an hfil used to
>>>appear side by side in
On 28-Mar-2002 Jean-Marc Lasgouttes wrote:
> Do we really want that? These units only appeared in 1.2.0cvs, right?
> In this case, we do not want code for compatibility with non-released
> versions. If this is needed for 1.1.x files, things are different.
But we HAVE people using 1.2.0cvs in th
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
Garst> This could also be related to the
Garst> isLineSeparator stuff. Definitely a regression.
All the isLineSeparator stuff did is disable the code which allowed
for line breaks after Menu Separator or hyphenation marker. If you do
no
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> Garst R. Reese wrote:
>> At the time of the %t -> %text patch, something went weird with my
>> mini-pages. Two minipages with 44%t separated by an hfil used to
>> appear side by side in lyx. The %t went to pt, but changing it to
On 28-Mar-2002 Garst R. Reese wrote:
> bring it up to:
>|minipage|--|minipage|
> With the new code, the backspace deleted the hfill, and it was tricky to
> ge the cursor in the right place to re-insert it. That is why I
Enter first minipage and press "ESC" that should bring you at the
right posi
Garst R. Reese wrote:
> Well, I already fixed up the file I was having problems with, so will
> have to search for another. There were however two problems. One was the
> name change, the other was that formerly I would have:
> |minipage|
> |minipage|
> I could change the widths to 44%t and inser
Garst R. Reese wrote:
> At the time of the %t -> %text patch, something went weird with my
> mini-pages.
> Two minipages with 44%t separated by an hfil used to appear side by side
> in lyx.
attached a patch also for compatibility to version < 1.1.6fix4
and "old" 1.2.0 files.
> The %t went to
Garst R. Reese wrote:
> At the time of the %t -> %text patch, something went weird with my
> mini-pages.
> Two minipages with 44%t separated by an hfil used to appear side by side
> in lyx.
> The %t went to pt, but changing it to %text made one appear under the
> other and lost half of the minip
22 matches
Mail list logo