]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Rob Lahaye): fix label of progress slider when spellchecking.
[lyx.git] / src / frontends / xforms / ChangeLog
index be75cfbfcd4801d4720a3a4600d43792627e9efa..15caaf19c549ebc90f065aea7669f7a1b54bd804 100644 (file)
+2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormSpellchecker.C (input): fix label of spellchecker progress bar.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (hexname): STRCONV
+
+       * FormPreferences.C (X11hexname): STRCONV
+
+       * FormMathsMatrix.C (apply): STRCONV
+
+       * FormMathsDelim.C (apply): STRCONV
+
+       * lyx_gui.C (start): adjust signature
+       (start): exchange magic integers for defined values.
+
+2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
+
+       * FormGraphics.C: use lyx::float_equal.
+
+2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormParagraph.[Ch]:
+       * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
+       of the code to make it more transparent. Use RadioButtonGroup and
+       CheckedGlueLength for the same reason. Add tooltips.
+
+2002-10-28  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB): show tooltips for browser
+       widgets, working-around an xforms bug.
+
+       * FormBibtex.C (build):
+       * FormCitation.C (build):
+       * FormForks.C (build):
+       * FormSpellchecker.C (build):
+       * FormTexinfo.C (build):
+       set the prehandler for the browser widgets so that we can have tooltips.
+
+2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * xfont_loader.C (getFontinfo): Cleanup.
+
+2002-10-26  John Levon  <levon@movementarian.org>
+
+       * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
+
+2002-10-26  John Levon  <levon@movementarian.org>
+
+       * FormTexinfo.C: using vector
+
+2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * xfont_loader.C (getFontinfo): Add xfonts to the font path if
+       necessary.
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormSpellchecker.C (input): fix crash when progress == 0.
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_print.fd:
+       * FormPrint.[Ch]: clean-up, reflecting discussion on the list.
+
+       * forms/form_spellchecker.fd:
+       * FormSpellchecker.[Ch]: add tooltips; general clean-up.
+        add word count to dialog and improve progress status;
+        implement single Start/Stop button;
+
+       * FormTabular.C (build): rearrange lines tab by tab.
+       Use getString not fl_get_inout.
+
+       * FormTexinfo.C: replace View-button by catching double click in
+       browser; allow viewing of files, irrespective of full path.
+
+       * forms/form_wrap.fd: resized. Remove text_warning widget. Fix gravity.
+       * FormWrap.[Ch]: simplification through the use of RadioButtonGroup
+       and CheckedGlueLength. Add tooltips.
+
+2002-10-24  Angus Leeming  <leeming@lyx.org>
+
+       * FormRef.C (updateBrowser): invoke updateHighlight
+       (updateHighlight): don't select a browser item if there is no
+       reference selected.
+       (apply, input): use getString not fl_get_input.
+
+2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * FormExternal.C (apply):
+       (input): fix an off-by-one index (causing a crash)
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: use checkedWidgets to ensure that the lengths and
+       glue lengths are valid. Improve code documentation and layout.
+       InsetGraphicsParams::scale is now a float; modify dialog to suit.
+
+       * FormLog.C (update): more descriptive title and warning messages.
+
+       * FormMathsPanel.C (c-tor): allow dialog to be resized.
+
+       * FormPreamble.C (build): rearrange.
+       (apply): use getString, not fl_get_input.
+
+       * FormSearch.C (build): add tooltips.
+       (input): use getString, not fl_get_input.
+
+       * FormShowFile.C: more descriptive title.
+
+       * forms/form_browser.fd:
+       * forms/form_preamble.fd: reshape.
+
+       * forms/form_graphics.fd: reshape. Remove text_warning widget.
+
+       * forms/form_maths_panel.fd:
+       * forms/form_ref.fd:
+       * forms/form_search.fd: reshape. Fix gravity.
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormFloat.C (input): fix the radio buttongroup behaviour.
+
+       * RadioButtonGroup.C (init): Assert on ROUND3DBUTTON and RADIO_BUTTON
+       when adding object to the group.
+
+       * forms/form_float.fd: use RADIO_BUTTON for the buttons in the radio
+       group.
+
+       * FormDocument.C: remove redundant header files.
+
+2002-10-24  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs_impl.h: set the policy of the BibtexDialog to
+       NoRepeatedApplyReadOnlyPolicy.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_float.fd: prettify and implement gravity/resize policy
+       correctly.
+
+       * FormFloat.C: add tooltips, lots of comments and check the
+       input more carefully.
+
+2002-10-23  Angus Leeming  <leeming@lyx.org>
+
+       * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
+       the input is invalid.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormBibtex.C: remove two redundant header files.
+
+       * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
+
+       * FormDocument.C: disable resizing of the dialog.
+       Remove redundant counter's bounds/step/precision (is set in
+       form_document.fd).
+
+       * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
+       button controller and the checkedGlueLength class to check the validity
+       of any LyXGlueLengths.
+
+       * forms/form_document.fd: prettify.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_bibtex.fd:
+       * forms/form_citation.fd: less bulky with proper gravity/resize policy
+        and many other GUI layout improvements.
+
+       * FormBibtex.C: remove choose button, select directly instead;
+       add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
+
+       * FormCitation.C: (trivial) rearrange lines; remove redundant check
+       button settings (do that in form_citation.fd instead).
+
+2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FeedbackController.C: use the NORMAL rather than the SMALL sized font
+       to display messages in the message_widget.
+
+       * FormGraphics.h: remove un-needed #include.
+
+       * FormPrint.C (build): minimal change due to change in
+       RadioButtonGroup's semantics.
+
+       * RadioButtonGroup.[Ch]: something of a clean-up.
+       (explicit c-tor): removed.
+       (reset): removed.
+       (set): new method, accepting an FL_OBJECT *.
+
+       * xforms_helpers.[Ch] (setEnabled): change lcol setting from
+       FL_BLACK to FL_LCOL.
+       (getString) use line=0 instead of line=-1 as default case;
+
+2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_aboutlyx.fd: implement the text widgets as browsers
+
+       * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
+
+2002-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
+       order once again.
+       Add checkedwidgets.[Ch].
+
+       * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
+       CheckedGlueLength.
+
+       * xforms_helpers.[Ch] (isActive): new helper function.
+
+2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xfont_loader.C (doLoad): typo
+
+2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormVCLog.C (update): modify, use ostringstream
+
+       * FormPreamble.C (apply): modify
+
+       * FormLog.C (update): modify
+
+       * FormAboutlyx.C (build): use ostringstream, modify
+
+2002-10-21  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
+       warning.
+
+2002-10-21  Garst Reese <reese@isn.net>
+
+       * xformsImage.C (getWidth): work-around xforms bug enabling the display
+       of the edges of an image.
+
+2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * Tooltips.C (init): pass the /formatted/ string to xforms...
+
+2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
+       function keysym().
+
+       * FormDocument.C (class_apply): setMessage change
+       (apply): ditto
+
+2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Menubar_pimpl.C (create_submenu): do not create a "More..."
+       submenu just for one entry
+
+2002-10-15  Angus Leeming  <leeming@lyx.org>
+
+       * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
+       dispatch on LFUN_MOUSE_MOTION.
+
+2002-10-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C (updateBrowser): deselect the highlighted item when
+       updating the browser.
+
+2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontInfo.C (query): Ignore bogus matches of scalable fonts.
+
+2002-10-08  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB):
+       * combox.C (show): use fl_get_winorigin in preference to
+       fl_get_wingeometry.
+
+2002-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * Tooltips.h (set) make it private:
+       * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
+
+       * FormBase.C (show):
+       * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
+
+2002-10-14  André Pönitz <poenitz@gmx.net>
+
+       * FormDocument.C: somebody else's fix for a hard lockup
+
+2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * xforms_helpers.C (formatted): fix small typo, spotted by Rob
+       Lahaye
+
+2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormRef.C (update): Always list the labels of the current buffer.
+
+2002-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormBase.C (hide):
+       * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
+       #ifdef required xforms version.
+
+2002-10-04  Angus Leeming  <leeming@lyx.org>
+
+       * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
+
+       * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
+       bare minimum.
+
+       * combox.[Ch]: the optional tabfolder args passed to the c-tor are
+       no longer necessary and are scrapped.
+       (show): use the same, minimal fix as in PrehandlerCB to ensure that
+       the form's x,y coords are up to date. In truth, this fix should be
+       redundant, but not all "enter" events are caught by the prehandler.
+
+       * FormDocument.C (build):
+       * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
+       combox c-tor.
+
+2002-10-03  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
+       folder->y coords of a tabfolder when the mouse enters the folder.
+       This works around an xforms bug that manifests itslf as tooltips
+       appearing in their original position after the dialog has been
+       moved aside.
+
+       * FormAboutlyx.C (build):
+       * FormDocument.C (build):
+       * FormGraphics.C (build):
+       * FormPreferences.C (build):
+       * FormTabular.C (build): set the prehandler for tabfolders.
+
+       * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
+       to ensure that the tabfolder prehandler is called.
+
+2002-10-03  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
+       decimal not a hexadecimal.
+
+       * FormBase.C (hide):
+       * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
+       with the dialog.
+
+2002-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * FormBase.[Ch]:
+       * FormBaseDeprecated.[Ch]:
+       (icon_pixmap_, icon_mask_) new member variables.
+       (prepare_to_show) new method, containing initialisation code invoked
+       the first time show() is called.
+       (d-tor) destroy icon_pixmap_, if it exists.
+       (show) ensure that the icon pixmap is generated only once.
+
+       * XFormsView.[Ch]:
+       (icon_pixmap_, icon_mask_) new member variables.
+       (d-tor) destroy icon_pixmap_, if it exists.
+       (create_form_form_main) assign the generated pixmap to the new
+       icon_pixmap_ member variable.
+
+2002-09-26  Angus Leeming  <leeming@lyx.org>
+
+       * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs2.C:
+       * Dialogs_impl.h:
+       * FormWrap.h:
+       * LyXKeySymFactory.C:
+       * LyXScreenFactory.C:
+       * Menubar_pimpl.[Ch]:
+       * Toolbar_pimpl.[Ch]:
+       * WorkAreaFactory.C:
+       * lyx_gui.C: doxygen fixes.
+
+2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * forms/form_wrap.fd: floatflt has no "Inner" placement option.
+       The possible placements are default/outer/left/right.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * forms/form_maths_space.fd
+       * FormMathSpaces: remove access to internal macros \lyx*space
+
+2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
+       combox, make sure the corresponding shortcut is shown in
+       minibuffer
+
+2002-09-16  John Levon  <levon@movementarian.org>
+
+       * forms/form_character.fd: Escape to cancel
+
+2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_graphics.fd:
+       * forms/form_print.fd: minor polishing of layout
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: improve tooltips text
+
+       * forms/form_graphics.fd: cosmetic change in file tab
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormTexinfo.C:
+       * forms/form_filedialog.fd:
+       * forms/form_texinfo.fd: less bulky xforms dialogs.
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormPrint.[Ch]:
+       * forms/form_print.fd: new xforms print dialog layout
+
+2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: use "Default" as first item in Origin of rotation
+
+       * forms/form_graphics.fd: improved layout
+
+2002-09-11  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C (update): remove lyxerr call.
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * FormInclude.C:
+       * forms/form_include.fd: reorder, remove noload
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * FormMathDeco.C: move latex_deco into ControlMath
+
+2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormBase.C:
+       * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
+       set minimized title (without "LyX: ") and its icon.
+
+       * FormSpellchecker.C:
+       * FormSearch.C:
+       * FormThesaurus.C: remove "LyX: " from dialog window title.
+
+       * FormRef.[Ch]: add proper switch for "Go to" button.
+
+       * FormBibitem.C:
+       * forms/form_bibitem.fd:
+       * FormCitation.C:
+       * forms/form_citation.fd:
+       * FormRef.C:
+       * forms/form_ref.fd:
+       * FormSpellchecker.[Ch]:
+       * forms/form_spellchecker.fd:
+       * forms/form_toc.fd:
+       * forms/form_url.fd: less bulky dialogs; use proper gravity and
+       resize policy; add few tooltips.
+
+2002-09-06  Alain Castera  <castera@in2p3.fr>
+
+       * FormTabular.C: leave the horizontal alignment buttons alive
+         on fixed width columns
+
+2002-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * all files: modify the headers as discussed on the list.
+
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * MathsCallbacks.h:
+       * forms/fdfix.sh: fix build from last change
+
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.h:
+       * MathsSymbols.C:
+       * FormMathsPanel.h:
+       * FormMathsPanel.C: remove MathsSymbols to controllers/
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.h:
+       * MathsSymbols.C:
+       * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.C: implement splitting for AMS. nrel
+         is broken
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.C: fix two crash bugs
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_graphics.fd:
+       * FormGraphics.C: re-implement the use of text_warning box.
+
+       * forms/form_preferences.fd:
+       * FormPreferences.C: use displayTranslator, change display mode
+       from four radio buttons into one choice button.
+
+       * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
+
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * xformsImage.C: fix build, add FIXME for Rob
+
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.[Ch]:
+       * forms/form_graphics.fd: Implement new graphics dialog
+
+       * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
+       instead of "mono|gray|no".
+
+2002-08-22  John Levon  <levon@movementarian.org>
+
+       * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
+       for support/smart_ptr.h, change use of smart ptr to boost version
+
+       * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
+       is a smart_ptr)
+       (build): use nifty 3rd arg of smart_ptr
+       (addBitmap): ditto
+
+2002-08-20  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.C: estimate default DPI
+
+2002-08-16  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
+
+       * Dialogs3.C: removed.
+
+2002-08-16  Angus Leeming  <leeming@lyx.org>
+
+       * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
+       time, old boy.
+
+2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
+
+       * FormRef.C (update): Synchronise the buffer choice and the list of
+       labels if the dialog is re-opened.
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs3.C:
+       * Dialogs_impl.h: the brave new world of Dialog creation.
+
+       * FormBaseDeprecated.C:
+       * FormFiledialog.C:
+       * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
+
+       * guiapi.C: discard.
+
+       * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
+       remove guiapi.C.
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * lots: changed my email address to leeming@lyx.org.
+
+       * FormBaseDeprecated.[Ch]: return it to private derivation from
+       boost::noncopyable.
+
+       * FormBaseDeprecated.[Ch]:
+       * FormDocument.[Ch]:
+       * FormInset.[Ch]:
+       * FormMaths*.[Ch]:
+       * FormPreferences.[Ch]:
+       * FormTabular.[Ch]:
+       pass and store references to LyXView and Dialogs, not pointers.
+
+       * FormInset.[Ch]: remove class FormCommand.
+
+2002-08-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBaseDeprecated.h: public derivation from boost::noncopyable.
+
+       * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
+
+2002-08-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
+       derives directly from boost::noncopyable.
+       (show): made public.
+
+       * FeedbackController.h: rearrange #includes.
+
+       * FormDocument.C:
+       * FormMathsDeco.C:
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C:
+       * FormMathsPanel.C:
+       * FormTabular.C: remove #include "Dialogs.h"
+
+       * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
+
+       * FormPreferences.C: rearrange #includes.
+
+       * FormTabular.h (showInset, updateInset): make public.
+
+       * FormDocument.C (build): enable the bmtable to find the right file!
+
+       * guiapi.C (gui_ShowInfo): removed.
+
+2002-08-13  André Poenitz  <poenitz@gmx.net>
+
+       * Toolbar_pimpl.C: small cleanup
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C:
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C:
+       * FormMathsPanel.C:
+       * FormPreferences.C:
+       * Menubar_pimpl.C:
+       * Toolbar_pimpl.C:
+       * XFormsView.C:
+       * lyx_gui.C:
+       changes due to the changed LyXView interface that now returns references
+       to member variables not pointers.
+
+2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.C (create_submenu): fix code to disable submenu
+       entries.
+
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormDocument.C (saveParamsAsDefault): use proper constructment
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C:
+       * FromRef.C: change due to change of ControlConnections method name,
+       isReadonly() -> bufferIsReadonly().
+
+       * FormIndex.C:
+       * FormPrint.C: no longer #include "frontends/LyXView.h".
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
+       the Dialogs::toggleTooltips signal.
+
+       * FormAboutlyx.[Ch]:
+       * FormBibitem.[Ch]:
+       * FormBibtex.[Ch]:
+       * FormBrowser.[Ch]:
+       * FormCharacter.[Ch]:
+       * FormCitation.[Ch]:
+       * FormERT.[Ch]:
+       * FormError.[Ch]:
+       * FormExternal.[Ch]:
+       * FormFloat.[Ch]:
+       * FormForks.[Ch]:
+       * FormGraphics.[Ch]:
+       * FormInclude.[Ch]:
+       * FormIndex.[Ch]:
+       * FormLog.[Ch]:
+       * FormMinipage.[Ch]:
+       * FormParagraph.[Ch]:
+       * FormPreamble.[Ch]:
+       * FormPrint.[Ch]:
+       * FormRef.[Ch]:
+       * FormSearch.[Ch]:
+       * FormSendto.[Ch]:
+       * FormShowFile.[Ch]:
+       * FormSpellchecker.[Ch]:
+       * FormTabularCreate.[Ch]:
+       * FormTexinfo.[Ch]:
+       * FormThesaurus.[Ch]:
+       * FormToc.[Ch]:
+       * FormURL.[Ch]:
+       * FormVCLog.[Ch]:
+       No longer pass Controller or Dialogs to the c-tor.
+       No longer forward-declare Dialogs.
+
+       * FormBase.[Ch]: derives from ViewBase directly.
+       No longer passed ControlButtons & or Dialogs &.
+       (bc): new method, enabling the daughter classes to access the
+       ButtonController.
+       (C_FormBaseApplyCB):
+       (C_FormBaseOKCB):
+       (C_FormBaseCancelCB):
+       (C_FormBaseRestoreCB):
+       (C_WMHideCB): changes due to a change in the ViewBase class.
+
+       * Toolbar_pimpl.[Ch] (c-tor):
+       * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
+
+       * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
+
+       * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
+       Dialogs & to the Toolbar.
+
+       * guiapi.C: access the controller methods by explicit invocation of the
+       controller.
+
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormDocument.C (saveParamsAsDefault): ParagraphList changes
+       (class_apply): ditto
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * Menubar_pimpl.C:
+       * Toolbar_pimpl.C: lyxaction cleanup
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * forms/form_thesaurus.fd: allow Esc to close dialog
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C:
+       * forms/form_include.fd: added a check_preview button and controlling
+       logic. The user can now choose to preview a \input-ed file.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * FormTabular.C (input):
+       * XMiniBuffer.C (show_info): changes due to LyXView::view() now
+       returning a boost::shared_ptr.
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * FormDocument.C: writeFile() change
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * FormPreferences.h:
+       * FormPreferences.C:
+       * guiapi.C:
+       * forms/form_spellchecker.fd: remove options from spellchecker
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.C: implement remove_read_callback()
+
+2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * XWorkArea.C (work_area_handler): change type of
+       scrollbar_value_old to double
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: strip,frontStrip -> trim,ltrim,rtrim
+
+2002-07-25  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.C:
+       * XWorkArea.C: using dec
+
+2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * FormFloat.C: Fixed and better GUI-logic
+
+2002-07-25  André Pönitz <poenitz@gmx.net>
+
+       * lyx_gui.C:
+       * XWorkArea.C: add 'dec' to switch back to decimal output
+
+2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
+       (create_submenu): add parameter ``all_disabled'' which will be
+       false only if the menu contains at least one working item. Disable
+       submenus who have all_disabled true. What I could not do, though
+       is disable menubar items when all the menu is disabled (because I
+       know about it only when I try to open this menu)
+
+2002-07-25  Herbert Voss  <voss@perce.de>
+
+       * FormBibtex.C (update): clear browser first
+
+2002-07-25  Juergen Vigna  <jug@sad.it>
+
+       * XWorkArea.C (work_area_handler): set y_old and x_old to some
+       values in the MOUSE or DRAG even.
+
+2002-07-25  John Levon  <levon@movementarian.org>
+
+       * forms/form_float.fd: "Span columns"
+
+2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * FormFloat.C:
+       * forms/form_float.fd: Implement default placement checkbox;
+       some minor tweaks
+
+2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.C (create_submenu): add the code for splitting too
+       long menus here. Remove call to add_toc.
+
+       * Menubar_pimpl.C (add_toc):
+       (add_toc2): remove. This code is now in MenuBackend; now, all the
+       frontend has to do is to support the item kinds Command, Submenu
+       and Separator. The rest is done transparently.
+
+2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * FormFloat.C:
+       * forms/form_float.fd: Implement Wide Float toggle and !-option;
+       disable h and b with wide floats
+
+2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.C (create_submenu): updates due to changes in
+       menubackend.
+
+2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * XMiniBuffer.h: add connection objects, and use them
+       * XMiniBuffer.C (XMiniBuffer): here and
+       (dd_init): here
+
+       * XFormsView.h: add connection objects, use them
+       * XFormsView.C (XFormsView): here
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XFormsView.C: don't call toolbar_->set()
+
+       * Toolbar_pimpl.h:
+       * Toolbar_pimpl.C: rationalise code, remove half-working
+         update stuff into simple add()
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: add lyx_gui::exit()
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Toolbar_pimpl.h:
+       * Toolbar_pimpl.C: remove ->push()
+
+2002-07-22  Herbert Voss  <voss@lyx.org>
+
+       * FormGraphics.C: add tooltips, changesize_type to size_kind.
+       some rearrangements to the code
+
+2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormToc.C: std:: fix
+
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
+
+       * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
+       and "commandtags.h"
+
+       * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
+
+       * FormSendto.C:
+       * FormParagraph.C:
+       * FormMinipage.C:
+       * FormGraphics.C:
+       * FormForks.C:
+       * FormCitation.C:
+       * DropDown.C: update to use new getString and getVector
+
+       * xforms_helpers.[Ch]: replace getVectorFromChoice and
+       getVectorFromBrowser by getVector; replace getStringFromInput,
+       getStringFromBrowser and getSelectedStringFromBrowser with
+       getString, which works with input, choice and browser objects
+
+       * Menubar_pimpl.C:
+       * FormToc.C: update to use new toc.[Ch]
+
+2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XFormsView.C: move autosave timer to LyXView.C
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.[Ch]: remove support for multiple menubars
+
+2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XMiniBuffer.h:
+       * XMiniBuffer.C: cleanup, make start/end history work as before
+
+2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C: fix dispatch calls nicely
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.C (add_toc): avoid crash when there is no document
+       open
+
+       * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
+
+2002-04-28  Herbert Voss  <voss@perce.de>
+
+       * FormGraphics.C:
+       * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * DropDown.h:
+       * DropDown.C: remove unneeded LyXView *
+
+       * XFormsView.h:
+       * XFormsView.C: changes for minibuffer rework
+
+       * XMiniBuffer.h:
+       * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
+         old code to here
+
+       * lyx_gui.C: add FIXME
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C: fix dispatch calls
+
+2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Menubar_pimpl.C:
+       * Toolbar_pimpl.C:
+       * lyx_gui.C:
+       * XformsView.C: remove initMiniBuffer(), verboseDispatch()
+
+       * xfont_loader.C: remove call to messagePush(),Pop()
+
+2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormFiledialog.C: Add missing #include
+
+2002-07-17  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (init_graphics): disable direct loading of PostScript
+       files. It's more effort than it's worth.
+
+2002-07-17  André Pönitz <poenitz@gmx.net>
+
+       * FormPreferences.C: add help for $$s feature, lots of stupid "code
+        beautifying"
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: remove 2nd exit confirmation
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XFormsView.h:
+       * XFormsView.C: hook up view_state_changed
+
+2002-07-16  Angus Leeming  <leeming@lyx.org>
+
+       * XPainter.C: add some #ifdef ugliness to enable the home grown image
+       loader to work too.
+
+2002-07-16  André Pönitz <poenitz@gmx.net>
+
+       * FormFiledialog.[Ch]: rename member variables, rewrite some functions
+
+2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * xformsImage.h:
+       * xformsImage.C: add isDrawable()
+
+       * XPainter.C: use static cast to xformsImage
+
+2002-07-14  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (C_read_callback): give it extern "C" linkage.
+
+2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: add set_read_callback()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: move init_graphics() into setup
+
+2002-07-12  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (width): apply fudge irrespective of library version.
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Toolbar_pimpl.h:
+       * Toolbar_pimpl.C: remove unused (de)activate()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: implement update_fonts(), font_available()
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: add update_color()
+
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: remove file->new asks for name
+
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h:
+       * XWorkArea.C: do a copy area on redraw when no geometry change
+
+2002-07-11  Herbert Voss  <voss@perce.de>
+
+       * FormGraphics.C (input): test also the height for %-value, when
+       importing the latex-value into the lyx-view
+
+2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
+
+       * XMiniBuffer.C (peek_event):
+       * combox.C (peek_event):
+       * DropDown.C (peek): support keypad keys
+
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * xscreen.C: add const
+
+2002-07-09  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.C (scale): use boost::tie.
+       (width): fudge to fix bug in image width for xforms <= 0.89.6.
+
+2002-07-08  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfix.sh: whitespace.
+
+2002-07-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (hexname): new function.
+
+2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyx_gui.C (init_graphics): boost::function assign, not
+       boost::signal connect.
+
+       * combox.C (Combox): what remove does is now done implicitly from
+       XFormsView destructor.
+
+       * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
+
+       * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
+
+       * XFormsView.C (XFormsView): hide and free form_
+       (getForm): raw pointer return
+       (create_form_form_main): raw pointer set
+
+       * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
+       implicitly from XFormsView destructor.
+
+2002-07-04  André Pönitz <poenitz@gmx.net>
+
+       * FormInset.[Ch]: reduce #include depencies
+
+       * guiapi.C: suppress compiler warning
+
+2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * FormInclude.C: Comment out unneeded and wrong update mechanism
+       (related to bug #459)
+       *forms/form_include.fd: define missing callbacks (bug #459)
+
+2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
+
+       * FormDocument.C (build): add pt154 encoding
+
+2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Tooltips.C (Tooltips): add Dialogs to constructor arg.
+
+2002-07-01  Angus Leeming  <leeming@lyx.org>
+
+       * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
+
+2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * forms/fdfix.sh: fix compilation failure on WinXP.
+
+2002-06-28  Angus Leeming  <leeming@lyx.org>
+
+       * XPainter.[Ch]: changes associated with the name change
+       grfx::GImage -> grfx::Image.
+
+       * xformsGImage.[Ch]: deleted.
+       * xformsImage.[Ch]: new files, reflecting changed class name.
+
+       * Makefile.am:
+       * lyx_gui.C: associated changes.
+
+2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * FormPreferences.C
+       * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
+
+2002-06-26  Angus Leeming  <leeming@lyx.org>
+
+       * xformsGImage.C (load, setPixmap): changes aassociated with moving
+       grfx::DisplayType out of grfx::GParams.
+
+2002-06-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C (LnFmisc::apply): Comment out the call to
+       grfx::GCache::changeDisplay. The method no longer exists now that the
+       pixmap generation part of the graphics loader has been moved into
+       InsetGraphics.
+
+2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Toolbar_pimpl.C: layout as layout
+
+2002-06-21  Angus Leeming  <leeming@lyx.org>
+
+       * xscreen.C: add a using std::endl directive.
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormPreferences.h:
+       * FormPreferences.C:
+       * forms/form_preferences.fd: remove show_banner, display_shortcuts
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h:
+       * XWorkArea.C: remove splash, should be handled in
+         LyXScreen::greyOut()
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_texinfo.fd: "Update List" not "Rescan"
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * guiapi.C: createIndex() changed
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormBibtex.C: use new lyx::eliminate_duplicates
+
+2002-06-20 Herbert Voss  <voss@perce.de>
+
+       * FormBibtex.C:
+       * forms/form_bibtex.fd: give better support for choosing the
+       bibstyle (new browserfield with the available bibstyles).
+       move some code of ControlTexinfo into a helper
+       file support/tex-helpers to use some of the functions
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h:
+       * XWorkArea.C: remove unused code, name change
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XLyXKeySym.h:
+       * XLyXKeySym.C: whitespace
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h: remove focus stuff, greyOut()
+
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.C: remove focus/unfocus events
+
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h: remove unused methods
+
+2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
+         Cleaner, smaller.
+
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h: remove unused width()
+
+2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * guiapi.C: fix compile with libAiksaurus
+
+2002-06-17  Herbert Voss  <voss@perce.de>
+
+       * forms/.cvsignore: ignore the *.lo files
+
+2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormSearch.h:
+       * FormSearch.C: focus and select search string on open (bug #77)
+
+2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * changes to let the function setup happen in frontends
+
+       * guiapi.C: new file
+
+2002-06-16    <alstrup@diku.dk>
+
+       * xscreen.C (draw): After drawing, we wait for X with XSync..
+
+       * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
+
+       * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
+
+       * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
+
+       * WorkAreaFactory.C: New file for GUII WorkArea.
+
+       * LyXScreenFactory.C: WorkArea GUIIized.
+
+2002-06-15  Lyx Development team  <larsbj@birdstep.com>
+
+       * LyXKeySymFactory.C: Added XForms implementation.
+
+       * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
+       stuff.
+
+       * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
+
+2002-06-14  Lyx Development team  <lyx@electronia>
+
+       * LyXScreenFactory.C: Implementation for XForms.
+
+       * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
+       called XScreen (surprise!).
+
+2002-06-14  Angus Leeming  <leeming@lyx.org>
+
+       * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
+
+       * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
+       if not, exit gracefully.
+       Test whether the newly generated .h file is different from the existing
+       one and if not discard it to prevent unnecessary recompilation in the
+       xforms directory.
+
+2002-06-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
+       "this", ro we'll get a crash following FormBaseDeprecated's
+       C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
+
+       This is the only form in which all the folders are not built in the
+       parent class direct, so this is the only one that should suffer from
+       this bug.
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * form_*.[Ch]: removed from the repository.
+       * forms/Makefile.am:
+       * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
+
+       * forms/form_*.fd: use a consistent naming convention for the fdesign
+       generated FD_xyz structs. For example, form_aboutlyx.h now contains:
+       struct FD_aboutlyx;
+       struct FD_aboutlyx_version;
+       struct FD_aboutlyx_credits;
+       struct FD_aboutlyx_license;
+
+       * forms/fdfix[ch].sed: no longer write the build routines for the
+       fdesign generated FD_xyz structs as member methods of the controlling
+       FormXyz class. It's unnecessary and needs patch files in addition to
+       the sed magic to work properly. Thus, the structs above are now
+       generated by routines
+       FD_aboutlyx * build_aboutlyx(void *);
+       FD_aboutlyx_version * build_aboutlyx_version(void *);
+       FD_aboutlyx_credits * build_aboutlyx_credits(void *);
+       FD_aboutlyx_license * build_aboutlyx_license(void *);
+
+       * forms/README: document all the above.
+
+       * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
+
+       * forms_gettext.[Ch]: new files containing only the scex, idex functions
+       stored previously in xforms_helpers.[Ch].
+
+       * xforms_helpers.[Ch]: removed scex, idex functions.
+
+       * Most other files: minor changes associated with the above.
+
+2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * XWorkArea.h:
+       * XWorkArea.C: move scrolling logic into here
+
+       * ColorHandler.h:
+       * ColorHandler.C:
+       * XPainter.h:
+       * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
+       s/Painter/XPainter/
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * FormParagraph.C: include ParagraphParameters.h now that
+       ParagraphParameters is forward declared in ControlParagraph.h.
+
 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
 
-       * FormMathsDelim.C: fix delimiter pre-display rendering 
+       * FormMathsDelim.C: fix delimiter pre-display rendering
          mess-up bug (354)
 
 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * XFormsView.h:
        * XFormsView.C: move init() back to LyXView
+
 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * GUIRunTime.C: remove in favour of ...
 
        * XFormsView.h:
        * XFormsView.C: change show() prototype
+
        * XPainter.C:
        * xfont_loader.C: don't use GUIRunTime any more
+
 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
 
-       * ColorHandler.C: 
+       * ColorHandler.C:
        * FontInfo.h:
        * FormBase.C:
        * FormBaseDeprecated.C:
        * MathsSymbols.C:
        * Menubar_pimpl.C: minor cleanups
+
 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * xformsGImage.C:
        * FontInfo.h:
        * FontInfo.C: some cleanup
-       * XWorkArea.C: 
+
+       * XWorkArea.C:
        * XFormsView.h:
        * XFormsView.C: some minor cleanup, use of
          scoped_ptr
 
        * XWorkArea.h:
        * XWorkArea.C: use workHeight(), remove enter/leaveView
+
 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
 
        * XWorkArea.h:
        * XWorkArea.C: remove belowMouse() and active()
+
 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
 
        * xfont_metrics.h:
        * XPainter.C: X-specific metrics stuff moved into xforms/ only
 
 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
-       * FormParagraph.[Ch]: moved to mvc
-       * form_paragraph.[Ch]: idem
-       * forms/form_paragraph.fd: idem
-       * Dialogs.C: idem
+
+       * FormParagraph.[Ch]: moved to mvc
+       * form_paragraph.[Ch]: idem
+       * forms/form_paragraph.fd: idem
+       * Dialogs.C: idem
 
 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
 
 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
        * FormMathsPanel.C: do not include ButtonController.tmpl
        * FormPreferences.C: ditto
        * xformsBC.C: ditto
 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
 
        * xformsGImage.h: an xforms build fix
+
 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
+
        * Tooltips.C: fix some sigc++ -> boost errors.
+
 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
 
        * GUIRunTime.C:
 
 2002-05-10  Herbert Voss  <voss@perce.de>
 
-       * FormInclude.C (input, update): disable load-button when 
+       * FormInclude.C (input, update): disable load-button when
        "use verbatim" is enabled
 
 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>