]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Look for mathed xpms. Doesn't do anything yet due to lack of workable XPMs
[lyx.git] / src / ChangeLog
index 228b37eea28392394ff94d3d6163ec046bf3225e..c0abfd4abcb67b6027345defb73202869c4fedcb 100644 (file)
@@ -1,7 +1,789 @@
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C (dispatch): do not continue when
+         no buffer
+2002-08-28  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
+
+       * BufferView.h:
+       * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * buffer.C: increment LYX_FORMAT to 221
+
+       * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
+       grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
+       
+       * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
+
+       * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
+       
+2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * factory.C (createInset): use LyXTextClass::floats
+
+       * MenuBackend.C (expandFloatListInsert): 
+       (expandFloatInsert): 
+       (expandToc): 
+
+       * text2.C (setCounter): 
+
+       * LaTeXFeatures.C (useFloat): 
+       (getFloatDefinitions): 
+
+       * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
+
+       * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
+       floatlist_, with accessor floats().
+
+       * FloatList.h: remove global FloatList
+
+2002-08-26  André Pönitz <poenitz@gmx.net>
+
+       * paragraph.[Ch]: Martin's patch for the \end_deeper bug
+
+       * BufferView.h:
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
+
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: fix margin note description
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * buffer.C:
+       * bufferlist.C:
+       * bufferview_funcs.C:
+       * lyxfont.C:
+       * undo_funcs.C: cleanups
+
+       * lyxfunc.C: disable CUT/COPY when no selection
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+       * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
+       in "enum UNIT"; e.g. PTW for Percent of TextWidth
+       
+       * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
+       Add backward compatibility to "mono", "gray" and "no".
+2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
+       (and file_format >= 200).
+
+2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
+
+2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
+
+2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * buffer.C:
+       * commandtags.h:
+       * lyxfunc.C:
+       * paragraph.[Ch]:
+       * text2.C:
+       * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
+       inset and code to make it  work with the paragraph code. The inset
+       can be anywhere in the paragraph, but will only do the expected
+       thing in LaTeX if the layout file contains the parameter line
+                       OptionalArgs    1
+       (or more generally, a nonzero value) for that layout.
+
+2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.h: remove the declaration of undefined counters class
+       function.
+
+2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * text2.C (setCounter):  fixed enumeration mis-count as reported by 
+       Dr. Richard Hawkins.
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph_funcs.h: remove some unneeded includes
+
+       * text.C (backspace): pasteParagraph now in global scipe
+
+       * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
+       (pasteSelection): ditto
+
+       * paragraph.[Ch] (pasteParagraph): move function to global scope ...
+       * paragraph_funcs.C (pasteParagraph): ... here
+
+2002-08-20  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUNs for swapping/copying table row/colums
+
+       * LyXAction.C:
+       * lyxfunc.C: support for new lfuns
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * tabular.C:
+       * buffer.[Ch]: remove NO_COMPABILITY stuff
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * boost.C (throw_exception): new file, with helper function for
+       boost compiled without exceptions.
+
+       * paragraph.h:
+       * lyxlength.C:
+       * buffer.C:
+       * ParameterStruct.h:
+       * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
+
+       * bufferlist.C (emergencyWriteAll): use boost bind
+
+       * BufferView_pimpl.C (moveCursorUpdate): remove inline
+
+       * text.C: include paragraph_funcs.h
+       (breakParagraph): breakParagraph is now in global scope
+
+       * paragraph_funcs.[Ch]: new files
+
+       * paragraph.C (breakParagraph,breakParagraphConservative): move to
+       global scope
+
+       * buffer.C: include paragraph_funcs.h
+       (insertStringAsLines): breakParagraph is now in global scope
+
+       * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
+       paragraph_funcs.C
+
+       * CutAndPaste.C: include paragraph_funcs.h
+       (cutSelection): breakParagraphConservative is now in global scope
+       (pasteSelection): ditto
+
+       * buffer.h: declare oprator== and operator!= for
+       Buffer::inset_iterator
+
+       * bufferlist.C (emergencyWrite): don't use fmt(...)
+
+       * text3.C: add using std::endl
+
+       * BufferView.C (moveCursorUpdate): remove default arg
+
+2002-08-20  André Pönitz <poenitz@gmx.net>
+
+       * buffer.[Ch]: move inline functions to .C
+
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * text.C:
+       * buffer.[Ch]: use improved inset_iterator
+
+       * buffer.C:
+       * paragraph.[Ch]: write one paragraph at a time
+
+2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
+       style if style is not specified.
+
+2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * text2.C (setCounter): when searching for right label for a
+       caption, make sure to recurse to parent insets (so that a caption
+       in a minipage in a figure float works) (bug #568)
+
+2002-08-20  André Pönitz <poenitz@gmx.net>
+
+       * text3.C: new file for LyXText::dispatch() and helpers
+
+       * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
+
+       * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
+
+2002-08-19  André Pönitz <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text.C: new LyXText::dispatch()
+
+       * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
+
+2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
+
+       * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
+       Hebrew text.
+
+2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am: use $(variables) instead of @substitutions@
+
+2002-08-15  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C:
+       * BufferView_pimpl.C: streamlining mathed <-> outer world
+       interaction
+
+       * commandtags.h:
+       * LyXAction.C: remove unused LFUN_MATH
+
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.[Ch]: add some NO_NEXT ifdefs.
+
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.C (Paragraph): reformat a bit
+       (cutIntoMinibuffer): use builtin InsetList function instad of
+       doing it manually.
+       (getInset): ditto
+
+       * buffer.C: include boost/bind.hpp, add using std::for_each
+       (writeFileAscii): use ParagraphList iterators
+       (validate): use for_each for validate traversal of paragraphs
+       (getBibkeyList): use ParagraphList iterators
+       (resizeInsets): use for_each to resizeInsetsLyXText for all
+       paragraphs.
+       (getParFromID): use ParagraphList iterators
+
+       * BufferView2.C (lockInset): use paragraph list and iterators
+
+2002-08-14  John Levon  <levon@movementarian.org>
+
+       * lyxserver.C: remove spurious xforms include
+
+2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): disable math-extern outside of math mode
+
+2002-08-13  André Pönitz <poenitz@gmx.net>
+
+       * LyXAction.[Ch]:
+       * lyxfunc.C: further cleaning
+
+2002-08-13  André Pönitz <poenitz@gmx.net>
+
+       * funcrequest.h: new constructor
+
+       * funcrequest.C: move stuff here from .h
+
+       * Makefile.am:
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * toc.C:
+       * lyxfunc.C: subsequent changes
+
+       * lyxfunc.h: new view() member function
+
+       * lyxfunc.C: subsequent changes
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * converter.C:
+       * importer.C:
+       * lyxfunc.C:
+       * lyxvc.C:
+       * toc.C:
+       * vc-backend.C:
+       changes due to the changed LyXView interface that now returns references
+       to member variables not pointers.
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * WordLangTuple (word, lang_code): return references to strings,
+       not strings.
+
+       * BufferView.h:
+       * SpellBase.h:
+       * lyxtext.h: forward-declare WordLangTuple.
+
+       * BufferView2.C:
+       * ispell.C:
+       * pspell.C:
+       * text.C: #include "WordLangTuple.h".
+
+       * lyxtext.h:
+       * text.C: (selectNextWordToSpellcheck): constify return type.
+
+2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * buffer.C:
+       * buffer.h:
+       * lyxtext.h:
+       * paragraph.C:
+       * paragraph_pimpl.h:
+       * text.C:
+       * text2.C:
+       * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
+       suggested by Angus.
+       Made updateCounter always count from start of buffer, and removed
+       second argument (par).
+       Reverted floats number display to '#'. Perhaps I'll try again when the
+       code base is sanitized a bit.
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.[Ch] (getLabelList): constify.
+
+2002-08-07  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
+
+       * funcrequest.h: extension to keep mouse (x,y) position
+
+2002-08-12  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (insertErrors): forbid undo when inserting error
+       insets.
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
+
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ParagraphList.[Ch]: new files
+
+       * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
+
+       * BufferView2.C (lockInset): ParagraphList changes
+       * toc.C: ditto
+       * text2.C: ditto
+       * bufferlist.C: ditto
+       * buffer.h: ditto
+       * buffer.C: ditto
+
+2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
+       unused class variable counter_,
+
+       * paragraph.[Ch] (getFirstCounter): delete unused function
+
+       * counters.C: include LAssert.h
+       (reset): add a new function with no arg, change other version to
+       not have def. arg and to not allow empty arg.
+
+       * text2.C (setCounter): remove empty arg from call to Counters::reset
+
+2002-08-11  John Levon  <levon@movementarian.org>
+
+       * Makefile.am: add WordLangTuple.h
+
+2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
+       lyxfunc.C lyxlex_pimpl.C: ws changes only.
+
+       * insets/insettext.C: InsetList changes
+
+       * graphics/GraphicsSupport.C (operator()): InsetList changes
+
+       * toc.C (getTocList): InsetList changes
+
+       * paragraph_pimpl.[Ch]: InsetList changes
+
+       * paragraph.[Ch]: InsetList changes
+
+       * buffer.C (inset_iterator): InsetList changes
+       (setParagraph): ditto
+       * buffer.h (inset_iterator): ditto
+       * iterators.C (operator++): ditto
+       * iterators.h: ditto
+
+       * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
+
+       * InsetList.[Ch]: new files, most InsetList handling moved out of
+       paragraph.C.
+
+       * BufferView2.C (removeAutoInsets): InsetList changes
+       (lockInset): ditto
+       (ChangeInsets): ditto
+
+2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph_pimpl.h (empty): new function
+
+       * paragraph.[Ch] (empty): new function
+
+       * other files: use the new Paragraph::empty function
+
+2002-08-09  John Levon  <levon@movementarian.org>
+
+       * lyxtext.h: remove unused refresh_height
+
+2002-08-09  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * sgml.h:
+       * sgml.C:
+       * buffer.C:
+       * paragraph.h:
+       * paragraph.C: move sgml char escaping out of paragraph
+
+       * paragraph.h:
+       * paragraph.C: remove id setter
+
+       * buffer.C:
+       * paragraph.C:
+       * paragraph_pimpl.C: remove dead tex_code_break_column
+
+       * bufferview_funcs.C: small cleanup
+
+       * lyxfunc.C: remove dead proto
+
+       * lyxtext.h: make some stuff private. Remove some dead stuff.
+
+       * lyxgluelength.C: make as[LyX]String() readable
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * LyXAction.h:
+       * LyXAction.C:
+       * MenuBackend.C:
+       * ToolbarDefaults.C:
+       * lyxfunc.C:
+       * lyxrc.C:
+       * toc.C: lyxaction cleanup
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * BufferView2.C: small cleanup
+
+       * lyxfind.h:
+       * lyxfind.C: move unnecessary header into the .C
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * funcrequest.h: just tedious nonsense
+
+       * lyx_main.h:
+       * lyx_main.C: cleanups
+
+       * buffer.C:
+       * vspace.C: remove dead header lyx_main.h
+
+2002-08-07  Angus Leeming  <leeming@lyx.org>
+
+       * Paragraph.[Ch]:
+       * paragraph_pimpl.h:
+       Forward declare class Counters in paragraph.h by moving the ctrs member
+       variable into Paragraph::Pimpl.
+       (counters): new method, returning a reference to pimpl_->ctrs.
+
+       * text2.C: ensuing changes.
+
+2002-08-07  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
+
+       * BufferView_pimpl.C: announce X selection on double/triple
+         click
+
+       * lyx_main.C: use correct bool in batch dispatch
+
+       * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
+
+2002-08-07  André Pönitz <poenitz@gmx.net>
+
+       * funcrequest.h: new class to wrap a kb_action and its argument
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl[Ch]:
+       * LaTeX.C:
+       * LyXAction.[Ch]:
+       * lyxfunc.[Ch]:
+       * lyxrc.C: subsequent changes
+
+
+2002-08-07  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
+         document options change.
+
+2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * counters.[Ch]
+       * text2.C
+       * paragraph.[Ch]
+       * makefile.am: move counters functionality over from
+       text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * WordLangTuple.h: new file for word + language code tuple
+
+       * SpellBase.h:
+       * pspell.h:
+       * pspell.C:
+       * ispell.h:
+       * ispell.C:
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * BufferView.h:
+       * BufferView2.C: use WordLangTuple
+
+       * layout.h:
+       * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * lyx_main.C: fix cmdline batch handling
+
+2002-08-06  André Pönitz <poenitz@gmx.net>
+
+       * lyxrc.C: set default for show_banner to true
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * pspell.C: fix a crash, and allow new aspell to work
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C:
+       * kbmap.C: small cleanup
+
+       * vspace.h:
+       * vspace.C: add const
+
+2002-08-05  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: back to tabular-insert
+
+2002-08-04  John Levon  <levon@movementarian.org>
+
+       * BufferView.h:
+       * BufferView.C: cosmetic change
+
+       * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
+
+       * bufferlist.C:
+       * buffer.h:
+       * buffer.C:
+       * lyxcb.h:
+       * lyxcb.C:
+       * lyxserver.C:
+       * lyxvc.C:
+       * vc-backend.C:
+       * BufferView2.C: purge all "Lyx" not "LyX" strings
+
+       * lyxcursor.h:
+       * lyxcursor.C: attempt to add some documentation
+
+       * lyxfunc.C:
+       * commandtags.h:
+       * LyXAction.C:
+       * ToolbarDefaults.C:
+       * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
+         merge with LFUN_TABULAR_INSERT
+
+       * Makefile.am:
+       * SpellBase.h:
+       * ispell.h:
+       * ispell.C:
+       * pspell.h:
+       * pspell.C: split up i/pspell implementations into separate
+         files, many cleanups
+
+       * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
+
+       * text2.C: some cleanup
+
+       * lyxfunc.C: don't check for isp_command == "none" any more, it
+         didn't make any sense
+
+2002-08-06     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * counters.[Ch]
+       * text2.C
+       * paragraph.[Ch]
+       * makefile.am: move counters functionality over
+       from text2.C/paragraph.[Ch] to counters.[Ch], and
+       make proper C++.
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * buffer.C: s/lyxconvert/lyx2lyx/
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * lyxlex.C: revert John's change as it breaks reading of the user
+       preamble.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * importer.C (Import):
+       * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
+       changes due to LyXView::view() now returning a boost::shared_ptr.
+
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * lyxlex.C: small cleanup
+
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * text2.C (status): small cleanup, no logic change
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * buffer.h:
+       * buffer.C (writeFile): don't output alerts, caller
+         handles this
+
+       * bufferlist.C:
+       * lyx_cb.C: from above
+
+       * lyxfunc.C: allow to open non-existent files
+
+2002-07-31  John Levon  <levon@movementarian.org>
+
+       * lyxserver.C: don't let incidental errors get
+         in the way (errno)
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C: disable character dialog in ERT inset (partial fix)
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyxserver.h:
+       * lyxserver.C: remove I/O callback too
+
+2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
+       log.
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * many files: strip,frontStrip -> trim,ltrim,rtrim
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PrinterParams.h: remove extern containsOnly, and include
+       support/lstrings.h instead.
+
+       * LaTeX.C (scanAuxFile): modify because of strip changes
+       (deplog): ditto
+       * buffer.C (makeLaTeXFile): ditto
+       * bufferparams.C (writeFile): ditt
+       * lyxfont.C (stateText): ditto
+       * lyxserver.C (read_ready): ditto
+       * vc-backend.C (scanMaster): ditto
+
+       * BufferView_pimpl.h: ws changes
+
+       * BufferView_pimpl.C: inlude boost/signals/connection.hpp
+
+2002-07-26  André Pönitz <poenitz@gmx.net>
+
+       * kb_sequence.C: remove unnedred usings
+
+2002-07-26  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): we have to check better if the returned
+       text is not of theLockingInset()->getLockingInset().
+
+2002-07-25  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): don't replace if we don't get the
+       right LyXText.
+
+       * undo_funcs.C (createUndo): remove debugging code.
+
+2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Use default placement
+       when reading old floats.
+
+       * FloatList.C (FloatList): Change the default placement of figure
+       and tables to "tbp".
+
+2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
+
+       * MenuBackend.C: using std::max
+
+2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expandToc):
+       (expandToc2): code moved from xforms menu frontend. It is now
+       generic and TOCs are transparent to menu frontends.
+
+2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * toc.C (getTocList): protect against buf=0
+
+       * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
+       Menu as first parameter. Now, this calls itself recursively to
+       expand a whole tree (this will be useful for TOC handling)
+       (expandFloatInsert): remove 'wide' version of floats
+
+       * MenuBackend.h (submenuname): returns the name of the submenu.
+       (submenu): returns the submenu itself, provided it has been
+       created by MenuBackend::expand
+
+2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
+       insets which have noFontChange == true. (bug #172)
+
+2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView_pimpl.C: add connection objects and use them...
+       (Pimpl): here.
+
+2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expandLastfiles):
+       (expandDocuments):
+       (expandFormats):
+       (expandFloatListInsert):
+       (expandFloatInsert):
+       (expand): split expand in parts
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui.C: use lyx_gui::exit()
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C: show the failing pseudo action
+
+2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Run the lyxconvert script in order to read
+       old files.
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
+
+2002-07-22  Herbert Voss  <voss@lyx.org>
+
+       * lengthcommon.C:
+       * lyxlength.[Ch]: add support for the vertical lengths
+
 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
 
        * toc.[Ch]: std:: fixes
+
 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyxrc.C: do not include lyx_main.h
        * LaTeXFeatures.h: use a list<string> instead of a vector<string>
        for layouts
 
-       * lyxrc.C: 
-       * encoding.C: 
-       * bufferlist.C: 
+       * lyxrc.C:
+       * encoding.C:
+       * bufferlist.C:
        * BufferView2.C: include "lyxlex.h"
 
-       * tabular.h: 
+       * tabular.h:
        * bufferparams.h: do not #include "lyxlex.h"
 
        * lyxtextclasslist.C (Add): remove method
        (classlist): renamed to classlist_
 
-       * paragraph_pimpl.C: 
-       * paragraph.C: 
-       * text2.C: 
-       * CutAndPaste.C: 
-       * bufferview_funcs.C: 
-       * bufferlist.C: 
-       * text.C: 
-       * LaTeXFeatures.C: 
-       * buffer.C: 
+       * paragraph_pimpl.C:
+       * paragraph.C:
+       * text2.C:
+       * CutAndPaste.C:
+       * bufferview_funcs.C:
+       * bufferlist.C:
+       * text.C:
+       * LaTeXFeatures.C:
+       * buffer.C:
        * toc.C (getTocList): use BufferParams::getLyXTextClass
 
        * toc.C (getTocList): use InsetFloat::addToToc
 
 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
 
-       * paragraph_pimpl.C: constify 
+       * paragraph_pimpl.C: constify
 
        * BufferView_pimpl.C:
        * LaTeX.C:
        * lyxfunc.C: fix dispatch in a nicer way
+
 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * lyxfunc.C (dispatch): 
-       * BufferView_pimpl.C: 
-       * BufferView_pimpl.h: 
+       * lyxfunc.C (dispatch):
+       * BufferView_pimpl.C:
+       * BufferView_pimpl.h:
        * BufferView.C:
        * BufferView.h: rename Dispatch() to dispatch()
 
 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxfunc.C: move minibuffer completion handling out of here
+
 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C:
        * LaTeX.C: fix dispatch calls
+
 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
 
        * text.C (drawChars): Fix Arabic text rendering.
        * LyXAction.C:
        * commandtags.h:
        * lyxfunc.C: remove message-push/pop
+
        * lyxserver.C:
        * lyxfunc.h:
        * lyxfunc.C: rationalise some code by removing verboseDispatch
          in favour of a bool argument to dispatch()
+
 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyx_main.C (init): make sure to read symlinks as absolute paths
        * lyxfunc.C: no need for commandshortcut to be a member
 
 2002-07-15  André Pönitz <poenitz@gmx.net>
-       
+
        * converter.C: add support for $$s (scripts from lib/scripts dir)
        * lyx_main.C: white space
 
        * bufferlist.C:
        * lyxrc.h:
        * lyxrc.C: remove second exit confirmation
+
 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView.h:
-       * BufferView.C: 
-       * BufferView2.C: 
+       * BufferView.C:
+       * BufferView2.C:
        * BufferView_pimpl.h:
        * BufferView_pimpl.C:
-       * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/ 
+       * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
+
 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * MenuBackend.C (expand): add numeric shortcuts to document menu
 
 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * lyxfont.C (setLyXFamily): 
-       (setLyXSeries): 
-       (setLyXShape): 
-       (setLyXSize): 
-       (setLyXMisc): 
-       (lyxRead): 
-       * debug.C (value): 
+       * lyxfont.C (setLyXFamily):
+       (setLyXSeries):
+       (setLyXShape):
+       (setLyXSize):
+       (setLyXMisc):
+       (lyxRead):
+       * debug.C (value):
        * buffer.C (asciiParagraph): use ascii_lowercase
 
 2002-07-15  Mike Fabian  <mfabian@suse.de>
 
-       * lyxlex_pimpl.C (search_kw): 
-       * lyxlex.C (getLongString): 
-       * converter.h (operator<): 
-       * converter.C (operator<): 
-       * buffer.C (parseSingleLyXformat2Token): 
-       (asciiParagraph): 
-       * ToolbarDefaults.C (read): 
-       * MenuBackend.C (checkShortcuts): 
-       (read): 
+       * lyxlex_pimpl.C (search_kw):
+       * lyxlex.C (getLongString):
+       * converter.h (operator<):
+       * converter.C (operator<):
+       * buffer.C (parseSingleLyXformat2Token):
+       (asciiParagraph):
+       * ToolbarDefaults.C (read):
+       * MenuBackend.C (checkShortcuts):
+       (read):
        * LColor.C (getFromGUIName):
        (getFromLyXName): use the compare_ascii_no_case instead of
        compare_no_case, because in turkish, 'i' is not the lowercase
 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView.C (resize): check there's a buffer to resize
+
 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxfunc.C: remove dead code
 
        * lyxserver.h:
        * lyxserver.C: use lyx_guii::set_read_callback
+
 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxfunc.C: use lyx_gui::update_fonts()
+
 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * lyxfunc.C: use lyx_gui::update_color()
+
 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
 
        * bufferlist.C:
-       * lyxfunc.h: 
+       * lyxfunc.h:
        * lyxfunc.C:
        * lyxrc.h:
        * lyxrc.C: remove file->new asks for name option, and let
          buffer-new take an argument
+
 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: remove unneeded extra repaint()
+
 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
 
        * LyXAction.C: allow command-sequence with NoBuffer
 
        * lyxfunc.C: don't insist on trailing ';' for command-sequence
+
 2002-07-10  Angus Leeming  <leeming@lyx.org>
 
        * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
 
        * lengthcommon.h: whitespace
-       * lyxfunc.C: update scrollbar after goto paragraph 
+
+       * lyxfunc.C: update scrollbar after goto paragraph
 
        * lyxtext.h: factor out page break drawing, and fix it so
          page break/added space paints as selected nicely
+
 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.C: add FIXMEs, clean up a little
 
 2002-07-08  André Pönitz <poenitz@gmx.net>
 
-       * BufferView_pimpl.C: apply John's patch for #93. 
+       * BufferView_pimpl.C: apply John's patch for #93.
 
 2002-07-05  Angus Leeming  <leeming@lyx.org>