Dear all
Sorry for my late.
I am very glad to license my contributions to Lyx under the Gnu
General Public Licence, version 2 or later.
Best Regards
Huang Ying
Andreas Vox <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
>>
>> Andreas Vox <[EMAIL PROTECTED]> writes:
>
| ...
>> | The idea is to try a hardcoded list of additional directories
>> | (currently /usr/local/bin, /opt/local/bin, /sw/bin
>> | and /usr/local/teTeX/
Lars Gullik BjÃnnes <[EMAIL PROTECTED]> writes:
>
> Andreas Vox <[EMAIL PROTECTED]> writes:
...
> | The idea is to try a hardcoded list of additional directories
> | (currently /usr/local/bin, /opt/local/bin, /sw/bin
> | and /usr/local/teTeX/bin/powerpc-darwin-current)
> | if some executable is
Kornelia Poenitz <[EMAIL PROTECTED]> writes:
| Fixed by removing a really ancient hack.
>
| Please check & apply.
People, if this tests out to be ok, then please commit.
--
Lgb
Andreas Vox <[EMAIL PROTECTED]> writes:
| Hi all!
>
| The following patch changes lib/configure.m4 and lyx_main.C
| in order to allow automatic detection if a path_prefix is needed
| (mainly for MacOSX, but should also work for other systems
| which have ':' as path separator -- others usually don
Andreas Vox <[EMAIL PROTECTED]> writes:
| Hi all!
>
| Last patch for tonight :-)
| It improves Docbook export in three isolated spots:
>
| * suppress newlines between and ; openJade complains
| about that.
| * render Marginals as instead of ; OpenJade
| doesn't like nested s
| * suppress
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
>> http://bugzilla.lyx.org/show_bug.cgi?id=1827
>>
>> --- Additional Comments From [EMAIL PROTECTED] 2005-02-26 18:22 ---
>> Please check and apply this patch, which fixes the problem for me.
>
| Can the attached patch (from Johnathan) be c
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| I wonder why I did not fix these ones last time I compiled without
| assertions... Anyway, here are a few files that require
| #include
>
| Lars, considering that this is (slightly) ugly, would you prefer a
| patch that includes this header in d
Andreas Vox <[EMAIL PROTECTED]> writes:
| Hi!
>
| Here is the polished version of the snippet conversion patch.
| Changes to last version:
>
| * no directories are created by accident
| * creates bitmaps for more than one graphic format (currently PNG+EPS)
| * create DocBook hooks for PNG, EPS, PD
Angus Leeming pravi:
In light of all this, I'm asking whether I can have your permission to
add your names to http://www.lyx.org/blanket-permission.txt:
"The following people hereby grant permission to licence their
contributions to LyX under the Gnu General Public Licence, version 2
or later."
Fixed by removing a really ancient hack.
Please check & apply.
Andre'
--- ../../../lyx-devel-latest/src/mathed/math_nestinset.C 2005-01-29
08:22:39.0 +0100
+++ math_nestinset.C2005-02-26 20:54:19.0 +0100
@@ -63,18 +63,6 @@
using std::istringstream;
-
-namespace {
but a recipe to fix the 'funny' undo behaviour in tabeles and
multi-cell math:
in undo.C line 76 replace
&& stack.top().cell.size() == undo.cell.size()
by
&& stack.top().cell == undo.cell
and implement the needed
bool operator==(StableDocIterator const &, StableDocIterator const
&);
(p
12 matches
Mail list logo