On 2/5/07, Angus Leeming <[EMAIL PROTECTED]> wrote:
I think that INSTALL.Win32 should state that Microsoft is happy to have
msvcp80.dll and msvcr80.dll distributed with the LyX installer. See
attached, which I'd recommend be committed.
Looks reasonable. Applied.
Bo
On Thu, Oct 04, 2001 at 12:23:51PM +0200, Jean-Marc Lasgouttes wrote:
> > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes:
>
> adrien> Thanks for having it applied. I have noticed there are three
> adrien> characters which do not need that protection : degree,
> adrien> masculine and fe
On Thu, Sep 27, 2001 at 11:29:10AM +0200, Jean-Marc Lasgouttes wrote:
> > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes:
>
> adrien> Hello, Here is a small patch to ensure some math-specific
> adrien> characters are treated in latin9 as well as in latin1.
>
> Indeed. it makes sense.
> Fantastic!!! Somebody else using the controllers! Welcome aboard!
Glad you liked the brochure. Hope you will like the trip. ;-)
Ed.
> Angus, I hope to have some time soon to help along with this quest to MVCise
> the rest of the dialogs. Can you possibly tell the mailing list when you
start
> working on a dialog so any work doesn't clash ?
;-)
Sure. Since last commit FormError is done and FormInclude is being done. This
me
On Thu, 22 Mar 2001, Angus Leeming wrote:
> On Thursday 22 March 2001 14:43, Edwin Leuven wrote:
> > I will do the following:
> >
> > 1.
> >
> > frontends/xforms/FormSpell.[Ch]
> > frontends/xforms/form_spell.[Ch]
> > frontends/xforms/forms/form_spell.fd
> >
> > 2.
> >
> > frontends/controll
On 22-Mar-2001 Edwin Leuven wrote:
> Do you agree?
I do!
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen Web:
On Thursday 22 March 2001 14:43, Edwin Leuven wrote:
> I will do the following:
>
> 1.
>
> frontends/xforms/FormSpell.[Ch]
> frontends/xforms/form_spell.[Ch]
> frontends/xforms/forms/form_spell.fd
>
> 2.
>
> frontends/controllers/ControlSpell.[Ch]
>
> where the controller uses the present sp
> I had a look at the patch! I thought it was a GUII patch but what you did
> is just moving some functions around! IMO this is not good it just makes
> spellchecker.C more complicated. If you want to remove those functions
> from BufferView, then IMO it's better to move them inside a new file
> (
On 21-Mar-2001 Edwin Leuven wrote:
> Hi All,
>
Hi Edwin!
> As a first hesitant step towards cleaning up the spellcheck code (and move it
> to frontends) this patch moves some functions out of BufferView into the
> spellcheck code. It's perhaps not very pretty but I don't see why we have
I
On 22-Mar-2001 Edwin Leuven wrote:
> Please tell me if these questions are too ignorant and stupid to merit a
> reply:
No they aren't but I didn't have time yesterday to have a look at your
patch. I hopefully have time today and then I'll answer you (as much as
I can/and know ;)
Jürgen
> Please tell me if these questions are too ignorant and stupid to merit a
> reply:
Not really, I'd just expected other people to take care of it since it is
not my ballpark. Anyway:
> > As a first hesitant step towards cleaning up the spellcheck code (and move
> > it to frontends) this patch m
Please tell me if these questions are too ignorant and stupid to merit a
reply:
> As a first hesitant step towards cleaning up the spellcheck code (and move
> it to frontends) this patch moves some functions out of BufferView into the
> spellcheck code. It's perhaps not very pretty but I don't s
Edwin Leuven <[EMAIL PROTECTED]> writes:
| I also noticed the new member Last() in LyXParagraph. As far as I can see
| Last() is now called where before size() was called. So my question: why add
| a new member Last() instead of #ifndef'fing size()?
The opposite is true. Last() is beeing remov
On 19-Feb-2001 Angus Leeming wrote:
> could someone please apply this patch --- I don't think I have write
> permissions to all relevant directories.
I'll apply it!
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail: [EMAIL PRO
Andre Poenitz <[EMAIL PROTECTED]> writes:
| ... under http://mathematik.htwm.de/tmp/kbmap.diff
|
| It only replaces this home made storages scheme for 'sequence' and
| 'modifiers' with std::vector.
|
| Next step should be replacing this 'if length is negative' hack...
I decided to include th
John Levon <[EMAIL PROTECTED]> writes:
| > Only one bad: is not a valied type is.
|
| is this another C/C++ incompatibility ?
|
| just out of interest
No, not anymore in C99 implicit types are disallowed just as in C++.
Lgb
On 3 Nov 2000, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> | ... under http://mathematik.htwm.de/tmp/kbmap.diff
> |
> | It only replaces this home made storages scheme for 'sequence' and
> | 'modifiers' with std::vector.
>
> I like it a lot. This will be the fi
Andre Poenitz <[EMAIL PROTECTED]> writes:
| ... under http://mathematik.htwm.de/tmp/kbmap.diff
|
| It only replaces this home made storages scheme for 'sequence' and
| 'modifiers' with std::vector.
I like it a lot. This will be the first thing to happen after 1.1.6 is
released.
Only one bad:
On 19-Sep-2000 Angus Leeming wrote:
> The small patch attached to this mail enables error and warning free
> compilation of the kde frontend using DEC cxx. Patch made against today's
> (19Sep) CVS.
Applied!
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
On 10-Jul-2000 Angus Leeming wrote:
> I reported this DEC cxx warning a few days ago. It seems that the consensus was
> that Inset::deleteLyXText should be a const function, but the code hasn't been
> updated. If it makes life easier, here is the patch. Could someone
> apply it, please.
>
Thank
Angus Leeming <[EMAIL PROTECTED]> writes:
| I've just returned from a few days in Andalucia to find masses and masses of
| LyX mail in my in tray. Such a busy project! Anyway, having read it all, I note
| that Lars says that #pragma definitions should come before #include
| s.
Only the include t
"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| "Asger K. Alstrup Nielsen" wrote:
| >
| > > Here's a small patch to external_templates, which I think will save many
| > > trips to the man hole.
| >
| > Garst, thank you for reading the fig2dev man page for me.
| > I would appreciate it if somebod
"Asger K. Alstrup Nielsen" wrote:
>
> > Here's a small patch to external_templates, which I think will save many
> > trips to the man hole.
>
> Garst, thank you for reading the fig2dev man page for me.
> I would appreciate it if somebody applied this patch.
>
> Thanks,
>
> Asger
Your welcome.
On 20-Jun-2000 Asger K. Alstrup Nielsen wrote:
>> Here's a small patch to external_templates, which I think will save many
>> trips to the man hole.
>
> Garst, thank you for reading the fig2dev man page for me.
> I would appreciate it if somebody applied this patch.
>
Done!
Jürgen
-._-._
> Here's a small patch to external_templates, which I think will save many
> trips to the man hole.
Garst, thank you for reading the fig2dev man page for me.
I would appreciate it if somebody applied this patch.
Thanks,
Asger
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> I've taken a look at various documentclasses, and when I looked
Dekel> at hollywood.layout, I got annoyed by the fact that the
Dekel> Parenthetical layout only draws ( and not ). So I quickly
Dekel> created a patch that fixes it (I've
Jean-Marc Lasgouttes wrote:
>
> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
>
> Garst> I do hope that the ability to edit labels does not get lost.
>
> No, but since the patch contains other stuff we are waiting a bit to
> apply it. At least this feature should definitely go in.
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
Garst> I do hope that the ability to edit labels does not get lost.
No, but since the patch contains other stuff we are waiting a bit to
apply it. At least this feature should definitely go in.
JMarc
Dekel Tsur wrote:
>
> I've taken a look at various documentclasses, and when I looked at
> hollywood.layout, I got annoyed by the fact that the Parenthetical layout
> only draws ( and not ). So I quickly created a patch that fixes it (I've
> already done most of the work when I added support for
Dekel Tsur wrote:
>
> I've taken a look at various documentclasses, and when I looked at
> hollywood.layout, I got annoyed by the fact that the Parenthetical layout
> only draws ( and not ). So I quickly created a patch that fixes it (I've
> already done most of the work when I added support for
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> | Index: lib/reLyX/Makefile.am |
>> ===
>> | RCS file:
>> /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v |
>> retrieving revision 1.4 | diff -p -u -r1.4 Makefile
> | Index: lib/reLyX/Makefile.am
> | ===
> | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v
> | retrieving revision 1.4
> | diff -p -u -r1.4 Makefile.am
> | --- lib/reLyX/Makefile.am 2000/03/27 15:34:41 1.4
>
Angus Leeming <[EMAIL PROTECTED]> writes:
| Index: lib/reLyX/Makefile.am
| ===
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v
| retrieving revision 1.4
| diff -p -u -r1.4 Makefile.am
| --- lib/reLyX/Makefile.am
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> This has been irritating me for ages, so I finally sorted it
Angus> out! Results in warning-free compiles with egcs-1.1.2 when the
Angus> X header files have no return type defined.
You changes seem reasonable, so I'll include the
35 matches
Mail list logo