Re: r21851 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Biblio...

2007-11-28 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: poenitz Date: Thu Nov 29 08:04:28 2007 New Revision: 21851 URL: http://www.lyx.org/trac/changeset/21851 Log: Move debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp,h} to support/. Now support/* should have no dependencies on src/* anymore. At last! ;-) Abdel.

Re: LyX for bilingual editions and literary studies

2007-11-28 Thread cmiramon
Pavel Sanda wrote: > Hello, > > among others I use LyX for translation work and as I saw on users list I'm > not the only one. There are few features which would help me a lot, > namely: > > - displaying the appropriate parts of texts in parallel in some sensible > GUI (I > had to run two wind

Re: Compile Error

2007-11-28 Thread José Matos
On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: > > > > I had that recently in a clean tree. :-( > > That is weird... What do you call 'clean'? A fresh checkout. I tested this on the machine I use to track Fedora development branch (rawhide). > JMarc -- José Abílio

Re: Compile Error

2007-11-28 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > On Wednesday 28 November 2007 07:51:00 [EMAIL PROTECTED] wrote: >> > *** No rule to make target `../ButtonPolicy.cpp', needed by >> > `ButtonPolicy.lo'. Stop. >> >> try "make distclean". this is an automake dependency tracking bug, >> I think. > > I had

Re: Compile Error

2007-11-28 Thread José Matos
On Wednesday 28 November 2007 07:51:00 [EMAIL PROTECTED] wrote: > > *** No rule to make target `../ButtonPolicy.cpp', needed by > > `ButtonPolicy.lo'. Stop. > > try "make distclean". this is an automake dependency tracking bug, > I think. I had that recently in a clean tree. :-( > JMarc --

Re: new tex2lyx version

2007-11-28 Thread José Matos
On Tuesday 27 November 2007 15:05:16 Uwe Stöhr wrote: > > The process is not that you dump a big tex2lyx patch and then others > > are required to try it out. A better approach would have been first to > > implement the missing features in 245 that you could fix (actually, we > > are probably at 24

Re: new tex2lyx version

2007-11-28 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Juergen Spitzmueller wrote: >> I would suggest to implement those features that are covered by 245 >> (\inputencoding and such) and then move on upwards. When we reach 247, we >> _have_ to implement unicode in a first step, then move ahead. > > We sh

compiler warning

2007-11-28 Thread Juergen Spitzmueller
LyXFunc.cpp: In function 'void lyxactOnUpdatedPrefs(const lyx::LyXRC&, const lyx::LyXRC&)': LyXFunc.cpp:2260: warning: enumeration value 'RC_EXAMPLEPATH' not handled in switch Jürgen

Re: new tex2lyx version

2007-11-28 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: I would suggest to implement those features that are covered by 245 (\inputencoding and such) and then move on upwards. When we reach 247, we _have_ to implement unicode in a first step, then move ahead. We should probably define what does "implement unicode" mean...

Re: new tex2lyx version

2007-11-28 Thread Juergen Spitzmueller
Uwe Stöhr wrote: > But you have to give me a chance to work on tex2lyx!: Certainly. And I really appreciate your effort. > - When I introduce support for a LyX 1.5 or 1.6 feature and leave the > fileformat to 245, you complain that tex2lyx may produce incorrect output > (Have you tested that thi

Re: RegressionListSVN should go to bugzilla now.

2007-11-28 Thread Abdelrazak Younes
Uwe Stöhr wrote: > You added this item to the regression list: > > since 26-11-2007 LyX cannot save backup files. > > What's that? Please give a recipe. FYI I've modified extensively everything about file handling > (the FileName class). - Create a new file - Save it -> newfile1.lyx - mo

Re: [Cvslog] r21843 - in /lyx-devel/trunk/src: Buffer.cpp ConverterCac...

2007-11-28 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Wed, Nov 28, 2007 at 09:01:50AM -, [EMAIL PROTECTED] wrote: Author: younes Date: Wed Nov 28 10:01:49 2007 New Revision: 21843 URL: http://www.lyx.org/trac/changeset/21843 Log: * FileName: - removeFile(): replace unlink - copyTo(): add 'overwrite' parameter. * ge

Re: [From LyX User's List] Re: Exporting to Rich Text Format with latex2rtf, issues and a fix

2007-11-28 Thread Wilfried
Hello all, we just finished a new release of the latex2rtf converter. It is available from http://sourceforge.net/projects/latex2rtf The package "latex2rtf-win-gui" contains the latex2rtf program plus a Graphical User Interface (GUI) and an automatic installer. It works for Win NT, 2000, XP, 2003,

Re: new tex2lyx version

2007-11-28 Thread Uwe Stöhr
> So tex2lyx produces an invalid LyX file now. This is not a way we should go, > IMO. But you have to give me a chance to work on tex2lyx!: - When I introduce support for a LyX 1.5 or 1.6 feature and leave the fileformat to 245, you complain that tex2lyx may produce incorrect output (Have you t

Re: [Cvslog] r21843 - in /lyx-devel/trunk/src: Buffer.cpp ConverterCac...

2007-11-28 Thread Enrico Forestieri
On Wed, Nov 28, 2007 at 09:01:50AM -, [EMAIL PROTECTED] wrote: > Author: younes > Date: Wed Nov 28 10:01:49 2007 > New Revision: 21843 > > URL: http://www.lyx.org/trac/changeset/21843 > Log: > * FileName: > - removeFile(): replace unlink > - copyTo(): add 'overwrite' parameter. > > * getcwd.c

Re: fat includes

2007-11-28 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > Note that this would also allow us to "magically" pipe "unmodified" > std::strings and docstrings into the same "stream" and therefore > simplify the calling code by removing the need for 170 (rough > guesstimate by grep -R -i -A2 lyxerr | grep to_utf8