]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
lfun word-select
[lyx.git] / src / ChangeLog
index 1455f1133aac87d1da4c6be18ef4e6a4eba9182e..1b5f3d18786b51c8b78f5e55db3c3fc9b796dfc9 100644 (file)
+2002-09-11  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h:
+       * LyXAction.C:
+       * text3.C: implement LFUN_WORDSEL
+
+2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxtextclass.h: don't include FloatList.h, forward declare instead.
+       make floatlist_ a boost::shared_ptr<FloatList>
+
+       * lyxtextclass.C: include FloatList.h
+       (LyXTextClass): initialize floatlist_
+       (TextClassTags): add TC_NOFLOAT
+       (Read): match "nofloat" to TC_NOFLOAT and use it.
+       (readFloat): modify call to floatlist_
+       (floats): ditto
+       (floats): ditto
+
+       * FloatList.[Ch] (FloatList): remove commented out float
+       initialization.
+       (erase): new function
+
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * MenuBackend.C (expandToc): fix crash when there is no document
+       open
+
+2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * many files: Add insetwrap.
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * text2.C: remove confusing and awkward depth wraparound
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
+
+       * buffer.h:
+       * buffer.C: remove getIncludeonlyList()
+
+       * paragraph.C:
+       * lyxfunc.C: remove headers
+
+2002-09-09  Juergen Vigna  <jug@sad.it>
+
+       * text.C (getColumnNearX): fix form Michael this is most
+       probably a cut&paste bug.
+
+2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
+
+       * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
+       references, ws changes.
+
+       * text2.C (init): update counters after init
+       (insertParagraph): no need to set counter on idividual paragraphs.
+       (setCounter): access the counters object in the textclass object
+       on in the buffer object.
+       (updateCounters): ditto
+
+       * lyxtextclass.C: include counters.h, add variable ctrs_ as
+       shared_ptr<Counters> to avoid loading counters.h in all
+       compilation units.
+       (LyXTextClass): initialize ctrs_
+       (TextClassTags): add TC_COUNTER, and ...
+       (Read): use it here.
+       (CounterTags): new tags
+       (readCounter): new function
+       (counters): new funtion
+       (defaultLayoutName): return a const reference
+
+       * counters.C (Counters): remove contructor
+       (newCounter): remove a couple of unneeded statements.
+       (newCounter): simplify a bit.
+       (numberLabel): some small formatting changes.
+
+       * buffer.[Ch]: remove all traces of counters, move the Counters
+       object to the LyXTextClass.
+
+2002-09-06  Alain Castera  <castera@in2p3.fr>
+
+       * tabular.C: uses \tabularnewline; uses >{...} construct from array
+       package to set the horizontal alignment on fixed width columns.
+
+       * lyx_sty.C:
+       * lyx_sty.h: added tabularnewline macro def.
+
+       * LaTeXFeatures.C: added NeedTabularnewline macro feature
+
+2002-09-06  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: tooltips for sub/superscript
+
+       * MenuBackend.C: a bit more verbose
+
+       * lyxfunc.C: tiny clean
+
+       * undo_funcs.C: document undo_frozen
+
+2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * counters.C (Counters): add missing algorithm counter.
+
+       * text2.C (setCounter): lookup the counter with layouts latexname
+       instead of by section number.
+       (setCounter): use a hackish way to lookup the correct enum
+       counter.
+       a float name->type change
+       reset enum couners with counter name directly instead of depth value.
+
+       * counters.C (Counters): remove the push_backs, change to use the
+       float type not the float name.
+       (labelItem): remove unused string, float name->type change
+
+       * counters.h: don't include vector, loose the enums and sects vectors
+
+2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxtextclass.C (TextClassTags): add TC_FLOAT
+       (Read): add float->TC_FLOAT to textclassTags
+       (Read): and handle it in the switch
+       (readFloat): new function
+
+       * FloatList.C (FloatList): comment out the hardcoded float
+       definitions.
+
+       * lyxlayout.h: ws change.
+
+2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
+
+2002-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.h: qualified name is not allowed in member
+       declaration: WorkArea & Pimpl::workarea() const;
+
+       * factory.C: added using std::endl directive.
+
+       * text3.C: added using std::find and std::vector directives.
+
+2002-08-29  André Pönitz <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text2.C: remove unused member number_of_rows
+
+       * Makefile.am:
+       * BufferView2.C: remove file, move contents to...
+       * BufferView.C: ... here
+
+       * BufferView_pimpl.C:
+       * factory.C: move more inset creation to factory
+
+       * vspace.C: avoid direct usage of LyXText, ws changes
+
+       * BufferView.[Ch]:
+               don't provide direct access to WorkArea, use two simple
+               acessors haveSelction() and workHeight() instead
+
+
+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. 
+       log.
 
 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>