]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove some more debug noise
[lyx.git] / src / ChangeLog
index e4ef35a6d9090796d22088097cfa0a38a08ff5d9..2b46262866ff20b0d04f52fcaaded2bdd47625d2 100644 (file)
@@ -1,3 +1,159 @@
+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önitz  <poenitz@gmx.net>
+
+       * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
+
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * bufferview_funcs.C:
+       * lyx_cb.C:
+       * lyxcursor.C:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * text_funcs.[Ch]:
+       * textcursor.[Ch]:
+       * undo_funcs.C: adjust
+
+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.
+       (resetEnumCounterIfNeeded): new function, use a backtracking
+       algorithm to discover if counter reset is needed.
+       (setCounter): use them. Simplify a bit. Add different labels for
+       different item depths for itemize.
+
+       * paragraph.C (Paragraph): remove initialization of enumdepth
+       (operator=): ditto
+
+       * 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önitz  <poenitz@gmx.net>
+
+       * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
+         thing assignable.
+       * text.C:
+       * text2.C: adjust
+
+       * tabular.[Ch]: fix crash after 'row-insert'
+
+2003-10-08  Angus Leeming  <leeming@lyx.org>
+
+       Fix doxygen warnings.
+
+       * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
+       Remove CutAndPaste:: prefix from header file declaration.
+
+       * LColor.h (fill): remove LColor:: prefix from declaration.
+
+       * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
+       use lyx::depth_type rather than Paragraph::depth_type so that
+       header file and .C file match.
+
+       * converter.h (intToFormat): remove Converters:: prefix from declaration.
+
+       * Spacing.h: \file Spacing.h -> \file src/Spacing.h
+       * aspell.C: \file aspell_local.C -> \file aspell.C
+       * gettext.C: \file gettext.C -> \file src/gettext.C
+       * gettext.h: \file gettext.h -> \file src/gettext.h
+       * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
+       * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
+       * text.C: \file text.C -> \file src/text.C
+
+       * toc.C: move comment so that doxygen is not confused.
+
+2003-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
+
+2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
+
+       * aspell.C:
+       * aspell_local.h: add forgotten std::string's.
+
+2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * LaTeXFeatures.C:
+       * LyXAction.C:
+       * factory.C:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: The Box patch. Fancybox support, minipage, parbox
+
+2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * CutAndPaste.h:
+       * DepTable.h:
+       * FloatList.h:
+       * LaTeXFeatures.h:
+       * ParagraphParameters.h:
+       * TextCache.h:
+       * Thesaurus.h:
+       * bufferlist.h:
+       * exporter.h:
+       * importer.h:
+       * lastfiles.h:
+       * lyxfind.h:
+       * lyxfont.h:
+       * lyxlex.h:
+       * lyxtextclasslist.h:
+       * messages.h:
+       * paragraph.h:
+       * paragraph_pimpl.C:
+       * textcursor.h: add <string> and other small fixes to make Lars'
+       std::string patch compile with STLport.
+
+2003-10-06  Angus Leeming  <leeming@lyx.org>
+
+       * LColor.h: Add missing #include <string>.
+
+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önitz  <poenitz@gmx.net>
+
+       * metricsinfo.C: initialize LyXFont before changing attribute.
+       (fixes the 'math in \emph is upright' bug)
+
+2003-10-06  André Pönitz  <poenitz@gmx.net>
+
+       * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
+
+2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * graph.C:
+       * paragraph_pimpl.C: Small fixes to build using STLport
+
+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önitz  <poenitz@gmx.net>
+
+       * factory.C: assert early
+
+2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_main.C: remove the global debug object
+
+       * debug.h: adjust for new debugstream
+
+       * debug.C: adjust for new debugstream and keep the global debug
+       object here.
+
 2003-09-22  Angus Leeming  <leeming@lyx.org>
 
        * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
 
        * kbsequence.C (addkey): return a FuncRequest
 
-       * kbmap.h (kb_key): struct var FuncRequest instead of int action. 
+       * kbmap.h (kb_key): struct var FuncRequest instead of int action.
 
        * kbmap.C (bind): take a FuncRequest as arg, adjust
        (read): adjust
        (lookup): adjust
        (defkey): change to take a FuncRequest as arg, adjust
-       (findbinding): take a FuncRequest as arg, adjust. 
+       (findbinding): take a FuncRequest as arg, adjust.
 
        * funcrequest.h (operator=): added