between beers

2001-06-20 Thread Garst R. Reese
Alice asked if there was not a way to convert highlighted text to lower case. Bon voyage. Garst

Sponsorship news coverage

2001-06-20 Thread Allan Rae
I submitted an expanded press release to linuxpr.com and to lwn.net. Take a look at http://linuxpr.com/releases/3855.html LWN finally got around to listing the developers meeting in their Events section -- they also cover the sponsorship announcement there. It seems money really does talk. Al

Re: www-user(css) version 2.0

2001-06-20 Thread Allan Rae
On Wed, 20 Jun 2001, Michael Koziarski wrote: > The patch for www-user is done and is available at: > > http://www.koziarski.org/LyX/ > > The www-devel patch is an old one. Once we have the patch committed > I'll start the work on changing over www-devel. it should be pretty So you want _both

Ç¿´óµÄ"º£Ììһɫ"רҵÁÄÌì·þÎñÆ÷ 2.0Ãâ·ÑÏÂÔØÊÔÓã¬Ö»ÊÛ1000ÔªÈËÃñ±Ò£¿C++¿ª·¢¶ÀÁ¢ÔËÐУ¬Ò×°²×°Ò×ʹÓü۸ñ»¹Ìرð±ãÒË£¡

2001-06-20 Thread info
Title: º£Ìì-ÁÄÌì·þÎñ2.0°æ |º£ÌìÊ×Ò³| |Ãâ·ÑÏÂÔØ| |¼¼ÊõÖ§³Ö| |¼´Ê±ÓïÕ¾µã| |¹ØÓÚº£Ìì| |ÁªÏµÎÒÃÇ| Óû§Ãû: ÃÜÂë:

Re: mathed85.diff

2001-06-20 Thread Dekel Tsur
On Wed, Jun 20, 2001 at 07:21:53PM +0200, Andre Poenitz wrote: > > Bozano input (would be nice if you could fetch this somehow, Juergen): > > Aehm... Under > >http://mathematik.htwm.de/tmp/mathed85.diff [or mathed85.diff.gz] There are files missing from the patch: xarray.[Ch] lib/*

Re: mathed85.diff

2001-06-20 Thread Andre Poenitz
> Bozano input (would be nice if you could fetch this somehow, Juergen): Aehm... Under http://mathematik.htwm.de/tmp/mathed85.diff [or mathed85.diff.gz] of course. And: THIS IS NOT MEANT TO BE USED FOR SERIOUS WORK. Andre' -- André Pönitz .

mathed85.diff

2001-06-20 Thread Andre Poenitz
Bozano input (would be nice if you could fetch this somehow, Juergen): Diff of my tree vs. current CVS head. Since 83: - complete removal of MathXIterator - partial fix of the broken cursor Basic cursor movement including positioning with mouseclick should work again, as should (single c

Re: Patch LyX 1.1.6fix3: use frenchb guillemets

2001-06-20 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: Yves> Here's a proposed patch to use frenchb's guillemets \og and \fg Yves> (which have proper spacing) when using frenchb. The current code Yves> does it only when fontenc != T1 -- not frequent among French Yves> writers (: I keep saying

Re: Towards LyX 1.1.6fix3 (status update #2)

2001-06-20 Thread Jean-Marc Lasgouttes
> "Roman" == Roman Maurer <[EMAIL PROTECTED]> writes: Roman> IMHO it would be very good to apply Lars's fix for non-Latin-1 Roman> keyboards to 1.1.6fix3. Without that patch non-experienced LyX Roman> Slovenian users won't be able to use LyX in a simple way. I thought about this, but somebod

Re: small bufferview func question

2001-06-20 Thread Edwin Leuven
> > In BufferView_pimpl.C:1036 > > in the function void BufferView::Pimpl::cursorToggle() > > the function sigchldhandler(int, int *) > > is called, which is a function from the spellcheck code. > > Shouldn't sigchldchecker(int, int *) be called instead? > > Why do you think this is the right one