]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
new \lyxline difinition, fixes also bug 1988:
[lyx.git] / src / ChangeLog
index 5cef4bf985ef9d84058ea2a44f0e99508c95770d..144f6dde91ca4c9dea84ac4b5564363fc4db102b 100644 (file)
@@ -1,3 +1,852 @@
+2006-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (delete): adjust cursor after backspace in change tracking
+       mode (bug 2185).
+
+2006-03-16  Félix-Antoine Bourbonnais  <bouf10pub2@myriade.ca>
+
+       * text3.C (dispatch): set needsUpdate according to the return
+       value of the methods below (bug 2298)
+
+       * text2.C (cursorTop, cursorBottom, cursorHome, cursorEnd): return
+       true if dEPM triggered.
+
+2006-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (getPossibleLabel): get a sensible prefix inside figure and 
+       tabular floats (bug 1999).
+
+2006-03-16  John Spray  <spray@lyx.org>
+
+       * lyxfunc.C (getStatus): disable LFUN_MENUWRITE when document is
+       clean (bug 2313)
+
+2006-03-15  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * CutAndPaste.C (pasteSelectionHelper): comments
+       * paragraph_funcs.C (mergeParagraph): fix Juergen's cut&paste bug
+       * changes.h: comments
+       * paragraph.C (stripLeadingSpaces): remove unnecessary setChange
+       * text.C (backspace): allow deletion of inserted para break
+       Change tracking -related bug fixes (reported by Juergen) and 
+       some documentation work
+
+2006-03-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * MenuBackend.C (expand): make sure the menu is empty before
+       starting. 
+
+       * MenuBackend.h (clear): new method.
+
+2006-03-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: format up to 246.
+
+2006-03-13  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * rowpainter.C (paintChangeBar): fix painting of change bar with
+       only paragraph break changed
+
+2006-03-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyx_cb.C (Reconfigure): run lib/configure.py, not lib/configure
+       * lyx_main.C (reconfigureUserLyXDir): run ditto
+
+2006-03-12  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyxtext.h: doxygen documentation fix
+
+2006-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * paragraph.[Ch] (write, lookupChange, lookupChangeFull;
+       added setChangeFull):
+       * paragraph_pimpl.[Ch] (trackChanges, cleanChanges, acceptChange,
+       rejectChange, erase; added setChangeFull):
+       * CutAndPaste.C (eraseSelectionHelper):
+       * lyxtext.h:
+       * text.C (readParToken, readParagraph, breakParagraph,
+       acceptChange, rejectChange, backspace, currentState; 
+       added backspacePos0):
+       * paragraph_funcs.C (breakParagraphConservative, mergeParagraph):
+       * lyxfind.C (findChange, findNextChange): fix bug 880: Change
+       tracked paragraphs should still allow a paragraph split (and related
+       things, i.e., multi-paragraph change tracking)
+
+2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C: fix bug 2212: First change is skipped is
+       "Merge changes..." dialog
+
+2006-03-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bufferparams.C (writeLaTeX): define \labelitemi with \def. Fixes LaTeX 
+       error if the class has not defined them yet (bug 2053).
+
+2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]: 
+       * LyXAction.C:
+       * debug.[Ch]:
+       * rowpainter.C:
+       * text3.C: Inside-inset speedup, esp. for the Mac (bug 2195)
+
+2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * pch.h: fix nullstream.hpp location for boost 1.33.0
+
+2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * pch.h:
+       * support/pch.h:
+       * support/debugstream.h: Use the correct nullstream.
+
+2006-02-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text3.C (mathDispatch): fix math inset creation from string (bug 2315)
+
+2006-02-28  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * cursor.C (niceInsert): fix (properly) insertion of
+       fonts/decorations around selection
+
+2006-02-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxfont.C (lyxWriteChanges): Don't write \lang latex
+
+2006-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (mathDispatch): fix crash when selection is not empty
+       but selectionAsString is empty (bug 2321).
+
+2006-02-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (changeCase): avoid crash in empty paragraph or on last
+       word of the paragraph. (buf 2323)
+       (cursorRightOneWord): fix the logic to stop at a beginning of a word.
+
+2006-02-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C (readHeader): also erase params.preamble in advance
+       so that an empty preamble is actually recognized (bug 2317).
+
+       * rowpainter.C (paintFromPos): ditch applyOuterFont (bug 2308).
+
+2006-02-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text2.C (deleteEmptyParagraphMechanism): 64bit compile fix
+
+2006-02-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * buffer.C:
+       * bufferparams.[Ch]:
+       * lyxtext.h:
+       * paragraph.[Ch]:
+       * paragraph_funcs.C
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: Fix bug 2115: blue language lines (for default font)
+       popping up when the documnent font is different. This includes work
+       by Georg Baum.
+
+2006-02-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * exporter.C (Backends): Add "lyx" backend
+       * exporter.C (Export): Handle "lyx" backend
+       * graph.C (getReachable): Don't exclude "lyx"
+       * MenuBackend.C (expandFormats): exclude "lyx" from export menu
+
+2006-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * cursor.C (bruteFind2): convert relative to absolute co-ordinates
+       for correct in-mathed positioning
+
+2006-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * rowpainter.C (paintForeignMark): fix foreign blue line under
+       insets
+
+2006-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * * text2.C (deleteEmptyParagraphMechanism): fix off-by-one error of the start 
+       pit of the uno range (bug 2022).
+
+2006-01-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * messages.C (get): Only warn once if setlocale fails (bug 2177)
+
+2006-01-28  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text2.C (setCharFont): take inset's own font settings into account
+       when defining the font to reduce to, fixes 2019
+
+2006-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bufferview_funcs.C (coordOffset): remove the check for
+       collapsed collapsables (fix for bug 2094). This is now done
+       on a more general level (cursor.C).
+
+       * dociterator.[Ch] (forwardPos): add an optional argument
+       bool "ignorecollapsed" (default false), which lets forwardPos
+       skip collapsed insets.
+
+       * cursor.C (bruteFind): use forwardPos(ignorecollapsed = true)
+       (fixes bug 2241 and 2094).
+
+2006-01-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C: change tracking (dvipost) doesn't require
+       color.sty anymore.
+
+       * LaTeXFeatures.C (getPackages): no need for the color
+       option "usenames" (bug 2169).
+
+2006-01-23  Helge Hafting <helge.hafting@aitel.hist.no>
+       * buffer_funcs.C: Trivial fix - added {} around
+       the statements to be affected by a if-test. Now
+       label in a minipage in a float looks ok on screen again.
+
+2006-01-23  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text2.C: fix bug 2015: on screen fonts in nested environments 
+       can be wrong
+
+2006-01-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * converter.C (convert): handle unknown formats
+
+2006-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * cursor.C (goUpDown): comment out some debug messages.
+
+       * counters.C (newCounter): make error messages more explicit
+       (these appear with some textclasses like beamer)
+
+2006-01-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * kbmap.C (defkey): 
+       * lyxfunc.C (processKeySym): make sure new FuncRequest objects
+       have origin set to KEYBOARD. (bug 2221)
+
+2006-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * rowpainter.C (isCursorOnRow): do not exclude endpos().
+
+2006-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * cursor.C (macroModeClose): returns true if an inset actually got
+       inserted; revert faulty fix to bug 2034.
+
+2006-01-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * tabular.C (getLabelList): remove (not used anymore).
+
+2006-01-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * outputparams.[Ch]: add new flag inComment
+
+2006-01-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C (deleteEmptyParagraphMechanism): since we delete a
+       paragraph, recordUndo should span two paragraphs (bug 2155).
+
+2006-01-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * rowpainter.C (paintPar): always repaint the row with the
+       cursor in it
+
+2006-01-01  Lars Gullik Bjønnes <larsbj@gullik.net>
+
+       * MenuBackend.h: 
+       * bufferlist.h: 
+       * lyxtext.h: 
+       * paragraph.h:
+       * vspace.h: fix syntax error
+
+2005-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text3.C (dispatch): Force refresh if typing into inset changes its
+                             metrics
+
+2005-12-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * RowList_fwd.h:
+       * paragraph.C:
+       * paragraph.h:
+       * rowpainter.C: Speed up rendering by only re-painting rows that
+       have changed. When selection or whole-screen update active, all rows
+       are repainted, as are all rows within insets.
+
+2005-12-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * version.C.in: Use PACKAGE_VERSION instead of VERSION
+
+2005-12-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * tabular.C (toggleFixedWidth): Use default layout of text class
+       instead of hardcoded "Standard"
+
+2005-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (dispatch): do not call getStatus again to determine
+       whether a lfun is disabled (bug 2172).
+
+2005-12-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * cursor.C (macroModeClose): set the cursor inside the new math
+       atom if relevant (think \frac{}{}) (bug 2034)
+
+2005-12-19  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyxtext.h:
+       * text.C:
+       * text3.C (Delete, backspace): force update when merging paragraphs
+
+2005-12-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView.C (mouseSetCursor): clear the selection properly (bug
+       2163). 
+
+2005-12-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (redoParagraph): honor inset->noFontChange()
+       * rowpainter.C (paintInset): ditto
+
+2005-12-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyx_main.C (priv_exec): don't initialize Math on startup 
+       (initMath() has been moved to math_hullinset).
+
+2005-12-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyxrc.C: set default_papersize to PAPER_DEFAULT;
+       handle PAPER_DEFAULT in LyXRC::read and LyXRC::write (bug 2148).
+       * paper.h: dispose dead PAPER_PACKAGES enum.
+
+2005-12-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (OTHERLIBS): add SOCKET_LIBS in case we compile
+       without X support.
+
+2005-12-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * exporter.C (Export): Don't try to copy a file if it does not exist
+       (bug 1888)
+
+2005-12-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C (makeFontEntriesLayoutSpecific): remove.
+       (setLayout): adapt.
+
+       * text.C (insertChar): remove bogus caching of fonts (did not do
+       anything). 
+
+       * text2.C (LyXText): initialize current_font to ALL_INHERIT (was
+       ALL_SANE). (bug 2146)
+
+2005-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * rowpainter.C (paintFirst): fix centering of
+       LABEL_CENTERED_TOP_ENVIRONMENT. 
+
+2005-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView.C (mouseSetCursor): new method. Calls
+       deleteEmptyParagraphMechanism if necessary.
+
+       * lyxtext.h: make deleteEmptyParagraphMechanism public.
+
+       * text3.C (dispatch/LFUN_MOUSE_PRESS): use
+       BufferView::mouseSetCursor (bug 2109).
+       (dispatch/LFUN_PASTE): remove #warning that is now irrelevant.
+
+2005-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org> 
+
+       * text3.C (dispatch/LFUN_INDEX_INSERT): when a selection is set,
+       do not remove it (this inset behaves differently from the others).
+
+2005-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       Fix bug 2096.
+       
+       * BufferView_pimpl.C (getStatus): it is only possible to insert a
+       file in a text inset.
+
+       * buffer.C (readDocument): remove pit argument and code releated
+       to it; set the inset owner correctly (unrelated, but useful).
+       (readFile): get rid of pit argument.
+
+       * CutAndPaste.C (pasteSelectionHelper): use a ParagraphList and a
+       textclass instead of a selection index.
+       (pasteParagraphList): new function.
+       (pasteSelection): make it a wrapper around pasteParagraphList.
+
+       * BufferView_pimpl.C (MenuInsertLyXFile): use
+       cap::pasteParagraphList to insert a file.
+
+2005-11-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer_funcs.C (bufferErrors): prevent endless loop (bug 2121)
+
+2005-11-17  Michael Gerz  <michael.gerz@teststep.org>
+
+       * exporter.C: fix typo in text message
+
+2005-11-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text2.C (setLayout): move recUndo call to other setLayout method
+       * tabular.C (toggleFixedWidth): new, handle cell width changes
+       * tabular.C (setColumnPWidth): move some code from insettabular.C here
+       and use toggleFixedWidth
+       * tabular.C (setMColumnPWidth): ditto
+
+2005-11-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * paragraph.C (asString): use new inset->textString method (fix
+       bug 2089) 
+
+2005-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * CutAndPaste.C (numberOfSelections): new helper function.
+
+       * lyxfunc.C (getStatus): remove support for LFUN_COPY and LFUN_CUT.
+
+       * text3.C (getStatus): move code for LFUN_CUT and LFUN_COPY from
+       LyXFunc::getStatus; implement LFUN_PASTE.
+
+2005-11-17  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * dociterator.[Ch]: new member realInset() that returns the cell
+       for tabulars and the inset for the rest (bug 1952).
+       * undo.C (textUndoOrRedo): use realInset when resetting insetOwner
+       (bug 1952).
+
+2005-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (leftMargin): honor the NextNoIndent tag in layouts.
+
+2005-11-17  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyxfunc.C:
+       * paragraph.C:
+       * text3.C: InsetBase::forceDefaultParagraphs now takes a cell as
+       argument.
+
+2005-11-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text.C (redoParagraph): Fix bug 1966: cursor doesn't go to next
+       line after typing ctrl-enter
+
+2005-11-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bufferview_funcs.C (coordOffset): fix the fix for bug 2094, as
+       math insets do not return a proper editable() state yet (bug 2124).
+
+2005-11-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.[Ch]: Fix bug 1814: better scroll behaviour for 
+       docs containing very large paragraphs.
+
+2005-11-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * cursor.C (selectionBegin, selectionEnd):
+       * text.C (drawSelection): Fix bug 2115: assertion when anchor and 
+       cursor at different depths.
+
+2005-11-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bufferview_funcs.C (coordOffset): do not call cursorPos
+       for collapsed collapsables (fix bug 2094).
+
+2005-11-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * paragraph.C (fontSpan): make sure that the FontSpan does not
+       span across beginOfBody (bug 1947).
+
+2005-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxlength.h: undefine macros that clash with solaris/x86 (bug 992)
+
+2005-11-03  Michael Gerz  <michael.gerz@teststep.org>
+
+       * messages.C: fix crash and localization on MinGW/Windows platform
+
+2005-11-02  Angus Leeming  <leeming@lyx.org>
+
+       * Bidi.C:
+       * lyxtextclass.C: trivial fixes to some MSVS warnings.
+
+2005-10-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (getStatus): re-enable disabled code. (bug 2081)
+
+       * BranchList.h (empty): constify.
+
+2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (getStatus): 
+       * MenuBackend.C (expandBranches): take the branch list from the
+       master document (bug 2092).
+       
+       * MenuBackend.C (expandBranches): 
+       * bufferparams.C (writeFile): use BranchList type.
+
+2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch, getStatus): 
+       * LyXAction.C (init): 
+       * lfuns.h: get rid of LFUN_KEYMAP_TOGGLE
+
+2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * toc.C (getTocList): skip paragraphs which toclevel is NOT_IN_TOC.
+
+2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (insertChar): do not reset boundary (bug 2061)
+
+2005-10-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * dociterator.C (updateInsets): new method. Updates the inset_
+       cache of all the slices of the iterator.
+
+       * text2.C (deleteEmptyParagraphMechanism): compare also containing
+       insets when comparing pit/pos; pass the right cursor to
+       recordUndo; when a paragraph has been deleted, compare `old.top()' to
+       the right cursor slice of `cur'; use updateInsets on cur to make
+       sure that the inset caches are correct; general cleanup.
+
+2005-10-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch): LFUN_NEXT_INSET_TOGGLE: first try to
+       dispatch LFUN_INSET_TOGGLE to inset at cursor, and then to
+       containg inset. If this does not work, the same command will be
+       sent to other insets down the queue by LCursor::dispatch. (bug 2066)
+
+       * lyxfunc.C (dispatch): make sure the cursor is correct when doing
+       a dispatch.
+
+2005-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxtextclass.C (Read): convert layout file if the format is wrong
+       * lyxtextclass.C (layout2layout): new, needed for the above
+
+2005-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * messages.C: do not forget to include <cerrno>.
+
+2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * dociterator.h (StableDocIterator): add access to pos().
+       * undo.C (samePar): new method to check if two
+       iterators are in the same paragraph
+       * undo.C (recordUndo): check for samePar instead of cell identity
+       (which includes pos() and is too strict) (fixes bug 2097)
+
+2005-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (setCursorFromCoordinates): return a bool telling whether
+       dEPM triggered.
+
+       * text3.C (cursorPrevious): update if needed after
+       setCursorFromCoordinates (when dEPM triggered).
+
+       * text2.C (cursorDown, cursorUp): make sure to reset the anchor
+       (otherwise the anchor may be completely wrong and make dEPM assert).
+
+2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C: version upgrade to 245.
+       * bufferparams.C: remove \quotes_times (bug 2090).
+       * text3.C (doDispatch): LFUN_QUOTE_INSERT has to output double
+       quotation marks as default.
+
+2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * CutAndPaste.C (nrOfParagraphs): remove (unused)
+       * CutAndPaste.C (cutSelection): Remove debug message
+       * CutAndPaste.C (cutSelection): Use the real cursor in mathed, record
+       undo information and only copy if this is a real cut
+       * CutAndPaste.C (pasteSelection): remove superflous cur.resetAnchor()
+       call
+       * CutAndPaste.C (pasteSelection): remove now superflous mathed warning
+       (bug 2059)
+       * CutAndPaste.C (eraseSelection): prevent cursor corruption
+       * CutAndPaste.C (grabAndEraseSelection, selDel): remove now
+       superflous cur.selection() setting
+       * CutAndPaste.[Ch] (grabSelection): take a const cursor
+       * cursor.C (selectionAsString): implement mathed case ((bug 2059)
+
+2005-10-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text3.C (mathDispatch, dispatch): Dont' record undo steps that don't
+       change anything.
+
+2005-10-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C: comment layout change
+
+2005-10-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * LyXAction.C:
+       * lfuns.h:
+       * lyxfunc.C: reimplement LFUN_INSERT_CITATION, which is needed
+       by bibliography managers (bug 2071).
+
+2005-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C (update): choose arguments to update call so
+       that single-par update works most times
+       * text3.C (dispatch): carefully tune updating separately for
+       whole-screen and current-paragraph
+       * rowpainter.C (paintText): 1) replace painting by caching for
+       the two extra paragraphs, because we can;
+       2) suppress greying out of areas below/above drawn area in case of
+       single-par refresh
+       * lyxfunc.C (dispatch): remove superfluous update
+       * LyXAction.[Ch]: introduce SingleParUpdate
+
+2005-10-05  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (loadLyXFile): ensure that a pointer is
+       always initialised before use.
+
+       * text.C (setHeightOfRow): squash warning about comparison
+       of signed and unsigned types.
+
+2005-10-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text.C (cursorX): two fixes involving RtL text drawing
+
+2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * cursor.C (erase): fix 'clever' UI hack. It was activated for all
+       items, not only large ones (part of bug 2057)
+
+2005-10-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch): when invoking LFUN_MATH_MACRO with no type
+       argument, use "newcommand".
+
+2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * cursor.C (setSelection): do not open collapsable insets;
+       the insets do by themselves now (autoopen).
+
+2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C: format is up to 244.
+
+2005-09-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (redoParagraph): fix calcultation of inset width wrt 
+       leftMargin (bug 1957).
+
+       * text3.C (dispatch): leave inset to the right when hitting ESC 
+       (bug 2034).
+
+2005-09-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C: 
+       * text.C: 
+       * factory.C:
+       * messages.C: include <boost/current_function.hpp> 
+
+2005-09-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (sendDispatchMessage): do not update menubar/toolbar
+       when command is internal. (bug 1941)
+
+2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C (cursorRight): do not honor boundary when at the end of
+       a paragraph. (bug 2010 again)
+
+2005-09-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * cursor.C (paste): do nothing if `data' is empty. (bug 2033)
+
+2005-09-19  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * rowpainter.C (paintText): fix RtL space width display bug (2029)
+
+2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C (setCursor): remove the unused 'boundary' parameter for
+       the CursorSlice version; adapt the LCursor version.
+
+       * lyxrc.C (write): 
+       * paragraph_pimpl.C (markErased): 
+       * cursor.C (bruteFind2, bruteFond3): fix warnings.
+
+2005-09-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * rowpainter.C (paintFirst): use a 'labeladdon' for TOP_* labels,
+       as is already done for "chapter".
+
+2005-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (dispatch): LFUN_TEXTCLASS_APPLY: actually set the
+       textclass; do not record undo if nothing is changed.
+
+2005-09-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C (dispatch): recordUndo in LFUN_PASTESELECTION (#2011).
+
+2005-09-14  Michael Gerz  <michael.gerz@teststep.org>
+
+       * lyxfunc.C: update display after LFUN_ALL_INSETS_TOGGLE
+
+2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView_pimpl.C (setBuffer): when one wants to set the layout
+       combox, it is necessary to search for the topmost paragraph in the
+       cursor stack (bug 1926)
+
+2005-09-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C (cursorEnd, cursorRight): do not set boundary to true at
+       end of paragraph. (bug 2010)
+
+2005-09-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text.C (leftMargin): check for inInset == 0
+
+2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (leftMargin): test for insetbase's new neverIndent()
+       bool instead of listing each and every inset that does not
+       wish par indendation.
+
+2005-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * buffer_funcs.C (setCounter): put the code to compute enum label
+       here (where it belongs).
+
+       * counters.C (enumLabel): move code to buffer_funcs.C.
+
+2005-09-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * outputparams.[Ch]: store local_font instead of local_language
+       * paragraph.C (simpleTeXOnePar): adapt to the change above
+
+2005-09-08  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * buffer_funcs.C:
+       * counters.[Ch]: clean up special code for Hebrew.
+
+2005-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (lookupChange): fix code when cursor depth is greater
+       than 2.
+
+2005-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * ispell.C:
+       * lyxrc.C: correct grammar describing invocation of the
+       spellchecker.
+
+2005-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (read): remove unused variable.
+       (readParToken): remove static Change variable (never good in
+       recursive settings...); add it as a parameter instead.
+
+       * paragraph_pimpl.C (acceptChange): make debug info conditional.
+
+       * metricsinfo.C (PainterInfo): add new member erased_.
+
+       * rowpainter.C (RowPainter): add erased_ member, initialized from
+       PainterInfo. 
+       (paintInset): pass erased_ to Inset::draw.
+
+       * lyxfunc.C (lookupChange): new function. Tells whether change 
+       tracking is disabled at a given postion.
+       (getStatus): disable some actions when in deleted text with change
+       tracking. 
+
+2005-08-03  John Levon  <levon@movementarian.org>
+       
+       * tabular.C (appendColumn, setMultiColumn): adapt to change to
+       InsetText::clear().
+
+       * paragraph_pimpl.C (markErased): add bool argument and handle it.
+       Also make sure to mark insets recursively.
+       (rejectChange, erase): be recursive
+
+       * paragraph.C (markErased): add bool argument.
+2005-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfind.C (findNextChange): tiny cleanup.
+
+       * BufferView_pimpl.C (trackChanges): avoid crash when stopping
+       change tracking with the cursor in an inset; make sure the first
+       change is not skipped.
+
+2005-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * CutAndPaste.[Ch]: new methods dirtyTabularStack and 
+       tabularStackDirty to work around bug 1919 (tabular needs
+       to know whether its own cell paste buffer or the one of 
+       texted is newer.
+       * CutAndPaste.C: mark tabular_stack_ clean after copy.
+
+2005-08-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * text2.C (cursorEnd): check for empty text (fixes bug 1998)
+
+2005-08-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * CutAndPaste.C (eraseSelectionHelper): fix bug 1920
+       use old deleteion algorithm when changetracking is on.
+
+2005-08-18  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * messages.C (get): add debug output.
+
+2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * text.C (cursorX): fix bug 1965: cursor movement at
+       line end broken in RtL.
+       (drawSelection): fix bug 1970: drawing of single-line 
+       selection broken for RtL.
+
+2005-07-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       bug 465.
+
+       * dociterator.h (clear, push_back, pop_back): change from
+       protected to public.
+
+       * buffer_funcs.C (getItemDepth): renamed from incrementItemDepth
+       and changed to just return the value of the item depth; take a
+       ParIterator as argument; take the itemdepth at outer nesting level
+       in account if necessary; cleanup and comment the code.
+       (resetEnumCounterNeeded): renamed from resetEnumCounterIfNeeded
+       and changed to just return true if reset is needed; take a
+       ParIterator as argument; cleanup and comment the code.
+       (setCounter): adapt to above changes.
+
+2005-07-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch): make debug message optional
+
+2005-08-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (dispatch): use InsetIncludeMailer for the include
+       inset. (bug 1963)
+
+2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BufferView_pimpl.C (updateScrollbar): scrollbar fixes
+
+2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (insertChar):
+       * text2.C (deleteEmptyParagraphMechanism): take care whether 
+       a blank has been deleted (in change tracking mode) (bug 1254).
+
 2005-07-20  John Levon  <levon@movementarian.org>
 
        * text2.C (insertStringAsLines): remove old dubious code,
@@ -8,7 +857,7 @@
        * MenuBackend.C (expandToc): use Floating::listName() as title of
        the floats submenus.
 
-2005-07-27  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * toc.[Ch]: Do not use translatable strings (bug 1870).
 
        * tabular.C: fix 1748 - setting multicolumn adds
          left line to the first cell
 
-2005-07-19  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2005-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        bug 1920
        * CutAndPaste.C (eraseSelectionHelper): erase all the "middle"
        pars in one go.
 
-2005-07-18  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * messages.C: supress some lyxerr messages
 
 
        * text.C (drawSelection): honor boundary when asking for cursorX.
 
-2005-07-17  JosMatos  <jamatos@fc.up.pt>
+2005-07-17  José Matos  <jamatos@fc.up.pt>
 
        * tabular.C (recalculateMulticolumns): fix handling of one column
        tables.
        * debug.C: fix typo
        * buffer.C: clarify message
        
-2005-07-17  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * dociterator.C (DocIterator): fix initialization order
 
 
        * paragraph.h: add parameter boundary for getRow() function
 
-2005-07-17  JosMatos  <jamatos@fc.up.pt>
+2005-07-17  José Matos  <jamatos@fc.up.pt>
 
        * buffer.C:
        * bufferparams.[Ch]:
 
        * funcrequest.C (split): avoid reading uninitialized char c
 
-2005-07-16  JosMatos  <jamatos@fc.up.pt>
+2005-07-16  José Matos  <jamatos@fc.up.pt>
 
        * buffer.C:
        * converter.C:
 
        * factory.C (createInset): fix bad logic for tabular creation
 
-2005-07-16  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * lyx_main.C (init): change some reLyX reference to tex2lyx
 
 
        * text2.C (getColumnNearX): Consider rows without trailing blank.  
 
-2005-07-16  Andr�P�itz  <poenitz@gmx.net>
+2005-07-16  André Pönitz  <poenitz@gmx.net>
 
        * lyxfont.h: Change order of declarations to give the compiler
        a better chance to inline things
        * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
        questions on unsaved docs for better scritability
 
-2005-07-16  Andr�P�itz  <poenitz@gmx.net>
+2005-07-16  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.h (getChar): remove asserts as the same kind of security
        can be achieved by using a suitable standard library implementation
        * text.C (cursorX,cursorY): Handle cursor position after last char
        in row before a inset which uses a whole row.
 
-2005-07-15  JosMatos <jamatos@lyx.org>
+2005-07-15  José Matos <jamatos@lyx.org>
 
        * output_plaintext.[Ch] (writeFileAscii): control reference title
        printing.
        * lyxfunc.C (dispatch): save and restore the cursor after a
        textclass switch.
 
-2005-07-15  Lars Gullik Bjnnes <lgb@tandberg.net>
+2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
 
        * text.C (backspace): bug 806 for empty keepempty paragraphs we
        change the layout to default before letting DEPM do its thing.
        * output_latex.C (TeXDeeper): get rid of potential dereferencing
        of past the end iterator
 
-2005-07-14  Andr�P�itz  <poenitz@gmx.net>
+2005-07-14  André Pönitz  <poenitz@gmx.net>
 
        * undo.C (recordUndoFullBuffer): implement undo for
        textclass switches
 
-2005-07-14  Andr�P�itz  <poenitz@gmx.net>
+2005-07-14  André Pönitz  <poenitz@gmx.net>
 
        * cursor.C (setSelection): open insets when selection is set there
        to avoid crashs with cold coord cache
 
-2005-07-14  Andr�P�itz  <poenitz@gmx.net>
+2005-07-14  André Pönitz  <poenitz@gmx.net>
 
        * trans_mgr.C (insert): move cursor to the right after inserting
        a char.
 
-2005-07-14  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * BufferView_pimpl.C (update): dampen some of the debug blabbering
        * factory.C (readInset): ditto
        * cursor_slice.h, dociterator.h: add some documentation
        * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
 
-2005-07-06  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text.C (leftMargin): do not add identation to display() style
        insets, because they are always centered (bug 1293).
 
-2005-07-05  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
        formatted_time methods in support/lyxtime.
 
-2005-07-04  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * toc.[Ch]: new method getGuiName, which is used by the frontends 
        to set the toc combo (fixes bug 1870). Make TOC string translatable.
 
-2005-07-01  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
        StableDocIterator const &)
        * cursor_slice.h: 
        * dociterator.h: Fix the assert when copying rows/cols in math
 
-2005-06-25  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * BufferView_pimpl.C:
        * LyXAction.C:
        * lyx_main.C (parse_execute): Fix last fix: is_gui = false
        effectively disabled -x
 
-2005-06-06  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
        when it actually makes sense.
        * BufferView_pimpl.C: revert to showCursor in connection with
        Lars's front-end stack
 
-2005-06-06  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text.C (redoParagraph): move cursor right after a bibitem
        has been inserted.
 
        * tabular.[hC]: added setCellInset to fix tabular paste.
 
-2005-05-11  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C (save): check if destination is writable before trying
        to copy a file
        * LyXAction.C:
        * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
 
-2005-05-07  Andr�P�itz  <poenitz@gmx.net>
+2005-05-07  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch] (leaveInset): new function
 
-2005-05-06  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
 
        * buffer_funcs.C (setCounter):
        * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
 
-2005-05-05  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text3.C (getStatus): immediately return after setOnOff
 
 
        * FuncStatus.h (StatusCodes): document
 
-2005-04-21  Andr�P�itz  <poenitz@gmx.net>
+2005-04-21  André Pönitz  <poenitz@gmx.net>
 
        * FuncStatus.h (enabled, onoff): document
 
        new lyxtexts, without disabling on-the-fly font changes (Helge's
        bug report)
 
-2005-04-19  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text3.C (dispatch): set cursor on double/triple click events
        (bug 1811)
        * rowpainter.C (getFont): Fix metrics bug introduced by inset
        fonts fix
 
-2005-04-11  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
        output of \item arguments without trailing text.
        * buffer.C (makeLaTeXFile): if the document path contains spaces,
        output it in double quotes.
 
-2005-03-22  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * rowpainter.C: use default text height for drawing change tracker
        strikeout lines.
 
-2005-03-21  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lyx_main.C: fix binding of tabulator key (especially S-Tab).
 
        * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
        can be used meaningfully in a comparison.
 
-2005-02-13  Andr�P�itz  <poenitz@gmx.net>
+2005-02-13  André Pönitz  <poenitz@gmx.net>
 
        * bufferview_funcs.C (coordOffset): improve cursor drawing
 
-2005-02-13  Andr�P�itz  <poenitz@gmx.net>
+2005-02-13  André Pönitz  <poenitz@gmx.net>
 
        * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
        * Cursor.C (dispatch): use fixIfBroken
        * lyxserver.C (startPipe): squash MSVC warning "local variable
        'fd' used without having been initialized".
 
-2005-02-14  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * BufferView_pimpl.C: revert accidental commit.
 
-2005-02-14  Andr�P�itz  <poenitz@gmx.net>
+2005-02-14  André Pönitz  <poenitz@gmx.net>
 
        * dociterator.[Ch]: new member forwardPosNoDescent(),
        which doesn't enter nested insets.
        * lyxfunc.C (dispatch, getStatus): do not handle
        LFUN_GOTO_PARAGRAPH here.
 
-2005-02-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (dispatch): size() -> depth()
 
 
        * BufferView.C (setCursor): size() -> depth()
 
-2005-02-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (cursorPrevious): return true if depm changed something
        (cursorNext): ditto
        * text.C: various obvious clean-ups. Removal of ancient cruft.
        Bug fixes, even.
 
-2005-01-31  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * vc-backend.C (find_file): rewrite to use boost.filesystem
        (scanMaster): ditto
        (scanAuxFiles): ditto
        (handleFoundFile): ditto
 
-2005-01-28  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * LaTeXFeatures.C (getAvailable): always clear packages_ list.
 
        * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
 
-2005-01-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxlayout.[Ch]: change some vars from float to double
 
 
        * Several files: use convert<> instead of atoi,strToXXX and friends
 
-2005-01-24  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * LaTeXFeatures.[Ch]: Add a static list packages_ that
        holds the contents of packages.lst. New functions getAvailable
        * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
        layout if pasting into an empty paragraph)
 
-2005-01-07  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * tex-accent.C: add <string>
 
-2005-01-06  JosMatos  <jamatos@lyx.org>
+2005-01-06  José Matos  <jamatos@lyx.org>
 
        * ParagraphParameters.C (write): put every parameter in its own line.
        * paragraph.C (write): reduce number of consecutive empty lines exported.
        * buffer.C (LYX_FORMAT): increase file format to 239.
 
-2005-01-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * everywhere: change support/tostr.h -> support/convert.h
 
        (restorePosition): ditto
        (dispatch): ditto
 
-2005-01-06  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * Spacing.[Ch]: New method getValueAsString().
 
        * bufferparams.C: add Spacing::Other to spacetranslator (fixes
        broken custom document spacing).
 
-2005-01-05  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
        namespace, also more use of temp references and const
        (nextMiss): simplify slightly
        (error): ditto
 
-2005-01-05  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lyxrc.[Ch]: store all float values as strings.
        use int (not float) for lyxrc.dpi.
        the path to the script with "sh " when generating the string that
        is passed to system().
 
-2005-01-04  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
 
 
        * cheaders/*: remove.
 
-2004-12-27  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text3.C: fix LFUN_MATH_MODE.
 
 
        * buffer.C (save): s/slashify_path/internal_path/.
 
-2004-12-20  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lyxfind.C (findChange): do not search for end of pars, because
        the change tracker cannot handle this (fixes bug 1719).
 
        * main.C: (main): no longer pass pointers to os::init.
 
+2004-12-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: format up to 239.
+
 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
 
        * undo.C (textUndoOrRedo): simplify logic, fix a crash
        * text2.C (getSelectionSpan): remove
        (changeDepth, changeDepthAllowed): adjust
 
-2004-12-05  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * Makefile.am (BOOST_LIBS): use boost variables
 
-2004-12-03  JosMatos  <jamatos@lyx.org>
+2004-12-03  José Matos  <jamatos@lyx.org>
 
        * buffer.C: format up to 238.
 
-2004-12-03  JosMatos  <jamatos@lyx.org>
+2004-12-03  José Matos  <jamatos@lyx.org>
 
        * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
 
-2004-12-03  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * cursor.C (goUpDown): remove call to idxUpDown2
 
        plus one above and one below. This implies that one can do search
        from y coordinates in the range [-1,workHeight]
 
-2004-11-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * rename a lot of InsetOld to InsetBase
 
        * text3.C:
        * undo.C: par->pit renaming
 
-2004-11-23  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * tabular.C (cellstruct): use initialization, store a shared_ptr
        to insettext instead of the insettext directly, adjust to fit.
        * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
        * lyxfind.C (MatchString()): use isLetter instead of isWord
 
-2004-11-17  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pariterator.h (operatir=): comment out un-implemented member
        function.
        * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
        static cast.
 
-2004-11-17  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfont.h: include LColor.h to satisfy concept checks.
 
-2004-11-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pariterator.h: add typdefs for value_type, difference_type,
        pointer and reference to satisfy concept checks. Also add default
 
        * vspace.C: fix off-by-one-error, related to fix #1682
 
-2004-11-11  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-11-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: format up to 238.
+
+2004-11-11  Edwin Leuven
+
+       * LaTeXFeatures.C: add booktabs package
+       * tabular.[Ch] (use_booktabs, setBookTabs, useBookTabs): new members,
+       use them in several places
+
+2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lengthcommon.C: a more general fix for bug 1682
 
        * converter.C (move): don't lie in the error message
        * converter.h (isReachable, move): document
 
-2004-11-07  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C: remove unused using lyx::support::atoi
        * paragraph_funcs.C: ditto
 
-2004-11-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * bufferlist.C (exists): use bind and equal_to instead of
        compare_memfun
        * BufferView_pimpl.C (trackChanges): use for_each instead of
        expilicit for loop
 
-2004-11-04  Andr�P�itz  <poenitz@gmx.net>
+2004-11-04  André Pönitz  <poenitz@gmx.net>
 
        * undo.h:
        * undo.C (textUndoOrRedo): fix crash when creating undo information.
        * text3.C (specialChar, dispatch): make sure cursor moves to the
        right after inserting an inset
 
-2004-11-02  JosMatos  <jamatos@lyx.org>
+2004-11-02  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (docbook):
        * paragraph.C (getID):
        * exporter.h (addExternalFile): document
        * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
 
-2004-10-31  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text.C (leftMargin): do not indent paragraphs in charstyle insets.
 
-2004-10-30  JosMatos  <jamatos@lyx.org>
+2004-10-30  José Matos  <jamatos@lyx.org>
 
        * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
        text and no inset or font change. This allows to use CDATA
        sections just for the whole paragraph.
 
-2004-10-30  JosMatos  <jamatos@lyx.org>
+2004-10-30  José Matos  <jamatos@lyx.org>
 
        * paragraph.C (getFirstWord): remove unused variable.
 
-2004-10-30  JosMatos  <jamatos@lyx.org>
+2004-10-30  José Matos  <jamatos@lyx.org>
 
        * paragraph.C (getFirstWord): the content should always be escaped
        there.
        * output_docbook.C (makeEnvironment): replace reference to CDATA
        to style pass_thru.
 
-2004-10-30  JosMatos  <jamatos@lyx.org>
+2004-10-30  José Matos  <jamatos@lyx.org>
 
        * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
 
-2004-10-30  JosMatos  <jamatos@lyx.org>
+2004-10-30  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeParagraphs):
        * paragraph.[Ch] (emptyTag): for docbook and company, if the
        standard paragraph has only a given type of content drop the wrapper.
 
-2004-10-29  JosMatos  <jamatos@lyx.org>
+2004-10-29  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeEnvironment):
        * sgml.C (openTag):
        * lyxlex_pimpl.C (setFile):
        s/getExtFromContents/getFormatFromContents/
 
-2004-10-28  JosMatos  <jamatos@lyx.org>
+2004-10-28  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeEnvironment): move id to broadest possible
        scope.
 
        * sgml.C (openTag): apply substitution of <> for all attributes.
 
-2004-10-28  JosMatos  <jamatos@lyx.org>
+2004-10-28  José Matos  <jamatos@lyx.org>
 
        * buffer.C (makeLinuxDocFile, makeDocBookFile):
        * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
        external file between directories and, if necessary, manipulate this
        file using a helper script.
 
-2004-10-25  JosMatos  <jamatos@lyx.org>
+2004-10-25  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeCommand): merge two if's that tested the
        same condition.
 
        * sgml.C (escapeString): fix warning in a better way
 
-2004-10-25  JosMatos  <jamatos@lyx.org>
+2004-10-25  José Matos  <jamatos@lyx.org>
 
        * sgml.C (escapeString): import the require boosts header file for
        tie, and avoid a signed unsigned comparison.
 
-2004-10-25  JosMatos  <jamatos@lyx.org>
+2004-10-25  José Matos  <jamatos@lyx.org>
 
        * sgml.h: add #include <string>
 
-2004-10-25  JosMatos  <jamatos@lyx.org>
+2004-10-25  José Matos  <jamatos@lyx.org>
 
        * sgml.[Ch] (escapeString): new function to escape all the string.
 
-2004-10-24  JosMatos  <jamatos@lyx.org>
+2004-10-24  José Matos  <jamatos@lyx.org>
 
        * paragraph.[Ch] (getFirstWord): new function to get the first
        word. Useful for description.
        * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
        use the new functions to fix cleanly the support for descriptions.
 
-2004-10-24  JosMatos  <jamatos@lyx.org>
+2004-10-24  José Matos  <jamatos@lyx.org>
 
        * buffer.C (makeLinuxDocFile, makeDocBookFile):
        * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
        * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
        add buffer as argument.
 
-2004-10-24  JosMatos  <jamatos@lyx.org>
+2004-10-24  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeEnvironment, searchEnvironment): place
        CDATA inside paragraphs and fix scope for listitems.
 
-2004-10-24  JosMatos  <jamatos@lyx.org>
+2004-10-24  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C: remove using statement for stack.
 
-2004-10-23  JosMatos  <jamatos@lyx.org>
+2004-10-23  José Matos  <jamatos@lyx.org>
 
        * buffer.C (makeDocBookFile): reorganize the comments about lyx.
        * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
        * sgml.C (openTag, closeTag): removed unneeded newlines.
        (closeEnvTags) removed.
 
-2004-10-23  Andr�P�itz  <poenitz@gmx.net>
+2004-10-23  André Pönitz  <poenitz@gmx.net>
 
        * undo.C (textUndoOrRedo):
        * dociterator.C (asDocIterator): work around crash
        * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
        the cursor is correct (bug 1694)
 
-2004-10-13  JosMatos  <jamatos@lyx.org>
+2004-10-13  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (docbookParagraphs): fix closing tags in the
        end of the document.
 
-2004-10-09  JosMatos  <jamatos@lyx.org>
+2004-10-09  José Matos  <jamatos@lyx.org>
 
        * buffer.C: format up to 237.
        * bufferparams.C (write): use tostr to convert booleans to strings.
 
        * LaTeX.C: implement use of babel language in xindy.
 
-2004-10-05  JosMatos  <jamatos@lyx.org>
+2004-10-05  José Matos  <jamatos@lyx.org>
 
        * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
        Add new translators to help reading and writing the lyx file.
 
-2004-10-05  JosMatos  <jamatos@lyx.org>
+2004-10-05  José Matos  <jamatos@lyx.org>
 
        * ParagraphParameters.C (read):
        * text.C (readParToken): replace nexToken by more appropriate lex
        thing that gets output (and the last at the end). Should fix bug
        1404.
 
-2004-09-26  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: use proper signal include
 
        * LaTeX.h: Use preferred calling of Boost.Signal
        * buffer.h: ditto
 
-2004-09-26  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: dont include <boost/function/function0.hpp>
 
        (findNextChange): use putSelectionAt in the forward direction
        (operator()): use Paragraph::isWord
 
-2004-09-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Spacing.C (set): c_str fix
 
        * lyx_cb.C (Reconfigure): quote the name of configure script in
        case it contains spaces
 
-2004-09-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * client: new dir
 
        * Makefile.am (SUBDIRS): change order of subdirs and add client dir
        (BOOST_LIBS): use top_buildir when looking for the file
 
-2004-08-30  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: do not use include boost/format.hpp, multiple symbols
                will result (gcc bug)
 
 
-2004-08-23  JosMatos  <jamatos@lyx.org>
+2004-08-23  José Matos  <jamatos@lyx.org>
 
        * bufferparams.C (readToken): fix reading of the author field.
 
-2004-08-20  JosMatos  <jamatos@lyx.org>
+2004-08-20  José Matos  <jamatos@lyx.org>
 
        * lyxrc.C: remove support/translator.h inclusion since it is not used.
 
-2004-08-20  JosMatos  <jamatos@lyx.org>
+2004-08-20  José Matos  <jamatos@lyx.org>
 
        * lyxlex.[Ch] (findToken): remove function.
 
        with local copy. This local function has one more argument, the
        read string argument.
 
-2004-08-16  JosMatos  <jamatos@lyx.org>
+2004-08-16  José Matos  <jamatos@lyx.org>
 
        * ParagraphParameters.C (write):
        * Spacing.C (writeFile):
        * tabular.C (write): remove unnecessary space at end of line.
 
 
-2004-08-16  JosMatos  <jamatos@lyx.org>
+2004-08-16  José Matos  <jamatos@lyx.org>
 
        * text.C (readParagraph): remove debug message.
 
        * BufferView.C (getParentLanguage): remove. Not used anymore, and
        uses ownerPar
 
-2004-08-16  JosMatos  <jamatos@lyx.org>
+2004-08-16  José Matos  <jamatos@lyx.org>
 
        * text.C (readParToken, readParagraph, read): report all unknown tokens.
        For the same level of importance use the same chanel to report problems.
        (read): add code to deal with \begin_body and \end_body.
 
 
-2004-08-15  JosMatos  <jamatos@lyx.org>
+2004-08-15  José Matos  <jamatos@lyx.org>
 
        * lyxlex.C (getString): fix comment, buffer::readBody is now
        buffer:readDocument.
        * tex-strings.C (string_papersize): Default -> default,
        Custom -> custom, for consistency with other options.
 
-2004-08-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: new file
 
        * paragraph.C (isHfill):
        (isNewline): ws only
 
-2004-08-14  Andr�P�itz  <poenitz@gmx.net>
+2004-08-14  André Pönitz  <poenitz@gmx.net>
 
        * text.C:
        * text2.C:
 
        * lyxlength.C (inPixels): remove #warning
 
-2004-08-14  Andr�P�itz  <poenitz@gmx.net>
+2004-08-14  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.h: inline getChar()
 
        * BufferView.h: remove unused declarations
 
-2004-08-14  JosMatos  <jamatos@lyx.org>
+2004-08-14  José Matos  <jamatos@lyx.org>
 
        * Buffer.[Ch] (readDocument): new name for old readBody.
        * Buffer.C: new file format, new keywords: \begin_document,
        (MenuBackend::expand): if a special menu has been set, skip
        entries whose func() appears in this menu
 
-2004-08-14  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * text3.C: use Debug::DEBUG a bit more
 
 
        * cursor.C: use Debug::DEBUG a bit more
 
-2004-08-14  Andr�P�itz  <poenitz@gmx.net>
+2004-08-14  André Pönitz  <poenitz@gmx.net>
 
        * coordcache.[Ch]:
        * Makefile.am: new files to accomodate an 'external' (x,y)-position
        * BufferView_pimpl.C: reset external coord cache before every update.
        This means the coord cache only contains valid entries.
 
-2004-08-14  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        bug 1096
        * BufferView_pimpl.C (getInsetByCode): move function out of class
        and change in to a template in anon namespace. Also fix to do what
        suits us better.
 
-2004-08-13  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        bug 1305
        * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
        (dispatch): return void
        (result): new method, to access the DispatchResult of the cursor.
 
-2004-08-13  JosMatos  <jamatos@lyx.org>
+2004-08-13  José Matos  <jamatos@lyx.org>
 
        * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
 
-2004-08-13  Andr�P�itz  <poenitz@gmx.net>
+2004-08-13  André Pönitz  <poenitz@gmx.net>
 
        * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
 
        * CutAndPaste.C (eraseSelection): fix cursor position after erasing
          multiple cells
 
-2004-08-12  Andr�P�itz  <poenitz@gmx.net>
+2004-08-12  André Pönitz  <poenitz@gmx.net>
 
        * text3.C: take out the 'cursor right' form insertInset and only
        do it in those places when it is really needed. Fixes crash on
        * paragraph.C (simpleTeXOnePar): initialize rp.lang and
        rp.intitle. Actually use rp in call to simpleTeXSpecialChars
 
-2004-08-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (dispatch): remove special handling of button 4 and 5,
        it is now taken care of in the frontend code.
 
        * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
 
-2004-07-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
        to bool.
        * InsetList.h: rename private variable list to list_
        * InsetList.[Ch]: adjust accordingly.
 
-2004-07-24  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
        * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
        * ParagraphParameters.C, LaTeXFeatures.C: replace
        "support/std_sstream.h" with <sstream>
 
-2004-07-23  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxserver.C (startPipe): use this (pointer) not *this (reference)
        * lyxsocket.C (LyXServerSocket): ditto
 
        * LaTeXFeatures.C: check release date when loading jurabib.
 
-2004-07-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxserver.C (startPipe): call register_socket_callback
        (endPipe): call unregister_socket_callback
 
-2004-07-21  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
        (LyXServerSocket): register the callback
        * text.C (getWord): use Paragraph::isWord to decide what is in a
        word and what is not; fix bug 1609.
 
-2004-06-27  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * tex-strings.C: add "none" to string_paperpackages[], fixes
        off-by-one-error in the paperpackage selection.
        * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
        command, return early.
 
-2004-06-18  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * debug.h: add DEBUG to enum and fix size of ANY.
 
        (editXY): ditto
        (deleteEmptyParagraphMechanism): ditto
 
-2004-06-09  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
        annotations to cleanup the Makefile slightly.
        names of referenced external files
        * outputparams.h: add exportdata member.
 
-2004-05-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
        version.C-tmp
        over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
        if the citation engine has changed.
 
-2004-05-14  JosMatos  <jamatos@lyx.org>
+2004-05-14  José Matos  <jamatos@lyx.org>
 
        * buffer.C (makeDocBookFile): add a default Formal Public Identifier
        if the textclass does not provide it. Have it different for sgml and
        variable.
        * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
 
-2004-05-13  JosMatos  <jamatos@lyx.org>
+2004-05-13  José Matos  <jamatos@lyx.org>
 
        * converter.h:
        * converter.C (Converter, readFlags): add xml member.
        * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
        * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
 
-2004-04-08  Andr�P�itz  <poenitz@gmx.net>
+2004-04-08  André Pönitz  <poenitz@gmx.net>
 
        * metricsinfo.h: remove PainterInfo::width member
 
 
        * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
 
-2004-04-07  Andr�P�itz  <poenitz@gmx.net>
+2004-04-07  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch] (selClear, adjust): remove math
 
        * text2.C:
        * text3.C: adjust
 
-2004-04-05  Andr�P�itz  <poenitz@gmx.net>
+2004-04-05  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch] (valign, halign...): remove unneeded functions
 
        * BufferView_pimpl.C:
        * CutAndPaste.C: adjust
 
-2004-03-29  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * buffer.C: increment file format to 232.
        * LaTeXFeatures.C: add bibtopic package.
        (getMasterBuffer): new method. Returns the main document in the
        case where one is using included documents.
 
-2004-03-25  Andr�P�itz  <poenitz@gmx.net>
+2004-03-25  André Pönitz  <poenitz@gmx.net>
 
        * Makefile.am:
        * iterators.[Ch]:
 
        * tabular.C (TeXRow): crash fix (from Kayvan and Andr�
 
-2004-03-19  Andr�P�itz  <poenitz@gmx.net>
+2004-03-19  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch] (reset): take main text inset as argument
 
        * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
        bogus "rebuild cursor" code
 
-2004-03-11  Andr�P�itz  <poenitz@gmx.net>
+2004-03-11  André Pönitz  <poenitz@gmx.net>
 
        * buffer.[Ch]: use InsetText instead of LyXText as container for
        the main lyx text.
 
        * text3.C: fix bug in mathDispatch
 
-2004-03-08  Andr�P�itz  <poenitz@gmx.net>
+2004-03-08  André Pönitz  <poenitz@gmx.net>
 
        * undo.[Ch]: use 'StableDocumentIterator' as base for
        the Undo struct.
 
-2004-03-07  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * LaTeXFeatures.C:
        * bufferparams.[Ch]: add jurabib support and param.
 
        * LaTeX.C: add FIXME/comment.
 
-2004-03-05  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * buffer.C: increment file format to 230.
 
 
        * text.C (rowBreakPoint): fix breaking before displayed insets
 
-2004-03-01  Andr�P�itz  <poenitz@gmx.net>
+2004-03-01  André Pönitz  <poenitz@gmx.net>
 
        * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
 
 
        * text.C (rowBreakPoint): fix a bug showing with very large insets
 
-2004-02-25  Andr�P�itz  <poenitz@gmx.net>
+2004-02-25  André Pönitz  <poenitz@gmx.net>
 
        * text3.C:
        * cursor.[Ch]: move some mathed specific code to mathed
        * paragraph.[Ch] (isMultiLingual): make const
        * cursor.[Ch] (openable): make const
 
-2004-02-20  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
 
-2004-02-20  Andr�P�itz  <poenitz@gmx.net>
+2004-02-20  André Pönitz  <poenitz@gmx.net>
 
        * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
 
        * text2.C:
        * text3.C:  streamlines the LyXText cursor movement handlers a bit.
 
-2004-02-20  Andr�P�itz  <poenitz@gmx.net>
+2004-02-20  André Pönitz  <poenitz@gmx.net>
 
        * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
 
        (cursorDown): adjust
        * text3.C (dispatch): adjust
 
-2004-02-16  Andr�P�itz  <poenitz@gmx.net>
+2004-02-16  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
          insets/ChangeLog)
        * text2.C (cursorUp, cursorDown): fix coords
        (moveUp): fix crash
 
-2004-02-12  Andr�P�itz  <poenitz@gmx.net>
+2004-02-12  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * text.C:
        * BufferView.C:
        * BufferView_pimpl.C: adjust
 
-2004-02-11  Andr�P�itz  <poenitz@gmx.net>
+2004-02-11  André Pönitz  <poenitz@gmx.net>
 
        * lyxfunc.C:
        * BufferView.[Ch]:
 
        * rowpainter.C: fix excessive drawing
 
-2004-02-06  Andr�P�itz  <poenitz@gmx.net>
+2004-02-06  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]:
 
        * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
 
-2004-02-04  Andr�P�itz  <poenitz@gmx.net>
+2004-02-04  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch] (insertInset):
        * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
        * lyxfunc.C (dispatch): call BufferView::dispatch if the event
        wasn't catched by LCursor::dispatch
 
-2004-02-03  Andr�P�itz  <poenitz@gmx.net>
+2004-02-03  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * cursor.[Ch]: some additional asserts
 
        * lyxfind.C (find): fix argument order in call to ::find
 
-2004-02-02  Andr�P�itz  <poenitz@gmx.net>
+2004-02-02  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch]: remove direct access to anchor
 
        * iterators.C (lockPath): add a missing slice
        * undo.C (performUndoOrRedo): remove redundant positioning code
 
-2004-02-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * vc-backend.C (scanMaster): ";" -> ';'
 
-2004-01-31  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
        std::binary_function
        (hasMenu): use it, and make function const
        (hasSubmenu): use nested bind to get rid of compare_memfun.
 
-2004-01-30  Andr�P�itz  <poenitz@gmx.net>
+2004-01-30  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * cursor.C:
        * text3.C: move some of the edit(x,y) handling to the insets
        some coordinate changes.
 
-2004-01-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text.C: add using statements for std::advance and std::distance
 
 
        * BufferView.C: add using statements for std::distance and std::swap
 
-2004-01-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * iterators.C: Remove the pimple, move the needed structures to
        the header file. Create accessor for the positions stack.
        (setFrom): new function
        (operator!=): inline it
 
-2004-01-26  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfind.C (replaceAll): use std::advance
 
        * PosIterator.C (advance, distance): remove
        * PosIterator.h: interit from std::iterator.
 
-2004-01-26  Andr�P�itz  <poenitz@gmx.net>
+2004-01-26  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]:
        * LaTeXFeatures.h: add nice_ and nice() const
        * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
 
-2004-01-20  Andr�P�itz  <poenitz@gmx.net>
+2004-01-20  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.C:
        * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
          LCursor and mathcursor parts to LCursor and InsetBase.
 
-2004-01-15  Andr�P�itz  <poenitz@gmx.net>
+2004-01-15  André Pönitz  <poenitz@gmx.net>
 
        * cursor_slice.[Ch]: add a few covienience functions
 
        * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
        * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
 
-2004-01-13  Andr�P�itz  <poenitz@gmx.net>
+2004-01-13  André Pönitz  <poenitz@gmx.net>
 
        * textcursor.[Ch]:
        * lyxtext.h: hide cursor and selection anchor behind accessor function
        * lyxfunc.C (menuNew, open, doImport):
        FileFilterList change to the FileDialog open and save functions.
 
-2004-01-07  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ShareContainer.h: make isEqual and isUnique adaptable
 
 
        * text.C (breakParagraph): remove an outdated #warning
 
-2004-01-07  Andr�P�itz  <poenitz@gmx.net>
+2004-01-07  André Pönitz  <poenitz@gmx.net>
 
        * lyxfind.C: somewhat clearer logic
 
        * lyxcursor.[Ch] (operator>): add
        * textcursor.C (selStart, selEnd): use std::min and std::max
 
-2004-01-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Chktex.C: include boost/format.hpp
 
-2004-01-05  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * InsetList.C: replace functor MathcIt with adaptable functor
        InsetTablePosLess
        * output_docbook.C: moving LatexParam functionality into
        .layout files
 
-2003-12-29  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * buffer.C: increment format to 229.
 
 
        * buffer.C: up the format to 228.
 
-2003-12-15  Andr�P�itz  <poenitz@gmx.net>
+2003-12-15  André Pönitz  <poenitz@gmx.net>
 
        * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
        slices
        * factory.C (createInset, readInset): changes due to altered
        InsetBranch c-tor.
 
-2003-12-14  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * factory.C:
        * lyxfunc.C: remove insetminipage. "minipage-insert"
        "vclog" explicitly, passing the appropriate "<logtype> <filename>"
        data to the re-worked "log" dialog.
 
-2003-12-03  Andr�P�itz  <poenitz@gmx.net>
+2003-12-03  André Pönitz  <poenitz@gmx.net>
 
        * PosIterator.C:
        * iterators.C:
        * text.C:
        * text2.C: use Inset::getText instead of Inset::getParagraph
 
-2003-12-03  Andr�P�itz  <poenitz@gmx.net>
+2003-12-03  André Pönitz  <poenitz@gmx.net>
 
        * buffer.[Ch]:
        * lyxtext.h:
        the stream's bad() function rather than fail() as the std::streams
        would do.
 
-2003-12-02  Andr�P�itz  <poenitz@gmx.net>
+2003-12-02  André Pönitz  <poenitz@gmx.net>
 
        * lyxlex.[Ch]: make interface more similar to std::stream
 
 
        * vspace.[Ch]: remove VSpace::NONE
 
-2003-12-01  Andr�P�itz  <poenitz@gmx.net>
+2003-12-01  André Pönitz  <poenitz@gmx.net>
 
        * buffer.[Ch]:
        * lyxtext.h: move ParagraphList member to LyXText
 
        * BranchList.C: fix setSelected() method.
 
-2003-11-28  Andr�P�itz  <poenitz@gmx.net>
+2003-11-28  André Pönitz  <poenitz@gmx.net>
 
        * ParagraphParameters.[Ch]:
        * ParameterStruct.h: remove space above/below from Paragraph to
 
        * factory.C: Syntax change for CharStyles
 
-2003-11-28  Andr�P�itz  <poenitz@gmx.net>
+2003-11-28  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView.[Ch]:
        * buffer.[Ch]:
        * buffer.[Ch]: move LyXText member
 
-2003-11-28  Andr�P�itz  <poenitz@gmx.net>
+2003-11-28  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]: make LyXText * text a private member
 
        * src/text2.C: Introducing a number of tags parametrizing various
        XML formats that we may want to support
 
-2003-11-25  Andr�P�itz  <poenitz@gmx.net>
+2003-11-25  André Pönitz  <poenitz@gmx.net>
 
        * InsetList.[Ch] (begein, end): inline as suggested by profiler
 
 
        * lyxfind.C (findNextChange): remove unneeded bv->text->init call
 
-2003-11-24  Andr�P�itz  <poenitz@gmx.net>
+2003-11-24  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.C: simplification
 
        * converter.C (convert): fix a crash: this function gets
        called with buffer == 0 from importer code.
 
-2003-11-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (cursorPrevious): make sure that we do not compare
        iterators form different containers.
        * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
        instead of a Bufferview pointer
 
-2003-11-21  Andr�P�itz  <poenitz@gmx.net>
+2003-11-21  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.C: simplification
 
        * text3.C: Fix the insertion and modification of button-style
        insets
 
-2003-11-13  Andr�P�itz  <poenitz@gmx.net>
+2003-11-13  André Pönitz  <poenitz@gmx.net>
 
        * InsetList.[Ch]: remove deleteLyXText
 
        * bufferview_funcs.C (put_selection_at):
        * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
 
-2003-11-11  Andr�P�itz  <poenitz@gmx.net>
+2003-11-11  André Pönitz  <poenitz@gmx.net>
 
        * text.C: remove big comment on invalid Paragraph pointers as it is
        not valid anymore
 
-2003-11-11  Andr�P�itz  <poenitz@gmx.net>
+2003-11-11  André Pönitz  <poenitz@gmx.net>
 
        * text_funcs.[Ch]: merge with ...
 
        * BufferView_pimpl.C (fitCursor): new simplistic code
        (workAreaDispatch): add a fitCursor call
 
-2003-11-10  Andr�P�itz  <poenitz@gmx.net>
+2003-11-10  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]: merge update() and updateInset()
 
-2003-11-10  Andr�P�itz  <poenitz@gmx.net>
+2003-11-10  André Pönitz  <poenitz@gmx.net>
 
        * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
        LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
        * output.h:
        * output_docbook.h: add #include statements
 
-2003-11-05  JosMatos  <jamatos@lyx.org>
+2003-11-05  José Matos  <jamatos@lyx.org>
 
        * output_docbook.[Ch]:
        * output_latex.[Ch]:
        * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
        nestings
 
-2003-11-04  Andr�P�itz  <poenitz@gmx.net>
+2003-11-04  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch]: restructure
 
        * lyxtext.h:
        * text.C: remove dead spellcheck code
 
-2003-11-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * dispatchresult.h: add a val setter
 
 
        * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
 
-2003-11-03  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (dispatch): adjust for new DisptchResult semantics.
 
 
        * cursor.C (dispatch): don't handle update here
 
-2003-11-03  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * trans_mgr.h: store t1_ and t2_ in scoped_ptr
        * trans_mgr.C: adjust
 
        * MenuBackend.C (expandToc): exception safety.
 
-2003-11-03  Andr�P�itz  <poenitz@gmx.net>
+2003-11-03  André Pönitz  <poenitz@gmx.net>
 
        * buffer.C:
        * buffer.h:
        * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
        * PosIterator.[Ch]: added
 
-2003-11-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C:
        * lyxfunc.C:
        DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
        contructor, add a class function dispatched. Remove operator>=
 
-2003-11-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * debug.C: only use the default constructor for debugstream
        (lyxerr) here.
        * main.C (main): include debug.h and setup the lyxerr streambuf
        here.
 
-2003-10-31  JosMatos  <jamatos@lyx.org>
+2003-10-31  José Matos  <jamatos@lyx.org>
 
        * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
 
        * exporter.C (Export): change call accordingly.
 
        * latexrunparams.h: add new member to take care of the other backends.
-2003-10-30  JosMatos  <jamatos@lyx.org>
+2003-10-30  José Matos  <jamatos@lyx.org>
 
        * buffer.C (makeLinuxDocFile, makeDocBookFile):
        * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
        * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
        move functions.
 
-2003-10-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (dispatch):
        * lyxfunc.C (dispatch):
        * sgml.[Ch]:
        * buffer.C: small refactoring of docbook stuff
 
-2003-10-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
        meaning.
 
-2003-10-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
        operator dispatch_result_t, and operators for == != and >=
 
        * BufferView_pimpl.C (dispatch): dont implicit covert to bool
 
-2003-10-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C:
        * text2.C:
 
        * text.C (rowBreakPoint): put a hack inside #if 0
 
-2003-10-28  Andr�P�itz  <poenitz@gmx.net>
+2003-10-28  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * metricsinfo.C:
 
        * lyxfunc.C (dispatch): small fix to toc navigation inside branches
 
-2003-10-27  Andr�P�itz  <poenitz@gmx.net>
+2003-10-27  André Pönitz  <poenitz@gmx.net>
 
        * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
 
 
        * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
 
-2003-10-23  Andr�P�itz  <poenitz@gmx.net>
+2003-10-23  André Pönitz  <poenitz@gmx.net>
 
        * RowList_fwd.h: change list<> to vector<> to gain speed
        after suggestion from Alfredo
        * text2.C: and here
        * Bidi.[Ch]: ... to here
 
-2003-10-23  Andr�P�itz  <poenitz@gmx.net>
+2003-10-23  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * text.C (isLastRow, isFirstRow): new functions
 
        * toc.C: fix 'unused' warning
 
-2003-10-23  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
        when woring with stream::pos_type
        * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
 
-2003-10-22  Andr�P�itz  <poenitz@gmx.net>
+2003-10-22  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * text.C: use Row & instead of RowList::iterator
        * text.C: fixed an "oops" in the "is a bit silly"
        bug fix
 
-2003-10-21  Andr�P�itz  <poenitz@gmx.net>
+2003-10-21  André Pönitz  <poenitz@gmx.net>
 
        * FuncStatus.[Ch]: small stuff, whitespace
 
 
        * text3.C: fix one crash due to wrong cursor def
 
-2003-10-17  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * vc-backend.C (scanMaster): make the regex static
 
 
        * lyxsocket.C: include <cerrno>
 
-2003-10-17  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunc.C (dispatch): remove textcache stuff
 
        (resizeCurrentBuffer): remove texcache stuff
        (workAreaResize): ditto
 
-2003-10-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
        action.
 
-2003-10-16  Andr�P�itz  <poenitz@gmx.net>
+2003-10-16  André Pönitz  <poenitz@gmx.net>
 
        * lyxrow.[Ch]:
        * paragraph.h:
        * text3.C: speed up by storing y positions per paragraph plus per-row
        offset instead of having a 'full' y position in the row.
 
-2003-10-15  Andr�P�itz  <poenitz@gmx.net>
+2003-10-15  André Pönitz  <poenitz@gmx.net>
 
        * iterators.[Ch]:
        * iterators.[Ch]:
        * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
        static function. Access through LyX::cref().emergencyCleanup().
 
-2003-10-14  Andr�P�itz  <poenitz@gmx.net>
+2003-10-14  André Pönitz  <poenitz@gmx.net>
 
        * iterators.[Ch]: new direct access to innermost LyXText and Inset
 
 
        * lyx_main.C (error_handler): handle SIGPIPE.
 
-2003-10-13  Andr�P�itz  <poenitz@gmx.net>
+2003-10-13  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * lyxtext.h:
          ParagraphList::iterators to prevent multiple conversion
          (and get a more robust interface)
 
-2003-10-13  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunc.C (dispatch): RESULT -> dispatch_result
        * lyxtext.h: ditto
        * text3.C (dispatch): ditto
 
-2003-10-13  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * LaTeX.C (handleFoundFile): move the static to smaller scope,
        move the onlyfile, use onlyfile instead of foundfile in a couple
 
        * DepTable.C (update): flush the error stream a bit more
 
-2003-10-13  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxserver.C (callback): adjust
 
        (ensureBufferClean): reindent
        (dispatch): delete version taking a string
 
-2003-10-11  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * LaTeX.C (deplog): move found file handlig from here...
        (handleFoundFile): .. to new function here.
        (deplog): make sure to discover several files mentioned on the
        same log line.
 
-2003-10-10  Andr�P�itz  <poenitz@gmx.net>
+2003-10-10  André Pönitz  <poenitz@gmx.net>
 
        * lyxfunc.C:
        * lyxtext.h:
        * text2.C:
        * text3.C: fix some of the tabular crashes
 
-2003-10-09  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * MenuBackend.C (binding): put debug message into Debug::KBMAP
 
        * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
 
-2003-10-09  Andr�P�itz  <poenitz@gmx.net>
+2003-10-09  André Pönitz  <poenitz@gmx.net>
 
        * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
 
        * textcursor.[Ch]:
        * undo_funcs.C: adjust
 
-2003-10-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (incrementItemDepth): new function, use a backtracking
        algorithm to discover the correct item depth.
        * paragraph.h: get rid of enumdepth, and use itemdepth both for
        enumerate and itemize. Change the type of itemdepth to signed char.
 
-2003-10-08  Andr�P�itz  <poenitz@gmx.net>
+2003-10-08  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
          thing assignable.
 
        * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
 
-2003-10-07  Jrgen Spitzmller <j.spitzmueller@gmx.de>
+2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
 
        * aspell.C:
        * aspell_local.h: add forgotten std::string's.
 
        * LColor.h: Add missing #include <string>.
 
-2003-10-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * All most all file in all subdirs: Make <string> be the prefered
        way of getting to std::string, add using declarations.
 
-2003-10-06  Andr�P�itz  <poenitz@gmx.net>
+2003-10-06  André Pönitz  <poenitz@gmx.net>
 
        * metricsinfo.C: initialize LyXFont before changing attribute.
        (fixes the 'math in \emph is upright' bug)
 
-2003-10-06  Andr�P�itz  <poenitz@gmx.net>
+2003-10-06  André Pönitz  <poenitz@gmx.net>
 
        * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
 
        * graph.C:
        * paragraph_pimpl.C: Small fixes to build using STLport
 
-2003-10-02  Andr�P�itz  <poenitz@gmx.net>
+2003-10-02  André Pönitz  <poenitz@gmx.net>
 
        * lyxfunc.C:
        * text3.C: move handling of LFUN_DEPTH *; fix #1360
 
-2003-10-01  Andr�P�itz  <poenitz@gmx.net>
+2003-10-01  André Pönitz  <poenitz@gmx.net>
 
        * factory.C: assert early
 
-2003-09-26  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyx_main.C: remove the global debug object
 
 
        * factory.C: bug fix in branches
 
-2003-09-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunc.C (processKeySym): adjust
        (dispatch): adjust
        (getActionName): take kb_action as arg, simplify
        (funcHasFlag): add an assert, simplify.
 
-2003-09-21  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * toc.C (action): return a FuncRequest, simplify
 
        * BufferView.C: remove more locking stuff that apparently doesn't
        do anything sensible.
 
-2003-09-16  Andr�P�itz  <poenitz@gmx.net>
+2003-09-16  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.[Ch]:
        * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
        * rowpainter.C:
        * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
 
-2003-09-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * main.C:
        * lyx_main.C:
 
        * .cvsignore: add lyx-gtk.
 
-2003-09-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Chktex.C
        * LaTeX.C
        * CutAndPaste.C (pasteSelection): remove an outdated #warning
        * text.C (updateRowPositions): remove an unusual nop
 
-2003-09-12  Andr�P�itz  <poenitz@gmx.net>
+2003-09-12  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * Bullet.C:
        134 files throughtout the source tree: replace 'using namespace abc;'
        directives with the appropriate 'using abc::xyz;' declarations.
 
-2003-09-09  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * boost.C (emergencyCleanup): moved here from LAssert.c
        (assertion_failed): new function, called by BOOST_ASSERT
 
        * debug.[Ch]: add a new EXTERNAL tag.
 
-2003-09-04  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * text2.C (cursorEnd): simplify
        (setCursor): adjust
        up the dialogs. Cursor has to be in front of the inset (i.e.
        start of row) for this to function.
 
-2003-09-04  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * bufferview_funcs.C (currentState): output row information
 
-2003-09-04  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * bufferview_funcs.C (currentState): output paragraph position
 
 
        * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
 
-2003-09-03  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunc.C (dispatch): if fitCursor did something be sure to
        update
        * text2.C: simplification of cursorEnd(), including partial
        fix for bug 1376
 
-2003-09-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C (readFile): add a space
 
 
        * BufferView_pimpl.C (update): remove bogus fitCursor() call
 
-2003-09-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C (readFile): new function, take a filename and a
        ParagraphList::iterator
 
        * Makefile.am: fix dist (from Kayvan)
 
-2003-08-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * most files: change to use const Buffer refs
 
-2003-08-27  Andr�P�itz  <poenitz@gmx.net>
+2003-08-27  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]: remove getParentText, implement getParentLanguage
        on top of ownerPar().
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
 
-2003-08-26  Andr�P�itz  <poenitz@gmx.net>
+2003-08-26  André Pönitz  <poenitz@gmx.net>
 
        * paragraph_func.[Ch] (outerPar): new function
 
        * *.[Ch]: clean-up of licence and author blurbs.
        Also move config.h out of a few .h files and into a few .C files.
 
-2003-08-22  Andr�P�itz  <poenitz@gmx.net>
+2003-08-22  André Pönitz  <poenitz@gmx.net>
 
        * lyxrow.[Ch]: add x_ and *fill_ members
 
        * rowpainter.C:
        * text2.C: adjust/remove prepareToPrint() calls
 
-2003-08-22  Andr�P�itz  <poenitz@gmx.net>
+2003-08-22  André Pönitz  <poenitz@gmx.net>
 
        * lyxrow.[Ch]: add  end_ member
 
        * text.C (redoParagraph): simplify row breaking logic
 
 
-2003-08-19  Andr�P�itz  <poenitz@gmx.net>
+2003-08-19  André Pönitz  <poenitz@gmx.net>
 
        * funcrequest.C: initialize button_ member
 
        * text3.C:
        * rowpainter.[Ch]: interface consolidation
 
-2003-08-18  Andr�P�itz  <poenitz@gmx.net>
+2003-08-18  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * BufferView_pimpl.C:
 
        * BufferView_pimpl.C: compile fix
 
-2003-08-15  Andr�P�itz  <poenitz@gmx.net>
+2003-08-15  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.C: remove extra metrics calls
 
        * text.C:
        * text2.C: adjust
 
-2003-08-15  Andr�P�itz  <poenitz@gmx.net>
+2003-08-15  André Pönitz  <poenitz@gmx.net>
 
        * lyxrow_funcs.[Ch]:
        * lyxtext.h:
        rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
        rename VALIGN_CENTER to VALIGN_MIDDLE
 
-2003-08-11  Andr�P�itz  <poenitz@gmx.net>
+2003-08-11  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h (getPar):
        * text.C: new function
 
-2003-08-11  Andr�P�itz  <poenitz@gmx.net>
+2003-08-11  André Pönitz  <poenitz@gmx.net>
 
        * Makefile.am:
        * tracer.[Ch]: remove unneeded files
        * rowpainter.C:
        * tabular.C: adjust after text & InsetList changes.
 
-2003-08-08  Andr�P�itz  <poenitz@gmx.net>
+2003-08-08  André Pönitz  <poenitz@gmx.net>
 
        * text.C (insertChar, backspace): replace rowlist fiddling
        with rebreak of full par
        * text.C (breakAgainOneRow, redoHeightOfParagraph,
        checkParagraph, updateInset): removed
 
-2003-08-07  Andr�P�itz  <poenitz@gmx.net>
+2003-08-07  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.C:
        * text3.C: merge some LFUN handlers, remove dead code
        LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
        that are no mouse related.
 
-2003-08-05  Andr�P�itz  <poenitz@gmx.net>
+2003-08-05  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]:
 
        * textcursor.[Ch] (last_sel_cursor): remove unused member
 
-2003-08-04  Andr�P�itz  <poenitz@gmx.net>
+2003-08-04  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]:
        lyx-xforms can be built (according to --with-frontend). Then lyx
        is a symbolic link to lyx-[firstfrontend]
 
-2003-08-02  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * Always use std::endl with lyxerr
 
-2003-08-01  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
 
-2003-08-01  Andr�P�itz  <poenitz@gmx.net>
+2003-08-01  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]:
        * lyxfunc.C:
        * text3.C: merge BufferView::repaint() and BufferView::update()
 
-2003-08-01  JosMatos  <jamatos@lyx.org>
+2003-08-01  José Matos  <jamatos@lyx.org>
 
        * buffer.[Ch]: file_format is no longer a buffer data element.
 
-2003-08-01  Andr�P�itz  <poenitz@gmx.net>
+2003-08-01  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * lyxtext.h:
        * text.C:
        * text2.C: remove unneeded members
 
-2003-07-30  Andr�P�itz  <poenitz@gmx.net>
+2003-07-30  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
 
 
        * LColor.[Ch]: Add comment and greyedout logical colors.
 
-2003-07-30  Andr�P�itz  <poenitz@gmx.net>
+2003-07-30  André Pönitz  <poenitz@gmx.net>
 
        * tabular.C: don't use Assert too heavily. This crashes where it
          shouldn't
 
        * LaTeXFeatures.C:
        * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
-       greyedout. Patch provided by Jrgen Spitzmller.
+       greyedout. Patch provided by Jürgen Spitzmüller.
 
 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        certainly does not do what it purports to do. I am doing it, and
        us, a favour by killing it.
 
-2003-07-28  JosMatos  <jamatos@lyx.org>
+2003-07-28  José Matos  <jamatos@lyx.org>
 
        * buffer.C (readBody, do_writeFile):
        * paragraph.C(readParagraph): \end_document replaces \the_end.
 
-2003-07-29  Andr�P�itz  <poenitz@gmx.net>
+2003-07-29  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.[Ch]:
        * BufferView_pimpl.[Ch]:
        * text3.C:
        * textcursor.[Ch]: remove toggleToggle & Co
 
-2003-07-28  JosMatos  <jamatos@fep.up.pt>
+2003-07-28  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (readParagraph):
        * params_func (readParToken, readParagraph):
        * paragraph.C (write): \layout -> \begin_layout.
 
-2003-07-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxlex_pimpl.C (setFile): clean up slightly.
 
        * tabular.C (write_attribute): add a template-based version to
        write enums properly
 
-2003-07-28  Andr�P�itz  <poenitz@gmx.net>
+2003-07-28  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * text.C:
        * text2.C:
        * text3.C: use doubles again for x-coordinates. They are needed.
 
-2003-07-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.C (getLocaleDir): use lyx_localedir()
 
 
        * Makefile.am (lyx_LDADD): add -lz
 
-2003-07-28  JosMatos  <jamatos@fep.up.pt>
+2003-07-28  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C: increment file format.
        * paragraph_funcs (readParagraph, readParToken):
        * lyx_main.C (init): remove all Jean-Marc's magic setting of
        system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
 
-2003-07-26  Andr�P�itz  <poenitz@gmx.net>
+2003-07-26  André Pönitz  <poenitz@gmx.net>
 
        * paragraph_func.[Ch]:
        * paragraph.C (realizeFont): inline it whereever it is used
        * text3.C: remove Buffer * parameter from a bunch of get*Font functions
 
 
-2003-07-26  Andr�P�itz  <poenitz@gmx.net>
+2003-07-26  André Pönitz  <poenitz@gmx.net>
 
        *       lyxtext.h:
        * text.C:
        * text2.C: get rid of LyXText::need_break_row
 
-2003-07-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * toc.[Ch]: put namespace toc inside namespace lyx
 
        * BufferView_pimpl.C (trackChanges): adjust for lyx::find
        (dispatch): ditto
 
-2003-07-26  Andr�P�itz  <poenitz@gmx.net>
+2003-07-26  André Pönitz  <poenitz@gmx.net>
 
        * text.C (setHeightOfRow): restrict scope of temporary variable
 
 
        * lyxrc.C: declare extern displayTranslator
 
-2003-07-27  JosMatos  <jamatos@fep.up.pt>
+2003-07-27  José Matos  <jamatos@fep.up.pt>
 
        * tabular.[Ch] (linuxdoc): add support for tables and figures
        (linuxdoc).
 
-2003-07-27  JosMatos  <jamatos@fep.up.pt>
+2003-07-27  José Matos  <jamatos@fep.up.pt>
 
        * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
        consistency in both functions.
        * lyx_main.[Ch]: replace occurances of system_tempdir with
        os::getTmpDir().
 
-2003-07-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * rename Inset to InsetOld
 
        crashes sometimes with undo in the first paragraph, but I'm fairly
        confident that this is a compiler bug.
 
-2003-07-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.C (Paragraph): adjust for new clone return type
        (operator==): ditto
        * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
        rather than the grfx shortcut.
 
-2003-07-21  Andr�P�itz  <poenitz@gmx.net>
+2003-07-21  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.C: remove unused variables
 
 
        * author.h: pass references, not values
 
-2003-07-18  Andr�P�itz  <poenitz@gmx.net>
+2003-07-18  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * metricsinfo.C:
        (dvipdfm_options): moved to anon namespace
        * bufferparams.[Ch]: added above functions.
 
-2003-07-17  Andr�P�itz  <poenitz@gmx.net>
+2003-07-17  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * rowpainter.C:
 
        * metricsinfo.[Ch]: add convenience constructor
 
-2003-07-16  Andr�P�itz  <poenitz@gmx.net>
+2003-07-16  André Pönitz  <poenitz@gmx.net>
 
        * lyxcursor.[Ch]:
        * lyxfunc.[Ch]:
 
        * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
 
-2003-07-15  Andr�P�itz  <poenitz@gmx.net>
+2003-07-15  André Pönitz  <poenitz@gmx.net>
 
        * text.C:
        * text2.C: remove no more needed refresh_row
 
-2003-07-15  Andr�P�itz  <poenitz@gmx.net>
+2003-07-15  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h:
        * rowpainter.C:
        * text3.C: use it to delete selections in some cases
        (bugs 441, 673, 702, 954).
 
-2003-07-14  Andr�P�itz  <poenitz@gmx.net>
+2003-07-14  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.[Ch]: reduce interface
 
-2003-07-14  Andr�P�itz  <poenitz@gmx.net>
+2003-07-14  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * text2.C: adjust after removing unused BufferView * argument
        * paragraph.C: removed outdated comments
        * text.C: ws
 
-2003-07-10  Andr�P�itz  <poenitz@gmx.net>
+2003-07-10  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * tabular.h:
        * paragraph_funcs.C:
        * text2.C: use buffer signals
 
-2003-07-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * introduce namespace lyx::graphics
 
-2003-07-02  Andr�P�itz  <poenitz@gmx.net>
+2003-07-02  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
 
-2003-07-01  Andr�P�itz  <poenitz@gmx.net>
+2003-07-01  André Pönitz  <poenitz@gmx.net>
 
        * text.C:
        * text2.C:
        * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
          text*.C to text_func.C
 
-2003-07-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * introduce namespace lyx::support
 
-2003-06-30  Andr�P�itz  <poenitz@gmx.net>
+2003-06-30  André Pönitz  <poenitz@gmx.net>
 
        * Chktex.C:
        * funcrequest.C:
        * lyxtext.h:
        * text.C: re-enable --with-included-string
 
-2003-06-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * textcursor.C: add <config.h>
 
        * CutAndPaste.C: fix authors.
        (availableSelections): use std:: on return vector
 
-2003-06-27  Andr�P�itz  <poenitz@gmx.net>
+2003-06-27  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * bufferview_funcs.C:
        * lyx_main.C (LyX): get full path of document loaded on the
        command line
 
-2003-06-26  Andr�P�itz  <poenitz@gmx.net>
+2003-06-26  André Pönitz  <poenitz@gmx.net>
 
        * lyxcursor.[Ch]: move rarely used operator==,!= out of line
          remove unused/broken operator>,<,>=.
        * CutAndPaste.C (availableSelections): small compilation fix for
        ancient (gcc 2.9x) compilers
 
-2003-06-18  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (cursorNext): add tmp var
 
        * CutAndPaste.C (availableSelections): potentially check all
        paragraphs in a cut to fill the shown strings.
 
-2003-06-18  Andr�P�itz  <poenitz@gmx.net>
+2003-06-18  André Pönitz  <poenitz@gmx.net>
 
        * kbmap.[Ch]: use vector<> instead of list<>
 
-2003-06-17  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * text3.C (dispatch): handle arg to LFUN_PASTE, call
        pasteSelection with index
        LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
        LFUN_DELETE_SKIP on a selection selection
 
-2003-06-16  Andr�P�itz  <poenitz@gmx.net>
+2003-06-16  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * buffer.C:
        * paragraph.C:
        * tabular.[Ch]: IU of clone() and getLabelList();
 
-2003-06-13  Andr�P�itz  <poenitz@gmx.net>
+2003-06-13  André Pönitz  <poenitz@gmx.net>
 
        * tabular.h: compactification
 
-2003-06-12  Andr�P�itz  <poenitz@gmx.net>
+2003-06-12  André Pönitz  <poenitz@gmx.net>
 
        * tabular.C:
        * tabular.h:
        * tabular_funcs.h: some renaming plus whitespace
 
-2003-06-12  Andr�P�itz  <poenitz@gmx.net>
+2003-06-12  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * BufferView_pimpl.C:
 
        * lyxfunc.C (dispatch): invoke it.
 
-2003-06-11  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * main.C: protect <ios> with HAVE_IOS
        (main): protect sync_with_stdio with HAVE_IOS
 
-2003-06-10  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * text2.C (cutSelection): adjust
        (pasteSelection): adjust
        * paragraph.C: allow InsetERT to freely space lines,
        and some consolidation of code
 
-2003-06-06  JosMatos  <jamatos@fep.up.pt>
+2003-06-06  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (makeDocBookFile): fix bug #821
 
 
        * buffer.C: bump format to 224.
 
-2003-06-05  Andr�P�itz  <poenitz@gmx.net>
+2003-06-05  André Pönitz  <poenitz@gmx.net>
 
        * text2.C (redoParagraphs): remove two const_cast<>
 
-2003-06-04  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * ParagraphList.h: remove last remnants of NO_STD_LIST
 
        * factory.C (createInset): small change to the way InsetExternal's params
        are set.
 
-2003-06-04  Andr�P�itz  <poenitz@gmx.net>
+2003-06-04  André Pönitz  <poenitz@gmx.net>
 
        * buffer.h: use Undo directly instead of shared_ptr<Undo>
 
 2003-06-01  John Levon  <levon@movementarian.org>
 
        * text3.C: use a proper cut/paste when doing inset
-       insert (from Jrgen Spitzmller)
+       insert (from Jürgen Spitzmüller)
 
 2003-06-01  John Levon  <levon@movementarian.org>
 
        * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
 
-2003-05-30  Andr�P�itz  <poenitz@gmx.net>
+2003-05-30  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.C: unify second drawing phase
 
-2003-05-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * trans_mgr.C: remove one case of current_view
 
 
        * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
 
-2003-05-28  Andr�P�itz  <poenitz@gmx.net>
+2003-05-28  André Pönitz  <poenitz@gmx.net>
 
        * metricsinfo.[Ch]: remove 'fullredraw' member
 
-2003-05-28  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * lyxtextclass.C (operator): remove caching.
 
-2003-05-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C: adjust
 
 
        * BufferView_pimpl.C (resizeCurrentBuffer): adjust
 
-2003-05-27  Andr�P�itz  <poenitz@gmx.net>
+2003-05-27  André Pönitz  <poenitz@gmx.net>
 
        * dimension.[Ch]: a -> asc, d -> des, w -> wid
 
 
        * LyXAction.C: LFUN_ESCAPE should be ReadOnly
 
-2003-05-26  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * remove same_id from function signatures, adjust.
 
-2003-05-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C (createUndo): use the id functions directly, adjust.
 
        * ParagraphList.C (insert): adjust
        (push_back): adjust
 
-2003-05-24  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph_funcs.C (breakParagraph): adjust
        (breakParagraphConservative): adjust
        * LaTeXFeatures.[Ch] (useBabel): new method.
        * bufferparams.C (writeLaTeX): use it.
 
-2003-05-23  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.h (set): remove unused function.
 
-2003-05-23  Andr�P�itz  <poenitz@gmx.net>
+2003-05-23  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * BufferView_pimpl.C:
        * paragraph.C (simpleTeXOnePar): ditto.
        * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
 
-2003-05-23  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C (textHandleUndo): comment out next/previous stuff
        (createUndo): ditto
        * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
        a fragile parameter as the data is stored in runparams.fragile.
 
-2003-05-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.C (Paragraph): initialize next_par_ and prev_par_
 
        * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
        pass around a LatexRunParams parameter.
 
-2003-05-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.[Ch]: remove unused constructor
 
        * ParagraphList.C (erase): new function, taking two iterators
 
-2003-05-22  Andr�P�itz  <poenitz@gmx.net>
+2003-05-22  André Pönitz  <poenitz@gmx.net>
 
        * undo_funcs.C: remove duplicated code
 
        * iterator.[Ch]: operator=
 
-2003-05-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * tabular.C (SetMultiColumn): ws changes
 
 
        * BufferView.C (ChangeInsets): simplify slightly.
 
-2003-05-20  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * LyXAction.C: new lfun space-insert, kill protected-space-insert
        * lfuns.h: new LFUN_SPACE
        * text3.C:
        * factory.C: handle new space insets
 
-2003-05-22  Andr�P�itz  <poenitz@gmx.net>
+2003-05-22  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * BufferView_pimpl.C:
 
        * iterators.[Ch]: add two const's
 
-2003-05-21  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * toc.C (getTocList): adjust
 
        * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
        instead
 
-2003-05-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am: ensure that lyx is relinked upon changes to the
        various "convenience" libs.
 
        * gettext.[Ch]: remove "char const * _(char const *)".
 
-2003-05-19  Andr�P�itz  <poenitz@gmx.net>
+2003-05-19  André Pönitz  <poenitz@gmx.net>
 
        * dimension.[Ch]: promote from mathed/dimension.[Ch]
 
        * lyxlex.h:
        * paragraph_funcs.C: dimensions() instead of ascend/descend/width
 
-2003-05-19  Andr�P�itz  <poenitz@gmx.net>
+2003-05-19  André Pönitz  <poenitz@gmx.net>
 
        * buffer.C:
        * lyxlayout.[Ch]:
 
        * ParagraphParameters.C (params2string): small bug fixed
 
-2003-05-16  Andr�P�itz  <poenitz@gmx.net>
+2003-05-16  André Pönitz  <poenitz@gmx.net>
 
        * debug.C:
        * bufferview_funcs.C: patch from Kornel Benko to prevent
          crash when _(...) is called twice in a statement
 
-2003-05-16  Andr�P�itz  <poenitz@gmx.net>
+2003-05-16  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * lyxfunc.C:
 
        * lyx_main.C (init): remove spurious static_cast
 
-2003-05-14  Andr�P�itz  <poenitz@gmx.net>
+2003-05-14  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C: fix format string
 
        * buffer.C (runChkTeX):
        * converter.C (scanLog): call showErrorList instead of inserterrors
 
-2003-05-13  Andr�P�itz  <poenitz@gmx.net>
+2003-05-13  André Pönitz  <poenitz@gmx.net>
 
        * BufferView_pimpl.C:
        * buffer.C:
        * lyxlex_pimpl.C:
        * text3.C: STRCONV()
 
-2003-05-12  Andr�P�itz  <poenitz@gmx.net>
+2003-05-12  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * BufferView_pimpl.C:
        * text3.C:  boost::format -> bformat  all over the place
 
 
-2003-05-09  Andr�P�itz  <poenitz@gmx.net>
+2003-05-09  André Pönitz  <poenitz@gmx.net>
 
        * LColor.[Ch]: Pimpl the #include <map> away
 
 
        * bufferlist.C: never remove emergency saves
 
-2003-05-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am: better lib building
 
-2003-05-07  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * texrow.[Ch]: remove dependency on Paragraph and just store a id
        instead.
        * BufferView.C (lockInset): parlist cleanup.
        (ChangeInsets): ditto
 
-2003-05-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.h: Update file header.
 
 
        * text2.C: don't cast wrap inset to float
 
-2003-05-05  Andr�P�itz  <poenitz@gmx.net>
+2003-05-05  André Pönitz  <poenitz@gmx.net>
 
        * iterator.C:
        * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
        * text.C:
        * text3.C: remove explicit cursor hides
 
-2003-05-02  Andr�P�itz  <poenitz@gmx.net>
+2003-05-02  André Pönitz  <poenitz@gmx.net>
 
        * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
 
 
        * text2.C: tiny whitespace
 
-2003-05-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C: almost only ws changes.
 
        * ParagraphList.C (splice): just return if pl is empty.
 
-2003-05-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.C (splice): new function.
 
        * CutAndPaste.C (pasteSelection): use it
 
-2003-05-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.C (pasteSelection): remove the last next and
        previous from this file.
 
-2003-05-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.C (pasteSelection): more clean up, user proper
        ParagraphList functions for pasteing.
 
        * ParagraphList.C (insert): new function, three arg insert
 
-2003-05-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.C (insert): new function, three arg insert
 
        * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
        not on paragraphs.
 
-2003-05-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
 
-2003-05-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.C (pasteSelection): remove some unneeded code.
 
-2003-05-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.C (resetOwnerAndChanges): new helper functor
        (copySelection): clean up a bit.
        ParagraphList, fix a bug on pasting multiple pars
        * text2.C: change interface to C&P
 
-2003-04-30  Andr�P�itz  <poenitz@gmx.net>
+2003-04-30  André Pönitz  <poenitz@gmx.net>
 
        * undo_func.C: revert part of yesterday's patch 2
 
 
        * LColor.C: s/tabular/table/
 
-2003-04-30  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (dispatch): do not convert iterator -> pointer
        * undo_funcs.C (setCursorParUndo): ditto
 
        * text3.C (gotoInset): YABG (yet another bad getChar)
 
-2003-04-29  Andr�P�itz  <poenitz@gmx.net>
+2003-04-29  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.h: make operator= private unimplemented as long as
          it is unusable
 
        * bufferlist.C: changes for unsaved changes dialog
 
-2003-04-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * bufferlist.C (newFile): set language (messages_) for new
        documents also.
 
        * buffer.C (readFile): ws changes only.
 
-2003-04-28  Andr�P�itz  <poenitz@gmx.net>
+2003-04-28  André Pönitz  <poenitz@gmx.net>
 
        * undo_funcs.C:
        * lyxfunc.C:
        * BufferView_pimpl.C:
        * BufferView.C: getParFromID related ParagraphList::iterator changes
 
-2003-04-28  Andr�P�itz  <poenitz@gmx.net>
+2003-04-28  André Pönitz  <poenitz@gmx.net>
 
        * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
          Changes
 
-2003-04-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.C: remove one more localedir class variable.
 
-2003-04-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.C (getLocaleDir): singleton generation function
        (Pimpl): use it.
        * gettext.C (_): use it.
        (gettext_init): delete funciton
 
-2003-04-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * gettext.C (getLyXMessages): new singleton generating function.
 
 
        * gettext.C: remove the broken asserts for now
 
-2003-04-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.C: make case where setlocale cannot comply work better.
 
 
        * main.C: add myself and Jean Marc as authors.
 
-2003-04-24  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.[hC]: pimplify Messages, and three different pimpls to be
        used in different circumstances.
 
        * gettext.[Ch]: change for use with new message code.
 
-2003-04-24 Andr�P�itz <poenitz@gmx.net>
+2003-04-24 André Pönitz <poenitz@gmx.net>
 
        * factory.C: support for eqref
 
-2003-04-23  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.[Ch]: add missing char
 
        * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
        if they succeed. Act accordingly.
 
-2003-04-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (setCharFont): adjust
        (setCounter): adjust
 
        * CutAndPaste.C (pasteSelection): adjust
 
-2003-04-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (getFont): adjust
        (getLayoutFont): adjust
 
        * lyxfind.C: use parlist stuff for search/changes
 
-2003-04-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
 
 
        * text2.[Ch] (ownerParagraph): delete func (both of them
 
-2003-04-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text_funcs.C (transposeChars): use ParagraphList::iterator here.
 
-2003-04-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.C: prepare for NO_NEXT
 
-2003-04-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (getFont): adjust
        (getLayoutFont): adjust
        * ToolbarBackend.C: handle toolbar placement flags,
        Minibuffer
 
-2003-04-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
        adjust
        * text2.C (beforeFullRowInset): added a bad getchar check, removed
        row argument, constify cur argument.
 
-2003-04-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (getFont): adjust
        (getLayoutFont): adjust
 
        * BufferView.C (getEncoding): adjust
 
-2003-04-14  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (setCharFont): adjust
        (setCounter): adjust
        * text2.C (realizeFont): move from here...
        * paragraph_funcs.C (realizeFont): ...to here
 
-2003-04-14  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (gotoNextInset): use separate tmp vars for par and pos.
 
 
        * LColor.[Ch]: scrap LColor mathcursor.
 
-2003-04-14  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxlex.[Ch] (text): delete function
        * trans.C (Load): adjust
        * paragraph_funcs.C (readParToken): adjust
 
-2003-04-14  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
        vector<char> instead of a char[].
        (getBool): ditto
        (findToken): ditto
 
-2003-04-14  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
        (makeFontEntriesLayoutSpecific): temp var for par.size()
        (setCurrentFont): use temp vars
        (getColumnNearX): use temp vars
 
-2003-04-13  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text.C (transformChar): use temp var for getChar
        (computeBidiTables): use temp var for row->par()
        (cursorLeftOneWord): use temp var for cursor.par() and
        cursor.pos() only set cur at end of function.
 
-2003-04-13  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text.C, text2.C: exchange all usage of Paragraph::next with
        boost::next(ParagraphList::iterator)
        * text.C: make sure fullrow insets get wrapped to the next line,
        even when they're in a manual label
 
-2003-04-10  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (insertParagraph): make it take ParagraphList::iterator
        as arg.
 
        * text2.C (cursorRight): a getChar assert fixed
 
-2003-04-09  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (getFont): change to take a ParagraphList::iterator
        instead of Paragraph*
        * ToolbarBackend.h:
        * ToolbarBackend.C: allow multiple toolbars
 
-2003-04-09  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C (setCursorParUndo): adjust
 
        * lyxtext.h:
        * text2.C: parlistize decDepth(), by merging it with incDepth()
 
-2003-04-03  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxrow.h: store a ParagraphList::iterator instead of a
        Paragraph* and adjust other class functions to suit.
        * text.C:
        * text3.C: rename the "tab" lfuns. Remove tab support from normal text
 
-2003-04-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.h: make ParagraphList and ParagraphList::iterator
        friends of Paragraph.
 
        * text2.C: make incDepth() use parlist
 
-2003-04-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C (firstUndoParagraph): adjust
 
 
        * lyxrow_funcs.C: remove wrong comment
 
-2003-04-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxtext.h: adjust
        * rowpainter.C: adjust
        * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
        and lyxrow_funcs.h
 
-2003-04-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text3.C (cursorPrevious): adjust
        (cursorNext): adjust
        * text2.C (redoParagraphs): fix a bug (introduced by myself) and
        rewrite a loop
 
-2003-04-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
        RowList::iterator.
        * text.C (fill): ensure that the signature is the same as that in the
        header file.
 
-2003-03-31  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (redoParagraphs): adjust
        (updateCounters): adjust
        * lyx_main.C:
        * format.C: more Alert cleanups
 
-2003-03-30  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (removeParagraph): make it take a RowList::iterator as
        arg, adjust.
 
        * several files: changes as a result
 
-2003-03-30  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (LyXText): adjust.
        (init): adjust
        because pasting text when we're anchored could mean we
        miss an update altogether
 
-2003-03-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (init): use rowlist_.end() and not 0.
        (insertRow): change to take a RowList::iterator as arg, adjust
        * LyXAction.C:
        * lfuns.h: remove do-nothing math greek lfuns
 
-2003-03-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxgluelength.h (isValidGlueLength): add default arg on
        parameter 2. Remove default arg from friend in class.
        * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
        the thesaurus dialog.
 
-2003-03-26  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am (lyx_SOURCES): add RowList.[Ch]
 
        * lyxtext.h:
        * text.C: take the rtl methods out of line
 
-2003-03-21 Andr�P�itz <poenitz@gmx.net>
+2003-03-21 André Pönitz <poenitz@gmx.net>
 
        * metricsinfo.[Ch]: new files containing structures to be passed around
        during the two-phase-drawing...
 
-2003-03-21 Andr�P�itz <poenitz@gmx.net>
+2003-03-21 André Pönitz <poenitz@gmx.net>
 
        * lyxtextclass.C: read 'environment' tag.
 
        * text2.C:
        * text3.C: remove const keywords accordingly
 
-2003-03-17  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
        anon namespace
        * text.C (rowBreakPoint): remove attempt to fix displayed
        math insets inside a manual label
 
-2003-03-17  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxtext.h: remove BufferView* as first arg from almost all class
        functions.
 
        * buffer.C: increment LYX_FORMAT to 223
 
-2003-03-14 Andr�P�itz <poenitz@gmx.net>
+2003-03-14 André Pönitz <poenitz@gmx.net>
 
        * textclass.h: prepare for environment handling, ws changes
        * lyxlayout.C: read latexheader and latexfooter tags
        BufferView::Pimpl's dispatch.
        In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
 
-2003-03-13 Andr�P�itz <poenitz@gmx.net>
+2003-03-13 André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C:
        * text3.C:
        * factory.C: make it aware of InsetEnv
 
-2003-03-13  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (setCursor): never ask for one past last
        (setCursor): add some debugging messages.
 
        * changes.C: put debug inside lyxerr.debugging() checks
 
-2003-03-11 Andr�P�itz <poenitz@gmx.net>
+2003-03-11 André Pönitz <poenitz@gmx.net>
 
        * factory.C: make it aware of InsetHFill
 
-2003-03-10  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (latexParagraphs): move function from here...
        * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
        * text.C (prepareToPrint): don't attempt to measure hfills
        for empty manual label paragraphs - the answer should be 0
 
-2003-03-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * CutAndPaste.C: remove commented code and reindent.
 
        * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
        remove "ert".
 
-2003-03-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.C (front): new function
        (back): implement
        * BufferView_pimpl.C:
        use these methods instead of using first_y
 
-2003-03-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (pasteSelection): adjust for checkPastePossible
 
 
        * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
 
-2003-03-05  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.C (insert): handle insert right before end()
        (erase): fix cases where it can be first or last paragraph.
 
-2003-03-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph_funcs.C (TeXEnvironment): remove all usage of
        Paragraph::next and Paragraph::previous
        * BufferView_pimpl.C (dispatch): if an inset is found to be open
        on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
 
-2003-03-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * several files: ws changes only
 
        * buffer.C (makeLaTeXFile): adjust
        (latexParagraphs): make it take ParagraphList::iterator as args
 
-2003-03-03  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C (latexParagraphs): adjust
 
 
        * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
 
-2003-03-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C (readInset): remove compability code for old Figure and
        InsetInfo insets
 
-2003-03-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C: ws changes
        (readInset):
 
        * lyxfunc.C: fix revert to behave sensibly
 
-2003-02-17 Andr�P�itz <poenitz@gmx.net>
+2003-02-17 André Pönitz <poenitz@gmx.net>
 
        * LyXAction.C:
        * commandtags.h: new LFUN_INSERT_BIBKEY
        (doInsertInset): new function, that creates an inset and inserts
        it according to some boolean parameters.
 
-2003-01-16  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * buffer.C (readFile): remember to pass on 'par' when calling
        readFile recursively.
 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
        * buffer.C: fix typo
 
-2003-01-12  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am (LIBS): delete var
        (lyx_LDADD): add @LIBS@ here instead.
          insert. Only remove shift modifier under strict
          circumstances.
 
-2002-12-09  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * MenuBackend.C (expandToc): fix crash.
 
-2002-12-08  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * MenuBackend.C (expandToc): gettext on float names.
 
        * lyxlength.[Ch]: set default unit to UNIT_NONE,
        implement bool empty() [bug 490]
 
-2002-12-02  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
 
-2002-12-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * several files: ws changes
 
-2002-12-01  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * text2.C (setCounter): clean up a bit, use boost.format.
        (updateCounters): initialize par upon declaration.
 
        * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
 
-2002-11-27  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * tabular.C (asciiPrintCell): use string(size, char) instead of
        explicit loop.
 
        * lyx_main.C (init): compile fix.
 
-2002-11-25  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyx_cb.C (start): boost.formatify
        do not include <iostream>
 
        * boost-inst.C,BoostFormat.h: add more explict instantations
 
-2002-11-24  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lots of files: handle USE_BOOST_FORMAT
 
 
        * pspell.C: fix compile
 
-2002-11-21  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (dispatch): use boost::format
        (open): ditto
        * BufferView_pimpl.C: fix redrawing of insets
          on buffer switch
 
-2002-11-05  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (updateCounters): fix bug 668
 
        * text3.C (dispatch): Do not make the buffer dirty when moving the
        cursor.
 
-2002-11-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * vc-backend.C: STRCONV
        (scanMaster): ditto
        * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
        to turn off an optimisation if a new inset is to be inserted.
 
-2002-10-11 Andr�P�itz <poenitz@gmx.net>
+2002-10-11 André Pönitz <poenitz@gmx.net>
 
        * lyxtext.h: make some functions public to allow access
        from inset/lyxtext for handling LFUN_PRIOR/NEXT
        * lyx_main.C (queryUserLyXDir): re-run automatically the configure
        script if it is newer than the lyxrc.defaults in user directory
 
-2002-10-07 Andr�P�itz <poenitz@gmx.net>
+2002-10-07 André Pönitz <poenitz@gmx.net>
 
        * text.C: Vitaly Lipatov's small i18n fix
 
        * lyxserver.C (read_ready): re-write to make it more transparent
        and to make it work in coherent fashion under Tru64 Unix.
 
-2002-09-11  Andr�P�itz <poenitz@gmx.net>
+2002-09-11  André Pönitz <poenitz@gmx.net>
 
        * commandtags.h:
        * LyXAction.C:
        * text3.C: implement LFUN_WORDSEL
 
-2002-09-11  Lars Gullik Bjnnes  <larsbj@gullik.net>
+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>
        * text.C (getColumnNearX): fix form Michael this is most
        probably a cut&paste bug.
 
-2002-09-06  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
 
 
        * undo_funcs.C: document undo_frozen
 
-2002-09-05  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * counters.C (Counters): add missing algorithm counter.
 
 
        * counters.h: don't include vector, loose the enums and sects vectors
 
-2002-09-04  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxtextclass.C (TextClassTags): add TC_FLOAT
        (Read): add float->TC_FLOAT to textclassTags
 
        * text3.C: added using std::find and std::vector directives.
 
-2002-08-29  Andr�P�itz <poenitz@gmx.net>
+2002-08-29  André Pönitz <poenitz@gmx.net>
 
        * lyxtext.h:
        * text2.C: remove unused member number_of_rows
        * BufferView_pimpl.C (dispatch): do not continue when
          no buffer
 
-2002-08-28  Andr�P�itz <poenitz@gmx.net>
+2002-08-28  André Pönitz <poenitz@gmx.net>
 
        * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
 
 
        * FloatList.h: remove global FloatList
 
-2002-08-26  Andr�P�itz <poenitz@gmx.net>
+2002-08-26  André Pönitz <poenitz@gmx.net>
 
        * paragraph.[Ch]: Martin's patch for the \end_deeper bug
 
                        OptionalArgs    1
        (or more generally, a nonzero value) for that layout.
 
-2002-08-22  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.h: remove the declaration of undefined counters class
        function.
        * text2.C (setCounter):  fixed enumeration mis-count as reported by
        Dr. Richard Hawkins.
 
-2002-08-21  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph_funcs.h: remove some unneeded includes
 
        * paragraph.[Ch] (pasteParagraph): move function to global scope ...
        * paragraph_funcs.C (pasteParagraph): ... here
 
-2002-08-20  Andr�P�itz <poenitz@gmx.net>
+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 Bjnnes  <larsbj@gullik.net>
+2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * tabular.C:
        * buffer.[Ch]: remove NO_COMPABILITY stuff
 
-2002-08-20  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * boost.C (throw_exception): new file, with helper function for
        boost compiled without exceptions.
 
        * BufferView.C (moveCursorUpdate): remove default arg
 
-2002-08-20  Andr�P�itz <poenitz@gmx.net>
+2002-08-20  André Pönitz <poenitz@gmx.net>
 
        * buffer.[Ch]: move inline functions to .C
 
        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�itz <poenitz@gmx.net>
+2002-08-20  André Pönitz <poenitz@gmx.net>
 
        * text3.C: new file for LyXText::dispatch() and helpers
 
 
        * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
 
-2002-08-19  Andr�P�itz <poenitz@gmx.net>
+2002-08-19  André Pönitz <poenitz@gmx.net>
 
        * lyxtext.h:
        * text.C: new LyXText::dispatch()
 
        * Makefile.am: use $(variables) instead of @substitutions@
 
-2002-08-15  Andr�P�itz <poenitz@gmx.net>
+2002-08-15  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C:
        * BufferView_pimpl.C: streamlining mathed <-> outer world
        * commandtags.h:
        * LyXAction.C: remove unused LFUN_MATH
 
-2002-08-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.[Ch]: add some NO_NEXT ifdefs.
 
-2002-08-15  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph.C (Paragraph): reformat a bit
        (cutIntoMinibuffer): use builtin InsetList function instad of
 
        * lyxfunc.C (getStatus): disable math-extern outside of math mode
 
-2002-08-13  Andr�P�itz <poenitz@gmx.net>
+2002-08-13  André Pönitz <poenitz@gmx.net>
 
        * LyXAction.[Ch]:
        * lyxfunc.C: further cleaning
 
-2002-08-13  Andr�P�itz <poenitz@gmx.net>
+2002-08-13  André Pönitz <poenitz@gmx.net>
 
        * funcrequest.h: new constructor
 
 
        * buffer.[Ch] (getLabelList): constify.
 
-2002-08-07  Andr�P�itz <poenitz@gmx.net>
+2002-08-07  André Pönitz <poenitz@gmx.net>
 
        * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
 
 
        * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
 
-2002-08-12  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.[Ch]: new files
 
        * buffer.h: ditto
        * buffer.C: ditto
 
-2002-08-11  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
        unused class variable counter_,
 
        * Makefile.am: add WordLangTuple.h
 
-2002-08-11  Lars Gullik Bjnnes  <larsbj@gullik.net>
+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.
        (lockInset): ditto
        (ChangeInsets): ditto
 
-2002-08-10  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * paragraph_pimpl.h (empty): new function
 
 
        * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
 
-2002-08-07  Andr�P�itz <poenitz@gmx.net>
+2002-08-07  André Pönitz <poenitz@gmx.net>
 
        * funcrequest.h: new class to wrap a kb_action and its argument
 
 
        * lyx_main.C: fix cmdline batch handling
 
-2002-08-06  Andr�P�itz <poenitz@gmx.net>
+2002-08-06  André Pönitz <poenitz@gmx.net>
 
        * lyxrc.C: set default for show_banner to true
 
        * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
        log.
 
-2002-07-29  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * many files: strip,frontStrip -> trim,ltrim,rtrim
 
-2002-07-28  Lars Gullik Bjnnes  <larsbj@gullik.net>
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * PrinterParams.h: remove extern containsOnly, and include
        support/lstrings.h instead.
 
        * BufferView_pimpl.C: inlude boost/signals/connection.hpp
 
-2002-07-26  Andr�P�itz <poenitz@gmx.net>
+2002-07-26  André Pönitz <poenitz@gmx.net>
 
        * kb_sequence.C: remove unnedred usings
 
        * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
        insets which have noFontChange == true. (bug #172)
 
-2002-07-22  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C: add connection objects and use them...
        (Pimpl): here.
        * lyxfunc.h:
        * lyxfunc.C: no need for commandshortcut to be a member
 
-2002-07-15  Andr�P�itz <poenitz@gmx.net>
+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
 
        * lyxfunc.C: repaint after a font size update
 
-2002-07-15  Andr�P�itz <poenitz@gmx.net>
+2002-07-15  André Pönitz <poenitz@gmx.net>
 
        * lyxlength.C: inBP should be able to return negative values
 
 
        * BufferView_pimpl.C: add FIXMEs, clean up a little
 
-2002-07-09  Andr�P�itz <poenitz@gmx.net>
+2002-07-09  André Pönitz <poenitz@gmx.net>
 
        * lyxfont.[Ch]: support for wasy symbols
 
-2002-07-08  Andr�P�itz <poenitz@gmx.net>
+2002-07-08  André Pönitz <poenitz@gmx.net>
 
        * BufferView_pimpl.C: apply John's patch for #93.
 
        Pass an additional only_preamble parameter, useful for the forthcoming
        preview stuff.
 
-2002-07-03  Andr�P�itz <poenitz@gmx.net>
+2002-07-03  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: simplify getStatus() a bit for math stuff
 
-2002-07-02  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
 
 
        * Makefile.am: add lyxlayout_ptr_fwd.h.
 
-2002-06-26  Andr�P�itz <poenitz@gmx.net>
+2002-06-26  André Pönitz <poenitz@gmx.net>
 
        * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
 
        pixmap generation part of the graphics loader has been moved into
        InsetGraphics.
 
-2002-06-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C: layout as layout
 
 
        * BufferView2.C (unlockInset): layout as layout
 
-2002-06-24  Andr�P�itz <poenitz@gmx.net>
+2002-06-24  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: fix #487
 
 
        * lyx_gui.C: add debug message on BadWindow
 
-2002-06-10  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * sp_spell.C: fdopen is not part of the C++ standard.
 
        * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
        were unimplemented xtl experimentation
 
-2002-06-04  Andr�P�itz <poenitz@gmx.net>
+2002-06-04  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: disable array operation on simple formulae
 
 
        * lyxfunc.C (doImport): allow -i lyx to work
 
-2002-03-30  Andr�P�itz <poenitz@gmx.net>
+2002-03-30  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: mathed font changes
 
        * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
        call getFont all the time)
 
-2002-05-29  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * switch from SigC signals to boost::signals
 
-2002-05-29  Andr�P�itz <poenitz@gmx.net>
+2002-05-29  André Pönitz <poenitz@gmx.net>
 
        * paragraph_pimpl.C (getChar): don't call size() too often...
 
        in order to reduce drastically the number of comparisons needed to
        parse a large document
 
-2002-05-29  Andr�P�itz <poenitz@gmx.net>
+2002-05-29  André Pönitz <poenitz@gmx.net>
 
        * text.C:
        * text2.C:
        * lyxfunc.C:
        * text2.C: use key_state/mouse_state
 
-2002-05-25  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
        and LSubstring
        * text.C:
        * text2.C: move Painter to frontends/
 
-2002-05-22  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C: comment out some some code that depend upon lyx_format
        < 220
        * BufferView_pimpl.C:
        * BufferView2.C: clear selection on paste (bug 393)
 
-2002-05-14  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * DepTable.C: include ctime
 
 
        * LaTeXFeatures.C (getBabelOptions): New method.
 
-2002-05-08  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C (Dispatch): work around missing argument for
        'layout'
        * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
        in RTL documents.
 
-2002-05-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * version.C.in: pre 5
 
-2002-05-02  JosMatos  <jamatos@fep.up.pt>
+2002-05-02  José Matos  <jamatos@fep.up.pt>
        * buffer.C (makeDocBookFile): white space changes, add newline to
        command styles.
        (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
        parts of layout read further up as it still was in the wrong
        position.
 
-2002-05-02  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * screen.C (drawFromTo): change sine fullRebreak always return
        true.
        return true.
        (Dispatch): git rid of the last hardcoded "Standard"s.
 
-2002-05-01  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.[Ch] (fullRebreak): make it return void now that we always
        returned true.
        area without moving the cursor only the draw of the row.
        (workAreaMotionNotify): fix jumping over high rows.
 
-2002-04-17  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
        Ressler.
        (numberOfSeparators): use rowLastPrintable and <= last to honor a space
        as last character of a row when before a inset which needs a full row.
 
-2002-04-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * version.C.in: update date
 
 
        * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
 
-2002-04-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * ShareContainer.h: add a couple of missing typenames.
 
        * MenuBackend.C (defaults): fix default menu (we might as well get
        rid of it...)
 
-2002-03-26  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxvc.C (registrer): register the file with CVS if it's in a CVS
        directory.
 
-2002-03-25  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxvc.C: reorder includes.
 
        * PrinterParams.h: #include "lyxrc.h" and remove that bloody
        irritating #error.
 
-2002-03-21  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * WorkArea.C: remove 'Pending' debug message.
 
        * tabular.C (SetMultiColumn): collapse also the contents of the
        cells and set the last border right. Added a Buffer const * param.
 
-2002-03-20  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
        linking or not.
 
        * text2.C (setCursorIntern): put debuging code in INSETS channel
 
-2002-03-19  Andr�P�itz <poenitz@gmx.net>
+2002-03-19  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: tiny whitespace change
 
 
        * lyxfunc.C (dispatch): small whitespace changes
 
-2002-03-18  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * WorkArea.C (C_WorkAreaEvent): return a value.
        (event_cb): return 1 if we handled the event, 0 otherwise.
        * text.C (breakParagraph): IMO we should ALWAYS force a real undo
        on a paragraph insertion.
 
-2002-03-14  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (asciiParagraph): use += operator for char append to
        string.
        (highestFontInRange): ditto
        (setFont): ditto
 
-2002-03-13  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C: change several algorithm to be more appripriate for
        the problem domain. This is lookip in FontList and in the InsetList.
 
-2002-03-13  Andr�P�itz <poenitz@gmx.net>
+2002-03-13  André Pönitz <poenitz@gmx.net>
 
        * commandtags.h:
        * LyXAction.C: remove unused LFUN_MATH_MACROARG
        * lyxfunc.C:
        * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
 
-2002-03-13  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Painter.C (display): anon helper function, adjust code for this
        change.
 
        * WorkArea.[Ch]: remove figinset_canvas cruft.
 
-2002-03-12  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxtextclass.C (operator): add one item cache optimization.
 
        * BufferView_pimpl.C (updateInset): update inset inside inset also
        if it isn't inside theLockingInset().
 
-2002-03-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (asciiParagraph): redo some of the word and line length
        handling.
 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * LyXSendto.C: remove.
-       * LyXView.C (c-tor): clean-up Jrgen's #if 0 correctly.
+       * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
        * lyx_gui.C: remove now-redundant comment.
        * ColorHandler.h: remove forward declaration of class WorkArea.
        * lyxfunc.C: remove #include "WorkArea.h".
        got moved away with the DEPM and also set the inset_owner always
        right which before could have been omitted.
 
-2002-03-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (parseSingleLyXformat2Token): use default layout is the
        wanted layout is not found.
 
        * CutAndPaste.C (cutSelection): another layout settings forgotten.
 
-2002-03-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (breakParagraph): use default layout not layout of
        prev paragraph.
        * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
        was set as it could be 0 for InsetTexts first entry.
 
-2002-03-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (writeFile): if layout is empty write out
        defaultLayoutName().
        * text.C (prepareToPrint): leave ERT inset left aligned
        (leftMargin): don't indent paragraphs inside ERT insets
 
-2002-03-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (breakParagraph): dont call clear do the work manually
 
        * paragraph.[Ch] (clear): remove function
 
-2002-03-05  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (Paragraph): dont call clear, the work has already
        been done.
 
        * BufferView_pimpl.C: protect selectionLost against text == 0
 
-2002-03-05  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text.C (breakParagraph): fix a setting layout to '0' problem.
 
        * buffer.C (sgmlOpenTag):
        (sgmlCloseTag):  remove extra newline insertion.
 
-2002-03-04  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text.C (getRowNearY): comment out debug msg
 
-2002-03-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C: first -> first_y
 
        (cursorNext): first -> first_y
        (Dispatch): add buffer_->params to severl inset contructors
 
-2002-03-02  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxlayout.C (Read): remove some debug info that I forgot.
 
        * text.C (leftMargin): don't add an indent for paragraphs inside
        tabular cells (fix #208).
 
-2002-02-21  JosMatos  <jamatos@fep.up.pt>
+2002-02-21  José Matos  <jamatos@fep.up.pt>
 
        * tabular.C (docBook): fixed support for long tables.
 
        * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
        * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
 
-2002-02-18  JosMatos  <jamatos@fep.up.pt>
+2002-02-18  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
        insets contents.
 
-2002-02-16  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * a lot of small ws changes
        * add a lot of using std::XXX
        * FontLoader.C (getFontinfo): Change the latex font names in order
        to match the names of type1inst.
 
-2002-01-21  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * WorkArea.C (WorkArea): initialize the scrollbar bounds.
 
        change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
        name clash with InsetCollapsable's width function.
 
-2002-01-14  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lastfiles.C: include <iterator>
 
        char and append it to the existing string.
        (peek_event): modify the positioning data passed to the completion
        browser so that it can be placed above the minibuffer rather than below.
-2002-01-14  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * LyXAction.C (init): alloe error-next for readonly documents.
 
        * Thesaurus.h:
        * Thesaurus.C: update for Aiksaurus 0.14
 
-2002-01-13  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (firstParagraph): removed member function, all uses
        replaces with ownerParagraph
 
        * tabular.C (AppendColumn): hopefully fixed this memory access problem.
 
-2001-12-28  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * screen.C (topCursorVisible): introduce a temp var for
        text->cursor.row(), handle the case where this row is null. (kindo
        accessed and could be 0 (I couldn't generate this but it seems
        Michael could!).
 
-2001-12-20  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * tabular_funcs.C: add LIstream.h, move write_attribute to..
        * tabular_funcs.h: here and include iosfwd
 
        * text.C: fix line above/below drawing in insets
 
-2001-12-15  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxlength.C (LyXLength): Initialize private variables.
 
        * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
        Juergen's request
 
-2001-12-13  Andr�P�itz <poenitz@gmx.net>
+2001-12-13  André Pönitz <poenitz@gmx.net>
 
        * undostack.[Ch]:
        * undo_func.C: minor cleanup
        make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
 
 
-2001-12-12  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxlength.[Ch] (operator!=): new function
 
 
        * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
 
-2001-12-11  Andr�P�itz <poenitz@gmx.net>
+2001-12-11  André Pönitz <poenitz@gmx.net>
 
        * FontLoader.C:
        * lyxfont.[Ch]: support for fraktur font used by \mathfrak
        (paintLastRow): remove special code for vfill and standard spaces,
        since everything is handled in drawLengthMarker now.
 
-2001-12-08  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (insertErtContents): try to handle font and language
        interaction a bit better.g
        * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
        set the right font on the "multi" paragraph paste!
 
-2001-12-05  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * trans_decl.h:
        * trans_mgr.[Ch]:
 
        * lyxfunc.C: fix show options on timeout
 
-2001-12-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * screen.C (topCursorVisible): scroll half a page when the cursor
        reached top of bottom of screen
 
        * minibuffer.C: deactivate on loss of focus
 
-2001-12-02  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * vspace.[Ch] (operator!=): add operator.
 
        * tabular.C (LyXTabular): add a same_id to set the same id's in the
        insets for undo reasons.
 
-2001-11-28  Andr�P�itz <poenitz@gmx.net>
+2001-11-28  André Pönitz <poenitz@gmx.net>
 
        * vspace.[Ch]: cosmetical changes
 
        * Painter.C:
        * WorkArea.C: remove Lgb_bug_find_hack
 
-2001-11-30  JosMatos <jamatos@fep.up.pt>
+2001-11-30  José Matos <jamatos@fep.up.pt>
 
        * buffer.C (makeDocBookFile): add a comment to point a hack.
        (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
        * LaTeX.h Fixed bug in LaTeX class where it would not
        re-run latex if no depfiles were changed, but the .dvi was removed.
 
-2001-11-28  Andr�P�itz <poenitz@gmx.net>
+2001-11-28  André Pönitz <poenitz@gmx.net>
 
        * all the files from the change on 2001/11/26:
        use lyx::layout_type instead of LyXTextClass::size_type
 
        * vspace.C: fix comment
 
-2001-11-28  Andr�P�itz <poenitz@gmx.net>
+2001-11-28  André Pönitz <poenitz@gmx.net>
 
        * paragraph.C: whitespace changes
        * all the other files from the change on 2001/11/26:
        * buffer.C (parseSingleLyXformat2Token): Set the language to the
        language of the document when inserting error insets.
 
-2001-11-26  Andr�P�itz <poenitz@gmx.net>
+2001-11-26  André Pönitz <poenitz@gmx.net>
 
        * BufferView_pimpl.[Ch]:
        *       CutAndPaste.C:
        cases so that the characters in the minibuffer will actually be
        inserted.
 
-2001-11-15  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text.C: change the order of the includes.
        (workWidth): initialize it at once.
        Change return code to string::npos when there have been no error
        (0 was a bad idea when error is at first character)
 
-2001-11-14  JosMatos  <jamatos@fep.up.pt>
+2001-11-14  José Matos  <jamatos@fep.up.pt>
 
        * buffer.h:
        * buffer.C (simpleDocBookOnePar): removed unused argument.
        * lyxserver.h:
        * lyxserver.C: invalidate fd's when doing endPipe()
 
-2001-11-08  JosMatos  <jamatos@fep.up.pt>
+2001-11-08  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
        (simpleDocBookOnePar): removed code made obsolete by the new inset code.
        * paragraph.h:
        * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
 
-2001-11-07  JosMatos  <jamatos@fep.up.pt>
+2001-11-07  José Matos  <jamatos@fep.up.pt>
 
        * buffer.h:
        * buffer.C (sgmlError): linuxDocError renamed, and made public, added
        defines and changed all instances where they are used. Added
        future support for double top/bottom rows.
 
-2001-10-24  JosMatos  <jamatos@fep.up.pt>
+2001-10-24  José Matos  <jamatos@fep.up.pt>
 
        * buffer.h (docbookHandleCaption):
        * buffer.C (docbookHandleCaption): removed unused function.
        (makeDocBookFile): moved docbook supported version to v4.1.
 
-2001-10-24  JosMatos  <jamatos@fep.up.pt>
+2001-10-24  José Matos  <jamatos@fep.up.pt>
 
        * tabular.h:
        * tabular.C (docbookRow): new function to export docbook code of a row.
        (DocBook): now honors the longtable flags.
 
-2001-10-23  JosMatos  <jamatos@fep.up.pt>
+2001-10-23  José Matos  <jamatos@fep.up.pt>
 
        * LaTeXFeatures.h:
        * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
        * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
        is not available.
 
-2001-10-10  Andr�P�itz <poenitz@gmx.net>
+2001-10-10  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: removed greek_kb_flag.
 
 
        * lyx_cb.C: change CheckTex error msg.
 
-2001-10-03  JosMatos  <jamatos@fep.up.pt>
+2001-10-03  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (simpleDocBookOnePar): add support for pass_thru.
 
        * FontLoader.C (available): Check if font is available without
        loading the font.
 
-2001-09-19  Jrgen Spitzmller  <j.spitzmueller@gmx.de>
+2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * lyxrc.[Ch]: added auto_reset_options variable and associated code.
 
 
        * lyx_main.C: add -version commandline option
 
-2001-09-09  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.h: make the optional constructor arg required instead.
        some modifications to other files because of this.
        * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
        code.
 
-2001-09-04  JosMatos  <jamatos@fep.up.pt>
+2001-09-04  José Matos  <jamatos@fep.up.pt>
        * buffer.C
        * buffer.h
        * tabular.C (docbook): rename docBook method to docbook.
        * Spacing.h (Spacing): Set space to Default on in the default
        constructor.
 
-2001-08-19  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * vc-backend.h (RCS::versionString): add RCS to version
        (CVS::versionString): add CVS to version
 
        * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
 
-2001-08-18  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * Spacing.C (set): initialize fval
 
 
        * lyx_main.C (readUIFile): fixed some forgotten lowercase!
 
-2001-08-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxlex_pimpl.[Ch]: converto to lowercase funcs
        * lyxlex.[hC]: ditto
 
        * text.C (getVisibleRow): fix up row clearing a bit.
 
-2001-08-04  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * minibuffer.C: make sure the X server sees the changes in the input.
 
-2001-08-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (getFont): split into...
        (getLabelFont): this
        * text.C (draw): don't set the need_break_row when inside an
        InsetText LyXText.
 
-2001-08-02  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (parseSingleLyXformat2Token): handle more latex
        conversion cases.
        * bufferview_funcs.[hC]: change function names to
        begin with small char, adjust other files.
 
-2001-08-02  Andr�P�itz <poenitz@gmx.net>
+2001-08-02  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C:
        BufferView_pimpl.C: remove broken special code for math-greek
        * text2.C (status): small fix which could lead to a segfault!
        (clearSelection): remove unneeded BufferView param.
 
-2001-08-01  Andr�P�itz <poenitz@gmx.net>
+2001-08-01  André Pönitz <poenitz@gmx.net>
 
        * lyxfunc.C: small change due to changed mathed interface
 
        * text.C (getVisibleRow): minor clear row changes (still not perfect).
        (setHeightOfRow): reformat
 
-2001-07-30  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * converter.[hC] + affected files: move to (inital-char)lowercase
        function names.
 
        * buffer.C (readInset): Changed GRAPHICS to Graphics.
 
-2001-07-27  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * ParameterStruct.h (endif): add a default constructor to make
        sure that all variables is initialized.
 
        * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
 
-2001-07-26  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (parseSingleLyXformat2Token): a more general fix for
        the minipage conversion problem.
 
-2001-07-26  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (parseSingleLyXformat2Token): check minipage if we
        insert an inset.
 
-2001-07-25  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView.h: don't forward declare WorkArea
 
        * BufferView.C: don't include WorkArea.h
 
-2001-07-25  Andr�P�itz <poenitz@gmx.net>
+2001-07-25  André Pönitz <poenitz@gmx.net>
 
        * commandtags.h:
        * LyXAction.C:
 
        * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
 
-2001-07-25  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (toggleInset): call open/close
 
-2001-07-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (dispatch): add debug for the disabled case
 
 
        * text.C (backgroundColor): new method
 
-2001-07-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text.C (getVisibleRow): adjust
 
 
        * sp_spell.C (PSpell): fix initialitation order.
 
-2001-07-17  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C: spacing
 
 
        * sp_spell.C: repair language selection for pspell
 
-2001-07-12  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.h: change more methods to begin with lower char.
 
        * layout.C (Read): add "passthru" to list of layout tags and add
        code to set the pass_thru boolean when it is read.
 
-2001-07-12  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * trans_decl.h: remove allowed from KmodInfo
 
 
        * ToolbarDefaults.C (add): add spaces in error message
 
-2001-07-10  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (readLyXformat2): initialize the ert comp. variables.
        (readLyXformat2): rename return_par to first_par, use lyxlex's
 
        * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
 
-2001-07-09  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (getParFromID): removed
 
        (textHandleUndo): adjust
        (textHandleUndo): adjust
 
-2001-07-08  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C: up' the LYX_FORMAT
 
        (parseSingleLyXformat2Token): use it several places.
        * tabular.C (OldFormatRead): and here
 
-2001-07-07  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C: remove some commented code.
        reindent file.
 
        * text2.C (setCounter): Fix counters bug with bibliography layout.
 
-2001-07-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
        own member functions
        unknow mechanism does not call the proper constructor but only this
        one also if I request the other!?
 
-2001-07-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
 
 
        * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
 
-2001-07-04  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * screen.[Ch]: change method names to begin with lowercase
 
 
        * lyx_gui.C: remove bogus guiruntime extern declaration.
 
-2001-07-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (redoHeightOfParagraph): comment out stuff we don't need
        in NEW_INSETS
        * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
        LyXview (+ rename)
 
-2001-07-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * modifications to some other files because of this.
 
        * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
        constructor argument.
 
-2001-06-29  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (Paragraph): dont't clear, and just set layout.
        (makeSameLayout): use params's copy contructor.
 
        * Variables.[Ch]: fix indentation, rename set to isSet
 
-2001-06-29  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (Dispatch): fix typo
 
 
        * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
 
-2001-06-27  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxcursor.h (operator<): new func
        (operator>): new func
        (sgmlCloseTag):
        (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
 
-2001-06-26  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C: remove some dead code
 
        * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
        of compare_no_case
 
-2001-06-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxtext.h: rename most methods to begin with a small char.
        Lots of changes because of this.
 
        * Fix Qt compilation.
 
-2001-06-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.h: renamed several methods to begin with small letter.
        several changes to many parts of the code because of this.
        * Clean-up of header file includes all over
        * paragraph.h: Move some of the stuff into paragraph_pimpl.h
 
-2001-06-23  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.h: renamed from lyxparagraph.h
 
        * BufferView_pimpl.C: fix typo, remove minibuffer message
          when buffer has loaded
 
-2001-06-14  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (Dispatch): use stringstream
        (MenuNew): use stringstream
        * text2.C (SetSelectionOverString): do not test str[i]==0 for end
        of string
 
-2001-06-13  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (parseSingleLyXformat2Token): fix compatability reading
        of floats.
        * LColor.h:
        * LColor.C: further lcolor tidies
 
-2001-06-05  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C (updateScrollbar): simplify.
 
        * lyx_main.C (init): constify lyxdir. Lowercase the name of some
        variables.
 
-2001-06-01  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (BreakParagraph): set the inset_owner in the new par
        to the same as the par we break from
 
-2001-05-31  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * commandtags.h: add LFUN_INSET_WIDE_FLOAT
 
        to check pspell I add this as default as I now have new pspell
        libraries and they seem to use this.
 
-2001-05-30  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (CutSelection): make the cursor valid before the call to
        ClearSelection.
        * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
        KP_ keys.
 
-2001-05-29  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
        to latinkeys.bind.
        * LaTeX.C (deplog): Make sure that the main .tex file is in the
        dependancy file
 
-2001-05-23  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyx_main.C (defaultKeyBindings): set KP_enter to point at
        LFUN_BREAKPARAGRAPH.
        * LColor.h:
        * LColor.C: remove some dead entries, tidy a little
 
-2001-05-18  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (processKeySym): comment the Escape handling, remove
        commented code.
 
        * os2_defines.h: update
 
-2001-05-17  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
        better by trying again with reduced state.
        * kbsequence.C (getiso): add a few std:: qualifiers
        (getiso): comment out extra return statement.
 
-2001-05-11  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C (Dispatch): comment out the old "default" key
        handling.
        (Dispatch): enhance the accent inset a bit. (not perfect)
 
-2001-05-10  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * buffer.C (makeLaTeXFile): use stringstream on language_optons.
 
 
        * LaTeXFeatures.h: add a std:: qualifier
 
-2001-05-09  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (String): use stringstream
 
-2001-05-08  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * paragraph.C (writeFile): remove footflag arg
 
        (pasteSelection): likewise
        * text2.C (CreateUndo): likewise
 
-2001-05-04  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * minibuffer.C (peek_event): temporarily reduce the functionality
        of the minibuffer (to allow args on lfuns)
 
        * LaTeX.C (deplog): correct the syntax of regex reg1
 
-2001-05-03  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * undo.C: remove !NEW_INSETS cruft
 
-2001-04-28  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C: remove !NEW_INSETS cruft
 
 
        * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
 
-2001-04-27  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxfunc.C (Dispatch): hack to make listof algorithm work
 
 
        * BufferView_pimpl.C: hack to make listof algorithm work
 
-2001-04-26  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * LyXAction.C: removed all !NEW_INSETS cruft
        (init): moved lfun_item in method
 
        * BufferView2.C (theLockingInset): white space.
 
-2001-04-25  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * minibuffer.C: include <iostream>
 
 
        * text.[Ch] (TransposeChars): new method
 
-2001-04-24  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * call message directly through LyXView instead of through LyXFunc
        * BufferView2.C: adjust
        * minibuffer.C:
        * minibuffer.h: add a few std:: qualifiers
 
-2001-04-17  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * minibuffer.[Ch]: reimplement so that commands is initiated and
        run from lyxfunc, simplified som handling, and made the completion
        * lyx_main.h:
        * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
 
-2001-04-06  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * tabular.[Ch] (getLabelList): implement new method
 
        * trans_mgr.C:
        * paragraph.C: ... but do it here instead
 
-2001-04-04  Lars Gullik Bjnnes  <larsbj@birdstep.com>
+2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
 
        to string vectors.
        (SimpleDocBookOnePar): code clean.
 
-2001-03-23  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * tabular.C: add some comments.
 
 
        * language.h (Languages): added size_type and size().
 
-2001-03-20  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
        response on compability reading of minipages. One probliem is that
        LaTeX output. This is necessary for Literate document
        processing.
 
-2001-03-17  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C: insert hfill when needed.
 
        * BufferView_pimpl.C:
        * minibuffer..C: added "using SigC::slot" declaration.
 
-2001-03-16  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * lyxlex_pimpl.h: noncopyable is in namespace boost.
 
        * ParagraphParameters.h: ditto
        * lyxparagraph.h: ditto
 
-2001-03-15  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C: add compability for minipage alignment.
        (latexParagraphs): remove unwanted pextra check.
 
        * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
 
-2001-03-14  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C: add hack to fix compability reading of minipages.
 
        * commandtags.h:
        * lyxfunc.C: use re-worked insetinclude
 
-2001-03-12  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C: add using std::stringstream.
 
        * ShareContainer.h: remove some commented code, add more comments
        and "documentation".
 
-2001-03-11  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * buffer.C (getTocList): make the list also when NEW_INSETS is
        defined.
 
        * other file: changes because of the above.
 
-2001-03-09  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * lyxparagraph.h: rename next to next_, previous to previous_,
        make them private for NEW_INSETS. Rename Next() to next(),
        * lyx_gui_misc.C: remove credits stuff
        * Makefile.am:
 
-2001-03-07  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
 
        * ShareContainer.h: define a proper ShareContainer::value_type
        type (and use typename to please compaq cxx)
 
-2001-03-06  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * lyxparagraph.h: move serveral local vars to
        ParameterStruct/ParagraphParameters., use ShareContainer in
        * bufferview_funcs.C (ToggleAndShow): do not provide optional
        arguments in function implementation.
 
-2001-02-28  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * BufferView_pimpl.C: add <ctime>
 
-2001-02-27  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * BufferView_pimpl.C: add using std::find_if
 
-2001-02-27  JosMatos  <jamatos@fep.up.pt>
+2001-02-27  José Matos  <jamatos@fep.up.pt>
 
        * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
        by OnlyPath.
 
-2001-02-11  JosMatos  <jamatos@fep.up.pt>
+2001-02-11  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (makeDocBookFile): command styles now have a parameter as
        "title" by default.
        * BufferView_pimpl.C (update): call a status update to see if LyXText
        needs it.
 
-2001-02-20  Lars Gullik Bjnnes  <larsbj@trylle.birdstep.com>
+2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * vc-backend.C (revert): implement for CVS
        (getLog): implement for CVS
 
        * Makefile.am (lyx_SOURCES): Remove BackStack.h
 
-2001-02-16  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * Makefile.am (lyx_SOURCES): removed bibforms.h
 
 
        * LaTeX.h: remove friend operator==
 
-2001-02-14  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * screen.C:
        * lyxrc.[Ch]:
        * text2.C (SetSelection): set correct update status if inset_owner
        (ToggleFree): ditto
 
-2001-02-12  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * tabular.C: remove some commented code.
 
 
        * lyxrc.C (read): Update converters data-structures.
 
-2001-02-07  Lars Gullik Bjnnes  <larsbj@lyx.org>
+2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * LaTeX.h (operator!=): add operator != for Aux_Info
 
        * BufferView_pimpl.C (savePosition, restorePosition): Write
        messages to minibuffer.
 
-2001-01-28  JosMatos  <jamatos@fep.up.pt>
+2001-01-28  José Matos  <jamatos@fep.up.pt>
 
        * buffer.C (makeDocBookFile): adds support for document language.
        A silly restriction on the name of LatexCommand types where removed.