]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
final(?) tweaks for removeAutoInsets() and removed one redundant conditional clause...
[lyx.git] / src / ChangeLog
index 8081e1fa8f21217e6dcc80633845e14ed4a84eed..1a76fb8b033199ed6ba584cb6db570d0097e09d4 100644 (file)
@@ -1,3 +1,97 @@
+2002-01-15  Allan Rae  <rae@lyx.org>
+
+       * text.C (insertChar): removed conditional truism.
+
+       * BufferView2.C (removeAutoInsets): More tweaks.
+       cur_par_prev could be a stray pointer.  Check for trailing empty line
+       in case last line was cur_par and only had an error inset on it.
+
+2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
+       absolute 
+
+       * vc-backend.C (most methods):
+       * exporter.C (Export): 
+       * converter.C (convert): 
+       (runLaTeX): 
+       * LyXSendto.C (SendtoApplyCB): 
+       * lyxfunc.C (dispatch): 
+       (menuNew): 
+       (open): 
+       (doImport): 
+       * lyx_cb.C (AutoSave): 
+       (InsertAsciiFile): 
+       * BufferView_pimpl.C (MenuInsertLyXFile): 
+       * buffer.C (runChktex): use Buffer::filePath().
+
+       * buffer.h: rename filename to filename_; rename filepath to
+       filepath_ and make it private
+       (filePath): new method
+
+       * buffer.C (writeFile): use fileName()
+       (getLatexName): 
+
+       * lyx_main.C (init): fix starting  of LyX when the binary is a
+       link from so,ewhere else.
+
+       * minibuffer.C: include <cctype> for isprint
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * buffer.C (parseSingleLyXformat2Token): changes associated with the
+       change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
+       name clash with InsetCollapsable's width function.
+
+2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lastfiles.C: include <iterator>
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
+       std::count.
+
+       * buffer.C (makeLaTeXFile): ditto.
+       Also make loop operation more transparent.
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ToolbarDefaults.C: remove trailing comma closing namespace.
+
+       * WorkArea.h: remove WorkArea:: from declaration of event_cb.
+
+       * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
+       as in WorkArea.
+
+       * trans.C (Load): comment out unused variable, allowed.
+
+2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * minibuffer.[Ch] (append_char): new method to recieve input from the
+       drop-down completion browser. If a key was pressed, then recieve this
+       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 Bjønnes  <larsbj@birdstep.com>
+
+       * LyXAction.C (init): alloe error-next for readonly documents.
+
+       * BufferView2.C (ChangeRefsIfUnique): use standard version of
+       count.
+
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * bufferlist.C (readFile): create the buffer _after_ checking that
+       the file exists.
+
+       * lyxfunc.C (verboseDispatch): fix handling of arguments
+
+       * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
+
+       * lyxrc.C: use string::erase() instead of initializing to "".
+       
+
 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
 
        * BufferView_pimpl.h: