Compiling with autoconf 2.60

2006-11-17 Thread Gudjon I. Gudjonsson
Hi I saw that there was some discussion about autogen2.[2-9] but I would like to ask if there is anyone using Debian here? I don't find any version of autoconf in that range, neither in unstable nor testing. The only version is 2.60. Regards Gudjon

Re: Toolbar bugs

2006-11-17 Thread Bo Peng
> * M-x is broken (does not bring up the minibuffer). > > So what exactly do we want M-x to do? It should make the minibuffer visible and focus on it (but not turn it on permanently). You mean hide the toolbar as soon as the user hit enter (and execute the command)? This does not sound right.

Re: Toolbar bugs

2006-11-17 Thread John Levon
On Sat, Nov 18, 2006 at 09:48:05PM +1800, Bo Peng wrote: > * M-x is broken (does not bring up the minibuffer). > > So what exactly do we want M-x to do? It should make the minibuffer visible and focus on it (but not turn it on permanently). > * Command completion in the minibuffer shows a huge

Toolbar bugs

2006-11-17 Thread Bo Peng
Quote from Status.15x: TOOLBARS & MINIBUFFER * When toolbars are hidden, they pop up again after clicking on the document area (Joost 4/11/06). I do not observe this. Is this windows only? * M-x is broken (does not bring up the minibuffer). So what exactly do we want M-x to do? * Command co

Is scons/msvc working?

2006-11-17 Thread Bo Peng
Hi, Uwe, Is scons/msvc working for you now? If not, could you please give me the exact command line and error messages? Bo

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: avoid global static data! Yes, maybe the remaining data could be centralized in one class which will be create and deleted at one place. We should avoid that creation and destruction is handled automatically by the compiler. What do you think I

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Bennett Helm
On Nov 17, 2006, at 11:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's

Re: [patch] num_get facet for wide streams

2006-11-17 Thread Enrico Forestieri
On Fri, Nov 17, 2006 at 08:44:46PM +0100, Georg Baum wrote: > Am Freitag, 17. November 2006 16:33 schrieb Enrico Forestieri: > > This patch implements such facet and will go in later today if > > nobody objects or somebody has a better suggestion. > > Looks OK. I wonder how many of these facets yo

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Peter Kümmel
Georg Baum wrote: > Peter Kümmel wrote: > >> My idea was to use some Loki code for singletons and global static data. > > I don't know Loki, so maybe I am missing something here, but I believe that > we already have everything needed. Yes, we have C++. BTW, next time at a book shop, have a look

Some math symbols are not shown

2006-11-17 Thread Enrico Forestieri
I noticed that some math symbols are not shown on screen. This seems to be platform dependent. The following is a table illustrating the situation on three different platforms. Here "no" means that the symbol is not shown on screen (the symbol is invisible but occupies space: it is as a sort of \ph

Re: [patch] num_get facet for wide streams

2006-11-17 Thread Georg Baum
Am Freitag, 17. November 2006 16:33 schrieb Enrico Forestieri: > This patch implements such facet and will go in later today if > nobody objects or somebody has a better suggestion. Looks OK. I wonder how many of these facets you will need to implement... Georg

[patch] micro-optimization when reading the symbols file

2006-11-17 Thread Enrico Forestieri
The attached patch avoids unnecessary processing of empty lines when reading the symbols file. It is obviously correct so I am going to commit it. -- Enrico Index: src/mathed/MathFactory.C === --- src/mathed/MathFactory.C(revisio

Re: [Cvslog] r15935 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.C

2006-11-17 Thread Peter Kümmel
Andre Poenitz wrote: > On Wed, Nov 15, 2006 at 06:01:46PM -, [EMAIL PROTECTED] wrote: >> void GuiWorkArea::setScrollbarParams(int h, int scroll_pos, int >> scroll_line_step) >> { >> +if (verticalScrollBarPolicy() != Qt::ScrollBarAlwaysOn) >> +setVerticalScrollBarPolicy(Qt::Sc

Re: Splash screen

2006-11-17 Thread Peter Kümmel
Andre Poenitz wrote: > On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: >> Here a totally superfluously patch: > > Erm. > >> +void Splash::finish(int secs) >> +{ >> +if (qsp == 0) >> +return; >> +QTime t = QTime::currentTime().addSecs(secs); >> +while (t > QTi

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-17 Thread Andre Poenitz
On Tue, Nov 14, 2006 at 11:45:50AM +0100, Peter Kümmel wrote: > bool lyx::support::chmod(string const & file, unsigned long int mode) > { > #ifdef HAVE_CHMOD > +#ifdef _MSC_VER > + if (mode == 400 || mode == 040 || mode ==004) > + mode = _S_IREAD; > + else if (mode == 2

Re: Splash screen

2006-11-17 Thread Andre Poenitz
On Tue, Nov 14, 2006 at 01:08:56AM +0100, Peter Kümmel wrote: > Here a totally superfluously patch: Erm. > +void Splash::finish(int secs) > +{ > + if (qsp == 0) > + return; > + QTime t = QTime::currentTime().addSecs(secs); > + while (t > QTime::currentTime()) > + { > +

Re: [Cvslog] r15935 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.C

2006-11-17 Thread Andre Poenitz
On Wed, Nov 15, 2006 at 06:01:46PM -, [EMAIL PROTECTED] wrote: > void GuiWorkArea::setScrollbarParams(int h, int scroll_pos, int > scroll_line_step) > { > + if (verticalScrollBarPolicy() != Qt::ScrollBarAlwaysOn) > + setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn); > + Wou

Re: [Cvslog] r15914 - /lyx-devel/trunk/src/mathed/MathMacroArgument.C

2006-11-17 Thread Andre Poenitz
On Tue, Nov 14, 2006 at 08:15:39AM -, [EMAIL PROTECTED] wrote: > > @@ -33,10 +34,7 @@ > lyxerr << "MathMacroArgument::MathMacroArgument: wrong Argument > id: " > << n << endl; > } > - str_.resize(3); > - str_[0] = '#'; > - str_[1] = stati

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Georg Baum
Peter Kümmel wrote: > My idea was to use some Loki code for singletons and global static data. I don't know Loki, so maybe I am missing something here, but I believe that we already have everything needed. >> avoid global static data! > > Yes, maybe the remaining data could be centralized in

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >>> Abdelrazak> Bennett Helm wrote: > On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: >> Bennett Helm wrote: >>> 1.5.0 alpha crashes

Re: r15955 - in /lyx-devel/trunk/src: lyx_main.C support/docs...

2006-11-17 Thread Abdelrazak Younes
Georg Baum wrote: [EMAIL PROTECTED] wrote: Modified: lyx-devel/trunk/src/lyx_main.C URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/lyx_main.C?rev=15955 == --- lyx-devel/trunk/src/lyx_main.C (original) +++ lyx-

Re: [patch] TOC dialog slider

2006-11-17 Thread Abdelrazak Younes
Ozgur Ugras BARAN wrote: attached patch implement slider in TOC dialog. I have implemented a getDepth function to get the model indices. In my opinion, somebody should derive a new qvariant class for tocModelItem which saves the string data and depth information. that will save the depth calcula

Re: r15955 - in /lyx-devel/trunk/src: lyx_main.C support/docs...

2006-11-17 Thread Georg Baum
[EMAIL PROTECTED] wrote: > Modified: lyx-devel/trunk/src/lyx_main.C > URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/lyx_main.C?rev=15955 > == > --- lyx-devel/trunk/src/lyx_main.C (original) > +++ lyx-devel/trunk/sr

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's the new backtrace: Please try again with last svn. Ab

Re: [patch] chars-transpose

2006-11-17 Thread Georg Baum
José Matos wrote: > On Friday 17 November 2006 1:58 pm, Jean-Marc Lasgouttes wrote: >> >> You are perfectly right Georg. Thanks for doing that. In the same >> vein, we also have patches in >> >> http://bugzilla.lyx.org/show_bug.cgi?id=2840 (save all feature) >> http://bugzilla.lyx.org/show_bug.cgi

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Peter Kümmel wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace:

Re: [patch] chars-transpose

2006-11-17 Thread José Matos
On Friday 17 November 2006 1:58 pm, Jean-Marc Lasgouttes wrote: > > You are perfectly right Georg. Thanks for doing that. In the same > vein, we also have patches in > > http://bugzilla.lyx.org/show_bug.cgi?id=2840 (save all feature) > http://bugzilla.lyx.org/show_bug.cgi?id=2843 (missing braces ar

Re: unicode and filenames

2006-11-17 Thread José Matos
On Friday 17 November 2006 3:10 pm, Jean-Marc Lasgouttes wrote: > Georg> If this is OK I will do this step by step during the next days. > > I think this is OK with me. That is OK with me as well. > JMarc -- José Abílio

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's the new backtrace: Program received signal EXC_BAD_ACCE

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> Bennett Helm wrote: >>> On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: > 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the > backtr

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's the new bac

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Peter Kümmel
Abdelrazak Younes wrote: > Bennett Helm wrote: >> On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: >> >>> Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: >>> >>> Could you try out this patch please? >> >> I still get a crash. Here's the

Re: [patch] TOC dialog

2006-11-17 Thread Ozgur Ugras BARAN
On 11/17/06, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Ozgur" == Ozgur Ugras BARAN <[EMAIL PROTECTED]> writes: Ozgur> In short, there is something weird in cursor control for table Ozgur> floats. (other floats does not have the same problem). Is it with table floats themselves, or

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Looks like prepareExit tries to use _() and the iconv stuff has > already been killed. Probably that the static IconvProcessor (in > utf8_to_ucs4) and the LyX instance are not deleted in the right order. That was exactly the result of my analysis, too. Georg

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Bennett Helm
On Nov 17, 2006, at 10:32 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's

Re: unicode and filenames

2006-11-17 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Currently we have several UNICODE FIXMEs in the code where we > Georg> pass an utf8 encoded filename to an fstream and hope that it > Georg> will work. This is wrong, because the encoding

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out t

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bennett Helm wrote: >> On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: >>> Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: >>> Could you try out this patc

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's the new backtrace: Program received signal EXC_BAD_ACCE

[patch] num_get facet for wide streams

2006-11-17 Thread Enrico Forestieri
On systems where sizeof(wchar_t) == 2 math symbols are shown as red names on screen. This is due to the fact that the symbols file is parsed using an idocstream and the extraction operator chokes on numeric input due to a missing num_get facet. This patch implements such facet and will go in later

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's the new backtrace: Program received signal EXC_BAD_ACCE

Re: [patch] TOC dialog slider

2006-11-17 Thread Ozgur Ugras BARAN
On 11/17/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Ozgur Ugras BARAN wrote: > attached patch implement slider in TOC dialog. > > I have implemented a getDepth function to get the model indices. In my > opinion, somebody should derive a new qvariant class for tocModelItem > which saves the

Re: unicode and filenames

2006-11-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Currently we have several UNICODE FIXMEs in the code where we Georg> pass an utf8 encoded filename to an fstream and hope that it Georg> will work. This is wrong, because the encoding of filenames Georg> depends on the locale on linux.

Re: [patch] TOC dialog

2006-11-17 Thread Jean-Marc Lasgouttes
> "Ozgur" == Ozgur Ugras BARAN <[EMAIL PROTECTED]> writes: Ozgur> In short, there is something weird in cursor control for table Ozgur> floats. (other floats does not have the same problem). Is it with table floats themselves, or table insets? JMarc

[patch] TOC dialog

2006-11-17 Thread Ozgur Ugras BARAN
On 11/16/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Ozgur Ugras BARAN wrote: > Following patch corrects some misbehavior in TOC dialog: > > - When clicking on Toc insets, dialog switches to correct list. > - cursor goes to correct entry when clicked.. > - some other fixes.. I have tested a

unicode and filenames

2006-11-17 Thread Georg Baum
Currently we have several UNICODE FIXMEs in the code where we pass an utf8 encoded filename to an fstream and hope that it will work. This is wrong, because the encoding of filenames depends on the locale on linux. I don't know what it is on windows, I never use non-ascii filenames. My plan to sol

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Bennett Helm
On Nov 17, 2006, at 5:59 AM, Abdelrazak Younes wrote: Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? I still get a crash. Here's the new backtrace: Program received signal EXC_BAD_ACCESS, Could not access

Re: LyX 1.5.0 - alpha 1 (Ruby) is out

2006-11-17 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I'm happy to provide one, but the warnings against using it Bennett> for any real work should be pretty strong. I wonder whether Bennett> what I provide should include debug info, with instructions Bennett> for people to run it v

Re: LyX 1.5.0 - alpha 1 (Ruby) is out

2006-11-17 Thread Bennett Helm
On Nov 17, 2006, at 4:29 AM, José Matos wrote: On Friday 17 November 2006 8:42 am, Jean-Marc Lasgouttes wrote: I did that. Thank you. Would it make sense to have a LyX/Mac or LyX/Win build? I think so, what do others think? For LyX/Mac, I suppose that the fact that one cannot start f

Re: Profile on PPC Mac

2006-11-17 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 17, 2006, at 2:40 AM, Abdelrazak Younes wrote: Bennett Helm wrote: As promised, here's the profile for LyX-1.5 on PPC Mac. I've attached the report text to this e-mail, and placed the QLPainter screen grab here:

Re: [patch] TOC dialog slider

2006-11-17 Thread Abdelrazak Younes
Ozgur Ugras BARAN wrote: attached patch implement slider in TOC dialog. I have implemented a getDepth function to get the model indices. In my opinion, somebody should derive a new qvariant class for tocModelItem which saves the string data and depth information. that will save the depth calcula

Re: Profile on PPC Mac

2006-11-17 Thread Bennett Helm
On Nov 17, 2006, at 2:40 AM, Abdelrazak Younes wrote: Bennett Helm wrote: As promised, here's the profile for LyX-1.5 on PPC Mac. I've attached the report text to this e-mail, and placed the QLPainter screen grab here: Thanks

Re: [patch] chars-transpose

2006-11-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Shame on us! This should not have taken so long. The code was Georg> well written and documented, I immediately understood what it Georg> did. The only nitpick I have are spurious taab characters in Georg> lines that should be empty. I

Re: [patch] TOC dialog

2006-11-17 Thread younes . a
Quoting Ozgur Ugras BARAN <[EMAIL PROTECTED]>: > On 11/16/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > > Ozgur Ugras BARAN wrote: > > > Following patch corrects some misbehavior in TOC dialog: > > > > > > - When clicking on Toc insets, dialog switches to correct list. > > > - cursor goes to

[patch] TOC dialog slider

2006-11-17 Thread Ozgur Ugras BARAN
attached patch implement slider in TOC dialog. I have implemented a getDepth function to get the model indices. In my opinion, somebody should derive a new qvariant class for tocModelItem which saves the string data and depth information. that will save the depth calculation. I'll be glad somebo

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-17 Thread Martin Vermeer
On Fri, 2006-11-17 at 10:33 +0100, Jean-Marc Lasgouttes wrote: > > "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: > > >> We have undo for that... > > christian> Except that I thought undo didn't cover this case (which > christian> could be considered a bug of course). > >

Re: [patch] chars-transpose

2006-11-17 Thread Dov Feldstern
Thanks, Georg! (The only thing is, the svn log message --- for both r15952 and r15951 --- has two small mistakes, I don't know if it matters: 1. should be "bug 2939", not "2393". 2. the dispatch is from file src/text3.c, not src/text.c) Georg Baum wrote: I briefly tested myself both version

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Abdelrazak Younes
Bennett Helm wrote: 1.5.0 alpha crashes every time on quit on Intel Mac. Here's the backtrace: Could you try out this patch please? Thanks in advance, Abdel. Index: lyx_main.C === --- lyx_main.C (revision 15953) +++ lyx_main.C

Re: LyX 1.5.0 - alpha 1 (Ruby) is out

2006-11-17 Thread José Matos
On Friday 17 November 2006 8:42 am, Jean-Marc Lasgouttes wrote: > I did that. Thank you. > Would it make sense to have a LyX/Mac or LyX/Win build? I think so, what do others think? > For LyX/Mac, I suppose that the fact that one cannot start from GUI is > problematic... On the other ha

Re: [patch] chars-transpose

2006-11-17 Thread Georg Baum
José Matos wrote: > On Friday 17 November 2006 7:30 am, Dov Feldstern wrote: >> There is a patch for chars transpose at >> http://bugzilla.lyx.org/show_bug.cgi?id=2939, both against 1.4.X and >> against the main trunk, which is just waiting to be tested and >> committed. I realize that everyone is

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-17 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: >> We have undo for that... christian> Except that I thought undo didn't cover this case (which christian> could be considered a bug of course). This would be a bug indeed. christian> In any case, undo won't help if I have

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-17 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I don't really understand what you propose. Could you Abdelrazak> explain in terms which a newbye user would understand? The last iteration of this idea I came up with is Return (current behaviour, that we keep): *

Re: LyX 1.5.0 - alpha 1 (Ruby) is out

2006-11-17 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> Could someone who has the right privileges (Lars or Jean-Marc) José> put those packages in ftp.devel.lyx.org? José> As I said yesterday I would like to do a broader announce but José> before I would like to have the packages there.

Re: Two questions about TOC bugs

2006-11-17 Thread Ozgur Ugras BARAN
> > I'll do it then. I don't know a one-liner, therefore, the code I'll > write may be a bit brutal.. > > you are warned, sir!! Looks like you already are in your military shoes ;-) Have fun, SIR I WILL SIR!! ;-) Abdel.

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Georg Baum
Peter Kümmel wrote: > Sorry for not having fixed a bug which I've not introduced. No need to be sorry. I am only a bit frustrated that probably the same bug comes again and again. Georg

Re: 1.5.0 alpha crash on quit

2006-11-17 Thread Georg Baum
Abdelrazak Younes wrote: > Looks like I am responsible here but I don't regret anything. I will > review this code and solve the problem before 1.5.0. Fine. Georg

Re: [patch] chars-transpose

2006-11-17 Thread José Matos
On Friday 17 November 2006 7:30 am, Dov Feldstern wrote: > There is a patch for chars transpose at > http://bugzilla.lyx.org/show_bug.cgi?id=2939, both against 1.4.X and > against the main trunk, which is just waiting to be tested and > committed. I realize that everyone is busy with the alpha rele