]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
final(?) tweaks for removeAutoInsets() and removed one redundant conditional clause...
[lyx.git] / src / ChangeLog
index 0e26bc00367a00c7fe65ef3324a05cbdfe42cced..1a76fb8b033199ed6ba584cb6db570d0097e09d4 100644 (file)
@@ -1,3 +1,124 @@
+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:
+       * BufferView_pimpl.C:
+       * WorkArea.h:
+       * WorkArea.C:
+       * text2.C: tell X when we have made a selection for copying
+
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * BufferView_pimpl.C (MenuInsertLyXFile): 
+       * lyxfunc.C (menuNew): 
+       (open): 
+       (doImport): add shortcuts to directory buttons
+
+       * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
+       open a float)
+
+       * lyxfunc.C (setStatusMessage):
+       (getStatusMessage): new methods
+       (getStatus):use setStatusMessage instead of setErrorMessage
+       (dispatch): when function is disabled, set error message here
+       [instead of in getStatus previously]
+
+       * BufferView_pimpl.C (workAreaButtonRelease): update
+       toolbar/menubar here too.
+
 2002-01-13  Allan Rae  <rae@lyx.org>
 
        * BufferView2.C (removeAutoInsets): finished off earlier fix.
 
 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * lyxfunc.C (dispatch): update toolbar/menubar after dispatching. 
+
+       * LyXView.C (updateMenubar): call MenuBar::update here
+       (updateToolbar): but not here
+       (showState): do not update toolbar/menubar
+
        * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
        should need to care about that.
 
        (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
        Fixed a double write of labels.
        
+2001-11-29 Ben Stanley <bds02@uow.edu.au>
+
+       * LaTeX.C:
+       * 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önitz <poenitz@gmx.net>
 
        * all the files from the change on 2001/11/26: