since 0.10.6
- Created (Alejandro) and enhanced (Jean Marc) foilsTeX class.
- Updated the README file once again to make it more user friendly. (Asger)
- Added four new commands: paragraph-up[-select], paragraph-down[-select]
  that are bound to ctrl+up/down in both emacs.bind and pc-modern.bind. (Asger)
- Changed backspace & delete to use real "Cut" if we have a selection. (Asger)
- One real memory leak fixed in paths.C plus a bunch of delete[]s. (Asger)
- Updated README with info on the new organization and added a paragraph
  about the chkconfig.ltx stuff. (Asger)
- Changed spellchecker once again: Only real words are passed to ispell. 
  Words are a-z A-Z and all codes above 192. Added "ignore word" button which
  ignores the current word once. A few, hidden memory leaks fixed. (Asger)
- Fixed filebrowser so Rescan works without changing focus. (Asger)
- Updated sample.lyxrc to keep in synch with system.lyxrc. (Asger)
- Fixed non-closing macro mode bug when closing mathinsets  (Alejandro)
- Left/right keys moves 1 space the cursor after close math mode (Alejandro)
- better detection and handling of SCO in configure (Jean-Marc)
- better error handling in configure (Jean-Marc)
- new fix to autoconf to handle fussy C++ compilers (Jean-Marc)
- small color change to toolbar icons. (Lgb)
- "Reference" changed to "References" in layout files. (Lgb)
- added a Code_Rules file in development. (Lgb)
- added a few more XFlush() (Lgb)
- changed "References" to "Bibliography" in report.layout and book.layout
  according to Lamport. (Lgb)
- small cursor fixes (Matthias)
- updated chkconfig.ltx to be easier to understand and added support
  for the foils layout (Jean-Marc) 
- added support in chkconfig.ltx for the standard document classes,
  including slides (Jean-Marc) 
- the execution of chkconfig.ltx is now done at configure time instead of
  install time (Jean-Marc)
- fixed a bug with columns settings when the file is saved (Jean-Marc)
- changed some of the bahaviour in floats: empty paragraphs now is deleted,
  this also implies that you explicit much add a caption (if you don't
  edit it at once). (Lgb)
- removed some gcc specific #ifdef's (Lgb)
- initialization bug fixed in spellchecker.C (Lgb & Asger, with help :-) )
- changes to make LaTeX's thebibliography work (Lgb)
- Added support for different input encodings at ispell interface. (?)
- a cursor positioning bug in tables fixed (Matthias)
- table refinements (Matthias)

since 0.10.5
- fixed the selection stuff for the new selection-way (fast_selection false)
  for search-replace and the spellchecker (Matthias)
- highly editable insets (for example mathinsets) can be opened with 
  char-forward and char-backward now (Matthias) 
- Fixed the clear-bug with auto-delete-selection. Now it should be
  easier to fill out templates with address layouts (Matthias) 
- Added a README.new_templates. Fixes to some templates. (Matthias)
- small other fixes (Matthias)

since 0.10.4
- Fixed infinite-loop bug in paths.C   (David & Alejandro)
- Fixed small bug in mathed_init_fonts   (Alejandro)
- Added a break-paragraph when inserting display inset
  inside a text paragraph (provisional solution)    (Alejandro)
- Allow to insert things like "\alpha\alpha" in mathed's macro mode (Alejandro)
- Small clean up of Buffer.C   (Alejandro)

since 0.10.3
- Support for colored selection in math mode  (Alejandro)
- Now it's possible to unlock an inset with cursor keys  (Alejandro)
- improvements to the configure script for SCO (Jean-Marc)
- tiny updates to configure.in and chkconfig.ltx (Jean-Marc)
- more improvements to the --with-broken-const option and to 
  the binary distribution target of Makefile.in (Jean-Marc)
- fix to compile on other compilers than gcc (Lgb)
- correct the --with-two-colors bug (?)
- fixed some of the bw icons (Lgb)
- increased buffersize in NextToken in symgen.C and figinset.C (Lgb)
- added a check for NULL in MakeRelPath, this check is no good... (Lgb)
- test compiled on sgi 5.3, solaris 2.5, and SunOs 4.1.3  (Lgb)
- Smarten up the spellchecker. Now it really works with 8-bit languages
  and the "escape chars" from spelloptions are respected. (Asger)
- Bugfixes in lyxfont.C (Asger)
- support for background and selection colors. Rubbanding still
  supported by setting \fast_selection in either lyxrc or commandline
  argument (Matthias)
- fixed a very old bug that sometimes didn't let figures appear :-)  
  The selection is no more cleared when updateting insets, too (Matthias)
- fixed a bug with footnotelabels that have been printed with fixed-font since
  0.10.1 thanks to the FootColor-patch, NOT done by me... (Matthias)
- made the text-in-box insets a bit larger and drawed a rectangle around
  to look better with background colors.  Also fixed the LabelInset that 
  drawed itself over its size! (Matthias)
- changed commandline-option InsetColor to NoteColor since this
  only changed the color of the Note-Inset. (Matthias)
- small fixes in LyXText::SetHeightOfRow(...)
  for nicer screenprinting (Matthias)
- few improvements to locked inset cursor handling (Matthias)
- ran lyx through purify: no leaks (Lgb)
- stupid, but good change to LyXFont (Lgb)
- fix to Combox.C (?)

since 0.10.2 
- Fixed a display related bug. (Alejandro) 
- All binary operators and relations are displayed correctly (Alejandro)
- New command to let users modify a math font size (Alejandro)
- Implemented multiple labels for eqnarrays (Alejandro)
- Implemented a command to supress the equation number for a 
  single line. (Alejandro)
- Limited local selection for math insets (Alejandro)
- improvements to the configure and chkconfig.ltx scripts (Jean-Marc)
- fixed label-printing for David's smallcaps-labels (Matthias)
- internally middle mouse paste (only highlighted text, only
  inside one buffer. Will be improved in the near future so that
  LyX really helds the X-Primary-Selection...hopefully) (Matthias)
- new function "break-paragraph-keep-layout" bind to "M-Return" in
  the bindfiles that also keeps the current depth (Matthias)
- Spellchecker options code rewritten. (Asger)
- Minor bugfixes in spellchecker. (Asger)
- chkconfig.ltx language clean up. (Asger)
- Missing shortcuts added to menus. (Asger)
- File-menu context-dependent on textclass. (Asger)
- Yet another clean up of the README file. (Asger)

since 0.10.1
- open floats are now in a red box with a small label at the top-left 
   corner  (Matthias)
- opening of floats with dbl-click, closing with click on the label (Matthias)
- popup on right-mouse when inside a float, therefore changed table-popup
   to appear only when the hit was on the table (Matthias)
- figure- and tablefloats are now open after loading (Matthias)
- put "insert primary selection (lines)" on the middle-mouse (Matthias)
- small bugfix concerning nested environments and layouts with 
    top_label or centered_top_label (Matthias)
- very small fix to the layout-desciption of abstract layout (Matthias)
- documents no longer marked as changed after processing of  figinsets.
   Therefore UpdateInset got a "mark_dirty"-boolean parameter (Matthias)
- no more undo stored when entering highly-editable-insets (mathinsets), 
   but when these are changed  (as LYX_UNDO_INSERT). This is called by
   mathinsets via LockedInsetStoreUndo(). Several other minor fixes to 
   undo-handling with insets (little steps forward completly transparent
   mathed-integration)  (Matthias)
- new inset feature "const char* EditMessage()" that appears in the minibuffer
   when editing. So no missleading "Opened inset" anymore... (Matthias)
- Added experimental chkconfig.tex which check for the availability of
  some packages. It should be expanded if there is interest. (Jean-Marc)
- Added new layout to support the paper.cls documentclass. (Jean-Marc)
- Added reverse video and monochrome support to lyx, through the use of
  switches: -Reverse -Mono -MathColor -MathFrameColor -FootColor -FillColor
  -OnOffLineColor -LatexColor -InsetColor -LightedColor.
  The switches default to the present configuration.
- enhancements to configure script with latex autodetection
- new functions: file-insert, file-new, file-open (Uwe)
- support for fancyheadings (Uwe)
- Changed default placement of dialogs to be around mouse to improve
  keyboard usage. (Asger)
- Changed appearance of labels from "\label{name}" to "name" in a
  grey box. (Asger)
- Fixed small errors in a few bubble-help texts. (Asger)
  
since 0.10.0
- implemented a bubble-help for the icons (Matthias)
- updated lyx.C to fit with the lyx.fd file (Headings sizes now Large)
  (Matthias)
- filebrowser gets a suggested field now, i.e. "newfile" when
  creating a new file, otherwise it is cleared (Matthias)
- borderwidth set to -2 for visual feedback when clicking on icons (Matthias)
- small bugfix in UpdateInset (Matthias)
- marked "Formula" and "Numbered Formula" layouts a obsolete.
   Search for "Obsolete Layouts" in lyx_cb.C (Matthias)
- lastfiles::newfile now called when writing or loading a file, not anymore
   when just calling newfile  (Matthias)

since pre0.10.3
- \cline support for tables => vertical multicolumns (Matthias)
- reimplemented the keyboard-control for the combobox (Matthias)
- mathinsets now work in latex commands. This was done by adding
   "fragile" as a parameter to the insets' Latex feature. (Matthias)
- the reference-box now shows mathinset-labels, too. Will still work
   when mathinsets allow several lables (Matthias)
- cut/copy-selection fixes (also table copy bug) (Matthias)
- floats at beginning of description fixed (Matthias)
- fixed two serious bugs in text-class (ptr-par instead of ptr->par) (Matthias)
- autosave interval default changed from 120 to 300 because of the undo
  feature. (Asger)
- Added ctrl+ins for copy, shift+del for cut, and shift+ins for paste
  to the pc-modern bind file. (Asger)
- Added info on how to submit a patch to README. (Asger)
- added options \kbmap, \kbmap_primary, and \kbmap_secondary to lyxrc. (Lgb)
- added DEBUG_KBMAP (Lgb)
- border with set to (-)1 some new icons included and old ones modified.
  This still needs some tuneup.
- fixed a long time bug in QuitLyX() (Lgb)
- some (very) small changes to the main window. (Lgb)
 
since pre0.10.2
- fixes to make LyX compile on SGI CC (Xiaokun)
- rework of combox (true pop-up and grabbing) (Alejandro)
- combox used in Layouts->Document. (Alejandro)
- allow default.map (should we provide one?) (Lgb/Jacques)
- fixed bug in intl.C. This one has been there ever since I changed
  intl.C to use the structures in tex-defs.h insetad of its own. Several
  people have tried to fix this, but they have only fixed the sympthoms, not
  the real problem. Hopefully it is correct now. (Lgb)

since pre0.10.1
- rework of DeleteLineForward, DeleteWord[Forward, Backward] (Matthias)
- fixes to undo and delete-empty-paragraph-mechanism (Matthias)
- small change to emacs.bind to fit more with X-Emacs [home, end] (Matthias)
  (these are only included in comments, GNU Emacs does not
    have these bindings [Lgb])
- few small fixes (Matthias)
- several small fixes (posted to lyx@via)
- combox now used in Options->Keyboard. Should not introduce new bugs, but
  something is still wrong in intl.C (Lgb)
- added activate(), deactivate() to Combox (Lgb)

since 0.9.28
- Visual label and numbering for equations  (Alejandro)
- Proper handle of locked insets in buffer  (Alejandro)
- Several Mathed misfeatures fixed  (Alejandro)
- Math forms cleaned up. (Asger Alstrup)
- Bug in system.lyxrc fixed: Fontencoding back to T1. (Asger Alstrup)
- Added new --with-broken-const option to configure (Jean-Marc)
- Checked in all file that config.h is the first to be #included (Jean-Marc)
- Update to INSTALL and README.bin (Jean-Marc)
- correct undo enabled for delete-word[line] functions (Matthias)
- print-to-ps-file now prints in the directory of the document (Matthias)
- little table bugfix (too wide margins in multicolumns) (Matthias)
- copy & paste bugfix to avoid half tables (Matthias)
- toolbar-fixes: pointer_grab with sb_right_cursor and 
  disabling of other widgets when the layout-choice is down.
  Now the layout-choice should behave like a real widget :-) (Matthias)
 
since 0.9.27
- reenabled "lyxquote"-macro in lyx_sty.h and file.C as "lxq". (Matthias)
- Improved inset-locking. Now every buffer can have its own 
   the_locking_inset (Matthias)
- new layout-description command "latexclass", few delete[] fixes  (Matthias)
- linux-doc-sgml-bug concerning footnotes fixed (Matthias
- fixes to paragraph enumeration in footnotes (Matthias)
- another fix to the DepthCB-stuff (Matthias)
- deleteting tmpbuf when exiting re-enabled (Matthias)
- fixed the INOUT-bug with menus (Matthias)
- avoids display-insets in tables (Matthias)
- correct placement of error boxes even with mathinsets in 
   document (Matthias)
- rework of figinsets path-handling. Now figinsets use an
   absolute path internally, what is hidden for the user.
   You will see the effect when moving a figinset into
   another buffer. See figinset.C for further details (Matthias)
- filebrowser to create new document (Matthias)
- small other fixes (Matthias)
- Change to configure to check that the xforms library is 0.81 (Jean-Marc)

since 0.9.26
- Several Mathed improvements: better limits display, visual decorations
  and accents, spaces, oint, single greek, dots, etc.  (Alejandro)
- bugfixes and little enhancement for insert-reference (Matthias)
- new functions layout-character, layout-document, layout-paragraph,
   layout-quotes, font-roman, little fixes (Matthias)
- little changes to menus and bindfiles (Matthias)
- dvips set as epsfig-driver in system.lyxrc (Matthias)
- small fix to LyXText::OpenStuff and OpenMathInset(Matthias)
- changes to lyx_sty.h to avoid floats on pages with
   lyx-title-layout (Matthias)
- few figinset fixes concerning memory (de-)allocation(Matthias)
-  the "do not display this figure"-option of figinsets now works.(Matthias)
- scrollbar set back to old look but with 3D arrows (Matthias)
- no more segfault when chosing a kbmap. (Matthias)
- once again: "Newline" in preamble input is possible (Matthias)

since 0.9.25
- makepatch changed to use YYMMDD date format instead of DDMMYY so the 
  patchfiles sort better. (Asger Alstrup)
- Clean up and restructuring of default system-lyxrc file. (Asger Alstrup)
- Minor changes to minibuffer messages and man-page. (Asger Alstrup)
- Minor simplification of parsing of booleans in lyx_rc.C so GetBool is
  used. (Asger Alstrup)
- wysiwyg delimiters and decorations!  (Alejandro)
- Hopefully solved the tmpbuf \input and figinset problem by setting
   input@path in the generated tex-file if necessary (Matthias)
- enabled undo for editing insets (Matthias)
- Rotating arrow and keyboard control for layout combobox (Matthias)
- New function "drop-layouts-choice" (Matthias)
- MiniBuffer::Activate(), MiniBuffer::Deactivate() (Matthias)
- LFUN_DEPTH alias "depth-next" works again (Matthias)
- little bugfix in text2.C CheckParagraph. Happend when the cursor
   was inside a table and a figinset is processed. Many thanks
   to the very good bugreports:-)  (Matthias)
- small fix to ComboBox: correct gravity for the browser (Matthias)
- changed various delete's to delete[] (Matthias)
- small fix to UpdateInset (Matthias)
- Small fixing to combox  (Alejandro)
- Mathed bugs fixed related to delimiters, macro mode
  and parser's panic (Alejandro) 
- math-display is used in math mode to toggle the display status of
  and existing formula (Alejandro)
- A new action math-delim, needs 2 arguments separated by a ' '.  (Alejandro)

since 0.9.24
- Documentation for Mathed  (Alejandro)
- Fixed several reported Mathed bugs  (Alejandro)
- Moved minibuffer out from lyx_cb and added protection against
  blank inputs  (Alejandro) 
- lyx.fd created for lyx.C. Be careful with this one. (Asger Alstrup)
- Filebrowser simplified. (Asger Alstrup)
- Shortcuts and resizeability added to most dialogs. (Asger Alstrup)
- bugfixes to tables (Matthias)
- little optical changes to combobox (colors) (Matthias)
- GUI warning when exiting because of unreachable layout descriptions
  (Matthias)
- small bugfix in bind-files (Matthias)
- little change to menus (float instead of the missleading caption) (Matthias)
- small changes to fileformat to allow reasonable diff/patch (Matthias)
- bugifxes to texcode generation (Matthias)

since 0.9.23
- not much only small fixes (?)

since 0.9.22
- Some mathed bugs fixed (Alejandro)   
- Preliminary support for math accents  (Alejandro)
- A step to incorporate mathed as the new math mode (Alejandro) 
- Support for label and numbering a formula (Alejandro) 
- Preliminary support for maketitle (Alejandro) 
- Bugfixes for wysiwyg tables, pageUp/pageDown-scrolling,
  buffer resizing, file browser, find & replace and undo (Matthias)
- cleanup for the layout descriptions (Matthias)
- enhancments to the lyx environment handling: defaultfamily, defaultseries,
  defaultshape and defaultsize. Also centered_top_label_environment
  (Matthias)
- the layout object in the mainform now uses a combox. Not as encapsulated
  as I'd want it to be. (Lgb)
- small changes to the combox class + added FL_COMBOX_INPUT (Lgb)
- general cosmetic cleanup + small stuff (Lgb)
- fixed configure's --with-extra-lib on Solaris 2.x (Jean-Marc)
- fixed configure so that it does not use libstdc++ if not present (Jean-Marc)
- updated devel/tools/autoconf.patch with a new fix (Jean-Marc)

since 0.9.21
- Configure changes. Option --with-sun-headers is automatic now (Jean-Marc)
- Changed the function bzero() to macro BZERO() which uses either memset() 
  or bzero() (Jean-Marc)
- Added support for | in file.C and corrected prettyprinting of `LaTeX2e'
  (Jean-Marc)
- A few changes to help compile with Sun's CC -- does not work yet (Jean-Marc)
- fix to spellchecker (Floyd)
- some cleanup (Lgb)
- a combobox is now included in the source but not used (Alejandro)

since 0.9.20
- Correct scrolling during inset lock. Therefore new method 
  LyXScreen::FitManualCursor  (Matthias) 
- No weird scrolling anymore when locking a highly editable inset (Matthias)
- bugfixes in CheckParagraph that is used to update insets (Matthias)
- state info for fontloading. New Store() and Reset() method for minibuffer
  (Matthias)
- MoveCursorUpdate now works again  (Matthias)
- Display()-Insets are now printed on the screen as Display()-Insets. 
  Also code to make sure Display()-Insets cannot occur on weird places
  (Matthias)
- small fix to cut and paste (Matthias)
- small fix in inserting figures: no more latex when figinset (Matthias)
- Automatic scrolling to keep the cursor visible for mathisnets (Matthias)
- Fixed bug in Minibuffer that created unnecessary pseudoactions (Alejandro)
- To prevent that \xdvi_extra_options cause segfault, now is used
  the size of the table instead of the last enum.                (Alejandro) 
- Added function bool lyxlex::GetBool() to parse "false" and 
  "true"  (Alejandro)
- Fixed several Mathed bugs.  (Alejandro)  
- Windows menu item renamed to Documents. (Asger Alstrup)

since 0.9.19
- bugfix in symgen.h (Robert Withrow)
- removed malloc and free in paths.C (Lgb)
- corrected command names in *.bind (Lgb)
- removed malloc and free from spellchecker.C. Added new and delete[]
  instead. Please test the spelchecker to see if anything went wrong. (Lgb)
- removed the info lines generated upon startup, use -dbg 1 to see them (Lgb)
- Cleaned up dialogs, menus and minibuffer dialog to improve user interface.
  Remove wierd forms "HiFi" and "Calc". All references to the word "buffer" 
  changed to "document" in user interface. Another small stuff. (Asger Alstrup)
- The traditionnal infinitesimal changes to configure (Jean-Marc).
- Changed command names view and view-ps into buffer-view and buffer-view-ps,
  and updated .bind files accordingly. (RvdK).
- Changed command name greek-toggle into math-greek-toggle and moved the
  command from the keyboard menu to to math menu (M-m g) in both .bind
  files. (RvdK)
- added a #error in lyx_main.C to gard against wrong version of xforms (Lgb)
- removed all KP_x from *.bind files, these were broken, please
  use xev to check what keysyms the keypad really returns (Lgb)

since 0.9.18
- remade the MiniBuffer class. it now encapsulates all the minibuffer
  stuff. Even the input object is hidden in this class. (Lgb)
- some changes to Toolbar, and added a new func toolbar-add-to (Lgb)
- added a quit pixmap (Lgb)
- two new keymaps (three) (nn sorry didn't record the names)
- Removed the void idle string from lyx_func_table and changed
  LookupLyxFunc accordingly. Now last element can be selected. (Alejandro :)
- Added void Inset::SetDisplay(bool) and implemented in InsetFormula
  (Alejandro)
- Fixed several Mathed bugs. (Alejandro)
- Changed command names to new set with object.event order. (RvdK)
- Changed `right' and `left' in command names to `forward' and `backward' 
  for consistency with other command names. (RvdK)
- Added user command `cancel' again (got lost in 0.9.18). (RvdK)
- Changed command name `meta-fake' to `meta-prefix'. (RvdK)
- Once again removed most of the built-in bindings. Did *not* remove the 
  movement, edit, accent and default keypad keys. (Rvdk)
- Replace bind section in system.lyxrc with stuff that supports the
  .bind files. (RvdK)
- Renamed Search & Replace to Find & Replace in menu and dialog. (RvdK)
- Renamed preview to view in command names and menus. (RvdK)
- Changed and/or added accelerators to several menus. (RvdK).
- added option to Document Layout form to allow \float_placement value
  to be changed on a per document basis. (thornley)
- added new command \float_placement to allow figure and table floats
  to be placed according to the users wish, rather than using LaTeX's
  default values. (thornley)
- configure changes to improve portability (Jean-Marc)
- usage of a free object instead of a canvas for the work_area:
  Advantage is the better focus managment. The work_area gets
  the input now, even when the cursor is on a menu.
  When xforms someday will keep the focus of a form, LyX will, too. (Matthias)
- new look of the main form (Matthias)
- minibuffer is editable now (an input-widget) (Matthias)
- enables undo for replace-string and insert-string (Matthias)
- bugfix in texing tables (what Jean-Marc mentioned) (Matthias)
- few changes in insetlocking and mathinsets (Matthias)
- insets can now be edited with dbl-click AND middle mouse. (Matthias)
- inset can be "highly" editable (like mathinsets). With these
   a usual click is enough to edit them (Matthias)

since 0.9.17
- changed getenv("USER") into getenv("LOGNAME") (posix) (Lgb) (suggestion
  at lyx@via) 
- set the depth to 8 always. (Lgb) (suggestion at lyx@via)
- screen is now correct (Lgb)
- LyX should now read the lyxrc file correctly (I hope) (Lgb)
- update to mathed (Alejandro)
- cosmetic cleanup, and spell fix (Jean-Marc)
- small changes to figinset (Matthias)
- moved form_search into form1.fd (Matthias)
- update to tables (multicolumn) and undo (Matthias)
- Patched LookupLyxFunc(). Scan range now depends on sizeof
  lyx_func_table. Last element could not be selected. (RvdK).
- Added two new user commands: depth-dec and depth-inc. (RvdK). (I
  changed the names. Lgb.)
- Very small change to DepthCB() to support depth-dec command. (RvdK).
- Added new user command: menu-open. (RvdK).
- Added new function MenuOpenByName() in lyx_cb.C that opens a
  visible menu of a given name. (RvdK). (NB! Almost nothing should
  be added to lyx_main.C. Lgb)
- Added new user command: spellcheck. (RvdK).
- Disabled the Meta-xxx visible menu accelerators. (RvdK).
- Changed some of the visible menu accelerators, some of the menu
  item texts and removed fixed binding strings. (RvdK).
- Added new \bind_file lyxrc command that loads a bind file from
  system dir (unless an absolute path is given). (RvdK).
- Introduced two new bind files, pc-modern.bind and emacs.bind that
  hold default binding configuarations. (RvdK).
- Changed Makefile.in. The .bind files are now installed to the
  system dir. (RvdK).
- Added user commands `cancel' and `meta-fake' for \bindable
  cancel and meta fake functionality and added cancel and meta-fake 
  features in keybind.C. (RvdK).
- When building a key sequence, the minibuffer always reflects this state,
  without time-out. (RvdK).
- When a prefix key is entered, the available key options appear after one 
  second in the minibuffer. (Rvdk)
- Possible to execute commands from minibuffer. (Lgb) (not very clever done)
  it is not even possible to see what you write :-(
- change to InsetFig::Browsefile (thornley)
- made a MiniBuffer class (methods: Set, Init, and expose) (Lgb)

since 0.9.16
- configure updates : removed support for installing lyx.sty, for xforms 0.75, 
  updated INSTALL file, removed a few macros from lyx_sty.h and enclosed
  it in \makeatletter ... \makeatother (Jean-Marc)
- fiddling in lyx_sty.h (Lgb)
- new bindable function: push-toolbar(int nth) and a hack in 
  create_form_form_main so that other objs can know where
  the toolbar is. (not finished) (Lgb)
- Class Inset split into two classes: interaction methods
  now are placed in UpdatableInset class, and the_locking_inset
  is an object of this class.  (Alejandro)
- All references to Displaymath layout removed from formula.C.
  Now lyx should center a mathinset if its method
  Display() returns true. Also, for a clean scrolling, the
  method HotSpot returns the position of the inset, since
  a mathinset moves current lyx cursor.  (Alejandro)
- Now Mathed supports Arrays, eqnarrays and numbered equations.  (Alejandro)
- Enhaced local TeX mode for mathed, and several bugs fixed  (Aljandro)
- Rewriten mathed's cloning mechanism. No more segfaults when UNDO (Alejandro) 
- Unlimited UNDO and REDO (Matthias)
- the string "LyX" will be texed with the new lyxlogo as \LyX{}
   Also TeX and LaTeX. (code is in file.C, "idea for labels")
- AutoCorrection with special Autocorrect-buffer
- Some cleanup and several bugfixes of the LyXText-class (Matthias)
- layout conversion error fixed and several more bugfixes (Matthias)
- improved tables (dashed unvisible lines, some fixes) (Matthias)
- float-labels and lines appear red now (Matthias)
- Added LYX_SYMBOL_FAMILY to the font module (Matthias)
- TexRowStuff changed in a way that allows LaTeX to
  run in background in the future (Matthias)

since 0.9.15
- Fixed several bugs related to lyxlex in lyxrc.C (Alejandro)
- added a \input to lyxrc (Alejandro)
- C-k now _is_ delete-line-forward (Alejandro) (That was now, wasn't it?)
- kill-line-forward now works as expected (Lgb)
- table and menu update (Matthias)
- lyx.sty removed, is now included in lyx. (Lgb)
- \def\LyX included in lyx_sty.h, IMO need changes. (Lgb from David)
- fixes to compile lyx on SGI/NCC (Xiaokun)
- small fix in MakeLaTeX... + added some info lines in .tex file (Lgb)

since 0.9.14
- Introduced several features to mathed, and bugs fixed. (Alejandro)
- update to configure (Jean-Marc)
- menu and table stuff (Matthias)

since 0.9.13
- Configure changes (Jean-Marc)
- enhancements to lyxlex (Alejandro)
- speed up and other (i.e. toolbar change) (Matthias)
- fix depth item in toolbar + other small toolbar changes (Lgb)
- more clean up (or obfusc. depends on view) (Lgb)
- update of isolyx.lyx, not good yet, but better. (Lgb)
- have I forgot anything? Please make a note in changes when sending patches.
  (just add the note to the absolute top of the file)

since 0.9.12
- More configure changes (Jean-Marc)
- some bugfixes (several)
- freespacing (Robert)
- using LyXLex for parsing of lyxrc (not broken is it?) (Lgb & Alejandro)
- more cleanup and moving around (Lgb)
- have I forgot anything? Please make a note in changes when sending patches.

since 0.9.11
- Math panel enhanced.  (Alejandro)
- Created a simple lexical analizer class from existing code. (Alejandro)
- preliminary support for read only buffers (Dirk)
- use tmpdir for generated files (Dirk)
- reorganization of code (Dirk and Lars Gullik)
  (did I overdo this? lgb)
- command line arguments and resources (a couple) (Lars Gullik)
- removed a sympthom (latex file sometimes contained '\0')
  this still needs to be fixed in a decent way. (Lars Gullik)
- support for debug levels look in definitions.h (Lars Gullik)

since 0.9.10
- a nasty bug in argument passing removed (Dirk)
- BufferList now actually works. 
  buffer[current_buffer] replaced with bufferlist.current() (Lars Gullik)
  (this is why 0.9.11 was released)
- some minor fixes (Lars Gullik)
- all (99%) unused variables have been commented out (or removed.) (Lgb)

since 0.9.9
- Several enhancements and bugs fixed to MathEd. (Alejandro)
- New path/filename mingling code (Dirk)
- Some cleanup and adding more bugs. (Lars Gullik)
- buffers almost dynamic alocated (disabled, might be removed). (Lars Gullik)
- most of the forms moved to external files (Dirk)

since 0.9.8
- bugs fixed (Matthias)
- a new symbolgenerator (not quite finished, hopefully useful) (Lars Gullik)
- three new keymaps. (Boloni Laszo)
- Sharing text keybind handling to mathed, and bugs fixed. (Alejandro)
- support for the new xforms lib (0.8x) the old one is still
  usable (just remember '#define oldxf' in config.h) (Lars Gullik)
- some improvements to make usable pseudoactions in toolbar. (Alejandro)

since 0.9.7
- TAGS in makefile + small change to makepatch (Lars)
- toolbar configurable from .lyxrc (Lars)
- pseudoaction handling and some improvements in toolbar. (Lars & Alejandro)
- some changes to quit sequence and title form (Lars)
- some new commands and keybindings (Robert)
- configure improvements (Jean-Marc)
- first steps for wysiwyg-tables (Matthias)
- improvements in row-printing (top labels and chapter labels) (Matthias)
- some bugfixes (code & layouts)
- see APPLIED Patches. Authors of these patches, please drop me
  a short line for the CHANGES list, thanks.

since 0.9.6
- configure improvements (Jean-Marc)
- a lot of small things (Robert)
- some things (Lars)
- Bugfixes (Graham)

since 0.9.5
- Integration of MathEd (Alejandro)
- configure patches (Jean-Marc)
- few bugfixes

since 0.9.4
- user definable toolbar, deadkey handling improved,
  various small improvements (Lars)
- configure improved (Jean-Marc)
- faster rebreaking when texing and opening/closing all floats (Matthias)
- popups move to front now when reinvoked (Matthias)

since 0.9.3
- improved wysiwyg figures (Ivan)
- bugfixes (Matthias)

since 0.9.2
- improved bind. Greek keyboard (Alejandro)
- improved wysiwyg figures (Ivan)
- bug fixes 
- new inset features for figures and mathed (Matthias)

since 0.9.1
- many many bugfixes
- better keymap handling
- wysiwyg figures (preliminary support) (Ivan)

since 0.8.3 (this is new development branch 0.9.1)
 0.9.1 is basically the same as 0.8.3 with
 some alterations to the keyhandling code and
 better internal support for dead-keys.

since 0.8
- improved mathtables (Alejandro)
- improved configure script (Jean-Marc)
- few bugfixes 

since 0.7p4d11
- several bugfixes (when will that end?))
  and "goto note" function (Matthias)
- kbmaps documentation (Ivan)

since 0.7p4d10
- nicer latex-code (Matthias)
- kbmaps (Ivan Schreter)
- menus don't segfault anymore (XForms bug) (Lars Gullik)
- printer enhancements (D.A. Niggemann)
- Few bugfixes, little linuxdoc enhancements (Matthias)

since 0.7p4d9
- new menus (Lars Gullik)
- note inset, simple help system, label/reference support,
  credits popup, few bug fixes (Matthias Ettrich)

since 0.7p4d8
- font underline support (Matthias) 
- layout bug correction and config. handling enhancements (D.A. Niggemann)
- real configure script (Thomas Pundt)

since 0.7p4d7
- fixed the layout display when specifying a document on command line 
  (Matthias)
- changed the search order for layouts seeking (Lars Gullik)
- changed the Copyright notice timeout (Lars Gullik)
- added layout class "letter" (Matthias)
- implemented a current row. Before this change LyX had to go through the whole
  document from the beginning each time it accesses a row on the screen. 
  (Matthias)
- bug corrections and more... (Matthias Ettrich and Lars Gullik)

since 0.7p4d6
- spellchecker (Hubert Schreier)
- layout parser redesign (Alejandro Aguilar Sierra)
- math symbol form enhancements (Alejandro Aguilar Sierra)
- Imakefile rework and lyx form close callback (Pascal Andre)
- bug corrections and more ... (Christian Buescher and Lars Gullik)

since 0.7p4d5
- math symbol support (Alejandro Aguilar Sierra)
- keymaps 32bits patch (Christian Buescher)
- LinuxDoc SGML support enhancement (Pascal Andre)
- external style definition files (Pascal Andre)

since 0.7p4d4
- user-definable keys (Christian Buescher)
- lyxserver (Christian Buescher)
- LinuxDoc SGML support (Pascal Andre)
- bugfix in select word (very first and very last)

since 0.7p4d3
- dead-key support for isolatin characters.
  (Lars Gullik)
- fontencoding command added (Lars Gullik)
- epsfig-driver support (Lars Gullik)
- multicol.lyx documentation added (Lars Gullik)
- isolyx.lyx documentation added (Lars Gullik)
- fontsizes and font_norm can be set now via GUI or 
  lyxrc
- pasting of the primary selection is now possible
- internally improved cut and paste
  (necessary to implement tables and
  equations in the future)
- less memory leaks

since 0.7p4
- added a table of contents:
  support for tocdepth, tabel visible in extra window,
  ability to jump to the corresponding position in 
  the text by clicking into the table of contents
- added support for spellchecker
- support for psnfss and inputenc. Removed the
  obsolete isolatin1 stuff.
- delete can be mapped to backspace in the .lyxrc
- temporary fix of the scrollbar's behavior. I also
  added two scroll buttons until XForms comes with
  a real scrollbar.
- small bug in delete character fixed, concerning
  the screen refresh
- other little bugfixes

since 0.7p3
- improved word-wise movement
- tex code in LaTeX Commands like lyxrightaddress was 
  wrong since a senseless protec was added after
  the tex code.

since 0.7p2
- close buffer caused a segfault with an empty 
  buffer
- M-v and C-v did not do what emacs does
- xdvi extra options works now

since 0.7
- fixed a terrible bug concerning footnotes.
  (saving and cut & paste)
  
since LyX 0.5 
  (sorry I was too lazy too report the various 
  changes)

since 1.05p2
- changed toolkit to XForms and improved a LOT of
  things. 

since 1.05
- Motif2.0 fix: When the layouts combobox was
  set to another layout (for example when moving
  the cursor through the text) the layouts where
  set again. That means that user defined changes
  to the paragraphs like vertical spaces etc. where
  reseted to the default values.
  This bug didn't occur with Motif < 2.0

since 1.04
- new font handling (saver and more variable) since
  a lot of segementationt faults (that nowbody told
  me :-( ) occured on systems that had other fonts 
  installed.
- less bugs (specifying a file at the commandline,
  user defined preambles, generated tex-code)
- you may preview and print from within NoName now
- tex runs now in the directory where the lyx-file
  is. This is better, since the dvi-file may need
  pictures.
- editor asks when exiting with unsaved changes.
- you may use editres with noname now

since 1.03:
- You can run LaTeX from within NoName now.
- Generated TeX-code should be less buggy.
- Editor is improved (cut&paste, search&replace)
- Creating a new file is easier.



