On Fri, 16 Feb 2001, Angus Leeming wrote:
> On Friday 16 February 2001 00:32, Allan Rae wrote:
[...]
> For example, in the citation dialog, clicking on an entry in either browser
> activates the appropriate (up, down, transfer, delete) buttons and displays
You could extend buttoncontroller to do
On Fri, 16 Feb 2001 [EMAIL PROTECTED] wrote:
[...]
> po/Makefile.in.in from current CVS works fine. Can someone check this
> into the 1.1.6fix branch?
JMarc, I think the changes should be safe to put into 1.1.6 now. Do you
want to merge it or shall I?
Just need the latest po/Makefile.in.in and
On Fri, Feb 16, 2001 at 10:34:50AM +1000, Allan Rae wrote:
> On Thu, 15 Feb 2001, Michael Schmitt wrote:
> > in the citation dialog there is a problem with the OK button:
> >
> > 1. Select a citation
> > 2. Select another citation
> > 3. Remove one of the two citations
> > 4. Click on the other ci
On Fri, Feb 16, 2001 at 08:54:45AM -0800, [EMAIL PROTECTED] wrote:
> On Fri, 16 Feb 2001, Juergen Vigna wrote:
> > On 15-Feb-2001 Michael Schmitt wrote:
> > > However, it is my impression that 1.1.6 has been released a bit too early
> >
> > Well the problem is that we wouldn't have found all the p
On Fri, 16 Feb 2001, Juergen Vigna wrote:
> On 15-Feb-2001 Michael Schmitt wrote:
> > However, it is my impression that 1.1.6 has been released a bit too early
>
> Well the problem is that we wouldn't have found all the problems with
> the tabulars so fast if we wouldn't have released it to public
Oops here it comes...
--
André Pönitz [EMAIL PROTECTED]
? mathedbug2.diff
Index: ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v
retrieving revision 1.1
The bug was inserted by a patch on 12th Feb between 12:55 and 12:58 I
attach the relevant parts of the diff to this message. Maybe the
responsible person could have a look again. I suppose you know your
handwriting ;-)
Moreover, it would be really nice if not too many people would interfere
dur
> "Me" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Me> The corresponding extended syntax regexp would be
Me> LRegex reg1("\\)* *\\(([^ )]+).*");
Me> But I believe regcomp uses the first syntax by default. Sorry I
Me> can't be more specific, I am sick at home right now.
Of course I
- Forwarded message from claude HIEBEL <[EMAIL PROTECTED]> -
From: claude HIEBEL <[EMAIL PROTECTED]>
Subject: good Lyx quality and a few question
To: [EMAIL PROTECTED]
Date: Fri, 16 Feb 2001 13:36:15 +0100
Organization: ALCATEL
X-Mailer: Mozilla 4.7 [fr] (WinNT; I)
X-Accept-Language: fr
The patch :
http://www.movement.uklinux.net/patches/lyx/filevarious.diff.gz
implements a GUIised FileDialog, adds --with-lyx-version, and fixes various
little things.
cvs add src/frontends/xforms/forms/form_filedialog.fd
src/frontends/xforms/forms/form_filedialog.C.patch
src/frontends/xforms
On Fri, 16 Feb 2001, Pascal Francq wrote:
> Hi,
> I have just donwload the latest stable release of lyx (1.1.6fix1) and I try
> to compile it with kde as frontend. When I run the configure script, I have
> the following message:
>
> configure: error: Found Qt 2 - you must specify the path to t
I'll try to get rid of fcode_ later.
Note that with current CVS there is a problem:
There are only two columns in math arrays...
Andre'
PS: This patch is independent of this error...
--
André Pönitz [EMAIL PROTECTED]
? mathed22.diff
? mathedbug.dif
Hi,
I have just donwload the latest stable release of lyx (1.1.6fix1) and I try
to compile it with kde as frontend. When I run the configure script, I have
the following message:
configure: error: Found Qt 2 - you must specify the path to the Qt 1 headers
and libraries
First I supposed that
> "Mark" == Mark van Rossum <[EMAIL PROTECTED]> writes:
Dekel, this related to the problem I commented on last time this was
raised. The regexp as it stands does not make sense.
If it is a non extended syntax re (I think this is the default), we
shoule have something like
LRegex reg1(")* *(
A trivial patch to some .cvsignore files in boost/
Index: boost/.cvsignore
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- boost/.cvsignore2001/02/13 15:33:29
[EMAIL PROTECTED] writes:
| <[EMAIL PROTECTED]> writes:
|
| >> This depends upon what compiler you use.
| >> Gcc is mostly well supported.
| >>
| >> Lgb
|
| [cghan@cellular cghan]$ gcc -v
| Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
| gcc version 2.96 200
Andre Poenitz <[EMAIL PROTECTED]> writes:
| > Can you recreate this (if needed to avoid ) so that we wont get
| > conflicts.
|
| I attach a new diff against my current tree.
I am sorry but I worked offline yesterday... and of course I did some
mathed changes... I must ask you to redo again...
On Friday 16 February 2001 00:32, Allan Rae wrote:
> Maybe they shouldn't have callbacks at all then?
> The point of input is to do input checking and make changes to interface
> as appropriate.
[snip explanation of how input() should work...]
> In simple terms, for the case you are trying to fi
On 15-Feb-2001 Michael Schmitt wrote:
> However, it is my impression that 1.1.6 has been released a bit too early
> because,
> e.g., the table handling is incomplete and causes a lot of pain in practice.
>>From a user's point I recommend to continue to work with 1.1.5fix2 (which is
> _very_ stab
On 15-Feb-2001 Garst R. Reese wrote:
> Well, I compiled cvs --with-pspell and now, when I run spellchecker it
> says unable to load the aspell module. I presume I am doing something
> wrong.
[snip]
> similar for libpspell and libpspell-modules and libpspell-impl
> Note that if I don't configure
On Wed, Feb 14, 2001 at 11:04:54AM +1000, Allan Rae wrote:
> On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote:
>
> > On Tue, Feb 13, 2001 at 05:36:39PM +1000, Allan Rae wrote:
> > > On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote:
> > > > 1. Don't assume the system grep understands -E. Use egrep instead.
21 matches
Mail list logo