]> git.lyx.org Git - features.git/commitdiff
drop the ld -r stuff, we gained nothing with it, other build optimizations gave us...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 21 Mar 2002 16:49:07 +0000 (16:49 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 21 Mar 2002 16:49:07 +0000 (16:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3798 a592a061-630c-0410-9148-cb99ea01b6c8

15 files changed:
config/ChangeLog
config/lyxinclude.m4
configure.in
src/ChangeLog
src/Makefile.am
src/frontends/ChangeLog
src/frontends/Makefile.am
src/graphics/ChangeLog
src/graphics/Makefile.am
src/insets/ChangeLog
src/insets/Makefile.am
src/mathed/ChangeLog
src/mathed/Makefile.am
src/support/ChangeLog
src/support/Makefile.am

index 0350e2544d81fcca925b484efaf4c4a9bafb9ab0..5353ce1373be1248738d2bd29807d869628174eb 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything. 
+
 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
index b978e542847c366d329a2e1b86eeb53ae976fa74..0da9cd4e826e5684fc94c246185d687f4666116d 100644 (file)
@@ -1000,17 +1000,3 @@ AM_PROG_LIBTOOL dnl for libraries
 CC=$ac_save_cc
 CFLAGS="$ac_save_cflags"
 ])
-
-
-dnl bla bla 
-AC_DEFUN(LYX_CHECK_LDR,
-[
-AC_MSG_CHECKING(whether partial linking can be used)
-if test x$ac_cv_cygwin = xno -a x$lt_cv_prog_gnu_ld = xyes ; then
-    AM_CONDITIONAL(USE_LD_R, true)
-    AC_MSG_RESULT(yes)
-else
-    AM_CONDITIONAL(USE_LD_R, false)
-AC_MSG_RESULT(no)
-fi
-])
index 17ce6f87c00195c0704223194d91a0d2e3267f5c..88bf2ac91d4f6a61a079e04fa3b9313f6fc509ce 100644 (file)
@@ -153,7 +153,6 @@ AC_DISABLE_SHARED
 AC_LIBTOOL_WIN32_DLL
 #AM_PROG_LIBTOOL
 LYX_PROG_LIBTOOL
-LYX_CHECK_LDR
 
 ### Check which libsigc++ we're using
 LYX_WITH_SIGC
index de39f86dd7bdf87192e8788104d12ce0f9d47922..730dbbf8e1b1c2397eaad4700b3f387663d28fea 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
+
 2002-03-21  Juergen Vigna  <jug@sad.it>
 
        * tabular.C (SetMultiColumn): collapse also the contents of the
 
 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * ToolbarDefaults.C (init): 
-       * LyXAction.C (init): 
-       * commandtags.h: 
-       * BufferView_pimpl.C (Dispatch): 
+       * ToolbarDefaults.C (init):
+       * LyXAction.C (init):
+       * commandtags.h:
+       * BufferView_pimpl.C (Dispatch):
        * lyxfunc.C (dispatch): remove LFUN_DEPTH
 
 2002-03-19  Allan Rae  <rae@lyx.org>
@@ -42,7 +46,7 @@
        a dozen places before calling export or cleanup in a dozen functions
        that export calls.
 
-       * converter.C (runLaTeX): 
+       * converter.C (runLaTeX):
        (scanLog): Better handling of removeAutoInsets and screen updates.
 
        * lyxfunc.C (dispatch): small whitespace changes
        (pixmap): remove function.
 
        * Painter.h: remove private display variable.
-       
+
        * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
 
 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * buffer.C (Buffer): initialize niceFile to true
-       (makeLaTeXFile): 
-       (makeLinuxDocFile): 
+       (makeLaTeXFile):
+       (makeLinuxDocFile):
        (makeDocBookFile): make sure niceFile is true on exit
 
 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * paragraph.C (breakParagraph): dont call clear do the work manually
 
-       * paragraph.[Ch] (clear): remove function 
+       * paragraph.[Ch] (clear): remove function
 
 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: protect selectionLost against text == 0
+
 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text.C (breakParagraph): fix a setting layout to '0' problem.
 
        * BufferView_pimpl.C: change current_layout to string, remove
        lyx::layout_type.
-       (Dispatch): 
-       (smartQuote): 
-       (insertInset): 
+       (Dispatch):
+       (smartQuote):
+       (insertInset):
        (workAreaButtonRelease): layout as string
 
        * BufferView2.C (unlockInset): adjust
 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
 
        * Makefile.am: use FRONTEND_*
+
 2002-03-01  Juergen Vigna  <jug@sad.it>
 
        * tabular.C (SetWidthOfMulticolCell): changed to something better
        * sp_pspell.h:
        * sp_spell.C: remove fig inset, and the crap house of
          cards that follows it
+
 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
 
        * Makefile.am:
 
        * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
        * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
-       
+
 2002-02-18  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
        * use std construcs some places where approp.
        * use some exisint stuff from lyxfunctional where approp.
        * Make file changes to use partial linking (lets test this now...)
-       
+
 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * Chktex.C:
        * buffer.C:
        remove #include "support/syscontr.h" as it's redundant. Always has been.
-       
+
        * Chktex.C:
        * LaTeX.C:
        * LyXSendto.C:
 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyxlength.C (asLatexString): change PW to output as percent of
-       \textwidth. 
+       \textwidth.
 
        * lengthcommon.C: change '%' to 't%'
 
 
 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * lyxfunc.C (getStatus): fix status message for disabled commands. 
+       * lyxfunc.C (getStatus): fix status message for disabled commands.
 
 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
 
-       * BufferView_pimpl.C: fix crash on close buffer 
+       * BufferView_pimpl.C: fix crash on close buffer
        during selection (#227)
+
 2002-01-27  Herbert Voss  <voss@lyx.org>
 
        * buffer.C: link old Figure to new graphic inset
        * lyx_gui.C (init): give the toolbar tooltips a normal font.
 
        * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
-       LFUN_LAYOUT_PARAGRAPHS. 
+       LFUN_LAYOUT_PARAGRAPHS.
 
        * tabular.C (GetCellFromInset): new method. Finds an inset in a
        tabular. It is possible to provide a possible cell, which will
 
        * tabular.C (Validate): remove broken optimization (fixes bug #201)
 
-       * paragraph.C (startTeXParParams): 
+       * paragraph.C (startTeXParParams):
        (endTeXParParams): new methods. The LaTeX code to
        start/end paragraph formatting
        (simpleTeXOnePar): call startTeXParParams also when paragraph is
 
        * text2.C (removeRow): add comment.  Should other refresh_?? vars be
        updated also?
-       
-       * text.C (drawInset): Turned out I didn't know enough about how 
+
+       * text.C (drawInset): Turned out I didn't know enough about how
        rebreaking worked.  This fixes most of the redraw problems.  I see
        an occasional cursor trail when a line is broken now and the cursor
        placement can seem out by a few pixels also after a rebreak.
 
 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
 
-       * DepTable.h 
+       * DepTable.h
        * DepTable.C: Implement mtime checking to reduce time spent doing
-       CRCs. 
+       CRCs.
 
 2002-01-16  Juergen Vigna  <jug@sad.it>
 
 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
-       absolute 
+       absolute
 
        * vc-backend.C (most methods):
-       * exporter.C (Export): 
-       * converter.C (convert): 
-       (runLaTeX): 
-       * LyXSendto.C (SendtoApplyCB): 
-       * lyxfunc.C (dispatch): 
-       (menuNew): 
-       (open): 
-       (doImport): 
-       * lyx_cb.C (AutoSave): 
-       (InsertAsciiFile): 
-       * BufferView_pimpl.C (MenuInsertLyXFile): 
+       * exporter.C (Export):
+       * converter.C (convert):
+       (runLaTeX):
+       * LyXSendto.C (SendtoApplyCB):
+       * lyxfunc.C (dispatch):
+       (menuNew):
+       (open):
+       (doImport):
+       * lyx_cb.C (AutoSave):
+       (InsertAsciiFile):
+       * BufferView_pimpl.C (MenuInsertLyXFile):
        * buffer.C (runChktex): use Buffer::filePath().
 
        * buffer.h: rename filename to filename_; rename filepath to
        (filePath): new method
 
        * buffer.C (writeFile): use fileName()
-       (getLatexName): 
+       (getLatexName):
 
        * lyx_main.C (init): fix starting  of LyX when the binary is a
        link from so,ewhere else.
        * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
 
        * lyxrc.C: use string::erase() instead of initializing to "".
-       
+
 
 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
 
 
 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * BufferView_pimpl.C (MenuInsertLyXFile): 
-       * lyxfunc.C (menuNew): 
-       (open): 
+       * BufferView_pimpl.C (MenuInsertLyXFile):
+       * lyxfunc.C (menuNew):
+       (open):
        (doImport): add shortcuts to directory buttons
 
        * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
        * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
        the old cursor is now invalid due to deleteEmptyParagraphMechanism.
        There is still a way to segfault this although you may have to do this
-       multiple times: Have an InsetERT with an unknown command in it. 
+       multiple times: Have an InsetERT with an unknown command in it.
        View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
        <down-arrow>, <Enter> again, View->DVI, BANG!
 
-       * text2.C (setCursor): 
-       (deleteEmptyParagraphMechanism): 
-       * lyxtext.h (setCursor): 
+       * text2.C (setCursor):
+       (deleteEmptyParagraphMechanism):
+       * lyxtext.h (setCursor):
        (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
        Making use of the return value may help fix other bugs.
 
 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * lyxfunc.C (dispatch): update toolbar/menubar after dispatching. 
+       * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
 
        * LyXView.C (updateMenubar): call MenuBar::update here
        (updateToolbar): but not here
        * LyXAction.C (retrieveActionArg): make it work also when action
        is not a pseudo-action.
        (getActionName): simplify a bit
-       (helpText): 
+       (helpText):
 
 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyxrc.[Ch]: change names and descriptions of popup font variables to
        reflect their actual use. Provide compatibility code for older lyxrc
        files.
-       
+
        * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
        FL_NORMAL_STYLE.
        change names of popup font variables in line with the changes to lyxrc.C
 
 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * LaTeXFeatures.C (getMacros): 
+       * LaTeXFeatures.C (getMacros):
        * buffer.C (validate): rename feature "amsstyle" to "amsmath"
-       
+
        * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
 
        * LaTeXFeatures.C (useFloat): require "float" here instead of in
-       getPackages. 
+       getPackages.
        (getPackages): rename feature "floats" to "float". Use an array to
        iterate over 'simple' features (i.e. just a \usepackage). Add
        handling of "amsmath" (renamed from "amsstyle").
 
        * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
        of the func_satus stuff. Edited and massaged in various ways by
-       JMarc.  
+       JMarc.
 
        * lyxfunc.C (getStatus): use FuncStatus
 
          the screen (bug #162)
 
        * BufferView_pimpl.C: add some insetHit debug
+
 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * vc-backend.C: add FIXME
+
 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyxfunc.C (getStatus): enable code for showing math font status
        * form_maths_panel.C:
        * form_maths_panel.h:
        * form_maths_panel.fd: implemented sub- and super- buttons in math
-       panel. 
+       panel.
 
        * lyx_main.C: Revised hardwired bindings to allow original _ and ^
        (or ^ space) to be used as in TeX (req'd by André).
 
        * text2.C (setCursor): add a couple of asserts.
 
-       * paragraph.h (inset_iterator): add -> operator 
+       * paragraph.h (inset_iterator): add -> operator
 
-       * paragraph.[Ch] (autoDeleteInsets): remove member function 
+       * paragraph.[Ch] (autoDeleteInsets): remove member function
 
        * BufferView2.C (removeAutoInsets): rewrite to handle the old
        cursor pos correctly and handle inset deletion by itself.
        * lyxtextclass.C: add <algorithm>
 
        * Makefile.am: added the new files to sources, removed layout.C
-       
+
        * layout.C: removed file
-       
+
        * layout.h: remove LYX_DUMMY_LAYOUT
 
        * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
 
        * lyxlayout.[Ch]:
        * lyxtextclass.[Ch]:
-       * lyxtextclasslist.[Ch]: new files 
+       * lyxtextclasslist.[Ch]: new files
 
        * include order changes to a lot of files, also changes because of
        the six new files.
-       
+
 2001-12-27  Juergen Vigna  <jug@sad.it>
 
        * buffer.C (asciiParagraph): more fixes.
 
        * lyxfunc.C (getStatus): use func_status::toggle to simplify the
        code. Support all font-changing funcs (even those which are not in
-       menu currently). Support for reporting font settings in 
+       menu currently). Support for reporting font settings in
        mathed (disabled until Andre provides a function on mathed's side).
 
        * func_status.h (toggle): small helper function to set toggle
 
        * Thesaurus.C: always include <config.h> in sources.
 
-       * Painter.h: 
-       * lyxlookup.h: 
+       * Painter.h:
+       * lyxlookup.h:
        * box.h: do not include <config.h> in header files
 
        * text.C (paintLastRow): remove unused variable
 
-       * text.C (transformChar): 
-       (insertChar): 
+       * text.C (transformChar):
+       (insertChar):
        * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
 
-       * Painter.C (text): 
+       * Painter.C (text):
        * font.C (width): rewrite to use uppercase() instead of
-       islower/toupper. 
+       islower/toupper.
 
        * lyxfind.C (IsStringInText): use uppercase instead of toupper.
 
 
 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
 
-       * BufferView.h: 
+       * BufferView.h:
        * BufferView.C:
        * BufferView_pimpl.h:
        * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
        * minibuffer.C: don't add empty lines to the history
 
        * minibuffer.C: add a space on dropdown completion
+
 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
 
        * text.C: fix line above/below drawing in insets
 
 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language 
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
        when inserting error insets.
 
 2001-12-13  Juergen Vigna  <jug@sad.it>
        documents with lots of insets. If Inset::parOwner is not set, fall
        back on the brute force method
 
-       * paragraph_pimpl.C (insertInset): 
-       * paragraph.C (Paragraph): 
+       * paragraph_pimpl.C (insertInset):
+       * paragraph.C (Paragraph):
        (cutIntoMinibuffer): set parOwner of insets when
        inserting/removing them
 
        documents with lots of insets. If Inset::parOwner is not set, fall
        back on the brute force method
 
-       * paragraph_pimpl.C (insertInset): 
-       * paragraph.C (Paragraph): 
+       * paragraph_pimpl.C (insertInset):
+       * paragraph.C (Paragraph):
        (cutIntoMinibuffer): set parOwner of insets when
        inserting/removing them
 
 
 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * tabular-old.C (getTokenValue): 
-       * tabular.C (getTokenValue): 
+       * tabular-old.C (getTokenValue):
+       * tabular.C (getTokenValue):
        (write_attribute): new versions for LyXLength
        (everywhere): adjust the use of widths
 
        paragraph' one.
 
        * text.C (workWidth): small optimization
-       (getLengthMarkerHeight): use minimal size for negative lengths. 
+       (getLengthMarkerHeight): use minimal size for negative lengths.
 
 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
 
 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * text2.C: keep selection on a setFont()
+
 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyx_cb.C: another bv->text misuse, from insert label
+
 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
 
        * kbsequence.h:
        * kbsequence.C: re-instate nmodifier mask
+
 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * lyx_main.h: make lyxGUI private.
 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxfind.C: place the cursor correctly on failed search
+
 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * text.C (getLengthMarkerHeight): for small heights, the arrows
        are not always on top/bottom of the text
        (drawLengthMarker): smaller arrows; take the left margin in
        account; draw also vfills.
-       (paintFirstRow): 
+       (paintFirstRow):
        (paintLastRow): remove special code for vfill and standard spaces,
        since everything is handled in drawLengthMarker now.
 
 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: fix insertAscii for insets
+
 2001-12-05  Juergen Vigna  <jug@sad.it>
 
        * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
        * lyxlength.C: remove out-commented code.
 
        * BufferView_pimpl:
-       * CutAndPaste.C: 
+       * CutAndPaste.C:
        * DepTable.C:
        * buffer.C:
        * chset.C:
        * text.C:
        * trans_mgr.C:
        * vc-backend.C: change "while(" to "while ("
-       
+
        * lyxlength.[Ch]: add zero function to check if length is zero or
        not
        * lyxgluelength.C: use it
-       
+
 2001-12-05  Allan Rae  <rae@lyx.org>
 
        * lyxlength.C: Attempted a fix for the abs(int) header selection.
 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxfunc.C: fix show options on timeout
+
 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * screen.C (topCursorVisible): scroll half a page when the cursor
 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
 
        * minibuffer.C: deactivate on loss of focus
+
 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * vspace.[Ch] (operator!=): add operator. 
+       * vspace.[Ch] (operator!=): add operator.
 
 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
 
 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: allow to click on RHS of full row insets
+
 2001-11-30  Juergen Vigna  <jug@sad.it>
 
        * tabular.C (LyXTabular): add a same_id to set the same id's in the
        * buffer.C (makeDocBookFile): add a comment to point a hack.
        (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
        Fixed a double write of labels.
-       
+
 2001-11-29 Ben Stanley <bds02@uow.edu.au>
 
        * LaTeX.C:
 
 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * BufferView2.C (copy): 
+       * BufferView2.C (copy):
        (copyEnvironment): do not clear the selection when doing a copy.
 
        * text.C (paintFirstRow): compilation fix
 
 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
 
-       * text.C: 
+       * text.C:
        * LColor.h:
        * LColor.C: change vfillline->added_space
+
        * text.C: add markers and text for added space
+
        * vspace.C: fix comment
 
 2001-11-28  André Pönitz <poenitz@gmx.net>
        * paragraph.C: whitespace changes
        * all the other files from the change on 2001/11/26:
        change *::pos_type into lyx::pos_type
-       
+
 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
 
        * buffer.C (parseSingleLyXformat2Token): Set the language to the
        language of the document when inserting error insets.
 
 2001-11-26  André Pönitz <poenitz@gmx.net>
-       
+
        * BufferView_pimpl.[Ch]:
        *       CutAndPaste.C:
        * buffer.[Ch]:
 
 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
 
-       * <various>: change to use Alert.h 
-        
+       * <various>: change to use Alert.h
+
 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
 
        * buffer.C (parseSingleLyXformat2Token): Insert an error inset
        * BufferView_pimpl.C:
        * buffer.C:
        * paragraph.h:
-       * text.C: 
+       * text.C:
        * text2.C: use par->isInset()
-        
+
 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * paragraph_pimpl.h:
-       * paragraph_pimpl.C: cleanup 
-        
+       * paragraph_pimpl.C: cleanup
+
 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * text2.C (removeRow): 
+       * text2.C (removeRow):
        * text.C (setHeightOfRow): remove useless (and costly) call to
-       getRow. 
+       getRow.
 
 2001-11-20  Allan Rae  <rae@lyx.org>
 
 
        * lyxserver.C (emergencyCleanup): do not try to close pipes if
        server is not running.
-       (openConnection): 
+       (openConnection):
        (closeConnection): add debug info when server is disabled.
 
        * ColorHandler.C (getGCForeground): send debug message to GUI
-       channel. 
+       channel.
 
        * lyxrc.C: do not include lyxserver.h and tex-strings.h.
 
        that protected spaces are considered as spaces.
 
        * paragraph.C (isLetter): cleanup the code for ispell extras; use
-       Inset::isLetter. 
+       Inset::isLetter.
 
 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxserver.h:
        * lyxserver.C: fix it. and small cleanup.
+
 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: use inline helpers
-       * LaTeXFeatures.h: 
+
+       * LaTeXFeatures.h:
        * LaTeXFeatures.C: fix typos
 
        * Spacing.h:
-       * Spacing.C: move spacing_string into class 
+       * Spacing.C: move spacing_string into class
 
        * ToolbarDefaults.C: move stuff into namespace anon
+
        * layout.h: update enum
 
        * lyxfunc.C: use better debug
 
        * minibuffer.h: fix typo
+
        * debug.h:
        * debug.C:
        * WorkArea.C: add and use Debug::WORKAREA
 
        * lyxtext.h:
-       * text.C: 
+       * text.C:
        * text2.C: code re-organisation, inline helpers
 
 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
 
        * minibuffer.h:
-       * minibuffer.C: fix crash, improve drop-down completion 
+       * minibuffer.C: fix crash, improve drop-down completion
+
 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxserver.h:
        * lyxserver.C: invalidate fd's when doing endPipe()
+
 2001-11-08  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
 
 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * buffer.C (saveParamsAsDefaults): 
+       * buffer.C (saveParamsAsDefaults):
        * lyx_cb.C (MenuLayoutSave): remove
 
-       * LyXAction.C (init): 
-       * commandtags.h: 
+       * LyXAction.C (init):
+       * commandtags.h:
        * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
 
 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * buffer.C (setPaperStuff): removed from here...
 
-       * bufferparams.C (setPaperStuff): ... and moved there.  
+       * bufferparams.C (setPaperStuff): ... and moved there.
 
 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
 
        * minibuffer.h:
        * minibuffer.C:
        * XFormsView.C: add support for drop-down completion
+
 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
 
        * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
-       disabled. 
+       disabled.
 
 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyx_main.C: change ref to known bugs
+
 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
 
        * tabular.C (DocBook): removed / terminator to be more SGML friendly,
        if we need to output XML that should be done with a filter.
-       
+
 2001-10-22  Juergen Vigna  <jug@sad.it>
 
        * sp_pspell.h (class PSpell): add alive function needed in the
 
        * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
        change return type of getColumnNearX.
-       
+
 
        * text.C (changeRegionCase): use uppercase/lowercase instead of
-       toupper/tolower. 
-       (leftMargin): 
+       toupper/tolower.
+       (leftMargin):
        (rightMargin): simplify code by factoring out the uses of
        textclasslist.
-       (labelFill): 
-       (numberOfHfills): 
-       (setHeightOfRow): 
+       (labelFill):
+       (numberOfHfills):
+       (setHeightOfRow):
        (appendParagraph): use Paragraph::size_type
 
 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * lyxrc.C (read): 
-       * vspace.C (inPixels): 
-       (lyx_advance): 
-       * kbmap.C (bind): 
-       * buffer.C (insertStringAsLines): 
+       * lyxrc.C (read):
+       * vspace.C (inPixels):
+       (lyx_advance):
+       * kbmap.C (bind):
+       * buffer.C (insertStringAsLines):
        (asciiParagraph): fix types to be large enough
 
        * lyxlex_pimpl.h: change member status from short to int
 
        * layout.h: fix type of endlabeltype
 
-       * kbmap.C (bind): 
+       * kbmap.C (bind):
        * kbsequence.C (parse): change return type to string::size_type
 
        * LaTeX.C (updateBibtexDependencies): comment out unneeded
        variable
 
-       * Bullet.C (bulletSize): 
+       * Bullet.C (bulletSize):
        (bulletEntry): do not use short ints as parameters
 
        * BufferView2.C (insertLyXFile): change a char to an int.
        * buffer.C (asciiParagraph): Treat '\\' as other chars.
 
        * paragraph.C (asString): Do not ignore newline/hfill chars when
-       copying to the clipboard.
+       copying to the clipboard.
 
 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
 
        (deleteEmptyParagraphMechanism): call the method above on _all_
        cursors held by the LyXText when a double space has been
        detected/deleted.
+
 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
 
 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * text2.C (copySelection): 
-       (cutSelection): 
-       * lyxfind.C (LyXReplace): 
+       * text2.C (copySelection):
+       (cutSelection):
+       * lyxfind.C (LyXReplace):
        * BufferView_pimpl.C (Dispatch): pass the correct flag to
-       LyXText::selectionAsString. 
+       LyXText::selectionAsString.
 
        * paragraph.C (asString): add "label" argument to the second form
 
        * text2.C (selectionAsString): add "label" argument and pass it to
-       Paragraph::asString. 
+       Paragraph::asString.
 
 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
 
        * BufferView_pimpl.C: allow to create index inset even if
          string is empty
+
 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * buffer.C (getLists): replace boost::tie code with an explicit pair
 
        * lyxrc.C: add help for view_dvi_paper_option, default to safe
          case.
+
 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
 
        * iterators.[Ch]: New files. Provide paragraph iterators.
 
        * buffer.C (changeLanguage): Use paragraph iterators.
-       (isMultiLingual): ditto 
+       (isMultiLingual): ditto
 
        * BufferView2.C (ChangeInsets): Use paragraph iterators.
 
 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
 
        * Spacing.h (Spacing): Set space to Default on in the default
-       constructor.
+       constructor.
 
 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * vc-backend.h (RCS::versionString): add RCS to version 
-       (CVS::versionString): add CVS to version 
+       * vc-backend.h (RCS::versionString): add RCS to version
+       (CVS::versionString): add CVS to version
 
        * vc-backend.C (scanMaster): do not add CVS to version.
        (scanMaster): do not add RCS to version
 
 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
 
-       * BufferView_pimpl.C: 
+       * BufferView_pimpl.C:
        * figureForm.C:
        * lyxtext.h:
        * text2.C: setParagraph takes linespacing now
+
 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
 
        * LyxAction.C: add internal LFUN_CITATION_INSERT
        * LyXView.C: actually apply fix
 
        * bufferlist.C: fix open non-existent file
+
        * lyxfind.C: fix indentation
+
        * lyxfunc.C: remove unneeded assert, fix typo
+
 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
 
        * MenuBackend.C: use "Floatname List"
        * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
 
 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
-       * lyxfunc.c: fail gracefully if file doesn't exist 
+
+       * lyxfunc.c: fail gracefully if file doesn't exist
+
        * LyXSendto.C:
        * buffer.C:
        * lyxfunc.C:
-       * BufferView_pimpl.C: IsDirWriteable() proto changed 
+       * BufferView_pimpl.C: IsDirWriteable() proto changed
+
        * LyXView.C: fix updateWindowTitle() to store the last title
 
 2001-07-31  Juergen Vigna  <jug@sad.it>
        * lyxfind.h:
        * lyxfind.C: add "once" parameter, for thesaurus, to not
          move to the next match
-  
+
 2001-07-26  Juergen Vigna  <jug@sad.it>
 
        * lyxfont.C (realize): honor ignore_language too!
        * font.C (buttonText): make similar to rectText
 
        * buffer.C (readInset): comment out parsing of insetlist and
-       insttheorem 
+       insttheorem
 
        * PainterBase.C (rectText): small correction
 
 
 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * ToolbarDefaults.C (read): 
+       * ToolbarDefaults.C (read):
        * MenuBackend.C (read): allow escaping in all strings
 
        * BufferView_pimpl.C (insertAndEditInset): new method.
        boundary.
        (selectNextWord): use kind() to guess type of insetspecialchar,
        not latex().
-       
+
        * buffer.C (insertStringAsLines): new method, extracted from LyXText.
        (insertErtContents): create ert insets as collapsed.
        (readInset): better compatibility code for Info inset.
 
 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * LyXAction.C (init): 
-       * commandtags.h: 
+       * LyXAction.C (init):
+       * commandtags.h:
        * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
        LIGATURE_BREAK, since the name is so stupid.
 
        hyphenationPoint(), which are therefore removed.
        (Dispatch): handle LFUN_HYPHENATION_BREAK.
 
-       * LyXAction.C (init): 
+       * LyXAction.C (init):
        * commandtags.h: add LFUN_HYPHENATION_BREAK.
 
        * paragraph.C (getWord): removed.
        * lyxfunc.C (getStatus): add support for all the inset insertion
        commands.
 
-       * text2.C (insertInset): 
-       * paragraph.C (insetAllowed): 
+       * text2.C (insertInset):
+       * paragraph.C (insetAllowed):
        * BufferView_pimpl.C (insertInset): update to take in account the
        renaming of insertInsetAllowed
 
        * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
 
-       * text2.C (getInset): new method. returns inset at cursor position. 
+       * text2.C (getInset): new method. returns inset at cursor position.
 
        * BufferView_pimpl.C (Dispatch): changes because of this.
 
 
        * layout.h: Added bool pass_thru to layout class for being able to
        implement pass through of a paragraph for Literate Programming.
-       
+
        * layout.C: add LT_PASS_THRU to LayoutTags enum.
        * layout.C (LyXLayout): set pass_thru to flase in constructor.
        * layout.C (Read): add "passthru" to list of layout tags and add
        * trans_decl.h: remove allowed from KmodInfo
 
        * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
-       remove allowed code 
+       remove allowed code
        (Load): adjust
 
        * paragraph_pimpl.C (erase): use boost::prior
 
        * a lot of files: changed the access to LyXText::status and the
        call of undo-functions.
-       
+
        * undo.[Ch]: added a inset_id to the undo informations.
 
        * undo_funcs.[Ch]: added and moved here all undo functions.
 
 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * screen.[Ch]: change method names to begin with lowercase 
+       * screen.[Ch]: change method names to begin with lowercase
 
        * BufferView_pimpl.C (updateScrollbar): simplify further and
        hopefully make it a bit faster.
        * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
        calling directly xforms functions.
 
-       * Painter.C (Painter): 
-       * lyx_cb.C (MenuWrite): 
+       * Painter.C (Painter):
+       * lyx_cb.C (MenuWrite):
        * FontInfo.C (query): use GUIRunTime::x11Display() instead of
        fl_display.
 
 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * modifications to some other files because of this.
-       
+
        * Makefile.am (lyx_SOURCES): add XFormsView
 
        * XFormsView.[Ch]: new files
 
        * lyxfunc.C: no need to include figure_form.h here.
 
-       * FontLoader.h: 
-       * lyxfunc.h: 
-       * lyxscreen.h: 
-       * text2.C: 
+       * FontLoader.h:
+       * lyxfunc.h:
+       * lyxscreen.h:
+       * text2.C:
        * lyxvc.C: no need to include forms.h here.
 
 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
 
-       * lyxfunc.C (Dispatch): 
-       * Spacing.C (set): 
+       * lyxfunc.C (Dispatch):
+       * Spacing.C (set):
        * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
        constructor argument.
 
 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * paragraph_pimpl.C: add std:: qualifier to lower_bound and
-       upper_bound. 
+       upper_bound.
 
        * bufferlist.C: include assert.h for emergencyWrite().
 
 
        * lyx_main.C: if we can't even find a readable LYX_DIR directory,
          give up at last (bug #425202) !
+
 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyx_gui_misc.C:
        * spellchecker.h:
        * spellchecker.C: strip spellchecker options and bring up
          preferences tab instead
-        
+
 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
        * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
 
        * many files: send debug output to Debug::INFO instead of
-       Debug::ANY. 
+       Debug::ANY.
 
-       * converter.C (View): 
-       (Convert): 
+       * converter.C (View):
+       (Convert):
        (Move): send debug output to Debug::FILES instead of console.
 
 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
 
        * buffer.C (sgmlOpenTag):
        (sgmlCloseTag):
-       (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
+       (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
 
 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
 
        * lyxfunc.C (MenuNew): remove extra check for .lyx file
 
-       * lyxfunc.C (Open): 
+       * lyxfunc.C (Open):
        * bufferlist.C (newFile): do not restrict to files ending with
        .lyx
 
-       * BufferView_pimpl.C (MenuInsertLyXFile): 
+       * BufferView_pimpl.C (MenuInsertLyXFile):
 
 2001-06-24  The LyX Project  <jug@sad.it>
 
        * paragraph.[Ch] (outerHook): new method. mostly equivalent to
        depthHook(getDepth()-1).
 
-       * paragraph.h: 
-       * ParagraphParameters.h: 
+       * paragraph.h:
+       * ParagraphParameters.h:
        * ParameterStruct.h: change type of depth to unsigned int ==
        depth_type. Many adaptations to other files before of that.
 
 
        * Clean-up of header file includes all over
        * paragraph.h: Move some of the stuff into paragraph_pimpl.h
-       
+
 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.h: renamed from lyxparagraph.h
 
        * Buffer.h: Removed Buffer::resize
        * BufferList.h: Removed BufferList::resize
-       * LyXView.h: Added LyXView::resize. This way, we will only reflow 
+       * LyXView.h: Added LyXView::resize. This way, we will only reflow
        the document lazily when we change the width, or the font settings.
 
 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxscreen.h:
        * screen.C: fix "theoretical" GC leak
+
 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * LaTeX.C (scanAuxFile):
        (deplog): remove trailing \r when reading stream (useful under
-       win32)  
+       win32)
 
 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
 
 
        * Makefile.am:
        * tex-defs.h: remove old unused file
-        
+
 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: fix typo, remove minibuffer message
 
 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * gettext.C: include LString.h even when --disable-nls is on. 
+       * gettext.C: include LString.h even when --disable-nls is on.
 
 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
 
 
 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * gettext.h: include LString.h even when --disable-nls is on. 
+       * gettext.h: include LString.h even when --disable-nls is on.
 
 2001-06-07  Juergen Vigna  <jug@sad.it>
 
 
 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * gettext.h (gettext_init): 
+       * gettext.h (gettext_init):
        (locale_init): use a real definition instead of a macro
 
 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
 
 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * lyxfont.C: 
+       * lyxfont.C:
        * tabular.C:
-       * tabular-old.C: 
+       * tabular-old.C:
        * FontInfo.C: bring C functions into global namespace when
        necessary
 
        (one for each char read by EatLine!).
 
        * lyx_main.C (init): constify lyxdir. Lowercase the name of some
-       variables. 
+       variables.
 
 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
 
        * text2.C: adjust
        * text.C: adjust
-       
+
 
        * tabular.C (getTokenValue): add std::
 
 
        * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
        (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
-       auto_region_delete and deadkeys. 
+       auto_region_delete and deadkeys.
 
 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
 
        * LColor.h:
        * LColor.C: remove some dead entries, tidy a little
+
 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (processKeySym): comment the Escape handling, remove
        * lyx_gui.C:
        * lyx_main:
        * lyx_main.C: Added os:: class.
-       
+
        * os2_defines.h: update
 
 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
        (expand::LastFiles): move initalizaton of iterators out of loop,
        avoid reevaluation.
        (expand::Documents): introduce typdedef vector<string> Strings,
-       and use it. 
+       and use it.
        (expand::ExportFormats): introduce typedef vector<Format const *>
        Formats, and use it.
        (expand): implement FloatListInsert and FloatInsert.
        LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
 
        * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
-       handling. 
+       handling.
        (Dispatch::LFUN_FLOAT_LIST): implement
 
 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
-       * LaTeX.C (run): Fix problem with --export code.
+
+       * LaTeX.C (run): Fix problem with --export code.
+
 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * BufferView.[Ch] (workarea): removed.
        * lyxvc.C: adjust
        * text2.C: adjust
        + more files in subdirs
-       
+
        * lyxparagraph.h (size): move up int file
        (GetLayout): ditto
 
 
 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * lyxfunc.C (Dispatch): 
-       * minibuffer.C: 
+       * lyxfunc.C (Dispatch):
+       * minibuffer.C:
        * minibuffer.h: add a few std:: qualifiers
 
 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * minibuffer.[Ch]: reimplement so that commands is initiated and
        run from lyxfunc, simplified som handling, and made the completion
-       and history code for complete. wip. 
+       and history code for complete. wip.
 
        * lyxfunc.C (processKeySym): call message
        (miniDispatch): new temporary method
 
        * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
 
-       * lyx_gui_misc.[Ch] (WriteStatus): remove method 
+       * lyx_gui_misc.[Ch] (WriteStatus): remove method
 
        * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
        (AutoSave): use LFUN_MESSAGE
 
 2001-04-16  Allan Rae  <rae@lyx.org>
 
-       * tabular-old.C (l_getline): 
-       * spellchecker.C (sc_check_word): 
+       * tabular-old.C (l_getline):
+       * spellchecker.C (sc_check_word):
        * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
-       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+       an unrecognised preprocessor directive.  So ensure they're wrapped.
 
 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * src/exporter.C (Export): Give an error message when path to file 
+       * src/exporter.C (Export): Give an error message when path to file
        contains spaces.
 
 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
 
 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * lyx_main.h: 
-       * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
+       * lyx_main.h:
+       * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
 
 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
 
 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * exporter.C: 
-       * paragraph.C: 
-       * screen.C: 
-       * tabular.C: 
+       * exporter.C:
+       * paragraph.C:
+       * screen.C:
+       * tabular.C:
        * CutAndPaste.C: include gettext.h
 
        * lyxfont.h: remove old hack with ON and OFF.
 
-       * lyxparagraph.h: 
+       * lyxparagraph.h:
        * lyxfont.h: do not include language.h...
 
-       * BufferView2.C: 
-       * LaTeXFeatures.C: 
-       * Painter.C: 
-       * bufferview_funcs.C: 
-       * font.C: 
-       * lyxfont.C: 
-       * text.C: 
-       * text2.C: 
-       * trans_mgr.C: 
+       * BufferView2.C:
+       * LaTeXFeatures.C:
+       * Painter.C:
+       * bufferview_funcs.C:
+       * font.C:
+       * lyxfont.C:
+       * text.C:
+       * text2.C:
+       * trans_mgr.C:
        * paragraph.C: ... but do it here instead
 
 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * MenuBackend.C (class compare_format): put into anon namespace
        (expand): constify label, names, action, action2
-       (expand): 
+       (expand):
 
        * text.C (SingleWidth): constify font
        (IsBoundary): constify rtl2
        constructors
        (shape): move to lyxfont.h as inline
        (emph): move to lyxfont.h as inline
-       
+
 
 2001-04-04  Juergen Vigna  <jug@sad.it>
 
 
 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
 
-       * BufferView.h: 
+       * BufferView.h:
        * BufferView_pimpl.h: remove xforms cruft. Both classes are
        independent of xforms.
 
        fixed bug related to <emphasis> in the first paragraph char.
        (sgmlOpenTag): exclude empty tags.
        (sgmlCloseTag): ditto.
-       
+
        * buffer.h (pop_tag): removed.
        (push_tag): removed.
 
 
        * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
        response on compability reading of minipages. One probliem is that
-       the old usage of minipages was «flertydig» 
+       the old usage of minipages was «flertydig»
 
        * several files here and in subdirs: don't use static at file
        scope use anon namespaces instead.
 
        * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
        * ParameterStruct.h: ditto
-       * ParagraphParameters.h: ditto 
+       * ParagraphParameters.h: ditto
        * lyxparagraph.h: ditto
 
 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * lyxfunc.C (Dispatch): removed redundant break statement.
-       
+
 2001-03-14  Juergen Vigna  <jug@sad.it>
 
        * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
        * LaTeXFeatures.C: ditto
        * buffer.C: ditto
        * lyxlex_pimpl.C: ditto
-       
+
        * paragraph.C (Last): remove when NEW_INSETS is defined.
 
        * other file: changes because of the above.
 
 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * BufferView.h: 
+       * BufferView.h:
        * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
        problem.
 
 
 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
 
-        * Moved credits to frontends:
-        * credits.[Ch]: removed
+       * Moved credits to frontends:
+       * credits.[Ch]: removed
        * credits_form.[Ch]: removed
        * lyx_gui_misc.C: remove credits stuff
        * Makefile.am:
 
        * lyxfont.h: remove copy constructor and copy assignment. (the
        default ones is ok), move number inside FontBits. move inlines to
-       lyxfont.C 
+       lyxfont.C
 
        * lyxfont.C: add number to initializaton of statics, move several
        inlines here. constify several local vars. some whitespace
        * bufferview_funcs.C: Likewise.
        * text.C: Likewise.
        * text2.C: Likewise.
-       
+
 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * lyxfind.C (LyXReplace): do not redefine default argument in
-       implementation. 
+       implementation.
        (IsStringInText): ditto
        (SearchForward): ditto
        (SearchBackward): ditto
 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
 
        * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
-       
+
 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
        * BufferView_pimpl.C: add using std::find_if
 
 2001-02-27  José Matos  <jamatos@fep.up.pt>
-       
+
        * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
        by OnlyPath.
-       
+
 2001-02-11  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (makeDocBookFile): command styles now have a parameter as
        * lyx_gui_misc.C: out character
        * bufferview_funcs.C: : out character,
        added toggleall as parameter in ToggleAndShow
-                   
+
 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyxrc.C: Add language_command_local, language_use_babel and
-       language_global_options.
+       language_global_options.
 
        * lyxfont.C (latexWriteStartChanges): Use language_command_local.
 
-       * buffer.C (makeLaTeXFile): Use language_use_babel and 
+       * buffer.C (makeLaTeXFile): Use language_use_babel and
        language_global_options.
 
 2001-02-23  Juergen Vigna  <jug@sad.it>
 
 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
 
-        * src/layout_forms.C: out preamble
-        * src/layout_forms.h: out preamble
-        * src/lyx_cb.C: out preamble
-        * src/lyx_cb.h: out preamble
-        * src/lyx_gui.C: out preamble
-        * src/lyx_gui_misc.C: out preamble
-        * src/lyxfunc.C: connect with guii preamble
+       * src/layout_forms.C: out preamble
+       * src/layout_forms.h: out preamble
+       * src/lyx_cb.C: out preamble
+       * src/lyx_cb.h: out preamble
+       * src/lyx_gui.C: out preamble
+       * src/lyx_gui_misc.C: out preamble
+       * src/lyxfunc.C: connect with guii preamble
 
 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
 
 
 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
-       * screen.C: 
+       * screen.C:
        * lyxrc.[Ch]:
-       * lyxfunc.C: 
-       * lyxfont.[Ch]: 
-       * lyx_cb.C: 
-       * intl.[Ch]: 
-       * commandtags.h: 
-       * buffer.C: 
-       * WorkArea.[Ch]: 
-       * LyXAction.C: 
+       * lyxfunc.C:
+       * lyxfont.[Ch]:
+       * lyx_cb.C:
+       * intl.[Ch]:
+       * commandtags.h:
+       * buffer.C:
+       * WorkArea.[Ch]:
+       * LyXAction.C:
        * BufferView_pimpl.C:
        * BufferView.[Ch]: remove cruft
 
          add LFUN_CHILD_CREATE
 
        * counters.h: fix tiny typo
-       
+
        * lyx_cb.C:
        * lyx.h:
        * lyx_gui.C:
 
 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * MenuBackend.C: 
+       * MenuBackend.C:
        * MenuBackend.h: remove support for reference menuitem type.
 
 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
        * Timeout.C:
        * Timeout.h:
        * minibuffer.h: move Timeout GUI-I
-                          
+
 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyxrc.C (read): Update converters data-structures.
 
 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
-       * LaTeX.h (operator!=): add operator != for Aux_Info 
+       * LaTeX.h (operator!=): add operator != for Aux_Info
 
 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
 
 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
 
        * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
-       all the citation/databases/styles in the auxilary file. 
+       all the citation/databases/styles in the auxilary file.
        (run): Rerun latex if there was a babel language error.
 
 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * BufferView_pimpl.h: change type of Position::par_pos to
-       LyXParagraph::size_type. 
+       LyXParagraph::size_type.
 
 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
 
        A silly restriction on the name of LatexCommand types where removed.
        Added support for CDATA sections, allows to chars unescaped, used
        among others in code, to avoid escape < and >.
-       
+
 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
+       * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
        saved positions instrad of a stack. Furthermore, a position is
        stored using paragraph id/paragraph position.
 
 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * texrow.C (increasePos): turn two error messages into debug
-       messages. 
+       messages.
 
 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
 
 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
 
        * text.C (IsBoundary): Remove the error message
-       
+
        * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
 
        * lyxrc.C (setDefaults): Correct initialization value for
-       font_norm_type.
+       font_norm_type.
 
 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
 
index 950e4c79c95c5674c8754e5454b2f2fe16f85bb2..d42470bcb35daca060a692db33a7ddcb0c81bf81 100644 (file)
@@ -8,17 +8,10 @@ SUBDIRS = mathed insets graphics support frontends
 
 bin_PROGRAMS = lyx
 
-if USE_LD_R
-LYX_CONV_LIBS = mathed/libmathed.o insets/libinsets.o \
-       frontends/libfrontends.o \
-       graphics/libgraphics.o \
-       support/libsupport.o
-else
 LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
        frontends/libfrontends.la \
        graphics/libgraphics.la \
        support/libsupport.la
-endif
 
 #lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(INCLUDED_SIGC)
 
index a325a8d61117a07caad378dc0dd7480373392e02..2bd1a72a9a279608e70f119f064d42136ea0d3f3 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: remove ld -r stuff
+
 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am: special rules if partial linking
index 1d0b1bdca45fd10a71178fe56608c1b6d0e5e879..a237643990c646e2054da744b70d77e1901cca89 100644 (file)
@@ -29,13 +29,6 @@ libfrontends_la_SOURCES=\
        Toolbar.C \
        Toolbar.h
 
-if USE_LD_R
-libfrontends.la: libfrontends.o
-
-libfrontends.o: $(libfrontends_la_OBJECTS) $(libfrontends_la_DEPENDENCIES)
-       $(CXXLINK) $(libfrontends_la_OBJECTS) $(libfrontends_la_LIBADD)
-endif
-
 EXTRA_DIST = xforms qt2 gnome
 
 dist-hook:
index 109334bc828ee98b8d72eb20cb2ac28d685b33fc..8ed1e59940a1e2d4b4832c3a819e6b3ae0394e6b 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: remove ld -r stuff
+
 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am: special rules if partial linking
index cd3664c45ecc6574057fb24d5f037eb7b893b4b0..51e9c966ff48d8ef5e7fd382077ba19c180c383b 100644 (file)
@@ -22,10 +22,3 @@ libgraphics_la_SOURCES = \
        $(GRAPHICSIMAGEXPM) GraphicsParams.C \
        GraphicsParams.h \
        GraphicsTypes.h
-
-if USE_LD_R
-libgraphics.la: libgraphics.o
-
-libgraphics.o: $(libgraphics_la_OBJECTS) $(libgraphics_la_DEPENDENCIES)
-       $(CXXLINK) $(libgraphics_la_OBJECTS)
-endif
index 7adc6d06652152c371fffaaae242ba35e8b52837..8dc8b9ff88dbcd5d0cbd5610b14ff2332376c549 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: remove ld -r stuff
+
 2002-03-21  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (appendParagraphs): new function added to append
@@ -23,7 +27,7 @@
 
        * insetgraphics.C: improve messages, move cached_status_
          setting to safer place
+
 2002-03-18  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (unlockInsetInInset): removed unneeded showCursor
        * figinset.h:
        * figinset.C:
        * inset.h: remove figinset, yahoo !
+
 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetgraphics.C (c-tors): initialise parent classes explicitly in
 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * insetert.C (status): do not update the text inset, but the ERT
-       inset. 
+       inset.
 
 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetnote.C: use notebg for background
+
 2002-02-08  Herbert Voss  <voss@lyx.org>
 
-       * insetgraphic.C: 
+       * insetgraphic.C:
        * insetgraphicsParams.[Ch]: adding new Option noUnzip to
        prevent LyX from unzipping when this should be handled
        by latex vis the graphic.cfg.
 
 2002-02-05  Herbert Voss  <voss@lyx.org>
 
-       * insetgraphic.C: 
+       * insetgraphic.C:
        * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
        and adding a rotate bool similiar to subcaption
 
 2002-02-04  Herbert Voss  <voss@lyx.org>
 
-       * insetgraphic.C: 
+       * insetgraphic.C:
        * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
        similiar view to the LaTeX one. Get zipped files work.
 
 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * figinset.C (runqueue): open translation file in binary mode (for
-       cygwin). 
+       cygwin).
 
 2002-01-27  Herbert Voss  <voss@lyx.org>
 
 
 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insettabular.C (getMaxWidth): 
+       * insettabular.C (getMaxWidth):
        (forceDefaultParagraphs): use Tabular::GetCellFromInset
 
 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
        * insettabular.C (getMaxWidthOfCell): adapt to the new definition
        of LyXLength::inPixels
 
-       * inset.C (latexTextWidth): 
+       * inset.C (latexTextWidth):
        * insetminipage.C (latexTextWidth): new method, which implements
        the equivalent of the LaTeX macro \textwidth
-       
+
        * insetminipage.C (getMaxWidth): use latexTextWidth
 
 2002-01-18  Juergen Vigna  <jug@sad.it>
 
 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insetparent.C (InsetParent): 
-       * insetgraphicsParams.C (Write): 
-       (Read): 
-       * insetgraphics.C (prepareFile): 
-       (readFigInset): 
-       (docbook): 
-       * insetexternal.C (executeCommand): 
+       * insetparent.C (InsetParent):
+       * insetgraphicsParams.C (Write):
+       (Read):
+       * insetgraphics.C (prepareFile):
+       (readFigInset):
+       (docbook):
+       * insetexternal.C (executeCommand):
        (doSubstitution): use Buffer::filePath
 
        * insetbib.C (getFiles): add a #warning for Angus
 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetinclude.C: fix use of FileInfo
+
 2002-01-07  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (draw): fixed clearing of cell around inset.
 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
 
        * insettabular.C: correct single-cell select vertically
+
 2001-12-27  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (ascii): export as tab-separated-values if the
 
        * insettext.[Ch]: move includes around a bit, other ws changes and
        small stuff.
-       
+
 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * insettext.C (insetButtonRelease): fix compile problem
 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * inset.h: add par_owner_ member variable and parOwner
-       setter/accessor. 
+       setter/accessor.
 
 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 
 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insettext.C (draw): 
+       * insettext.C (draw):
        (drawFrame): use insetWidth instead of last_width
 
        * insettext.h: remove variable last_width (insetWidth is exactly
 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
 
        * insettext.C (insetAllowed): add comment
+
 2001-12-05  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (insetAllowed): fixed for the case that we directly
        * insettoc.[Ch]: DocBook -> docbook.
 
 2001-11-29  André Pönitz <poenitz@gmx.net>
-       
+
        * inseterror.C:
        * insettext.C: further reduction of header dependencies by using
        lyx::layout_type and lyx::textclass_type from support/types.h
        * insetfloatlist.h:
        * insetfloatlist.C: derive from InsetCommand so gui can use it
          easily
+
 2001-11-26  André Pönitz <poenitz@gmx.net>
-       
+
        * insettext.[Ch]:
        * insetert.C:
        * insetnote.C: reduce header dependencies, introduce type for
-       positions 
+       positions
 
 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * various: update for Alert.h
+
 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
 
        * inset.h: fix comment
+
        * insettext.C: use par->isInset()
 
 2001-11-22  Allan Rae  <rae@lyx.org>
 
-       * insetcollapsable.h: 
+       * insetcollapsable.h:
        * inset.h: Changes to checkInsertChar() behaviour.
        Now return value indicates whether chars can be inserted.
 
 
 2001-11-14  José Matos  <jamatos@fep.up.pt>
 
-       * insetspecialchar.C (linuxdoc): 
+       * insetspecialchar.C (linuxdoc):
        (docbook): don't give a name to a unused variable.
 
        * insettext.C (docbook): removed unused variable.
 2001-11-13  Herbert Voss  <voss@perce.de>
 
        * insetgraphic.C: fix scale bug
-       
+
 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * inset.h (isSpace): 
+       * inset.h (isSpace):
        (isLetter): new virtual methods.
 
-       * insetspecialchar.C (isSpace): 
+       * insetspecialchar.C (isSpace):
        (isLetter): implement here.
 
 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetert.h:
        * insetert.C: fix some problems
+
 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * insetexternal.C (doSubstitution): Added $$FPath token
        * inset.h (getFirstParagraph): New virtual method.
 
 2001-08-20  Herbert Voss  <voss@perce.de>
-       * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
+       * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
        in the the bibtex-database-gui for inserting a line
-       \addcontentsline... 
+       \addcontentsline...
 
        If no style is given than there is no tex-output.
-       
+
 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
        * insetnote.h: Add empty validate method.
        * insetert.h: Ditto
 
-       * insetnote.C (InsetNote): Set language to the language of the 
+       * insetnote.C (InsetNote): Set language to the language of the
        document.
 
 2001-08-16  Juergen Vigna  <jug@sad.it>
 
        * insettext.C: implemented the new FINISHED states.
 
-       * insettabular.C: ditto 
+       * insettabular.C: ditto
 
        * inset.h: added more FINISHED states for cursor right,up,down
 
 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
 
-       * insetfloatlist.C: use "FloatName List" 
+       * insetfloatlist.C: use "FloatName List"
+
 2001-08-14  Juergen Vigna  <jug@sad.it>
 
        * insetert.C (edit): forgot to set status_ in edit calls!
 
 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * insettext.C (localDispatch): Change language only when the inset 
+       * insettext.C (localDispatch): Change language only when the inset
        becomes empty.
 
 2001-08-10  Juergen Vigna  <jug@sad.it>
 
 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * inset.C (convertFont): delete method. not used. 
+       * inset.C (convertFont): delete method. not used.
 
 2001-08-03  Juergen Vigna  <jug@sad.it>
 
        * ChangeLog: Hiding time travel evidence.
 
        * insetgraphicsParams.h:
-       * insetgraphicsParams.C: 
+       * insetgraphicsParams.C:
        * insetgraphics.C: Added horizontal scale option, it actually scales both
        directions since it keeps image proportions.
 
 2001-07-29  Baruch Even  <baruch@lyx.org>
 
        * insetgraphics.C (decideOutputImageFormat): when doing postscript output
-       convert PNG/GIF/JPG to EPS, assume the rest are EPS already. 
+       convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
 
        HACKY! Will need to add an EPS detection routine like old InsetFig does!
 
 
 2001-07-26  Baruch Even  <baruch@lyx.org>
 
-       * insetgraphics.C (draw): changed casting to be in one place rather than 
+       * insetgraphics.C (draw): changed casting to be in one place rather than
        all over the function.
 
        * insetgraphics.h:
        * insetgraphics.C (read): Added compatibility reads of InsetFig.
-       
+
        * insetgraphicsParams.h:
-       * insetgraphicsParams.C: 
+       * insetgraphicsParams.C:
        * insetgraphics.C: Removed inline option and changed rotateAngle to float.
 
 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
        * inset.h: added new function checkInsertChar.
 
        * various files: added c-tor and clone() function.
-       
+
        * insetcollapsable.h: removed clone function here as this should
        be only realized in REAL insets and added it to all collapsable
        insets! (with the copy-constructor).
        * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
        draw frame mode is LOCKED.
 
-       * insetcollapsable.C (edit): 
+       * insetcollapsable.C (edit):
        (insetButtonRelease): set update status to full when
        opening inset.
 
-       * insettext.C (clearInset): 
-       * insettabular.C (draw): 
+       * insettext.C (clearInset):
+       * insettabular.C (draw):
        * insetlatexaccent.C (draw): honor background color.
 
        * inset.h: new member background_color_, initialized to
 2001-07-19  Juergen Vigna  <jug@sad.it>
 
        * most files: implemented the below new introduced function.
-       
+
        * inset.h: added new edit(BufferView *, bool front) method to be able
        to enter an inset from the front/back without knowing x/y positions
        and baselines inside the inset. So I just can tell the inset activate
        the default InsetCollapsable methods. I.e., it can insert anything.
        (write) output the name of the inset, not some silly hack for
        compatability with the old InsetInfo.
-       
+
        * insetinfo.[Ch]: removed.
        * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
        now collapsable, but functionality is otherwise identical to InsetInfo.
 2001-07-17  Juergen Vigna  <jug@sad.it>
 
        * various files: implemented the below functions.
-       
+
        * inset.h: added functions
        - virtual string selectNextWord(BufferView *, float & value) const;
        - virtual void selectSelectedWord(BufferView *) { return; }
 2001-07-14  Baruch Even  <baruch@lyx.org>
 
        * insetgraphics.h:
-       * insetgraphics.C: Added a copy c-tor and handled the same_id case. 
+       * insetgraphics.C: Added a copy c-tor and handled the same_id case.
 
 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
 
 
        * various files: added implementation of new insertInsetAllowed-func
        and redone the function a bit more.
-       
+
        * inset.h: added isCollapsable(), bool collapsed(),
        collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
 
        * a lot of files: added implementation of the below new functions
        and the change to clone(). Also the call of the new undo-functions
        where needed.
-       
+
        * inset.h: added an inset_id, added functions getParFromID,
        getInsetFromID, firstParagraph, cursor and id functions, added
        bool same_ids to clone function.
 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * insettext.C (localDispatch): call CutAndPaste::'s static method
-       directly. 
+       directly.
 
 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
 
 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * insetmarginal.C (latex): 
+       * insetmarginal.C (latex):
        * insetfoot.C (latex): fix spacing of notes in LaTeX
 
        * insettext.C (localDispatch): use .c_str() on istringstream
        * inseturl.h:
        * inseturl.C: fix method names in these to begin
          with small char too, so they inherit
+
 2001-06-28  Juergen Vigna  <jug@sad.it>
 
        * insettext.C (setFont): fixed font settings using toggleFree()
 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * lyxinset.h (resizeLyXText): shut off warning about unused
-       parameter "force" 
+       parameter "force"
 
 2001-06-07  Juergen Vigna  <jug@sad.it>
 
        * insetert.C:
        * insetcollapsable.C:
        * insetcaption.C: LColor tidy
-        
+
 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * figinset.C: fix typo
 
        * insettabular.C (LocalDispatch):
        * insettext.C (LocalDispatch): getClipboard() is now a BufferView
-       method 
+       method
 
 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
 
 2001-04-16  Allan Rae  <rae@lyx.org>
 
-       * insettoc.C (Ascii): 
-       * insettext.C (draw): 
-       * insettabular.C (setPos): 
-       * insetminipage.C (Read): 
-       * insetfloat.C (placement): 
-       * insetcaption.C (Ascii, DocBook): 
+       * insettoc.C (Ascii):
+       * insettext.C (draw):
+       * insettabular.C (setPos):
+       * insetminipage.C (Read):
+       * insetfloat.C (placement):
+       * insetcaption.C (Ascii, DocBook):
        * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
-       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+       an unrecognised preprocessor directive.  So ensure they're wrapped.
 
 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
 
 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * insettext.C (InsetText): fix new
-       (InsetText): reindent some, simplify deletion of par list 
+       (InsetText): reindent some, simplify deletion of par list
        (clear): simplify deletion of par list, fix new
        (SetParagraphData): simplify deletion of par list
 
 
        * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
 
-       * insettext.[Ch] (getLabelList): add std:: on vector<string> 
+       * insettext.[Ch] (getLabelList): add std:: on vector<string>
 
        * insetcollapsable.[Ch] (getLabelList): implement
 
        token
        (draw): constify tx, localize loop vars.
        some other localization of variables, remove double initilizatons.
-       
+
        * insetfoot.C: remove using std::ostream, add ostream where needed
 
 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
        (Clone): comment out.
        * insetcollapsable.h: some reformatting
        (Clone): comment out.
-       
+
        * inset.C: reindent
        (scroll): simplify
 
 2001-03-30  Juergen Vigna  <jug@sad.it>
 
        * insetcollapsable.h: changen *inset to be a InsetText inset.
-       
+
        * some files: changed to reflect the above change.
 
 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetcollapsable.C (draw): changed to draw the button in the
        upper left corner outside the textinset.
-       (ascent): changed because of different drawing 
+       (ascent): changed because of different drawing
        (descent): ditto
        (width): ditto
        (Edit): ditto
 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
 
        * figinset.C (GetPSSizes): Fix for the case when filename doesn't
-       contain a suffix.
+       contain a suffix.
        (Clone): ditto
 
 2001-03-26  Juergen Vigna  <jug@sad.it>
 2001-03-23  Juergen Vigna  <jug@sad.it>
 
        * insetcollapsable.C (InsetMotionNotify):
-       (InsetButtonRelease): 
+       (InsetButtonRelease):
        (InsetButtonPress): fixed y-offset (minipages).
 
        * insettext.C (draw): force a FULL update if cleared == true.
 
        * insetcaption.[Ch]: update from new_insets branch
        * insetfloat.[Ch]: ditto
-       
+
 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetexternal.C:
 
        * inset.C (LocalDispatch): changed action to be a kb_action (as it
        should be) and not an int.
-       
+
        * insettabular.C (LocalDispatch): ditto
 
        * insettext.C (LocalDispatch): ditto
 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * insetcollapsable.C (getLyXText): add const qualifier to second
-       parameter. 
+       parameter.
 
 2001-02-22  Juergen Vigna  <jug@sad.it>
 
        * inseterror.h:
        * insetgraphics.C: change name of "hide" signal to "hideDialog",
        consistent with InsetTabular.
-       
+
 2001-02-19  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (LocalDispatch): implement PAGE up/down.
        * BoundingBox.h: removed
 
 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
-       
-       * insettext.C (LocalDispatch): Update selection cursor when moving 
+
+       * insettext.C (LocalDispatch): Update selection cursor when moving
        cursor to the right.
        (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
        (moveLeftIntern): Ditto.
 
 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
 
-       * insetref.C (getType, getName): Move methods from 
+       * insetref.C (getType, getName): Move methods from
        src/frontends/xforms/FormRef.C.
 
 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
 
        * insetbib.C (bibitemWidest): Use lyxfont::width instead of
-       par->bibkey->width. This fixes the crashes when running without
+       par->bibkey->width. This fixes the crashes when running without
        gui or when having included documents.
 
 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
index 8be2f8e0dc373d64b58b0363d72729695f93a49f..615dad63aff4c55cdd360c017ff556ec0ac4a60f 100644 (file)
@@ -83,10 +83,3 @@ libinsets_la_SOURCES = \
 #      insetsection.C \
 #      insettheorem.C \
 #      insettheorem.h \
-
-if USE_LD_R
-libinsets.la: libinsets.o
-
-libinsets.o: $(libinsets_la_OBJECTS) $(libinsets_la_DEPENDENCIES)
-       $(CXXLINK) $(libinsets_la_OBJECTS)
-endif
index 829f434b102f5141796dfbd13a9b7f90a3dc49c2..8daf9017a1bfdb246d83533cbe03ab8db0bf7ad5 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: remove ld -r stuff
+
 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am: special rules if partial linking
index 9a4a478dda11539200d7c58b490cac158481ed56..aa7664df5e04059afe0254154e72ff401c6478d8 100644 (file)
@@ -138,10 +138,3 @@ libmathed_la_SOURCES = \
        math_xyarrowinset.h \
        math_xymatrixinset.C \
        math_xymatrixinset.h
-
-if USE_LD_R
-libmathed.la: libmathed.o
-
-libmathed.o: $(libmathed_la_OBJECTS) $(libmathed_la_DEPENDENCIES)
-       $(CXXLINK) $(libmathed_la_OBJECTS)
-endif
index 622c05503c9b400b2b6a14b734b056ab38eafc9e..b293d656b91d9f66932e1f0bb831b68455f007eb 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: remove ld -r stuff
+
 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am (libsupport.la): special rules if partial linking
index 2d910d7829d62f94ac0b2057ba19720be08b4313..247976880c54e747b1d9cf28d536e5fc3ca6d606 100644 (file)
@@ -75,10 +75,3 @@ libsupport_la_SOURCES = \
        types.h \
        unlink.C \
        utility.h
-
-if USE_LD_R
-libsupport.la: libsupport.o
-
-libsupport.o: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES)
-       $(CXXLINK) $(libsupport_la_OBJECTS)
-endif