]> git.lyx.org Git - lyx.git/log
lyx.git
24 years agofix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit
Lars Gullik Bjønnes [Thu, 9 Mar 2000 23:58:55 +0000 (23:58 +0000)]
fix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@597 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoA bit of cxx warniong hunting; update to rpm spec file.
Jean-Marc Lasgouttes [Thu, 9 Mar 2000 16:13:43 +0000 (16:13 +0000)]
A bit of cxx warniong hunting; update to rpm spec file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@596 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoVarious fixes look at ChangeLog
Jürgen Vigna [Thu, 9 Mar 2000 16:04:28 +0000 (16:04 +0000)]
Various fixes look at ChangeLog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@595 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agothe freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
Lars Gullik Bjønnes [Thu, 9 Mar 2000 03:36:48 +0000 (03:36 +0000)]
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure that the tables passed to lyxlex is sorted and sort them if not, use std::lower_bound to search in lyxlex tables, use binary search in stead of linear in math_delim::search_deco, we also sort the math_deco_table upon startup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@594 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall fix in lyxfunc (missing break)
Jürgen Vigna [Wed, 8 Mar 2000 15:11:29 +0000 (15:11 +0000)]
Small fix in lyxfunc (missing break)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@593 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix a few warnings
Jean-Marc Lasgouttes [Wed, 8 Mar 2000 14:45:40 +0000 (14:45 +0000)]
Fix a few warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@592 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoVarious updates for insets mostly regarding fixes for text-insets.
Jürgen Vigna [Wed, 8 Mar 2000 13:52:57 +0000 (13:52 +0000)]
Various updates for insets mostly regarding fixes for text-insets.
Added a new BaseClass InsetCollapsable and changed InsetERT to this
new BaseClass, also added a footnote-inset.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@591 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoremove lyxdraw.[Ch]
Lars Gullik Bjønnes [Wed, 8 Mar 2000 04:42:00 +0000 (04:42 +0000)]
remove lyxdraw.[Ch]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@590 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agochanges from sprintf to string stream. see comments at top of text.C. read the ChangeLog
Lars Gullik Bjønnes [Wed, 8 Mar 2000 01:45:25 +0000 (01:45 +0000)]
changes from sprintf to string stream. see comments at top of text.C. read the ChangeLog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@589 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoapply the ostream changes to mathed, some other small related things
Lars Gullik Bjønnes [Tue, 7 Mar 2000 01:14:37 +0000 (01:14 +0000)]
apply the ostream changes to mathed, some other small related things

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@588 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall tweaks
Jean-Marc Lasgouttes [Mon, 6 Mar 2000 16:05:12 +0000 (16:05 +0000)]
Small tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@587 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agochange to use ostreams instead of string when writing files. fiddling with insettext...
Lars Gullik Bjønnes [Mon, 6 Mar 2000 02:42:40 +0000 (02:42 +0000)]
change to use ostreams instead of string when writing files. fiddling with insettext. font fix in formula.C.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@584 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFixed the display bug for text-insets we still had and now ERT-insets do
Jürgen Vigna [Thu, 2 Mar 2000 18:30:01 +0000 (18:30 +0000)]
Fixed the display bug for text-insets we still had and now ERT-insets do
break on LyX-Window width as the rest of the text does.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@583 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agochange to use only ostream to write latex from insets
Lars Gullik Bjønnes [Thu, 2 Mar 2000 02:19:43 +0000 (02:19 +0000)]
change to use only ostream to write latex from insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@581 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix spacing of greek letters; other things.
Jean-Marc Lasgouttes [Wed, 1 Mar 2000 18:15:39 +0000 (18:15 +0000)]
Fix spacing of greek letters; other things.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@580 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAdded function parseSingleLyXformat2Token() to read a lyx-document so
Jürgen Vigna [Wed, 1 Mar 2000 14:13:21 +0000 (14:13 +0000)]
Added function parseSingleLyXformat2Token() to read a lyx-document so
that we can use the same parsing routing for reading text-inset-data

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@579 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agogot rid of more current_views rewritten the search and replace dialog
Lars Gullik Bjønnes [Wed, 1 Mar 2000 04:56:55 +0000 (04:56 +0000)]
got rid of more current_views rewritten the search and replace dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@578 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall fixes
Jean-Marc Lasgouttes [Tue, 29 Feb 2000 15:00:16 +0000 (15:00 +0000)]
Small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@577 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoread the ChangeLog... no huge changes .. but some might get reversed...
Lars Gullik Bjønnes [Tue, 29 Feb 2000 02:19:17 +0000 (02:19 +0000)]
read the ChangeLog... no huge changes .. but some might get reversed...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@576 a592a061-630c-0410-9148-cb99ea01b6c8

24 years ago(Try to) make LyX work with more than 128 layouts; new LLNCS class; latex log file...
Jean-Marc Lasgouttes [Mon, 28 Feb 2000 15:22:47 +0000 (15:22 +0000)]
(Try to) make LyX work with more than 128 layouts; new LLNCS class; latex log file scanning fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@575 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall compilation fixes for compaq cxx; updated ca.po
Jean-Marc Lasgouttes [Fri, 25 Feb 2000 16:42:21 +0000 (16:42 +0000)]
Small compilation fixes for compaq cxx; updated ca.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@574 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall changes and fixes for Insets (still work in progress)
Jürgen Vigna [Fri, 25 Feb 2000 16:05:26 +0000 (16:05 +0000)]
Small changes and fixes for Insets (still work in progress)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@573 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agomake the new code from Juergen compile and some small fixes to the same code.
Lars Gullik Bjønnes [Fri, 25 Feb 2000 13:35:38 +0000 (13:35 +0000)]
make the new code from Juergen compile and some small fixes to the same code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@572 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAll changes I made to have text-insets working. Look at the Changelog
Jürgen Vigna [Fri, 25 Feb 2000 12:06:15 +0000 (12:06 +0000)]
All changes I made to have text-insets working. Look at the Changelog
for more details.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@571 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agodoubleClick, trippleClick, new UpdateInsetList some other small stuff
Lars Gullik Bjønnes [Wed, 23 Feb 2000 16:39:03 +0000 (16:39 +0000)]
doubleClick, trippleClick, new UpdateInsetList some other small stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@570 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoxemacs.bind, buffer-previous
Allan Rae [Tue, 22 Feb 2000 07:32:08 +0000 (07:32 +0000)]
xemacs.bind, buffer-previous

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@569 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agocontinue the crusade to get rid of current_view
Lars Gullik Bjønnes [Tue, 22 Feb 2000 00:36:17 +0000 (00:36 +0000)]
continue the crusade to get rid of current_view

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@564 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAdd missing const to some insettoc methods
Jean-Marc Lasgouttes [Mon, 21 Feb 2000 13:53:54 +0000 (13:53 +0000)]
Add missing const to some insettoc methods

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@562 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix the resize bug, make some more inset funcs const, cleanup in lyxscreen, painter...
Lars Gullik Bjønnes [Fri, 18 Feb 2000 22:22:42 +0000 (22:22 +0000)]
fix the resize bug, make some more inset funcs const, cleanup in lyxscreen, painter, workarea

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@561 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoremove the old painter, remove support for mono_video, reverse_video, fast selection...
Lars Gullik Bjønnes [Thu, 17 Feb 2000 19:59:08 +0000 (19:59 +0000)]
remove the old painter, remove support for mono_video, reverse_video, fast selection, work in progress to make insetlaex accent better. editable insetcommand drawn as buttons.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@560 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoChanged functioncall to MathedCursor::SelGetArea as we always returned the
Jürgen Vigna [Thu, 17 Feb 2000 15:24:43 +0000 (15:24 +0000)]
Changed functioncall to MathedCursor::SelGetArea as we always returned the
NULL pointer with the new Painter-stuff.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@559 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoCorrectly quote file names when running LaTeX (problem with u umlaut in name)
Jean-Marc Lasgouttes [Wed, 16 Feb 2000 15:04:15 +0000 (15:04 +0000)]
Correctly quote file names when running LaTeX (problem with u umlaut in name)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@558 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoread changelog
Lars Gullik Bjønnes [Tue, 15 Feb 2000 14:28:15 +0000 (14:28 +0000)]
read changelog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@557 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoPatch from Roland for yap support under NT; fix to LFUN_LAYOUT
Jean-Marc Lasgouttes [Tue, 15 Feb 2000 13:30:49 +0000 (13:30 +0000)]
Patch from Roland for yap support under NT; fix to LFUN_LAYOUT

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@556 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agosome small updates to Painter, and make the new painter the default.
Lars Gullik Bjønnes [Mon, 14 Feb 2000 22:14:48 +0000 (22:14 +0000)]
some small updates to Painter, and make the new painter the default.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@555 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix the outstanding painter drawing problems, now tablelines, mathframe, specialchars...
Lars Gullik Bjønnes [Fri, 11 Feb 2000 16:56:34 +0000 (16:56 +0000)]
fix the outstanding painter drawing problems, now tablelines, mathframe, specialchars, selection and images work as they should again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@552 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSome changes to compile new painter code with compaq cxx
Jean-Marc Lasgouttes [Fri, 11 Feb 2000 13:52:44 +0000 (13:52 +0000)]
Some changes to compile new painter code with compaq cxx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@551 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agonew painter,workarea and lcolor. Read the diff/sources and ChangeLog...
Lars Gullik Bjønnes [Thu, 10 Feb 2000 17:53:36 +0000 (17:53 +0000)]
new painter,workarea and lcolor. Read the diff/sources and ChangeLog...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@550 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSeveral small things accumulated while cvs was down
Jean-Marc Lasgouttes [Thu, 10 Feb 2000 17:06:12 +0000 (17:06 +0000)]
Several small things accumulated while cvs was down

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@549 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoNew (partial) hebrew localization.
Jean-Marc Lasgouttes [Tue, 8 Feb 2000 17:59:23 +0000 (17:59 +0000)]
New (partial) hebrew localization.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@548 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoBug fixes, compile fixes, patches from Dekel (read ChangeLog)
Jean-Marc Lasgouttes [Tue, 8 Feb 2000 15:13:01 +0000 (15:13 +0000)]
Bug fixes, compile fixes, patches from Dekel (read ChangeLog)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@547 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agosmall fixes
Lars Gullik Bjønnes [Mon, 7 Feb 2000 20:17:03 +0000 (20:17 +0000)]
small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@530 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoseveral small and larger changes, read the Changelog
Lars Gullik Bjønnes [Fri, 4 Feb 2000 09:38:32 +0000 (09:38 +0000)]
several small and larger changes, read the Changelog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@529 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoapplied the hebrew patch
Lars Gullik Bjønnes [Thu, 3 Feb 2000 19:51:27 +0000 (19:51 +0000)]
applied the hebrew patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@528 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoupped the version number
Lars Gullik Bjønnes [Thu, 3 Feb 2000 19:44:16 +0000 (19:44 +0000)]
upped the version number

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@527 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agolast updates 1.1.4
Lars Gullik Bjønnes [Thu, 3 Feb 2000 19:32:45 +0000 (19:32 +0000)]
last updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@525 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agotwo additional fixes, one of them is really suspect...
Lars Gullik Bjønnes [Thu, 3 Feb 2000 19:08:24 +0000 (19:08 +0000)]
two additional fixes, one of them is really suspect...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@524 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoinitialize footnotekind int LyXParagraph()
Lars Gullik Bjønnes [Thu, 3 Feb 2000 18:24:21 +0000 (18:24 +0000)]
initialize footnotekind int LyXParagraph()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@523 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoinitialze column
Lars Gullik Bjønnes [Thu, 3 Feb 2000 18:05:36 +0000 (18:05 +0000)]
initialze column

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@522 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix the reformat bug, some small things
Lars Gullik Bjønnes [Thu, 3 Feb 2000 17:09:33 +0000 (17:09 +0000)]
fix the reformat bug, some small things

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@521 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoOnly changed insert-date to date-insert conforming to standard :)
Jürgen Vigna [Tue, 1 Feb 2000 13:58:06 +0000 (13:58 +0000)]
Only changed insert-date to date-insert conforming to standard :)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@518 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAdded and modified the patch for date-insert command.
Jürgen Vigna [Tue, 1 Feb 2000 11:32:33 +0000 (11:32 +0000)]
Added and modified the patch for date-insert command.
Updated the it.po file (a bit)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@517 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix for dicument popup update bug; fix for purify ABR report.
Jean-Marc Lasgouttes [Fri, 28 Jan 2000 11:50:57 +0000 (11:50 +0000)]
Fix for dicument popup update bug; fix for purify ABR report.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@454 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall fix for a purify report; update of fr.po
Jean-Marc Lasgouttes [Thu, 27 Jan 2000 16:17:47 +0000 (16:17 +0000)]
Small fix for a purify report; update of fr.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@453 a592a061-630c-0410-9148-cb99ea01b6c8

24 years ago*** empty log message ***
Lars Gullik Bjønnes [Thu, 27 Jan 2000 01:32:38 +0000 (01:32 +0000)]
*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@452 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoupdated tr.po, po files remerged, small fix to debug statement in lyxfunc.C
Lars Gullik Bjønnes [Thu, 27 Jan 2000 01:29:01 +0000 (01:29 +0000)]
updated tr.po, po files remerged, small fix to debug statement in lyxfunc.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@451 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoMove some using directives at the beginninc of files
Jean-Marc Lasgouttes [Wed, 26 Jan 2000 14:23:46 +0000 (14:23 +0000)]
Move some using directives at the beginninc of files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@450 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall bug in reLyX wrapper generation.
Jean-Marc Lasgouttes [Wed, 26 Jan 2000 13:16:41 +0000 (13:16 +0000)]
Small bug in reLyX wrapper generation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@449 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoExample file multicol splitted from Extended.lyx
Jean-Marc Lasgouttes [Wed, 26 Jan 2000 09:13:39 +0000 (09:13 +0000)]
Example file multicol splitted from Extended.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@448 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix xforms home page URL; small bug in lib/configure when layout files are not readable
Jean-Marc Lasgouttes [Tue, 25 Jan 2000 18:06:26 +0000 (18:06 +0000)]
Fix xforms home page URL; small bug in lib/configure when layout files are not readable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@447 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall fix to ca.po, using directive for compaq cxx.
Jean-Marc Lasgouttes [Tue, 25 Jan 2000 15:57:39 +0000 (15:57 +0000)]
Small fix to ca.po, using directive for compaq cxx.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@446 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix crossref label list, some debug messages + various
Lars Gullik Bjønnes [Tue, 25 Jan 2000 12:35:27 +0000 (12:35 +0000)]
fix crossref label list, some debug messages + various

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@445 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agotwo updated po files
Lars Gullik Bjønnes [Mon, 24 Jan 2000 22:11:19 +0000 (22:11 +0000)]
two updated po files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@444 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agopos=string::npos for regex not found, use handcoded transform in lstring.C, fix the...
Lars Gullik Bjønnes [Mon, 24 Jan 2000 18:34:46 +0000 (18:34 +0000)]
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the crash in Delete, move to pre ind/dec instead of post inc/dec, try to use ostream_iterator in lastfiles.C, remove some debug output, change the rest of the .cdef files, make display of umlaut better

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@443 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix a bug where command line optionds like -width were not supported anymore.
Jean-Marc Lasgouttes [Mon, 24 Jan 2000 17:09:18 +0000 (17:09 +0000)]
Fix a bug where command line optionds like -width were not supported anymore.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@442 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoRemove old file from repository (renamed to bmtable.c)
Jean-Marc Lasgouttes [Mon, 24 Jan 2000 16:44:32 +0000 (16:44 +0000)]
Remove old file from repository (renamed to bmtable.c)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@441 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAdd a using directive
Jean-Marc Lasgouttes [Mon, 24 Jan 2000 15:56:15 +0000 (15:56 +0000)]
Add a using directive

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@440 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSome small fixes to compile with DEC cxx
Jean-Marc Lasgouttes [Mon, 24 Jan 2000 15:07:10 +0000 (15:07 +0000)]
Some small fixes to compile with DEC cxx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@439 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoupdate of fi.po and es.po, use new blinding fast method to copy files
Lars Gullik Bjønnes [Fri, 21 Jan 2000 19:26:42 +0000 (19:26 +0000)]
update of fi.po and es.po, use new blinding fast method to copy files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@438 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agouse std::list<int> for pidwaitlist
Lars Gullik Bjønnes [Fri, 21 Jan 2000 18:33:54 +0000 (18:33 +0000)]
use std::list<int> for pidwaitlist

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@437 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix some of the bugs reported, should hopefully be a bit better now.
Lars Gullik Bjønnes [Fri, 21 Jan 2000 17:41:57 +0000 (17:41 +0000)]
fix some of the bugs reported, should hopefully be a bit better now.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@436 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix the export-ascii bug by disabling special groff-filter in buffer.C
Jürgen Vigna [Fri, 21 Jan 2000 16:12:47 +0000 (16:12 +0000)]
Fix the export-ascii bug by disabling special groff-filter in buffer.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@435 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix lyx::mkdir 2nd argument.
Jean-Marc Lasgouttes [Fri, 21 Jan 2000 13:54:13 +0000 (13:54 +0000)]
fix lyx::mkdir 2nd argument.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@434 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoupdate date
Lars Gullik Bjønnes [Thu, 20 Jan 2000 03:46:01 +0000 (03:46 +0000)]
update date

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@430 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agopo file update only
Lars Gullik Bjønnes [Thu, 20 Jan 2000 02:17:17 +0000 (02:17 +0000)]
po file update only

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@429 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agosmall fix in lyxsum.C, updated po files to latest lyx.pot
Lars Gullik Bjønnes [Thu, 20 Jan 2000 02:03:24 +0000 (02:03 +0000)]
small fix in lyxsum.C, updated po files to latest lyx.pot

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@428 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoa couple of new posix wrappers, use new instead of malloc in figinset delete the...
Lars Gullik Bjønnes [Thu, 20 Jan 2000 01:41:55 +0000 (01:41 +0000)]
a couple of new posix wrappers, use new instead of malloc in figinset delete the now unused code in kbmap, add ro.po some changes in bufferlist, use std::sort and std::lower_bound in math_utils. Read the ChangeLog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@427 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoIEEEtran theorems added
Allan Rae [Thu, 20 Jan 2000 01:15:49 +0000 (01:15 +0000)]
IEEEtran theorems added

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@426 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSome portability fixes; fix header of linuxdoc files.
Jean-Marc Lasgouttes [Wed, 19 Jan 2000 14:07:39 +0000 (14:07 +0000)]
Some portability fixes; fix header of linuxdoc files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@425 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agouse namespace in lyxlib if available
Lars Gullik Bjønnes [Mon, 17 Jan 2000 22:42:04 +0000 (22:42 +0000)]
use namespace in lyxlib if available

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@424 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agosome important changes to FIX_DOUBLE_SPCE still not completely correct (please help...
Lars Gullik Bjønnes [Mon, 17 Jan 2000 21:01:30 +0000 (21:01 +0000)]
some important changes to FIX_DOUBLE_SPCE still not completely correct (please help out.) Some external functions called from wrappers. use MODERN_STL_STREAMS in lyxsum.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@423 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAdd two using directives
Jean-Marc Lasgouttes [Fri, 14 Jan 2000 18:41:30 +0000 (18:41 +0000)]
Add two using directives

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@422 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix double space editing, small change to make Path more foolproof, dont use reserve...
Lars Gullik Bjønnes [Thu, 13 Jan 2000 16:28:54 +0000 (16:28 +0000)]
fix double space editing, small change to make Path more foolproof, dont use reserve in paragraph add some resize instead, fix a bug in LyXLeX::next that were only present on conforming std::istream.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@421 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix bug where error boxes where always placed at the beginning of document.
Jean-Marc Lasgouttes [Thu, 13 Jan 2000 16:03:38 +0000 (16:03 +0000)]
Fix bug where error boxes where always placed at the beginning of document.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@420 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix memory allocation bug; stricter check for command line options.
Jean-Marc Lasgouttes [Thu, 13 Jan 2000 15:08:18 +0000 (15:08 +0000)]
Fix memory allocation bug; stricter check for command line options.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@419 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoHopefully fix the macro which guesses argument type of putenv()
Jean-Marc Lasgouttes [Wed, 12 Jan 2000 14:21:42 +0000 (14:21 +0000)]
Hopefully fix the macro which guesses argument type of putenv()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@418 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix regex errors in .aux scanning, and other small problems
Jean-Marc Lasgouttes [Wed, 12 Jan 2000 11:16:01 +0000 (11:16 +0000)]
Fix regex errors in .aux scanning, and other small problems

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@417 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agorevert to using .la type libtool libs
Lars Gullik Bjønnes [Tue, 11 Jan 2000 17:44:32 +0000 (17:44 +0000)]
revert to using .la type libtool libs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@416 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoFix a nasty "unsigned means trouble" bug.
Jean-Marc Lasgouttes [Tue, 11 Jan 2000 11:23:48 +0000 (11:23 +0000)]
Fix a nasty "unsigned means trouble" bug.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@415 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoWhen documentation file could not be found now a correct error messages is
Jürgen Vigna [Tue, 11 Jan 2000 10:01:39 +0000 (10:01 +0000)]
When documentation file could not be found now a correct error messages is
emited with a LyXAlert-Window!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@414 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agofix IsFileWriteable, implement the file_not_found_hook and make it work for RCS
Lars Gullik Bjønnes [Tue, 11 Jan 2000 08:23:07 +0000 (08:23 +0000)]
fix IsFileWriteable, implement the file_not_found_hook and make it work for RCS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@413 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agook, some more changes, this time I have gotten the fonttable and insettable in lyxpar...
Lars Gullik Bjønnes [Tue, 11 Jan 2000 01:59:00 +0000 (01:59 +0000)]
ok, some more changes, this time I have gotten the fonttable and insettable in lyxparagra converted correctly to stl::containsers, added some tags for move to using pdflatex, search for pdflatex,dvips,pdf2ps,xpdf etx. in lib/configure.m4. A couple of name changes. Lets prepare for 1.1.4 now. Read the ChangeLog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@412 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoiNew configure flag --with-lyxname. Misc small compilation fixes.
Jean-Marc Lasgouttes [Mon, 10 Jan 2000 16:28:29 +0000 (16:28 +0000)]
iNew configure flag --with-lyxname. Misc small compilation fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@411 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoSmall change to be able to compile it with egcs under RH6.1
Jürgen Vigna [Mon, 10 Jan 2000 10:17:10 +0000 (10:17 +0000)]
Small change to be able to compile it with egcs under RH6.1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@410 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agothe new files
Lars Gullik Bjønnes [Sat, 8 Jan 2000 21:06:59 +0000 (21:06 +0000)]
the new files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@409 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agosome new (not extensive) changes, some fixes, will probably reverto to .la libs later...
Lars Gullik Bjønnes [Sat, 8 Jan 2000 21:02:58 +0000 (21:02 +0000)]
some new (not extensive) changes, some fixes, will probably reverto to .la libs later .o libs is too much a hassle, please read the ChangeLog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@408 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoupdate gettext sources
Lars Gullik Bjønnes [Sat, 8 Jan 2000 20:57:00 +0000 (20:57 +0000)]
update gettext sources

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@407 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoupdate libtool, try to make it work for std::streams (be VERY careful I have experien...
Lars Gullik Bjønnes [Fri, 7 Jan 2000 03:42:16 +0000 (03:42 +0000)]
update libtool, try to make it work for std::streams (be VERY careful I have experienced DATACORRUPTION when trying this out (though I think it is a bug in the lib) some other code shuffling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@406 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoForgot this one. I think Lars got the for() loop wrong.
Jean-Marc Lasgouttes [Thu, 6 Jan 2000 11:36:48 +0000 (11:36 +0000)]
Forgot this one. I think Lars got the for() loop wrong.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@405 a592a061-630c-0410-9148-cb99ea01b6c8

24 years agoAdd a bunch of using directives for dec cxx. Does not compile yet.
Jean-Marc Lasgouttes [Thu, 6 Jan 2000 11:35:29 +0000 (11:35 +0000)]
Add a bunch of using directives for dec cxx. Does not compile yet.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@404 a592a061-630c-0410-9148-cb99ea01b6c8