From: Lars Gullik Bjønnes Date: Thu, 21 Mar 2002 16:49:07 +0000 (+0000) Subject: drop the ld -r stuff, we gained nothing with it, other build optimizations gave us... X-Git-Tag: 1.6.10~19603 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7514c31edf468207069159c69ad1a7c81de7f94d;p=features.git drop the ld -r stuff, we gained nothing with it, other build optimizations gave us what we wanted; some ws changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3798 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/config/ChangeLog b/config/ChangeLog index 0350e2544d..5353ce1373 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything. + 2002-03-20 Lars Gullik Bjønnes * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index b978e54284..0da9cd4e82 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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 -]) diff --git a/configure.in b/configure.in index 17ce6f87c0..88bf2ac91d 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index de39f86dd7..730dbbf8e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff. + 2002-03-21 Juergen Vigna * tabular.C (SetMultiColumn): collapse also the contents of the @@ -28,10 +32,10 @@ 2002-03-19 Jean-Marc Lasgouttes - * 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 @@ -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 @@ -137,7 +141,7 @@ (pixmap): remove function. * Painter.h: remove private display variable. - + * PainterBase.[Ch]: remove dummy[123] cruft, ws changes 2002-03-13 Angus Leeming @@ -215,8 +219,8 @@ 2002-03-07 Jean-Marc Lasgouttes * 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 @@ -281,7 +285,7 @@ * 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 @@ -296,7 +300,7 @@ 2002-03-01 John Levon * BufferView_pimpl.C: protect selectionLost against text == 0 - + 2002-03-05 Lars Gullik Bjønnes * text.C (breakParagraph): fix a setting layout to '0' problem. @@ -422,9 +426,9 @@ * 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 @@ -434,7 +438,7 @@ 2002-03-01 John Levon * Makefile.am: use FRONTEND_* - + 2002-03-01 Juergen Vigna * tabular.C (SetWidthOfMulticolCell): changed to something better @@ -544,7 +548,7 @@ * sp_pspell.h: * sp_spell.C: remove fig inset, and the crap house of cards that follows it - + 2002-02-26 John Levon * Makefile.am: @@ -644,7 +648,7 @@ * 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 * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes @@ -657,13 +661,13 @@ * 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 * Chktex.C: * buffer.C: remove #include "support/syscontr.h" as it's redundant. Always has been. - + * Chktex.C: * LaTeX.C: * LyXSendto.C: @@ -703,7 +707,7 @@ 2002-02-07 Jean-Marc Lasgouttes * lyxlength.C (asLatexString): change PW to output as percent of - \textwidth. + \textwidth. * lengthcommon.C: change '%' to 't%' @@ -723,13 +727,13 @@ 2002-02-06 Jean-Marc Lasgouttes - * lyxfunc.C (getStatus): fix status message for disabled commands. + * lyxfunc.C (getStatus): fix status message for disabled commands. 2002-02-01 John Levon - * BufferView_pimpl.C: fix crash on close buffer + * BufferView_pimpl.C: fix crash on close buffer during selection (#227) - + 2002-01-27 Herbert Voss * buffer.C: link old Figure to new graphic inset @@ -759,7 +763,7 @@ * 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 @@ -773,7 +777,7 @@ * 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 @@ -796,8 +800,8 @@ * 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. @@ -839,9 +843,9 @@ 2001-12-12 Ben Stanley - * DepTable.h + * DepTable.h * DepTable.C: Implement mtime checking to reduce time spent doing - CRCs. + CRCs. 2002-01-16 Juergen Vigna @@ -874,20 +878,20 @@ 2002-01-14 Jean-Marc Lasgouttes * 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 @@ -895,7 +899,7 @@ (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. @@ -955,7 +959,7 @@ * lyxrc.C (setDefaults): do not initialize document_path to $HOME. * lyxrc.C: use string::erase() instead of initializing to "". - + 2001-11-26 John Levon @@ -967,9 +971,9 @@ 2002-01-13 Jean-Marc Lasgouttes - * 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 @@ -1014,19 +1018,19 @@ * 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 , , 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 - * 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 @@ -1042,7 +1046,7 @@ * 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 @@ -1089,7 +1093,7 @@ * 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 @@ -1104,13 +1108,13 @@ 2002-01-09 Jean-Marc Lasgouttes - * 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"). @@ -1129,7 +1133,7 @@ * 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 @@ -1172,11 +1176,11 @@ the screen (bug #162) * BufferView_pimpl.C: add some insetHit debug - + 2002-01-05 John Levon * vc-backend.C: add FIXME - + 2002-01-03 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): enable code for showing math font status @@ -1212,7 +1216,7 @@ * 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é). @@ -1243,9 +1247,9 @@ * 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. @@ -1254,9 +1258,9 @@ * lyxtextclass.C: add * 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 @@ -1264,11 +1268,11 @@ * 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 * buffer.C (asciiParagraph): more fixes. @@ -1300,7 +1304,7 @@ * 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 @@ -1330,19 +1334,19 @@ * Thesaurus.C: always include in sources. - * Painter.h: - * lyxlookup.h: + * Painter.h: + * lyxlookup.h: * box.h: do not include 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. @@ -1394,7 +1398,7 @@ 2001-12-15 John Levon - * BufferView.h: + * BufferView.h: * BufferView.C: * BufferView_pimpl.h: * BufferView_pimpl.C: cleanup and fix of checkInsetHit(). @@ -1408,7 +1412,7 @@ * minibuffer.C: don't add empty lines to the history * minibuffer.C: add a space on dropdown completion - + 2001-12-14 John Levon * text.C: fix line above/below drawing in insets @@ -1419,7 +1423,7 @@ 2001-12-15 Dekel Tsur - * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language + * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language when inserting error insets. 2001-12-13 Juergen Vigna @@ -1468,8 +1472,8 @@ 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 @@ -1497,8 +1501,8 @@ 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 @@ -1506,8 +1510,8 @@ 2001-12-10 Jean-Marc Lasgouttes - * 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 @@ -1527,7 +1531,7 @@ 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 @@ -1543,16 +1547,16 @@ 2001-12-06 John Levon * text2.C: keep selection on a setFont() - + 2001-12-06 John Levon * lyx_cb.C: another bv->text misuse, from insert label - + 2001-12-03 John Levon * kbsequence.h: * kbsequence.C: re-instate nmodifier mask - + 2001-12-12 Angus Leeming * lyx_main.h: make lyxGUI private. @@ -1560,14 +1564,14 @@ 2001-12-06 John Levon * lyxfind.C: place the cursor correctly on failed search - + 2001-12-09 Jean-Marc Lasgouttes * 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. @@ -1622,7 +1626,7 @@ 2001-12-05 John Levon * BufferView_pimpl.C: fix insertAscii for insets - + 2001-12-05 Juergen Vigna * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and @@ -1637,7 +1641,7 @@ * lyxlength.C: remove out-commented code. * BufferView_pimpl: - * CutAndPaste.C: + * CutAndPaste.C: * DepTable.C: * buffer.C: * chset.C: @@ -1651,11 +1655,11 @@ * 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 * lyxlength.C: Attempted a fix for the abs(int) header selection. @@ -1684,7 +1688,7 @@ 2001-12-03 John Levon * lyxfunc.C: fix show options on timeout - + 2001-12-03 Lars Gullik Bjønnes * screen.C (topCursorVisible): scroll half a page when the cursor @@ -1693,10 +1697,10 @@ 2001-12-02 John Levon * minibuffer.C: deactivate on loss of focus - + 2001-12-02 Lars Gullik Bjønnes - * vspace.[Ch] (operator!=): add operator. + * vspace.[Ch] (operator!=): add operator. 2001-12-01 John Levon @@ -1706,7 +1710,7 @@ 2001-11-30 John Levon * BufferView_pimpl.C: allow to click on RHS of full row insets - + 2001-11-30 Juergen Vigna * tabular.C (LyXTabular): add a same_id to set the same id's in the @@ -1736,7 +1740,7 @@ * 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 * LaTeX.C: @@ -1794,7 +1798,7 @@ 2001-11-27 Jean-Marc Lasgouttes - * BufferView2.C (copy): + * BufferView2.C (copy): (copyEnvironment): do not clear the selection when doing a copy. * text.C (paintFirstRow): compilation fix @@ -1811,12 +1815,12 @@ 2001-11-26 John Levon - * 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 @@ -1824,14 +1828,14 @@ * 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 * buffer.C (parseSingleLyXformat2Token): Set the language to the language of the document when inserting error insets. 2001-11-26 André Pönitz - + * BufferView_pimpl.[Ch]: * CutAndPaste.C: * buffer.[Ch]: @@ -1847,8 +1851,8 @@ 2001-11-23 John Levon - * : change to use Alert.h - + * : change to use Alert.h + 2001-11-25 Dekel Tsur * buffer.C (parseSingleLyXformat2Token): Insert an error inset @@ -1861,19 +1865,19 @@ * BufferView_pimpl.C: * buffer.C: * paragraph.h: - * text.C: + * text.C: * text2.C: use par->isInset() - + 2001-11-23 John Levon * paragraph_pimpl.h: - * paragraph_pimpl.C: cleanup - + * paragraph_pimpl.C: cleanup + 2001-11-22 Jean-Marc Lasgouttes - * text2.C (removeRow): + * text2.C (removeRow): * text.C (setHeightOfRow): remove useless (and costly) call to - getRow. + getRow. 2001-11-20 Allan Rae @@ -1895,11 +1899,11 @@ * 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. @@ -1928,37 +1932,37 @@ 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 * lyxserver.h: * lyxserver.C: fix it. and small cleanup. - + 2001-11-07 John Levon * 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 @@ -1975,13 +1979,13 @@ 2001-11-07 John Levon * minibuffer.h: - * minibuffer.C: fix crash, improve drop-down completion - + * minibuffer.C: fix crash, improve drop-down completion + 2001-11-06 John Levon * lyxserver.h: * lyxserver.C: invalidate fd's when doing endPipe() - + 2001-11-08 José Matos * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break. @@ -2004,25 +2008,25 @@ 2001-11-07 Jean-Marc Lasgouttes - * 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 * buffer.C (setPaperStuff): removed from here... - * bufferparams.C (setPaperStuff): ... and moved there. + * bufferparams.C (setPaperStuff): ... and moved there. 2001-11-03 John Levon * minibuffer.h: * minibuffer.C: * XFormsView.C: add support for drop-down completion - + 2001-11-03 Dekel Tsur * paragraph.C (TeXOnePar): Correct placement of \selectlanguage @@ -2031,12 +2035,12 @@ 2001-10-31 Jean-Marc Lasgouttes * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is - disabled. + disabled. 2001-10-30 John Levon * lyx_main.C: change ref to known bugs - + 2001-10-30 Kayvan A. Sylvan * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead @@ -2079,7 +2083,7 @@ * 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 * sp_pspell.h (class PSpell): add alive function needed in the @@ -2118,16 +2122,16 @@ * 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 @@ -2230,24 +2234,24 @@ 2001-10-01 Jean-Marc Lasgouttes - * 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. @@ -2259,7 +2263,7 @@ * 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 @@ -2291,7 +2295,7 @@ (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 * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the @@ -2376,16 +2380,16 @@ 2001-09-12 Jean-Marc Lasgouttes - * 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 @@ -2459,7 +2463,7 @@ * BufferView_pimpl.C: allow to create index inset even if string is empty - + 2001-09-02 Angus Leeming * buffer.C (getLists): replace boost::tie code with an explicit pair @@ -2472,13 +2476,13 @@ * lyxrc.C: add help for view_dvi_paper_option, default to safe case. - + 2001-09-02 Dekel Tsur * iterators.[Ch]: New files. Provide paragraph iterators. * buffer.C (changeLanguage): Use paragraph iterators. - (isMultiLingual): ditto + (isMultiLingual): ditto * BufferView2.C (ChangeInsets): Use paragraph iterators. @@ -2511,12 +2515,12 @@ 2001-08-20 Dekel Tsur * Spacing.h (Spacing): Set space to Default on in the default - constructor. + constructor. 2001-08-19 Lars Gullik Bjønnes - * 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 @@ -2540,11 +2544,11 @@ 2001-08-16 John Levon - * BufferView_pimpl.C: + * BufferView_pimpl.C: * figureForm.C: * lyxtext.h: * text2.C: setParagraph takes linespacing now - + 2001-08-15 John Levon * LyxAction.C: add internal LFUN_CITATION_INSERT @@ -2552,11 +2556,11 @@ * 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 * MenuBackend.C: use "Floatname List" @@ -2718,14 +2722,14 @@ * bufferlist.C (loadLyXFile): add .lyx to file name if necessary 2001-08-01 John Levon - - * 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 @@ -2840,7 +2844,7 @@ * lyxfind.h: * lyxfind.C: add "once" parameter, for thesaurus, to not move to the next match - + 2001-07-26 Juergen Vigna * lyxfont.C (realize): honor ignore_language too! @@ -2890,7 +2894,7 @@ * font.C (buttonText): make similar to rectText * buffer.C (readInset): comment out parsing of insetlist and - insttheorem + insttheorem * PainterBase.C (rectText): small correction @@ -2934,7 +2938,7 @@ 2001-07-22 Jean-Marc Lasgouttes - * ToolbarDefaults.C (read): + * ToolbarDefaults.C (read): * MenuBackend.C (read): allow escaping in all strings * BufferView_pimpl.C (insertAndEditInset): new method. @@ -2962,7 +2966,7 @@ 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. @@ -2995,8 +2999,8 @@ 2001-07-20 Jean-Marc Lasgouttes - * 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. @@ -3023,7 +3027,7 @@ 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. @@ -3060,14 +3064,14 @@ * 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. @@ -3177,7 +3181,7 @@ * 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 @@ -3188,7 +3192,7 @@ * 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 @@ -3295,7 +3299,7 @@ * 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. @@ -3336,7 +3340,7 @@ 2001-07-04 Lars Gullik Bjønnes - * 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. @@ -3346,8 +3350,8 @@ * 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. @@ -3369,7 +3373,7 @@ 2001-07-03 Lars Gullik Bjønnes * modifications to some other files because of this. - + * Makefile.am (lyx_SOURCES): add XFormsView * XFormsView.[Ch]: new files @@ -3384,18 +3388,18 @@ * 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 * 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. @@ -3417,7 +3421,7 @@ 2001-06-28 Jean-Marc Lasgouttes * paragraph_pimpl.C: add std:: qualifier to lower_bound and - upper_bound. + upper_bound. * bufferlist.C: include assert.h for emergencyWrite(). @@ -3425,7 +3429,7 @@ * 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 * lyx_gui_misc.C: @@ -3434,7 +3438,7 @@ * spellchecker.h: * spellchecker.C: strip spellchecker options and bring up preferences tab instead - + 2001-06-28 Jean-Marc Lasgouttes * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of @@ -3480,10 +3484,10 @@ * 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 @@ -3500,7 +3504,7 @@ * 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 @@ -3528,11 +3532,11 @@ * 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 @@ -3563,8 +3567,8 @@ * 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. @@ -3591,7 +3595,7 @@ * 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 * paragraph.h: renamed from lyxparagraph.h @@ -3600,7 +3604,7 @@ * 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 @@ -3615,12 +3619,12 @@ * lyxscreen.h: * screen.C: fix "theoretical" GC leak - + 2001-06-20 Jean-Marc Lasgouttes * LaTeX.C (scanAuxFile): (deplog): remove trailing \r when reading stream (useful under - win32) + win32) 2001-06-15 Angus Leeming @@ -3635,7 +3639,7 @@ * Makefile.am: * tex-defs.h: remove old unused file - + 2001-06-15 John Levon * BufferView_pimpl.C: fix typo, remove minibuffer message @@ -3689,7 +3693,7 @@ 2001-06-12 Jean-Marc Lasgouttes - * 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 @@ -3701,7 +3705,7 @@ 2001-06-07 Jean-Marc Lasgouttes - * 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 @@ -3712,7 +3716,7 @@ 2001-06-05 Jean-Marc Lasgouttes - * gettext.h (gettext_init): + * gettext.h (gettext_init): (locale_init): use a real definition instead of a macro 2001-06-02 John Levon @@ -3745,9 +3749,9 @@ 2001-06-01 Jean-Marc Lasgouttes - * lyxfont.C: + * lyxfont.C: * tabular.C: - * tabular-old.C: + * tabular-old.C: * FontInfo.C: bring C functions into global namespace when necessary @@ -3759,7 +3763,7 @@ (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 @@ -3782,7 +3786,7 @@ * text2.C: adjust * text.C: adjust - + * tabular.C (getTokenValue): add std:: @@ -3885,13 +3889,13 @@ * 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 * LColor.h: * LColor.C: remove some dead entries, tidy a little - + 2001-05-18 Lars Gullik Bjønnes * lyxfunc.C (processKeySym): comment the Escape handling, remove @@ -3923,7 +3927,7 @@ * lyx_gui.C: * lyx_main: * lyx_main.C: Added os:: class. - + * os2_defines.h: update 2001-05-17 Lars Gullik Bjønnes @@ -4016,7 +4020,7 @@ (expand::LastFiles): move initalizaton of iterators out of loop, avoid reevaluation. (expand::Documents): introduce typdedef vector Strings, - and use it. + and use it. (expand::ExportFormats): introduce typedef vector Formats, and use it. (expand): implement FloatListInsert and FloatInsert. @@ -4026,13 +4030,13 @@ 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 - - * LaTeX.C (run): Fix problem with --export code. - + + * LaTeX.C (run): Fix problem with --export code. + 2001-04-26 Angus Leeming * BufferView.[Ch] (workarea): removed. @@ -4165,7 +4169,7 @@ * lyxvc.C: adjust * text2.C: adjust + more files in subdirs - + * lyxparagraph.h (size): move up int file (GetLayout): ditto @@ -4198,15 +4202,15 @@ 2001-04-18 Jean-Marc Lasgouttes - * lyxfunc.C (Dispatch): - * minibuffer.C: + * lyxfunc.C (Dispatch): + * minibuffer.C: * minibuffer.h: add a few std:: qualifiers 2001-04-17 Lars Gullik Bjønnes * 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 @@ -4220,7 +4224,7 @@ * 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 @@ -4312,14 +4316,14 @@ 2001-04-16 Allan Rae - * 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 - * 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 @@ -4328,8 +4332,8 @@ 2001-04-06 Jean-Marc Lasgouttes - * 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 @@ -4356,26 +4360,26 @@ 2001-04-05 Jean-Marc Lasgouttes - * 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 @@ -4400,7 +4404,7 @@ * 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 @@ -4424,7 +4428,7 @@ constructors (shape): move to lyxfont.h as inline (emph): move to lyxfont.h as inline - + 2001-04-04 Juergen Vigna @@ -4432,7 +4436,7 @@ 2001-04-03 Angus Leeming - * BufferView.h: + * BufferView.h: * BufferView_pimpl.h: remove xforms cruft. Both classes are independent of xforms. @@ -4527,7 +4531,7 @@ fixed bug related to in the first paragraph char. (sgmlOpenTag): exclude empty tags. (sgmlCloseTag): ditto. - + * buffer.h (pop_tag): removed. (push_tag): removed. @@ -4539,7 +4543,7 @@ * 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. @@ -4589,7 +4593,7 @@ * 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 @@ -4636,7 +4640,7 @@ 2001-03-14 Angus Leeming * lyxfunc.C (Dispatch): removed redundant break statement. - + 2001-03-14 Juergen Vigna * tabular.C (l_getline): pay attention on \r\n (from Windows-files) @@ -4732,7 +4736,7 @@ * 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. @@ -4747,7 +4751,7 @@ 2001-03-08 Dekel Tsur - * BufferView.h: + * BufferView.h: * lyxparagraph.h: Add '#include "LString.h"' to fix compilation problem. @@ -4765,8 +4769,8 @@ 2001-03-07 Edwin Leuven - * 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: @@ -4823,7 +4827,7 @@ * 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 @@ -4847,11 +4851,11 @@ * bufferview_funcs.C: Likewise. * text.C: Likewise. * text2.C: Likewise. - + 2001-03-06 Jean-Marc Lasgouttes * lyxfind.C (LyXReplace): do not redefine default argument in - implementation. + implementation. (IsStringInText): ditto (SearchForward): ditto (SearchBackward): ditto @@ -4863,7 +4867,7 @@ 2001-03-05 Edwin Leuven * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h - + 2001-02-23 John Levon * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab @@ -4897,10 +4901,10 @@ * BufferView_pimpl.C: add using std::find_if 2001-02-27 José Matos - + * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced by OnlyPath. - + 2001-02-11 José Matos * buffer.C (makeDocBookFile): command styles now have a parameter as @@ -4914,7 +4918,7 @@ * lyx_gui_misc.C: out character * bufferview_funcs.C: : out character, added toggleall as parameter in ToggleAndShow - + 2001-02-26 Dekel Tsur * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case. @@ -4931,11 +4935,11 @@ 2001-02-23 Dekel Tsur * 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 @@ -4972,13 +4976,13 @@ 2001-02-20 Edwin Leuven - * 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 @@ -5026,16 +5030,16 @@ 2001-02-14 Lars Gullik Bjønnes - * 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 @@ -5090,7 +5094,7 @@ add LFUN_CHILD_CREATE * counters.h: fix tiny typo - + * lyx_cb.C: * lyx.h: * lyx_gui.C: @@ -5123,7 +5127,7 @@ 2001-02-09 Jean-Marc Lasgouttes - * MenuBackend.C: + * MenuBackend.C: * MenuBackend.h: remove support for reference menuitem type. 2001-02-07 John Levon @@ -5135,14 +5139,14 @@ * Timeout.C: * Timeout.h: * minibuffer.h: move Timeout GUI-I - + 2001-02-07 Dekel Tsur * lyxrc.C (read): Update converters data-structures. 2001-02-07 Lars Gullik Bjønnes - * LaTeX.h (operator!=): add operator != for Aux_Info + * LaTeX.h (operator!=): add operator != for Aux_Info 2001-02-06 John Levon @@ -5184,7 +5188,7 @@ 2001-02-02 Dekel Tsur * 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 @@ -5206,7 +5210,7 @@ 2001-01-29 Jean-Marc Lasgouttes * BufferView_pimpl.h: change type of Position::par_pos to - LyXParagraph::size_type. + LyXParagraph::size_type. 2001-01-29 Dekel Tsur @@ -5219,10 +5223,10 @@ 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 - * 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. @@ -5279,7 +5283,7 @@ 2001-01-22 Jean-Marc Lasgouttes * texrow.C (increasePos): turn two error messages into debug - messages. + messages. 2001-01-20 Dekel Tsur @@ -5308,11 +5312,11 @@ 2001-01-17 Dekel Tsur * 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 diff --git a/src/Makefile.am b/src/Makefile.am index 950e4c79c9..d42470bcb3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index a325a8d611..2bd1a72a9a 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * Makefile.am: remove ld -r stuff + 2002-03-20 Lars Gullik Bjønnes * Makefile.am: special rules if partial linking diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index 1d0b1bdca4..a237643990 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -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: diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 109334bc82..8ed1e59940 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * Makefile.am: remove ld -r stuff + 2002-03-20 Lars Gullik Bjønnes * Makefile.am: special rules if partial linking diff --git a/src/graphics/Makefile.am b/src/graphics/Makefile.am index cd3664c45e..51e9c966ff 100644 --- a/src/graphics/Makefile.am +++ b/src/graphics/Makefile.am @@ -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 diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 7adc6d0665..8dc8b9ff88 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * Makefile.am: remove ld -r stuff + 2002-03-21 Juergen Vigna * 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 * insettabular.C (unlockInsetInInset): removed unneeded showCursor @@ -151,7 +155,7 @@ * figinset.h: * figinset.C: * inset.h: remove figinset, yahoo ! - + 2002-02-28 Angus Leeming * insetgraphics.C (c-tors): initialise parent classes explicitly in @@ -268,15 +272,15 @@ 2002-02-12 Jean-Marc Lasgouttes * insetert.C (status): do not update the text inset, but the ERT - inset. + inset. 2002-02-11 John Levon * insetnote.C: use notebg for background - + 2002-02-08 Herbert Voss - * 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. @@ -295,13 +299,13 @@ 2002-02-05 Herbert Voss - * 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 - * insetgraphic.C: + * insetgraphic.C: * insetgraphicsParams.[Ch]: add a LyXView-scale to have a similiar view to the LaTeX one. Get zipped files work. @@ -345,7 +349,7 @@ 2002-01-30 Jean-Marc Lasgouttes * figinset.C (runqueue): open translation file in binary mode (for - cygwin). + cygwin). 2002-01-27 Herbert Voss @@ -363,7 +367,7 @@ 2002-01-20 Jean-Marc Lasgouttes - * insettabular.C (getMaxWidth): + * insettabular.C (getMaxWidth): (forceDefaultParagraphs): use Tabular::GetCellFromInset 2002-01-19 Jean-Marc Lasgouttes @@ -371,10 +375,10 @@ * 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 @@ -424,13 +428,13 @@ 2002-01-14 Jean-Marc Lasgouttes - * 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 @@ -516,7 +520,7 @@ 2002-01-05 John Levon * insetinclude.C: fix use of FileInfo - + 2002-01-07 Juergen Vigna * insettabular.C (draw): fixed clearing of cell around inset. @@ -542,7 +546,7 @@ 2001-12-31 John Levon * insettabular.C: correct single-cell select vertically - + 2001-12-27 Juergen Vigna * insettabular.C (ascii): export as tab-separated-values if the @@ -602,7 +606,7 @@ * insettext.[Ch]: move includes around a bit, other ws changes and small stuff. - + 2001-12-17 Jean-Marc Lasgouttes * insettext.C (insetButtonRelease): fix compile problem @@ -649,7 +653,7 @@ 2001-12-11 Jean-Marc Lasgouttes * inset.h: add par_owner_ member variable and parOwner - setter/accessor. + setter/accessor. 2001-12-10 Jean-Marc Lasgouttes @@ -661,7 +665,7 @@ 2001-12-09 Jean-Marc Lasgouttes - * insettext.C (draw): + * insettext.C (draw): (drawFrame): use insetWidth instead of last_width * insettext.h: remove variable last_width (insetWidth is exactly @@ -674,7 +678,7 @@ 2001-12-05 John Levon * insettext.C (insetAllowed): add comment - + 2001-12-05 Juergen Vigna * insettext.C (insetAllowed): fixed for the case that we directly @@ -730,7 +734,7 @@ * insettoc.[Ch]: DocBook -> docbook. 2001-11-29 André Pönitz - + * inseterror.C: * insettext.C: further reduction of header dependencies by using lyx::layout_type and lyx::textclass_type from support/types.h @@ -760,27 +764,27 @@ * insetfloatlist.h: * insetfloatlist.C: derive from InsetCommand so gui can use it easily - + 2001-11-26 André Pönitz - + * insettext.[Ch]: * insetert.C: * insetnote.C: reduce header dependencies, introduce type for - positions + positions 2001-11-23 John Levon * various: update for Alert.h - + 2001-11-22 John Levon * inset.h: fix comment - + * insettext.C: use par->isInset() 2001-11-22 Allan Rae - * insetcollapsable.h: + * insetcollapsable.h: * inset.h: Changes to checkInsertChar() behaviour. Now return value indicates whether chars can be inserted. @@ -790,7 +794,7 @@ 2001-11-14 José Matos - * insetspecialchar.C (linuxdoc): + * insetspecialchar.C (linuxdoc): (docbook): don't give a name to a unused variable. * insettext.C (docbook): removed unused variable. @@ -798,13 +802,13 @@ 2001-11-13 Herbert Voss * insetgraphic.C: fix scale bug - + 2001-11-13 Jean-Marc Lasgouttes - * inset.h (isSpace): + * inset.h (isSpace): (isLetter): new virtual methods. - * insetspecialchar.C (isSpace): + * insetspecialchar.C (isSpace): (isLetter): implement here. 2001-11-04 John Levon @@ -852,7 +856,7 @@ * insetert.h: * insetert.C: fix some problems - + 2001-10-30 Kayvan A. Sylvan * insetexternal.C (doSubstitution): Added $$FPath token @@ -990,12 +994,12 @@ * inset.h (getFirstParagraph): New virtual method. 2001-08-20 Herbert Voss - * 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 * insetbib.[Ch] (getFiles): new method, returning the BibTeX database @@ -1012,21 +1016,21 @@ * 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 * 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 - * insetfloatlist.C: use "FloatName List" - + * insetfloatlist.C: use "FloatName List" + 2001-08-14 Juergen Vigna * insetert.C (edit): forgot to set status_ in edit calls! @@ -1054,7 +1058,7 @@ 2001-08-11 Dekel Tsur - * 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 @@ -1153,7 +1157,7 @@ 2001-08-03 Lars Gullik Bjønnes - * inset.C (convertFont): delete method. not used. + * inset.C (convertFont): delete method. not used. 2001-08-03 Juergen Vigna @@ -1237,7 +1241,7 @@ * 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. @@ -1246,7 +1250,7 @@ 2001-07-29 Baruch Even * 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! @@ -1289,14 +1293,14 @@ 2001-07-26 Baruch Even - * 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 @@ -1324,7 +1328,7 @@ * 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). @@ -1387,12 +1391,12 @@ * 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 @@ -1485,7 +1489,7 @@ 2001-07-19 Juergen Vigna * 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 @@ -1510,7 +1514,7 @@ 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. @@ -1570,7 +1574,7 @@ 2001-07-17 Juergen Vigna * various files: implemented the below functions. - + * inset.h: added functions - virtual string selectNextWord(BufferView *, float & value) const; - virtual void selectSelectedWord(BufferView *) { return; } @@ -1592,7 +1596,7 @@ 2001-07-14 Baruch Even * 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 @@ -1617,7 +1621,7 @@ * 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). @@ -1673,7 +1677,7 @@ * 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. @@ -1697,7 +1701,7 @@ 2001-07-03 Lars Gullik Bjønnes * insettext.C (localDispatch): call CutAndPaste::'s static method - directly. + directly. 2001-07-03 Jean-Marc Lasgouttes @@ -1732,7 +1736,7 @@ 2001-06-29 Jean-Marc Lasgouttes - * insetmarginal.C (latex): + * insetmarginal.C (latex): * insetfoot.C (latex): fix spacing of notes in LaTeX * insettext.C (localDispatch): use .c_str() on istringstream @@ -1745,7 +1749,7 @@ * inseturl.h: * inseturl.C: fix method names in these to begin with small char too, so they inherit - + 2001-06-28 Juergen Vigna * insettext.C (setFont): fixed font settings using toggleFree() @@ -1831,7 +1835,7 @@ 2001-06-13 Jean-Marc Lasgouttes * lyxinset.h (resizeLyXText): shut off warning about unused - parameter "force" + parameter "force" 2001-06-07 Juergen Vigna @@ -1851,7 +1855,7 @@ * insetert.C: * insetcollapsable.C: * insetcaption.C: LColor tidy - + 2001-06-01 Lars Gullik Bjønnes * figinset.C: fix typo @@ -1950,7 +1954,7 @@ * insettabular.C (LocalDispatch): * insettext.C (LocalDispatch): getClipboard() is now a BufferView - method + method 2001-05-03 Lars Gullik Bjønnes @@ -1994,14 +1998,14 @@ 2001-04-16 Allan Rae - * 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 @@ -2011,7 +2015,7 @@ 2001-04-06 Lars Gullik Bjønnes * 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 @@ -2037,7 +2041,7 @@ * insetcollapsable.[Ch] (getLabelList): add std:: on vector - * insettext.[Ch] (getLabelList): add std:: on vector + * insettext.[Ch] (getLabelList): add std:: on vector * insetcollapsable.[Ch] (getLabelList): implement @@ -2063,7 +2067,7 @@ 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 @@ -2094,14 +2098,14 @@ (Clone): comment out. * insetcollapsable.h: some reformatting (Clone): comment out. - + * inset.C: reindent (scroll): simplify 2001-03-30 Juergen Vigna * insetcollapsable.h: changen *inset to be a InsetText inset. - + * some files: changed to reflect the above change. 2001-03-29 Angus Leeming @@ -2137,7 +2141,7 @@ * 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 @@ -2148,7 +2152,7 @@ 2001-03-27 Dekel Tsur * figinset.C (GetPSSizes): Fix for the case when filename doesn't - contain a suffix. + contain a suffix. (Clone): ditto 2001-03-26 Juergen Vigna @@ -2170,7 +2174,7 @@ 2001-03-23 Juergen Vigna * insetcollapsable.C (InsetMotionNotify): - (InsetButtonRelease): + (InsetButtonRelease): (InsetButtonPress): fixed y-offset (minipages). * insettext.C (draw): force a FULL update if cleared == true. @@ -2274,7 +2278,7 @@ * insetcaption.[Ch]: update from new_insets branch * insetfloat.[Ch]: ditto - + 2001-03-06 John Levon * insetexternal.C: @@ -2301,7 +2305,7 @@ * 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 @@ -2321,7 +2325,7 @@ 2001-02-22 Jean-Marc Lasgouttes * insetcollapsable.C (getLyXText): add const qualifier to second - parameter. + parameter. 2001-02-22 Juergen Vigna @@ -2349,7 +2353,7 @@ * inseterror.h: * insetgraphics.C: change name of "hide" signal to "hideDialog", consistent with InsetTabular. - + 2001-02-19 Juergen Vigna * insettabular.C (LocalDispatch): implement PAGE up/down. @@ -2422,8 +2426,8 @@ * BoundingBox.h: removed 2001-02-08 Dekel Tsur - - * 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. @@ -2457,7 +2461,7 @@ 2001-01-26 Dekel Tsur - * insetref.C (getType, getName): Move methods from + * insetref.C (getType, getName): Move methods from src/frontends/xforms/FormRef.C. 2001-01-12 Dekel Tsur @@ -2467,7 +2471,7 @@ 2001-01-25 Dekel Tsur * 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 diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 8be2f8e0dc..615dad63af 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -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 diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 829f434b10..8daf9017a1 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * Makefile.am: remove ld -r stuff + 2002-03-20 Lars Gullik Bjønnes * Makefile.am: special rules if partial linking diff --git a/src/mathed/Makefile.am b/src/mathed/Makefile.am index 9a4a478dda..aa7664df5e 100644 --- a/src/mathed/Makefile.am +++ b/src/mathed/Makefile.am @@ -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 diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 622c05503c..b293d656b9 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2002-03-21 Lars Gullik Bjønnes + + * Makefile.am: remove ld -r stuff + 2002-03-20 Lars Gullik Bjønnes * Makefile.am (libsupport.la): special rules if partial linking diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 2d910d7829..247976880c 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -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