]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
A small missing repaint bug fix
[lyx.git] / src / ChangeLog
index 977da970f3bbed63b6d691da12cf2855f0074a8c..b547ff24bc1b11c9e63262fc29c94fb2b4019ac9 100644 (file)
@@ -1,5 +1,196 @@
+2002-08-07  John Levon  <levon@movementarian.org>
+
+       * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
+         document options change.
+2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * counters.[Ch]
+       * text2.C
+       * paragraph.[Ch]
+       * makefile.am: move counters functionality over from
+       text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * WordLangTuple.h: new file for word + language code tuple
+       * SpellBase.h:
+       * pspell.h:
+       * pspell.C:
+       * ispell.h:
+       * ispell.C:
+       * lyxtext.h: 
+       * text.C:
+       * text2.C:
+       * BufferView.h:
+       * BufferView2.C: use WordLangTuple
+       * layout.h:
+       * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * lyx_main.C: fix cmdline batch handling
+
+2002-08-06  André Pönitz <poenitz@gmx.net>
+
+       * lyxrc.C: set default for show_banner to true
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * pspell.C: fix a crash, and allow new aspell to work
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C:
+       * kbmap.C: small cleanup
+
+       * vspace.h:
+       * vspace.C: add const
+
+2002-08-05  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: back to tabular-insert
+
+2002-08-04  John Levon  <levon@movementarian.org>
+
+       * BufferView.h:
+       * BufferView.C: cosmetic change
+
+       * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
+
+       * bufferlist.C:
+       * buffer.h:
+       * buffer.C:
+       * lyxcb.h:
+       * lyxcb.C:
+       * lyxserver.C:
+       * lyxvc.C:
+       * vc-backend.C:
+       * BufferView2.C: purge all "Lyx" not "LyX" strings
+
+       * lyxcursor.h:
+       * lyxcursor.C: attempt to add some documentation
+
+       * lyxfunc.C:
+       * commandtags.h:
+       * LyXAction.C:
+       * ToolbarDefaults.C:
+       * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
+         merge with LFUN_TABULAR_INSERT
+
+       * Makefile.am:
+       * SpellBase.h:
+       * ispell.h:
+       * ispell.C:
+       * pspell.h:
+       * pspell.C: split up i/pspell implementations into separate
+         files, many cleanups
+
+       * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
+
+       * text2.C: some cleanup
+
+       * lyxfunc.C: don't check for isp_command == "none" any more, it
+         didn't make any sense
+
+2002-08-06     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * counters.[Ch]
+       * text2.C
+       * paragraph.[Ch]
+       * makefile.am: move counters functionality over
+       from text2.C/paragraph.[Ch] to counters.[Ch], and
+       make proper C++.
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * buffer.C: s/lyxconvert/lyx2lyx/
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * lyxlex.C: revert John's change as it breaks reading of the user
+       preamble.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * importer.C (Import):
+       * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
+       changes due to LyXView::view() now returning a boost::shared_ptr.
+
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * lyxlex.C: small cleanup
+
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * text2.C (status): small cleanup, no logic change
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * buffer.h:
+       * buffer.C (writeFile): don't output alerts, caller
+         handles this
+
+       * bufferlist.C:
+       * lyx_cb.C: from above
+
+       * lyxfunc.C: allow to open non-existent files
+
+2002-07-31  John Levon  <levon@movementarian.org>
+
+       * lyxserver.C: don't let incidental errors get
+         in the way (errno)
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C: disable character dialog in ERT inset (partial fix)
+
+2002-07-30  John Levon  <levon@movementarian.org>
+
+       * lyxserver.h:
+       * lyxserver.C: remove I/O callback too
+
+2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
+       log.
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * many files: strip,frontStrip -> trim,ltrim,rtrim
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PrinterParams.h: remove extern containsOnly, and include
+       support/lstrings.h instead.
+
+       * LaTeX.C (scanAuxFile): modify because of strip changes
+       (deplog): ditto
+       * buffer.C (makeLaTeXFile): ditto
+       * bufferparams.C (writeFile): ditt
+       * lyxfont.C (stateText): ditto
+       * lyxserver.C (read_ready): ditto
+       * vc-backend.C (scanMaster): ditto
+
+       * BufferView_pimpl.h: ws changes
+
+       * BufferView_pimpl.C: inlude boost/signals/connection.hpp
+
+2002-07-26  André Pönitz <poenitz@gmx.net>
+
+       * kb_sequence.C: remove unnedred usings
+
+2002-07-26  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): we have to check better if the returned
+       text is not of theLockingInset()->getLockingInset().
+
 2002-07-25  Juergen Vigna  <jug@sad.it>
 
+       * lyxfind.C (LyXReplace): don't replace if we don't get the
+       right LyXText.
+
        * undo_funcs.C (createUndo): remove debugging code.
 
 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
 
        * MenuBackend.C: using std::max
+
 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * MenuBackend.C (expandToc): 
+       * MenuBackend.C (expandToc):
        (expandToc2): code moved from xforms menu frontend. It is now
        generic and TOCs are transparent to menu frontends.
 
        * LyXAction.C:
        * commandtags.h:
        * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
+
 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
 
        * LyXAction.C: