]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / ChangeLog
index d60c2a1b9f0074103d45db5ce6358c5ae8b78a3c..f1fd912487680262c00afc25c8c2a474186f3460 100644 (file)
@@ -1,3 +1,686 @@
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormTabular.C (update): Remove redundant code.
+
+2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_tabular.fd: checkbox2radiobutton changes.
+
+2002-01-20  Herbert Voss  <voss@perce.de>
+
+       * FormInclude.[C]: better control of unexistings files
+       when entered without the browser
+
+2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
+       is disabled
+
+       * combox.C (activate): 
+       (deactivate): change color of labels to reflect the state of the
+       combox
+
+2002-01-16  Herbert Voss  <voss@lyx.org>
+
+       * FormExternal.C (build): activate  apply/ok-button when something
+       is entered in the filename-field
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
+       rather than 'string::size_type'
+
+2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
+
+       * FormMathPanel.[hC]:
+       * MathsSymbols.[hC]:
+       * form_math_panel.[hC]:
+       * form_math_panel.fd: Modified. Added five symbol sub-panels
+       to the math panel containing AMS math symbols: arrows, relations,
+       negated relation, operators and miscellaneous (also containing some
+       hebrew and corner symbols).
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FormMinipage.C (apply): change because MinipageParams::pageWidth
+       is now a real LyXLength
+
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormDocument.C: enable line spacing input properly
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_preferences.fd:
+       * form_preferences.h:
+       * form_preferences.C:
+       * FormPreferences.h:
+       * FormPreferences.C: use better variable name
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_preferences.fd: change "Use Scalable Fonts"
+         to "Rescale bitmap fonts"
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsPanel.C:
+       * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
+       the button controller for IgnorantPolicy and PreferencesPolicy.
+
+2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_tabular.fd: text_info field was too small. Enlarge it.
+
+2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
+       choice if the input field contains a LyXGlueLength.
+
+       * FormParagraph.C: Allow to insert and display gluelengths in VSpace
+
+       * FormParagraph.C
+       * FormDocument.C
+       * FormTabular.C: Change input filter to allow inserting
+       gluelengths/lyxlength or numbers with unit choices.
+
+       * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
+       which was more or less duplicated.
+
+       * FormGraphics.C: set default units, dependent on US/other paper.
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.C: no longer need to #include the Controller classes, as this
+       is how done in GUI.h.
+
+       * xformsBC.C: #include ButtonController.tmpl, containing the
+       instatiation of the button controller.
+       
+2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormThesaurus.C: fix a crash
+
+2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
+
+        * FormMathsDelim.C:
+        * form_maths_delim_C:
+        * form_maths_delim.h:
+        * form_maths_delin.fd:
+        Put three radio buttons on the delimiters pop-up. It works as follows:
+        
+                                left mouse     middle mouse        right mouse
+        ----------------------------------------------------------------------
+        Left radio button   |       (               ()                   )
+        Middle radio button |       ()              ()                   )
+        Right radio button  |        )               )                   )
+        ----------------------------------------------------------------------
+
+       Where 
+
+       (       left-side delimiter selected
+       )       right-side delimiter selected
+       ()      "symmnetric pair" selected, of which the clicked delimiter is
+               the left one. 
+               So, if the middle radio button is activated ("()\nBoth")
+               and you click on "[" with the default (left) mouse button, you
+               get the delimiter pair "[]".
+               A shortcut for this (if the leftmost radio button is on) is
+               simply clicking the middle mouse button.
+
+       To create equal pairs, either have the middle radio button on and use
+       Mouse-left, or have the left radio button on and use Mouse-middle.
+
+       To create unequal pairs, you should have either the left or middle radio
+       button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
+
+2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
+       unchanged:
+       Remove the clickline_ member variable and hide() method;
+       Use fl_set_browser_dblclick_callback;
+       Constify a few temporary variables;
+       Use xforms_helpers' wrappers functions returning string rather than
+       the raw xforms functions returning char const *.
+
+2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * DropDown.C: include <cctype> for isprint()
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMinipage.C (apply, update): MinipageParams::width renamed
+       as MinipageParams::pageWidth.
+
+2002-01-14     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * FormMathsBitmap.C:
+         FormMathsPanel.C:
+         MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
+       added to math panel's 'misc' sub-panel.
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsMatrix.C (input): use lyx::count rather than std::count.
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormPreferences.h: add a std:: to make_pair.
+
+2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * DropDown.[Ch] (keypress, key_pressed): new signal and method,
+       respectively.
+
+       * DropDown.C: place xforms callback functions in namespace anon.
+       Set browser callback on single not double click.
+       (select): return immediately of the vector is empty. Highlight the top
+       line. Position the browser above the minibuffer, not below it.
+       (peek): call key_pressed when a key press is detected.
+       (key_pressed): clean-up and emit the keypress signal.
+
+       * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
+       If nothing is selected, return string().
+
+2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormSpellchecker.C: disable resizing due to xforms bug
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FormFiledialog.C (Reread): skip broken symlinks
+
+2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormMathsMatrix.C (AlignFilter): use std::count and add some
+       comments.
+
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
+       in the switch.
+
+       * FormPreferences.C (Interface::input): 
+       (Language::input): 
+       (Paths::input): add shortcuts to file dialogs directory buttons
+       
+       * FormPreference.h (browse): add default empty parameters for
+       buttons descriptions.
+
+       * FormFiledialog.C (SetButton): allow for a shortcut in the name
+       of the button.
+
+2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormThesaurus.C:
+       * FormThesaurus.h:
+       * form_thesaurus.h:
+       * form_thesaurus.C:
+       * forms/form_thesaurus.fd: update to Aiksaurus 0.14
+2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Toolbar_pimpl.C (setPixmap): simplify a bit
+
+2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Toolbar_pimpl.C (ToolbarCB): 
+       * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
+       dispatch.
+
+2002-01-12  Allan Rae  <rae@lyx.org>
+
+       * FormTabular.C (FormTabular): Fix Purify UMR.
+
+       * FormPreferences.C (build): "Conversion" is a better name. 
+
+2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
+       LyXFunc::dispatch.
+
+       * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
+
+2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: change names and descriptions of popup
+       font variables to reflect their actual use.
+
+       * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
+
+2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FormPreferences.C (input): allow empty values for document_path
+       and template_path.
+
+       * FormFiledialog.C (SetButton):
+       (FileDlgCB): do not disable directory buttons if they have an
+       empty path.
+       (SetDirectory): if the argument is an empty string, change to
+       cwd().
+
+2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * forms/form_maths_style.fd:
+       * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math 
+       size "styles" and font types.
+       * FormMathsPanel.[Ch]:
+       * MathsSymbols.C:
+       * forms/form_maths_panel.fd: Modified too.
+
+2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Menubar_pimpl.C (create_submenu): 
+       * Toolbar_pimpl.C (update): use FuncStatus.
+
+2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
+       for fl_get_browser_line that is guaranteed to return a valid string.
+
+2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormSpellchecker.C: fix possible crash on clicking a suggestion
+
+2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd (bullets): fix small cosmetic problem after
+       John's radio2button change.
+
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormDocument.C:
+       * forms/form_document.fd: change the labels and variable names of
+       left_margin, right_margin to inner_margin, outer_margin, in line
+       with bugzilla bug #157.
+
+       * FormFiledialog.C (Reread): used locally stored modtime variable
+       rather than make repeated calls to fileInfo.getModificationTime().
+
+       * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
+       isOK() checks to the use of the FileInfo instance and removed those
+       FIXMEs.
+
+       * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
+       Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
+
+2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
+
+       * form_*:
+       * forms/form_*: change radio buttons to round3dbutton
+2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormFiledialog.C: add FIXME
+       * xforms_helpers.C: fix use of FileInfo
+2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormTabular.h:
+       * FormTabular.C:
+       * form_tabular.h:
+       * form_tabular.C:
+       * forms/form_tabular.fd: ugly fix to get around
+         some of the UI problems (bug #110).
+2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormDocument.C: Recognize the default paper settings too
+       when setting the default length values (cm or inch).
+       * FormParagraph.C: do the same.
+
+2001-12-11  Michael A. Koziarski <michael@koziarski.org>
+
+       * FormFloat.C: changes to prevent here definitely being used
+       with wide figures.
+
+2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * DropDown.C: always include <config.h> in sources.
+
+       * xforms_helpers.h: 
+       * FormFiledialog.h: 
+       * Timeout_pimpl.h: 
+       * DropDown.h: do not include <config.h> in headers
+
+2001-12-20  Juergen Vigna  <jug@sad.it>
+
+       * FormTabular.C (update): final LT-h/f support modifications.
+
+2001-12-19  Juergen Vigna  <jug@sad.it>
+
+       * FormTabular.C (update): change a bit the tabular layout and added
+       better longtable options handling.
+
+2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormToc.C: using std::endl
+
+2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormToc.C: fix crash when no entries, and
+         update types properly
+2001-12-11  Ben Stanley <bds02@uow.edu.au>
+
+       * Menubar_pimpl.C: Fixed a crashing bug when document has more
+       than 80 floats and using xforms 0.88
+
+2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * xforms_helpers.C: include lyxlength.h here
+       * xforms_helpers.h: ... but not here
+
+       * FormTabular.C: use LyXLength instead of string wherever
+       necessary; whitespace changes.
+
+2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_preferences.fd: use the same name for font sizes
+       than the character dialog.
+
+2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_search.fd: Added label text to search buttons
+       (to make the shortcuts visible).
+
+2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormParagraph.C: set combo box correctly for VSpace::LENGTH
+
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormFiledialog.C:
+       * xforms_helpers.C: change "while(" to "while ("
+
+2001-12-05  Allan Rae  <rae@lyx.org>
+
+       * FormParagraph.C (apply): One other LyXText fix.
+
+2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormParagraph.C (getCurrentParagraph): 
+       (apply):  get the right LyXText !
+2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormParagraph.C: disallow page breaks in insets
+2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormParagraph.C: allow signed space above/below, actually
+         use space below units
+
+2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormToc.C: fixes to make floatlists work
+2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * Alert_pimpl.C: Alert etc.
+
+       * xforms_helpers.h:
+       * xforms_helpers.C:
+       * forms/fdfix.sh: move idex etc. to here
+
+       * GUIRunTime.C: move getScreenDPI() to here
+2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
+       form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
+       to 100p (now German translation fits in).
+       * forms/form_external.fd, form_bibtex.fd, form_print.fd,
+       form_preferences.fd, form_graphics.fd, form.include.fd,
+       form-external.fd:
+       Unified label "Browse..." and unified its width to 100p.
+
+2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_graphics.fd: fixed shortcut clash
+       * forms/form-external.fd: added shortcut for "Apply"
+
+2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormFiledialog.C: don't reset path if new dir
+         doesn't exist.
+2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd: Renamed "Save as Class Defaults"
+       to "Save as Document Defaults"
+       * FormDocument.C:
+       Removed the setEnabled-Definitions for the
+       "save_default"-Button since it causes nothing but trouble.
+       Changed the text of AskQuestion on saveParamsAsDefault.
+
+2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
+
+       * DropDown.C: fix crash, improve behaviour a bit
+2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * FormDocument.C (class_apply): 
+       (paper_apply): 
+       (language_apply): 
+       (options_apply): 
+       (bullets_apply): add a version of these methods taking a
+       BufferParams& parameters. The original versions are now wrappers
+       around these. 
+       (saveParamsAsDefault): new function, moved from old
+       LFUN_LAYOUT_SAVE_DEFAULT code.
+
+2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * DropDown.h:
+       * DropDown.C: drop-down completion
+2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_graphics.fd: change clashing shortcut
+2001-10-24  Juergen Vigna  <jug@sad.it>
+
+       * FormTabular.C: changed calls for footer/headers of longtabulars.
+
+2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_tabular.fd: Add value choices
+       * FormTabular.C: Handle that choices
+
+       * FormDocument.C: fix small bug.
+
+2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormGraphics.[Ch]: move some parameters out of the heaader file and
+       into namespace anon.
+
+       * FormPreferences.C:
+       * forms/form_preferences.fd: replaced button_colorspace with two
+       radio buttons, button_hsv and button_rgb.
+
+2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd:
+         Class: add a value choice for Default Skip.
+         Some rearrangements (minor tweaks).
+       * FormDocument.C: Handle that choice, minor tweaks.
+       * forms/form_paragraph.fd: Add value choices
+       * FormParagraph.C: Handle that choices.
+       * FormMinipage.C/FormGraphics.C: Small tweaks.
+
+2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormDocument.C: fixed some bugs in the Paper tab.
+
+       * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
+       specifying default unit for choice if input string is empty.
+
+2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormDocument.C (input): one more tweak...
+
+2001-10-10  Herbert Voss  <voss@perce.de>
+
+       * FormTexinfo.[Ch]: some changes to the code
+
+2001-10-10  André Pönitz  <poenitz@htwm.de>
+       
+       * FormsMathMatrix.C: add missing space between v- and h-alignment
+       parameters
+
+2001-10-09  Herbert Voss  <voss@perce.de>
+
+       * FormTexinfo.[Ch]:
+       * forms/form_texinfo.fd: new files. Display information about the
+       installed texfiles (cls,sty,bst).
+
+       * FormShowFile.[Ch]: new files. Display the contents of a file.
+
+       * Dialog.C:
+       * Makefile.am: modified appropriately.
+
+2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
+       Given input and choice widgets, create a string such as "1cm".
+       (updateWidgetsFromLengthString): new function.
+       Given a string such as "1cm", set the input and choice widgets.
+
+       * FormDocument.C:
+       * forms/form_document.fd: improve the GUI of the paper tab using these
+       new helper functions.
+
+2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
+
+       * FormDocument.C (build): support latin4
+
+2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
+
+       * FormDocument.C (build): support latin3
+
+2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * forms/form_aboutlyx.fd: use flat boxes for tabs.
+
+2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd: rearrangement of the paper tab;
+       rename "use geometry" to "custom margins/sizes".
+
+       * FormDocument.C: add code to avoid the input of senseless data
+       in document -> paper.
+
+2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormDocument.C: Disable choice "Special" if landscape
+       is chosen to prevent senseless values.
+
+2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_preferences.fd: small tweaks.
+
+2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
+       button to "Use Class Defaults" and moved it outside the tab.
+       Some more minor tweaking.
+
+       * FormDocument.C: handled this changes.
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.C: remove splash dialog code.
+
+       * FormSplash.[Ch]:
+       * form_splash.[Ch]:
+       * forms/form_splash.fd: removed.
+
+       * Makefile.am:
+       * forms/makefile: remove splash dialog files.
+
+       * Menubar_pimpl.C (MenuCallback): no longer call
+       Dialogs::destroySplash.
+
+2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * forms/form_preferences.fd: fix typo
+
+2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormRef.C:
+       * forms/form_ref.fd: renamed the widgets in the standard style.
+
+       * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
+       helper functions. Build a vector<string> from the contents of
+       an fl_choice and fl_browser respectively.
+
+       * FormCitation.C (fillChoice, updateBrowser):
+       * FormRef.C: use these new functions to only update the choices and
+       browsers when absolutely necessary.
+
+2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormBase.C (InputCB):
+       * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
+       "select choice < 1" problem.
+
+       * FormRef.C (input): undid Dekel's change in light of the above
+       generalisation.
+
+2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormRef.C (input): Fix crash when using dialog with keyboard.
+
+2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd: small tweaks.
+
+2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_document.fd: Added checkbox "auto_reset", button
+       "reset_defaults" and button "save_defaults".
+
+       * Form_Document.[Ch]: Removed AskQuestion when changing class.
+       Implement the 2 buttons and the checkbox described above.
+
+       * forms/form_preferences.fd: Added checkbox "auto_reset" (to
+       save the default value of that lyxrc)
+
+       * FormPreferences.C: Handle that button
+
+2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * form_ref.fd: a little tweaking.
+
+       * FormSpellchecker.C (build): set the bounds to the slider, so it
+       updates during a spellchecking session.
+
+2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * forms/form_preferences.fd: rearrangement and addition of new
+       Display Graphics radio buttons to Look & Feel->Misc
+       (By Jürgen Spitzmüller).
+
+       * FormPreferences.C: modify new lyxrc variable "display_graphics"
+       depending on the values of the Display Graphics radio buttons.
+
+       * FormGraphics.C: use this variable.
+
+2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
+       Hoorah! Happy Birthday to me!
+
 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
 
        * forms/form_ref.fd: Add buffer button.