X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=4d66f650f5bed402c472086e7678fee326b34742;hb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;hp=8f0c6875e71cdd401b0f216c6ca4832f136eb11b;hpb=07bfd642553ca2a9b40d7bea36b82c343e490810;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 8f0c6875e7..4d66f650f5 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,66 @@ +2003-09-07 Angus Leeming + + * ButtonController.h: + * helper_funcs.h: remove #include "support/std_string.h". + + * ControlBranch.h: + * ControlNote.h: remove #include "debug.h". + + * ControlDocument.h: remove #include , "support/std_string.h". + + * ControlErrorList.h: + * ControlThesaurus.h: remove #include . + + * ControlPrefs.h: remove #include "funcrequest.h", . + + * GUI.h: remove #include "BCView.h". + + * tex_helpers.h: remove #include . + +2003-09-05 Martin Vermeer + + * biblio.C: + * frnt_lang.C: re-add missing system headers, needed for 2.95.2. + +2003-09-05 Angus Leeming + + * GUI.h: ensure that the header file can be compiled stand-alone. + * *.C: strip out redundant #includes. (49 in total.) + +2003-08-28 Lars Gullik Bjønnes + + * most files: change to use const buffer refs. + +2003-08-16 Martin Vermeer + + * ControlBranch.[Ch]: + * ControlDocument.C: + * Makefile.am: implements the 'branch + inset' idea. This allows the output of various versions of a + document from a single source version, selectively outputing or + suppressing output of parts of the text. + This implementation contains a 'branch list editor' in a separate + tab of the document settings dialog. Branches are user definable + and have a "display colour" to distinguish them on-screen. + + ColorHandler was somewhat cleaned up. + (1) make possible a dynamically growing LColor list by allowing + the graphic context cache to grow along (vector); + (2) eliminate an IMHO unnecessary step in colour allocation. + +2003-08-15 André Pönitz + + * ControlErrorList.C: + * ControlSpellchecker.C: remove toggleSelection + +2003-08-12 Michael Schmitt + + * ControlGraphics.C: rename "XXX baseline" to "Baseline XXX" + for consistency + * ControlTabular.h: + * ControlTabular.C: rename VALIGN_CENTER to VALIGN_MIDDLE; + rename M_VALIGN_CENTER to M_VALIGN_MIDDLE; + rename VCENTER to MIDDLE 2003-08-04 André Pönitz @@ -7,7 +70,7 @@ 2003-07-30 Martin Vermeer * ControlNote.[Ch]: add i18n support. - + 2003-07-27 Lars Gullik Bjønnes * ControlToc.C (goTo): adjust for lyx::toc