ButtonController and ButtonPolicy

2001-01-12 Thread Angus Leeming
Allan, I've worked out how to put an abstract ButtonControllerBase in the ControlCitation class, or rather in a class that ControlCitation can be derived from. I have one question regarding your ButtonController class. In the header file there is: // Somebody else owns the FL_OBJECTs

Re: Who!

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> ...wants to do the announcement for LyX 1.1.6? and don't forget Lars> to update the web site... It seems you did not find anybody :) JMarc

Re: Who!

2001-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> ...wants to do the announcement for LyX 1.1.6? and don't forget | Lars> to update the web site... | | It seems you did not find anybody :) :-) so I just used the NEWS +

two small patches

2001-01-12 Thread John Levon
kdetiny.diff just some small kde changes doxygen.diff add some Makefile stuff for generating the source docs with doxygen. If it's officially mandated, it had better be simple to get it up and running :) thanks john -- "If you can't say anything good about someone,

Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
After too long in development we were finally able to release LyX 1.1.6. It won't be this long till next release (promises, promises...). As with all of the 1.1.x versions of LyX, this release contains a lot of new code: in particular, more than half of the changes described in the ChangeLog (w

C++ question

2001-01-12 Thread Angus Leeming
I've managed to create a GUI-I ControlCitation class that stores a pointer to a ButtonController abstract base class. However, in my xforms specific FormViewCitation class, I need to access FormButtonController specific functions and must, therefore, resort to dynamic_cast. Are we allowed to u

Re: two small patches

2001-01-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | kdetiny.diff | You can add this patch your self. I have given you write permission to the kde dir. | just some small kde changes | | doxygen.diff | I'll have a look at tis. Lgb

Re: C++ question

2001-01-12 Thread John Levon
On Fri, 12 Jan 2001, Angus Leeming wrote: > I've managed to create a GUI-I ControlCitation class that stores a pointer to > a ButtonController abstract base class. However, in my xforms specific > FormViewCitation class, I need to access FormButtonController specific > functions and must, ther

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've managed to create a GUI-I ControlCitation class that stores a pointer to | a ButtonController abstract base class. However, in my xforms specific | FormViewCitation class, I need to access FormButtonController specific | functions and must, ther

Re: Who!

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> :-) so I just used the NEWS + some snippets, feel free to add Lars> the news on the web. Done. JMarc

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, 12 Jan 2001, Angus Leeming wrote: | | > I've managed to create a GUI-I ControlCitation class that stores a pointer to | > a ButtonController abstract base class. However, in my xforms specific | > FormViewCitation class, I need to access FormBut

Mathed

2001-01-12 Thread Andre Poenitz
Now that 1.1.6 is out I'd like to point you to a small patch under http://mathematik.htwm.de/tmp/nocast.diff that removes the a few reinterpret_casts<>. It does not touch any functionality, it simply uses the string based functions instead of the (byte *, int) based ones, and removes the la

Re: C++ question

2001-01-12 Thread Angus Leeming
On Friday 12 January 2001 14:25, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | I've managed to create a GUI-I ControlCitation class that stores a > | pointer to a ButtonController abstract base class. However, in my xforms > | specific FormViewCitation class, I need to

Re: C++ question

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I'd realy like to use namespaces. Lars> What compilers have problems? Basically gcc 2.8.x, egcs 1.0.x. JMarc

Re: Mathed

2001-01-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Now that 1.1.6 is out I'd like to point you to a small patch under | | http://mathematik.htwm.de/tmp/nocast.diff | | that removes the a few reinterpret_casts<>. I am in favour of this. Next time a unified diff please. :-) Lgb

figure collapse and automatic numbering

2001-01-12 Thread Anna H.Pryor
I am using lyx on 1.1.5fix2 on Linux (pc). I have a question about the floating figure. When I take a figure and use float and put in a caption, I don't have any problem, however, I was hoping to use it without a caption and just be able to use automatic figure labeling...ie. Figure 1, Figure

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I'd realy like to use namespaces. | | Lars> What compilers have problems? | | Basically gcc 2.8.x, egcs 1.0.x. Yes, but is this namespaces in general or "only" std::?

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
Ronald Florence <[EMAIL PROTECTED]> writes: |OS: sparc-solaris-2.6 | compiler: gcc-2.95.2 G++ is needed. | configure command: ./configure --with-extra-lib=/usr/local/lib | | After going through the usual gyrations to produce the various config | and Makefiles, the con

Re: C++ question

2001-01-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Lars> I'd realy like to use namespaces. | | Lars> What compilers Lars> have problems? | | Basica

Re: C++ question

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 03:51:42PM +0100, Lars Gullik Bj&resh;nnes wrote: > | Basically gcc 2.8.x, egcs 1.0.x. > > Yes, but is this namespaces in general or "only" std::? My compiler (egcs-1.0.3) fails x.C:4: sorry, not implemented: namespace x.C: In function int main()': x.C:11: Test' undeclar

Re: C++ question

2001-01-12 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Fri, Jan 12, 2001 at 03:51:42PM +0100, Lars Gullik Bjønnes wrote: | > | Basically gcc 2.8.x, egcs 1.0.x. | > | > Yes, but is this namespaces in general or "only" std::? | | My compiler (egcs-1.0.3) fails | | x.C:4: sorry, not implemented: namespace |

Re: seminar.layout

2001-01-12 Thread hawk
John jumbled, > On Wed, Jan 10, 2001 at 01:26:25PM -0500, hawk wrote: > > I've never been able to get this one to work, eiher way. I've > > always ended up giving them to secretaries to separate the > > slides and notes :) > Well, it *used* to work a couple of years ago. Don't know what's >

Tables user interface

2001-01-12 Thread John Levon
The current tables interface is much improved, but still has significant user interface problems. It is confusing and misleading, and very non-intuitive. We have one single interface for controlling properties of cells, rows, columns, and the table as a whole. This is the "blue select" interface

Re: Release LyX 1.1.6

2001-01-12 Thread Volker Hess
Hi, First of all: Thanx for your great work! I found a bug in preference dialog using german language environment (LANG=de_DE). Trying: -> Edit (Bearbeiten) -> Preferences (Optionen) -> tab: Outputs (Ausgabe) lyx crashes. System: lyx V1.1.6 - li

Re: Mathed

2001-01-12 Thread Andre Poenitz
> | http://mathematik.htwm.de/tmp/nocast.diff > ... > Next time a unified diff please. :-) Oops, I simply forgot... 1.1.6 seemingly took to long ;-} I updated the patch. 'cvs diff -u' was the command to use, wasn't it? Andre' -- André Pönitz [EMAIL

Release LyX 1.1.6

2001-01-12 Thread Ronald Florence
OS: sparc-solaris-2.6 compiler: gcc-2.95.2 configure command: ./configure --with-extra-lib=/usr/local/lib After going through the usual gyrations to produce the various config and Makefiles, the configure script seemed to spontaneously restart itself and produced the follo

i18n menus

2001-01-12 Thread John Levon
Am I dumb, or did 1.1.6 really go out with i18n'd menus ? Is this an artefact of not doing "make install" ? (I can't reproduce Volker Hess's crash) thanks john -- "Walking down the street, I saw - to be perfectly precise - ten, twenty, fifty, one hundred beggars..." - Tommy Boyd

Re: Release LyX 1.1.6

2001-01-12 Thread Frank Derichsweiler
On Fri, Jan 12, 2001 at 02:39:30PM +0100, Lars Gullik Bjønnes wrote: > [Announcement 1.1.6] Starting the Preferences dialog and selection the Misc page: Move the mouse pointer over one of the arrow buttons for the Autosave interval, that button becomes another color (light) and the tip in the bot

Re: i18n menus

2001-01-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Am I dumb, or did 1.1.6 really go out with i18n'd menus ? Is John> this an artefact of not doing "make install" ? Yes, make install is needed currently for i18n. JMarc

Bug. Using Spanish

2001-01-12 Thread Julio Sergio Santana
I have found an error when LyX uses LaTeX Spanish format: It replaces 'SPC n' with 'ñ'  and 'SPC N' with 'Ñ' within certain blocks like LyX-Code and others. Please see the attachments. --  - Julio Sergio Santana  

Re: Bug. Using Spanish

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 11:08:17AM -0600, Julio Sergio Santana wrote: > I have found an error when LyX uses LaTeX Spanish format: > It replaces 'SPC n' with '?' and 'SPC N' with '?' within certain > blocks like LyX-Code and others. Please see the attachments. You can fix this by putting the foll

Re: Bug. Using Spanish

2001-01-12 Thread John Levon
On Fri, 12 Jan 2001, Dekel Tsur wrote: > On Fri, Jan 12, 2001 at 11:08:17AM -0600, Julio Sergio Santana wrote: > > I have found an error when LyX uses LaTeX Spanish format: > > It replaces 'SPC n' with '?' and 'SPC N' with '?' within certain > > blocks like LyX-Code and others. Please see the at

Re: Release LyX 1.1.6

2001-01-12 Thread Kayvan A. Sylvan
On Fri, Jan 12, 2001 at 02:39:30PM +0100, Lars Gullik Bjønnes wrote: > > > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6.tar.gz > > RPM's will be provided later. My RPMs are now in ftp.sylvan.com:/pub/lyx. Could you grab them and put them

Re: Release LyX 1.1.6

2001-01-12 Thread Peter Suetterlin
Lars Gullik Bjønnes wrote: > > > After too long in development we were finally able to release LyX > 1.1.6. It won't be this long till next release (promises, promises...). > You can get it at: > > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz > ftp://ftp.devel.lyx.org/pub/lyx/lyx-

[PATCH] --with-lyxname fix

2001-01-12 Thread John Levon
The attached patch fixed the --with-lyxname binary naming thing. The manpage is still overwritten, but do we really care that much about that ? Sorry, it also includes the doxygen patch, it was a pain to separate them. thanks john bug page : https://sourceforge.net/bugs/?func=detailbug&bug_id

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
Peter Suetterlin <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > | > After too long in development we were finally able to release LyX | > 1.1.6. It won't be this long till next release (promises, promises...). | | > You can get it at: | > | > ftp://ftp.lyx.org/pub/lyx/st

Re: Release LyX 1.1.6

2001-01-12 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Fri, Jan 12, 2001 at 02:39:30PM +0100, Lars Gullik Bjønnes wrote: | > | > | > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6.tar.gz | > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6.tar.gz | > | > RPM's will be provided later. | | My RPMs ar

Re: Mathed

2001-01-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > | http://mathematik.htwm.de/tmp/nocast.diff | > ... | > Next time a unified diff please. :-) | | Oops, I simply forgot... | | 1.1.6 seemingly took to long ;-} | | I updated the patch. 'cvs diff -u' was the command to use, wasn't it? yes, put tha

Re: Bug. Using Spanish

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 05:32:46PM +, John Levon wrote: > On Fri, 12 Jan 2001, Dekel Tsur wrote: > > You can fix this by putting the following line in the preamble: > > > > \AtBeginDocument{\def~{\nobreakspace{}}} > > > > Is this the "official" solution, or is it actually a LyX bug that sho

Re: figure collapse and automatic numbering

2001-01-12 Thread Martin Vermeer
ri, Jan 12, 2001 at 06:48:34AM -0800, Anna H.Pryor wrote: > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > X-No-Archive: yes > List-Post: > List-Help: > List-Unsubscribe: > Delivered-To: ma

lyx-1_1_6 won't build

2001-01-12 Thread Roland Krause
Hi, I just got a fresh lyx_1_1_6 from cvs today but the build fails. I run ./autogen.sh ./configure --prefix=$USR_LOCAL --with-extra-inc=$USR_LOCAL/include \--with-extra-lib=$USR_LOCAL/lib where USR_LOCAL is /devl/rkrause cause I cant install in /usr/local. make Making all in intl gmake[1]:

Playing with insettabular

2001-01-12 Thread Dekel Tsur
I got annoyed by the cursor handling in insettabular, i.e. the two dummy position in each cell, one before the insettext and one after. So I decided to change that and use only one dummy position. I think that the result is more intuitive to the user. What do other think ? Of course, this patch s

Stupid cucumber in 1.1.6 splash screen

2001-01-12 Thread mike.ressler
Hi guys, I noticed the cucumber escaped from CVS into the 1.1.6 distribution. It's okay for CVS, but doesn't exactly convey the supposed seriousness of the development effort. Please kill it. (No smileys.) Now back to more late documentation ... Mike -- Mike Ressler [EMAIL PROTECTED] OK, I'm

Re: Playing with insettabular

2001-01-12 Thread Dekel Tsur
On Fri, Jan 12, 2001 at 11:38:02PM +0200, Dekel Tsur wrote: > I got annoyed by the cursor handling in insettabular, i.e. the two dummy > position in each cell, one before the insettext and one after. > So I decided to change that and use only one dummy position. > I think that the result is more i

isset conflict in lyx-1.1.6/src/Variables.C

2001-01-12 Thread Bruce Foster
Here is a lyx-1.1.6 compilation failure under HPUX 10.20 using gcc-2.95.2: g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -I/opt/local/include -D_HPUX_SOURCE -fno-rtti -fno-exceptions -c Variables.C In file included from Variables.C:17: Variables.h:31: macro `isset' used with just one

XAPPLRESDIR

2001-01-12 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, recently I posted a message regarding XAPPLRESDIR, which was replied to directly. However the replies I have gotten - and I really appreciated much - did not solve my very basic question. I would ask once again why the binary 1.1.6pre2 does neither look into /usr/lib/X11/app-def

lyx-1.1.6 fails to link (sparc-solaris-2.6, gcc-2.95.2)

2001-01-12 Thread Ronald Florence
os: sparc-solaris compiler: gcc-2.95.2 xforms: 0.88.1 (also tried 0.88) xpm: 4.11 Lyx-1.1.6 compiled but failed to link, with the following error message. The problem seems to be with the object code for insetinclude.o in the .../src/insets/.lib/libinsets.a library. I am a member of the lyx-u

Re: ButtonController and ButtonPolicy

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Angus Leeming wrote: > Allan, > > I've worked out how to put an abstract ButtonControllerBase in the > ControlCitation class, or rather in a class that ControlCitation can be > derived from. Are you sure you want an inheritance relationship? I'm not sure what sort of separa

Re: LyX-Note vs. LaTeX-Comment

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, R. Lahaye wrote: > A "Note" in LyX is not more than what a "comment" is in > LaTeX terminology, or is it? > > 1) Would renaming the concept of "Note" into "Comment" >be more consistent with what it actually is? > > 2) The LyX-note(comment) could be transferred into a >

Re: XAPPLRESDIR

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Dr. Ing. Dieter Jurzitza wrote: > Dear listmembers, > recently I posted a message regarding XAPPLRESDIR, which was replied to > directly. However the replies I have gotten - and I really appreciated much - > did not solve my very basic question. > I would ask once again why t

Re: lyx-1_1_6 won't build

2001-01-12 Thread Allan Rae
On Fri, 12 Jan 2001, Roland Krause wrote: > Hi, Hello. > I just got a fresh lyx_1_1_6 from cvs today but the build fails. > gmake[1]: *** No rule to make target `../lib/layouts/*.layout', needed > by `../src/ext_l10n.h'. Stop. Which version of gmake is this? None of the makes I have access t