[PATCH] 1.1.6 install patch

2001-03-02 Thread John Levon
JMarc, here it is, with your suggestions. I've tested it, it seems ok thanks john -- "This is the most blatant case of fraudulent advertising since my suit against the film 'The Neverending Story'." - Lionel Hutz install-1.1.6-2.diff.gz

[PATCH] KDE Copyright actual patch

2000-08-16 Thread John Levon
May pine be cursed ! Patch attached. sorry john -- "Love your country, but never trust its government." - Robert A. Heinlein formcopyright.diff.gz

[PATCH] unmangled print browser patch

2000-10-13 Thread John Levon
this one should be OK thanks john -- "Penguins are so sensitive to my needs." - Lyle Lovett ? copyrightqtarch.diff ? copyright.tar.gz ? .libs ? new ? printbrowse.diff ? src/frontends/kde/allan.diff Index: ChangeLog =

Re: [PATCH] 1.1.6 install patch

2001-03-05 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> JMarc, here it is, with your suggestions. John> I've tested it, it seems ok I commit a slightly modified version of the patch where the default suffix is "-VERSION", so that the def

Re: [PATCH] 1.1.6 install patch

2001-03-05 Thread John Levon
On 5 Mar 2001, Jean-Marc Lasgouttes wrote: > >>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> JMarc, here it is, with your suggestions. > > John> I've tested it, it seems ok > > I commit a slightly modified version

Re: [PATCH] 1.1.6 install patch

2001-03-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Can you apply the 1.2.0 update one too, obviously with your John> small change as well ? I am currently doing that. Concerning the reLyX issue I see a solution, which is to export a variable like VERSION suffix that the reLyX configure

patch

2000-03-24 Thread Gady Kozma
The following patch against 1.1.4fix1 allows compilation/running with Xforms 0.81. Please respond to [EMAIL PROTECTED] Thanks. diff -r -U 3 orig/lyx-1.1.4/src/lyx_cb.C lyx-1.1.4/src/lyx_cb.C --- orig/lyx-1.1.4/src/lyx_cb.C Fri Mar 3 22:05:18 2000 +++ lyx-1.1.4/src/lyx_cb.C Fri Mar 3 22

Patch

2000-03-30 Thread Dekel Tsur
The following patch fix some of bugs reported recently. I've also made the following changes: 1. Made the cursor change its shape if the current language is not equal to the language of the document. If the cursor change its shape unexpectedly, then you've found a bug! 2. Ma

Patch

2000-04-28 Thread Dekel Tsur
Reverse Hebrew strings in TOC/Spellchecker popups. patch.gz

patch

2000-05-02 Thread Angus Leeming
The attached patch was created with cvs diff -p -u > angus.patch bzip2 angus.patch It allows the head branch of CVS to be compiled with DEC cxx and DEC's implementation of std::string. (Does little more than replace string::clear() with string::erase().) Angus ps. A

Patch

2000-06-10 Thread Dekel Tsur
The following patch improves the data-structure of the font list in the LyXParagraph class. patch.gz

patch

2000-06-13 Thread Angus Leeming
Attached is a small patch to allow compilation of current CVS with DEC compilers. Note that the fix in LyXView.C is extremely ugly. (But JMarc suggests that he's already fixed it (in his branch?)). Angus angus13June2000.gz

Patch.

2000-07-02 Thread Jose Abilio Oliveira Matos
oops. Here it goes the patch... -- José --- insetinclude.C.orig Sun Jul 2 10:12:50 2000 +++ insetinclude.C Sun Jul 2 10:21:09 2000 @@ -188,6 +188,22 @@ } +static string unique_id() { + static unsigned int seed=1000; + +#ifdef HAVE_SSTREAM + std::ostringstream ost

patch

2000-08-01 Thread Angus Leeming
Attached is a patch that does a few different things. 1. The InsetTOC inset now includes the functionality of the LOA (List of Algorithms), LOF (List of Figures) and LOT (List of Tables) insets. These last three are now redundant. 2. InsetTOC is now GUI-independent and has an xforms-specific

patch

2000-08-04 Thread Angus Leeming
Attached is quite a large patch of small bits and pieces. A clean-up really. The real change is that InsetIndex now behaves exactly as it used to. Can now index-insert at the start of a paragraph and index-insert-last without launching the pop-up. Clean ups: All insets derived from InsetCommand

Patch

2000-08-31 Thread Baruch Even
Attached is a patch to add some features to InsetGraphics. This is an initial work, it includes several things: 1. Automatic conversion of graphics to PDF and EPS, currently it does them both everytime, needed is a differentiation, it depends on knowledge of the intended result and the used

patch

2000-09-15 Thread Angus Leeming
Attached is a small patch allowing error and warning free compilation of current CVS with DEC cxx. Angus patch15Sep2000.bz2

patch

2000-09-21 Thread Angus Leeming
Attached is a patch rendering InsetError GUI-independent, together with an xforms implementation of the associated dialog. I've implemented the FormError dialog by defining a new base class, FormBase. I think that this could be the base class for all the xforms dialogs. Thoughts? Allan?

Patch

2001-01-10 Thread Dekel Tsur
* src/insets/insettext.C (LocalDispatch): Add handling of LFUN_BREAKPARAGRAPHKEEPLAYOUT. patch.gz

patch

2001-11-20 Thread Andre Poenitz
Index: development/lyx3/LyX3-Tasks === RCS file: /usr/local/lyx/cvsroot/lyx-devel/development/lyx3/LyX3-Tasks,v retrieving revision 1.4 diff -u -p -r1.4 LyX3-Tasks --- development/lyx3/LyX3-Tasks 2000/03/28 02:18:50 1.4 +++ deve

Re: [PATCH] unmangled print browser patch

2000-10-13 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> this one should be OK Yes, it seems. Applied. JMarc

[PATCH] Re-worked patch for #228457

2001-06-01 Thread John Levon
attached is the previous patch for pasting externally with better naming as pointed out by jmarc thanks john p.s. are we still planning to move to binutils-style patch applying system ? it would be lot less load if I could apply this myself after waiting for one or two "approved"

Re: [PATCH] Re-worked patch for #228457

2001-06-04 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | bool CutAndPaste::checkPastePossible(LyXParagraph *) | { | -if (!buf) return false; | - | -return true; | + return buf; | } I don't like this. at most change it to return buf ? true : false; but this is probably just me... | di

Re: [PATCH] Re-worked patch for #228457

2001-06-04 Thread John Levon
On Tue, Jun 05, 2001 at 12:23:08AM +0200, Lars Gullik Bj?nnes wrote: > | string const String(Buffer const *, bool label); > | - /// > | - string const String(Buffer const *, size_type beg, size_type end); > | + /// if withlabels is false, don't include label strings > | + string const

Re: [PATCH] Re-worked patch for #228457

2001-06-04 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Jun 05, 2001 at 12:23:08AM +0200, Lars Gullik Bj?nnes wrote: | | > | string const String(Buffer const *, bool label); | > | - /// | > | - string const String(Buffer const *, size_type beg, size_type end); | > | + /// if withlabels is false, don'

Minor patch

1999-01-02 Thread Kayvan A. Sylvan
Here's a very minor patch for the lyx.spec file to reflect the new files... -- Kayvan Aghaiepour Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | | Robin Gr

Hebrew patch

2000-01-20 Thread Dekel Tsur
Here is a the latest version of my Hebrew patch (+ hebrew keymap). I really want that this patch will be added to the main development branch (and not a separate branch) since 1. The size of this patch makes it difficult to update the patch against the CVS: I get a lot of conflicts. ( actually

Hebrew patch

2000-01-31 Thread Dekel Tsur
This is the latest version of my patch. Is the plan to apply it after 1.1.4 is out? patch-28-01-2000.gz

foils.layout patch

2000-02-10 Thread Carl Ollivier-Gooch
As I was working on some slides for class, I noticed an error in the foils.layout file. The attached patch fixes this, and removes redundancy in foils.layout by using CopyStyle for the various foilhead styles. Carl Carl

Arabic patch

2000-03-04 Thread Dekel Tsur
The following patch adds better support for Arabic, and fix several other things. Also, it includes the end-of-proof patch (which haven't yet been applied) patch.gz # # Arabic keyboard definition for LyX # # Generated automatically from kikbd map by Adil Alsaid <[EMAIL PROTECTED]> #

Nogui patch

2000-03-18 Thread Andre Poenitz
I'd like to remind you that there is a patch under http://mathematik.htwm.de/Software/LyX/nogui.html that would take us more than halfway through to a gui-less LyX which is very convenient in scripts. Andre' -- It'll take a long time to eat 63.000 peanut

Re: patch

2000-03-27 Thread Jean-Marc Lasgouttes
>>>>> "Gady" == Gady Kozma <[EMAIL PROTECTED]> writes: Gady> The following patch against 1.1.4fix1 allows compilation/running Gady> with Xforms 0.81. Hello, Supporting xforms 0.81 is certainly not the direction we are heading to... In fact, we removed thi

Re: patch

2000-03-27 Thread Gady Kozma
I thought lyx was heading in the direction of "toolkit independence". Just consider xforms 0.81 as another toolkit. After all, it only requires 10 lines of code to support. I don't like to upgrade my system for no reason. Please remember that there are LOTS of users like me who have relatively o

Re: patch

2000-03-28 Thread Lars Gullik Bjønnes
and proven stable we will also ditch support for 0.88 and then your 0.81 will have real problems. Besides I think your 0.81 patch just happens to work, there are some compability issues between 0.81 and0.88. Lgb

small patch

2000-03-30 Thread Angus Leeming
Current CVS won't install reLyX because variable DESTDIR is not defined. The following small and dirty fix works, but someone out there must know a better way. Note also, make install in lib/reLyX does not call libinstalldirs: or install-data-local:, so they aren't needed. Angus Index: lib/reLy

Re: Patch

2000-03-30 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | 2. Made several optimization (in paragraph.C): | - Use the assignment operators for LyXParagraph::Clone() | - Changed insetlist into map | [Please check that what I've done here is correct, and that I haven't used | nonstandard STL features] All the chang

Re: Patch

2000-03-31 Thread Dekel Tsur
On Fri, Mar 31, 2000 at 09:47:31AM +0200, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | 2. Made several optimization (in paragraph.C): > | - Use the assignment operators for LyXParagraph::Clone() > | - Changed insetlist into map > > All the changes seems very san

Re: Patch

2000-03-31 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | According to http://www.sgi.com/Technology/STL/SortedAssociativeContainer.html, | x.upper_bound(pos) returns x.end() if x doesn't contain an element with key | greater than pos. ok. very different from std::upper_bound then. | | > And this seems very d

Re: Patch

2000-03-31 Thread Andre Poenitz
> > And is it valid to just change the key like this? > > Won't this create havoc for the internal sorting of the map? > > (This is why I didn't use a map from the beginning.) > > Since I change the keys in a way that preserve the ordering, I see no > reason why it shouldn't work (and it does wor

Re: Patch

2000-03-31 Thread Dekel Tsur
On Fri, Mar 31, 2000 at 09:47:31AM +0200, Lars Gullik Bj&resh;nnes wrote: > > All the changes seems very sane but you are doing something with the > map that seems very dangerous: > I've made a patch with all the changes in the previous patch, except the insetlist changes

Re: Patch

2000-04-01 Thread Dekel Tsur
On Fri, Mar 31, 2000 at 03:20:45PM +0200, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | > And this seems very dangerous: > | > size_type & pos = (*it).first; > | > --pos; // we use preinc/predec instead of postinc/postdec > | > > | > And what is the difference

Re: Patch

2000-04-01 Thread Andre Poenitz
> As I said, it does work with my compiler (egcs-1.0.3). This is pure luck. My compiler happens to compile (++i)*(++i) without formating the hard disk. Lucky me. This is not guaranteed either. > I also checked the > STL include files, and saw no reason why it shouldn't work. > The only questio

Re: Patch

2000-04-01 Thread Dekel Tsur
On Sat, Apr 01, 2000 at 09:54:27PM +0200, Andre Poenitz wrote: > > Even if every compiler happen to work correct, modifying map keys is > not sane. > OK. I'll use a sorted vector instead of a map for the insetlist.

Re: Patch

2000-04-02 Thread Dekel Tsur
On Sun, Apr 02, 2000 at 02:21:29AM +0200, Dekel Tsur wrote: > OK. > I'll use a sorted vector instead of a map for the insetlist. > Done. I also changed *few* other things (see the Changelog). patch.gz

Re: Patch

2000-04-03 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Sun, Apr 02, 2000 at 02:21:29AM +0200, Dekel Tsur wrote: >> OK. I'll use a sorted vector instead of a map for the insetlist. >> Dekel> Done. I also changed *few* other things (see the Changelog). OK, the changes are in now. JMa

Re: Patch

2000-04-03 Thread Lars Gullik Bjønnes
+ +inline bool operator<(LyXParagraph::InsetTable const & a, + LyXParagraph::InsetTable const & b) +{ +return a.pos < b.pos; +} + This one looks conceptually wrong. When comparing two InsetTables you need to take pos into account. Instead of using this ope

Re: Patch

2000-04-03 Thread Dekel Tsur
On Mon, Apr 03, 2000 at 10:34:35PM +0200, Lars Gullik Bj&resh;nnes wrote: > +inline bool operator<(LyXParagraph::InsetTable const & a, > + LyXParagraph::InsetTable const & b) > +{ > +return a.pos < b.pos; > +} > > This one looks conceptually wrong. > When comparing two

Re: Patch

2000-04-03 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Mon, Apr 03, 2000 at 10:34:35PM +0200, Lars Gullik Bjønnes wrote: | > +inline bool operator<(LyXParagraph::InsetTable const & a, | > + LyXParagraph::InsetTable const & b) | > +{ | > +return a.pos < b.pos; | > +} | > | > This

Re: Patch

2000-04-03 Thread Dekel Tsur
On Tue, Apr 04, 2000 at 01:21:12AM +0200, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | On Mon, Apr 03, 2000 at 10:34:35PM +0200, Lars Gullik Bj&resh;nnes wrote: > | > +inline bool operator<(LyXParagraph::InsetTable const & a, > | > + LyXParagraph

Re: Patch

2000-04-03 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | There are more important things to do with the time it would take to do the | changes. | You can alway make the changes in the future, if needed. Ahh... so you want me do the changes instead of you. Besides IMO the InsetTable(pos, 0) looks strange when it

Re: Patch

2000-04-04 Thread Dekel Tsur
On Mon, Apr 03, 2000 at 01:37:01PM +0200, Jean-Marc Lasgouttes wrote: > > Dekel> Done. I also changed *few* other things (see the Changelog). > > OK, the changes are in now. > The patch contained the number inset which I'll probably remove later. Therefore, please apply

Re: Patch

2000-04-04 Thread Jean-Marc Lasgouttes
>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Mon, Apr 03, 2000 at 01:37:01PM +0200, Jean-Marc Lasgouttes Dekel> wrote: >> Dekel> Done. I also changed *few* other things (see the Changelog). >> OK, the changes are in n

Re: Patch

2000-04-04 Thread Dekel Tsur
On Tue, Apr 04, 2000 at 02:08:38AM +0200, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | > | You do need the InsetTable(pos, 0) even if you use a function > | object. > > Why? > lower_bound(vec.begin(), vec.end(), cmppos(), pos, cmppos()); Do you mean lower

tiny patch

2000-04-07 Thread Angus Leeming
compilation fails on a recent CVS in insetlatexaccent.C: implicit declaration of int printf() The following patch fixes the problem. Angus *** insetlatexaccent.C Fri Apr 7 10:59:06 2000 --- insetlatexaccent.C~ Fri Apr 7 10:22:39 2000 *** *** 180,186 plusasc

Re: Patch

2000-04-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | > Why? | > lower_bound(vec.begin(), vec.end(), cmppos(), pos, cmppos()); | | Do you mean lower_bound(vec.begin(), vec.end(), pos, cmppos()) ? Probably I have no idea where the second compos came from... | The above form of lower_bound works, but it

protect patch

2000-04-17 Thread Lars Gullik Bjønnes
The protect patch that was posted to the list looks ok by me, however I'll leave it to Jean-Marc to decide if this patch should go in or not. Regardless: I think it is a good move to use and pass the protect argument to more/all of the latex write methods. (shouldn't the fragile type

Re: Patch

2000-04-28 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Reverse Hebrew strings in TOC/Spellchecker popups. Applied. JMarc

Re: patch

2000-05-03 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Content-Type: text/plain Content-Transfer-Encoding: 8bit Angus> The attached patch was created with cvs diff -p -u > Angus> angus.patch bzip2 angus.patch Angus> It allows the head b

Re: patch

2000-05-03 Thread Angus Leeming
JMarc> I am a bit surprised by the following: JMarc> -Bullet::Bullet(const int f, const int c, const int s) JMarc> +Bullet::Bullet(int f, int c, int s) Whoa! Aren't f, c and s passed by value here, so it makes no sense to declare them const anyway? JMarc> Also, this JMarc> -// need to make the c

Re: patch

2000-05-03 Thread Asger K. Alstrup Nielsen
> JMarc> I am a bit surprised by the following: > JMarc> -Bullet::Bullet(const int f, const int c, const int s) > JMarc> +Bullet::Bullet(int f, int c, int s) > > Whoa! Aren't f, c and s passed by value here, so it makes no sense to declare > them const anyway? If you do int foo(int const bar) {

Re: patch

2000-05-03 Thread Allan Rae
On Wed, 3 May 2000, Angus Leeming wrote: > JMarc> I am a bit surprised by the following: > JMarc> -Bullet::Bullet(const int f, const int c, const int s) > JMarc> +Bullet::Bullet(int f, int c, int s) > > Whoa! Aren't f, c and s passed by value here, so it makes no sense to declare > them const an

Re: patch

2000-05-04 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> On Wed, 3 May 2000, Angus Leeming wrote: JMarc> I am a bit surprised by the following: -Bullet::Bullet(const JMarc> int f, const int c, const int s) +Bullet::Bullet(int f, int c, JMarc> int s) >> Whoa! Aren't f, c and s passed by valu

Re: patch

2000-05-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I am a bit surprised by the following: | -Bullet::Bullet(const int f, const int c, const int s) | +Bullet::Bullet(int f, int c, int s) Bullet.C was wrong the header file is right. | Also, this | -// need to make the c++ compiler fint the correc

Re: patch

2000-05-04 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | > JMarc> I am a bit surprised by the following: | > JMarc> -Bullet::Bullet(const int f, const int c, const int s) | > JMarc> +Bullet::Bullet(int f, int c, int s) | > | > Whoa! Aren't f, c and s passed by value here, so it makes no sense to

Re: patch

2000-05-04 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | Unless you want to be sure that no-one tries to modify their values. | Somewhere along the line the header and implementation have gotten out of | sync. I forgot to fix the .C file when fixing the header. Lgb

Re: patch

2000-05-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I Lars> am a bit surprised by the following: | -Bullet::Bullet(const int Lars> f, const int c, const int s) | +Bullet::Bullet(int f, int c, int Lars> s) Lars> Bullet.C was wro

Re: patch

2000-05-04 Thread Allan Rae
On 4 May 2000, Lars Gullik Bjønnes wrote: > "Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: > | For instance, > | the const-version can in a few lucky cases result in more optimized > | code. > > This is not even micro-optimization, closer to nano-optimization. And > as such pointless. I

Re: patch

2000-05-04 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | If you ignore the optimisation possibilities and look at it purely as info | for other programmers -- making it obvious that it should never be | necessary to change the values being passed. They are const. They are passed by value, and for PODs const or

Re: patch

2000-05-07 Thread Allan Rae
On 5 May 2000, Lars Gullik Bjønnes wrote: > | So IMO, Bullets.h is wrong and Bullets.C is right. > > No. > > btw. Did you notice that Bullets.C compiled without a warning? This > implies that foo(int) and foo(const int) practically have the same > qualification. Don't add confusion by using foo

Re: patch

2000-05-09 Thread Jean-Marc Lasgouttes
llan> matched we wouldn't be having this conversation ;-) I did add the missing const in a previous patch, but I think I'll remove them, since after all it is a parameter passed by value. JMarc

Small patch

2000-05-11 Thread Dekel Tsur
I've taken a look at various documentclasses, and when I looked at hollywood.layout, I got annoyed by the fact that the Parenthetical layout only draws ( and not ). So I quickly created a patch that fixes it (I've already done most of the work when I added support for end-of-proof box).

dialogbase patch

2000-05-23 Thread Angus Leeming
The attached patch allows compilation of the dialogbase branch with DEC cc and cxx. Untarring it will create a directory patch containing patch23may00xtl/ The patch23may00 was created with cvs diff -u -p > patch23may00 It contains almost nothing more than * repl

Tiny patch

2000-05-30 Thread Dekel Tsur
patch.gz

1.1.6 patch

2000-06-06 Thread Angus Leeming
Ok. Now 1.1.5 is out... Attached patch for a better citation dialog. Work in progress but stable. I use it all the time without probs. Have a great time in Norway. Angus aleem06June00.tar.gz

small patch

2000-06-19 Thread Garst R. Reese
Here's a small patch to external_templates, which I think will save many trips to the man hole. Garst external_templates.diff.gz

ChangeLog patch

2000-06-22 Thread Angus Leeming
a couple of dos returns appear to have slipped into the ChangeLog. Patch attached. A. patch22June2000

insetcite patch

2000-06-23 Thread Angus Leeming
A small patch: * forms/cite.fd: modified to allow resizing without messing up the dialog. * src/insetcite.C: Uses code from cite.fd almost without tweaking. ;-) User can now resize dialog in the x-direction. Resizing the dialog in the y-direction is prevented, as the code does this

Tiny patch

2000-07-03 Thread Angus Leeming
This tiny patch allows current CVS to be compiled with dec CXX. Angus Index: src/LaTeXFeatures.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LaTeXFeatures.h,v retrieving revision 1.16 diff -u -r1.16 LaTeXFeatures.h --- src

another patch

2000-07-03 Thread edscott
t tex files are created in the tmp directory, and therefore should not have any problem (as long as a single line is added to the code, see patch). Graphic files are not copied to the tmp directory (a possible solution), but rely on the input@path variable (which must not have spaces). patch Change

tiny patch

2000-07-05 Thread Angus Leeming
The following trivial patch allows compilation of current CVS with DEC compilers A. Index: insetcollapsable.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetcollapsable.C,v retrieving revision 1.24 diff -u -r1.24

InsetCitation patch

2000-07-06 Thread Angus Leeming
Good morning. Attached is a patch for a GUI-independent InsetCitation class and associated xforms dialog class FormCitation. The file expands to PATCH06July2000/ PATCH06July2000/patch PATCH06July2000/FormCitation.C PATCH06July2000/FormCitation.h PATCH06July2000/form_citation.C PATCH06July2000

small patch

2000-07-10 Thread Angus Leeming
I've just returned from a few days in Andalucia to find masses and masses of LyX mail in my in tray. Such a busy project! Anyway, having read it all, I note that Lars says that #pragma definitions should come before #include s. Here then is a small patch to src/insets/insetcite.C (I can'

small patch

2000-07-11 Thread Angus Leeming
Attached is a small patch to tidy up some inset code. I have re-implemented an Edit() method in InsetCitation, having seen how things were done in InsetTOC etc. 2000-07-11 Angus Leeming <[EMAIL PROTECTED]> * src/insets/insetcite.[Ch] (Edit): new method. Commensurate tidy

fdfix.sh patch

2000-07-11 Thread Angus Leeming
I've patched fdfix.sh and associated makefile to allow me to make forward declarations such as struct FD_form_citation; class FormCitation : public DialogBase { FD_form_citation * dialog_; } rather than have to include the header file. (If I so wish. Both options are now available.) Ca

FormTabular patch

2000-07-12 Thread Angus Leeming
Morning all, I had to modify Jürgen's new form_tabular.fd to get it to compile with DEC cxx. It's picky about extern "C" functions. Patch is striaghtforward. Please apply. Angus patch12July2000.gz

A patch

2000-07-19 Thread Dekel Tsur
This patch does the following 1. Add some encoding to encoding.c & correct some language information. 2. If screen_font_encoding is iso10646, then the symbol glyphs are taken from the screen_font_roman font (and not from a separate symbol font). However, as many fonts do not contain

Another patch

2000-07-19 Thread Dekel Tsur
This patch adds a file "lib/languages_strings" tha contains translations to label strings (Figure, Abstract etc.). These translations are used to translate the label strings according to the language of the paragraph (no need to edit the layout files!). Notes: 1. The implementation i

insetbib.h patch

2000-07-27 Thread Angus Leeming
Lars, you've applied this patch incorrectly! It should be return new InsetBibtex(getContents(), getOptions(), owner); not return new InsetBibtex(getCmdName(), getOptions(), owner); Angus

Toolbar patch

2000-07-30 Thread Baruch Even
Hello, While reading the new toolbar and menu code I found what seems to me to be a bug (possible resource leak) in Toolbar_impl.C, patch follows. Index: src/frontends/xforms/Toolbar_pimpl.C === RCS file: /usr/local/lyx/cvsroot/lyx

Re: patch

2000-08-01 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is a patch that does a few different things. applied. Lgb

insetindex patch

2000-08-03 Thread Angus Leeming
Attached is a patch to make insetindex GUI-independent. I've also cleaned up some of my earlier work in the xforms directory (better comments etc). Could some kind sole with CVS write permissions please apply and test in their own repository before applying globally. I don't think a

insetindex patch

2000-08-03 Thread Angus Leeming
Duuu! Here is the patch! Attached is a patch to make insetindex GUI-independent. I've also cleaned up some of my earlier work in the xforms directory (better comments etc). Could some kind sole with CVS write permissions please apply and test in their own repository before applying glo

Re: patch

2000-08-04 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached is quite a large patch of small bits and pieces. A Angus> clean-up really. I'll apply it. JMarc

FormToc patch

2000-08-04 Thread Angus Leeming
Attached is a small patch that moves the "moving around the document" functionality out of the xforms-specific dialog and into a new BufferView::Dispatch() method where it belongs. This method will eventually also govern other "moving around the document" behaviour, (eg

patch (InsetGraphics)

2000-08-07 Thread Baruch Even
Attached is a patch and four additional files used to load images for inline viewing, this patch has no effective feature changes (besides a minor resource leak in insetfig.C) but in it I refactored the Pixmap rendering out of GraphicsCacheItem to its own class, thus easing the next step of

InsetGraphics patch

2000-08-13 Thread Baruch Even
Attached is a patch to fix the Clone() method of InsetGraphics, this fixes a bug that was introduced in the latest update to the inset. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers AD&D site) " Learn

LyXImage patch

2000-08-18 Thread Baruch Even
Attached again is the LyXImage patch, there were some updates to the tree and it is (for) now against the latest CVS. I won't be here till at least tuesday and possibly all of next week, if you find any trouble with the patch don't apply it as I won't be able to have a good respon

Re: Patch

2000-08-31 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Attached is a patch to add some features to InsetGraphics. You changelog is weird... You have small inserts in several places in the file. Please put all you changes at the top. Even if they were written some time ago. Lgb

FormCitation patch

2000-09-04 Thread Angus Leeming
The attached patch fixes the resizing problems for the xforms citation dialog. Code has been re-written to make it more understandable also. Hope, therefore, that it won't get broken again! Angus patch04Sep2000.bz2

Re: Patch

2000-09-05 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Baruch Even <[EMAIL PROTECTED]> writes: | | | Attached is a patch to add some features to InsetGraphics. | | You changelog is weird... You have small inserts in several places in | the file. Please put all you changes at the top. Even i

  1   2   3   4   5   6   7   8   9   10   >