X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=f0eec8a4da0887ce484a2a98c9fcc18ae088eed8;hb=b5589bf6cf82439dc8dcc6c9465ce3b32dc0f389;hp=08576635d7e7b73f6471153b027000b37c247788;hpb=0424a53b2030de183d59c4c5d0f7375e6c6cdfb7;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 08576635d7..f0eec8a4da 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,4 +1,172 @@ -2004-05-04 Angus Leeming +2005-01-10 Angus Leeming + + * ControlAboutlyx.C: + * ControlGraphics.C: + * helper_funcs.C: + * tex_helpers.C: use support/package.h to provide the paths to the + various directories used by LyX. + +2005-01-06 Lars Gullik Bjonnes + + * ControlTabularCreate.C (dispatchParams): + * ControlSpellchekcer.C (showSummary): + * ControlPrint.C (dispatchParams): + * ControlGraphics.C (readBB): + * ControlExternal.C (readBB): tostr -> convert + +2004-12-17 Martin Vermeer + + * ControlMath.C: fixed Ångström, Ørsted. + +2004-12-02 Georg Baum + + * ControlTabular.[Ch], ControlTabularCreate.h: use size_t-like + types for cell, row and column indices + +2004-11-25 Angus Leeming + + * ControlBibtex.C: + * ControlExternal.C: + * ControlGraphics.C: + * ControlInclude.C: + * ControlPrefs.C: + * ControlPrint.C: s/globbing.h/filefilterlist.h/ in #includes. + + * helper_funcs.C: remove #include "globbing.h". + +2004-11-22 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (check): update the view when setting the + selection + +2004-11-18 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (nextWord): rewrite to skip words + containing digits. + (isLetter): honor lyxrc.isp_esc_chars + +2004-11-18 Georg Baum + + * ControlTabular.C (initialiseParams): Compute the active cell + +2004-11-09 Georg Baum + + * ControlInclude.C (browse): Use GetExtension() instead of + getFormatFromContents() + +2004-11-05 Jean-Marc Lasgouttes + + * ControlRef.C (gotoRef, gotoBookmark): + * Kernel.C (dispatch): remove verbose argument + + * ControlCommandBuffer.C (dispatch): set origin of the lfun to + COMMANDBUFFER instead of using the old verbose argument to dispatch + +2004-10-29 Georg Baum + + * ControlInclude.C: s/getExtFromContents/getFormatFromContents/ + +2004-10-26 Angus Leeming + + * ControlPrefs.[Ch]: add code to interface with the Movers. + +2004-09-14 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (check): do not set the selection + backwards, but translate it to the left instead. + +2004-09-15 Georg Baum + + * ControlInclude.C (load): open nonlyx files via formats.edit() + +2004-08-15 Lars Gullik Bjonnes + + * pch.h: new file + + * Makefile.am: support pch + +2004-08-08 Jean-Marc Lasgouttes + + * helper_funcs.C (browseLibFile): new function. Tries to do the + right thing to look for a file in lyxdir + + * ControlPrefs.C (browsebind, browseUI, browsekbmap): use + browseLibFile + +2004-08-07 Jean-Marc Lasgouttes + + * ControlBibtex.C (browseBst): new method, specialized to lookup + bibtex style files + (browseBib): new method, specialized to lookup bibtex database files + (browse): removed + +2004-07-25 Lars Gullik Bjonnes + + * ControlErrorList.C (goTo): shuffle code to avoid compiler warning. + +2004-07-24 Lars Gullik Bjonnes + + * biblio.C, ControlPrefs.C, ControlParagraph.C: + * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace + "support/std_sstream.h" with + +2004-05-19 Angus Leeming + + * *.[Ch]: wrap all code up inside namespace lyx::frontend. + Move namespace biblio to lyx::biblio. + +2004-05-14 Angus Leeming + + * biblio.[Ch] (asValidLatexCommand): new function which examines + the input string to return a latex citation command that is + valid for the current citation engine. + +2004-05-14 Angus Leeming + + * ControlCitation.[Ch]: small changes to use the CiteEngine_enum + wrapper class. + + * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to + minimize dependencies on this file. + (getCitationStyle, getCiteCommand): removed. Functionality moved + into the CitationStyle struct. + +2004-05-12 Angus Leeming + + * biblio.C (getEngine): reduced to the trivial. + +2004-05-10 Angus Leeming + + * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of + bools usingNatbib, usingJurabib. + + * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine + enum rather than multiple bools, usingNatbib and using Jurabib. + +2004-04-12 Georg Baum + + * ControlGraphics.[Ch] (editGraphics): new method + +2004-04-07 Martin Vermeer + + * ControlDocument.C: 'assign' for opening/closing branch insets + according to selection + +2004-04-05 Angus Leeming + + * ButtonPolicies.C (printState, printInput): human-readable output + of ButtonPolicy::State, ButtonPolicy::SMInput. + (PreferencesPolicy::input): change the behaviour of the Preferences + state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing + state is APPLIED, then let this state persist. Next time that the + dialog is opened, the user will be able to press 'Save'. + +2004-04-05 Angus Leeming + + * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing + the contents of rc_ to the stringstream. + +2004-04-05 Angus Leeming * ControlErrorList.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.