]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
STRCONV
[lyx.git] / src / ChangeLog
index ffc28e8dcf8b41b1a2919695bb8f4495f77a0541..29fe937a77d99a3221122e030d9a3d04f138f76b 100644 (file)
@@ -1,3 +1,136 @@
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * vc-backend.C: STRCONV
+       (scanMaster): ditto
+
+       * text2.C (setCounter): STRCONV
+
+       * paragraph.C (asString): STRCONV
+
+       * lyxlength.C (asString): STRCONV
+       (asLatexString): ditto
+
+       * lyxgluelength.C (asString): STRCONV
+       (asLatexString): ditto
+
+       * lyxfunc.C (dispatch): STRCONV
+       (open): ditto
+
+       * lyxfont.C (stateText): STRCONV
+
+       * importer.C (Import): STRCONV
+
+       * counters.C (labelItem): STRCONV
+       (numberLabel): ditto
+       (numberLabel): remove unused ostringstream o
+
+       * chset.C: STRCONV
+       (loadFile): ditto
+
+       * bufferview_funcs.C (currentState): STRCONV
+
+       * buffer.C (readFile): STRCONV
+       (asciiParagraph): ditto
+       (makeLaTeXFile): ditto
+
+       * Spacing.C (writeEnvirBegin): STRCONV
+
+       * LaTeXFeatures.C (getLanguages): STRCONV
+       (getPackages): ditto
+       (getMacros): ditto
+       (getBabelOptions): ditto
+       (getTClassPreamble): ditto
+       (getLyXSGMLEntities): ditto
+       (getIncludedFiles): ditto
+
+       * LaTeX.C: STRCONV
+       (run): ditto
+       (scanAuxFile): ditto
+       (deplog): ditto
+
+       * LString.h: add the STRCONV macros
+
+       * BufferView_pimpl.C (savePosition): STRCONV
+       (restorePosition): ditto
+       (MenuInsertLyXFile): ditto
+
+       * vc-backend.C (scanMaster): change from submatch[...] to
+       submatch.str(...)
+
+       * funcrequest.C: include config.h
+
+       * factory.C: include config.h
+
+       * chset.C (loadFile): change from submatch[...] to submatch.str(...)
+
+       * box.C: include config.h
+
+       * LaTeX.C (scanAuxFile): change from submatch[...] to
+       submatch.str(...)
+       (deplog): ditto
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
+
+       * ispell.[Ch] (setError): new method.
+       * ispell.C (c-tor): move out child process into new class LaunchIspell.
+       Use setError() insetead of goto END.
+
+       * lyx_cb.C (AutoSave): move out child process into new class
+       AutoSaveBuffer.
+
+2002-10-30  John Levon  <levon@movementarian.org>
+
+       * text3.C: make start appendix undoable
+
+2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxlength.C (inPixels): Fix returned value.
+
+       * paragraph.C (TeXOnePar): Fix bug with language changes in nested
+       environment.
+
+2002-10-24  Angus Leeming  <leeming@lyx.org>
+
+       * lyxgluelength.h: no need to forward declare BufferParams
+       or BufferView, so don't.
+
+2002-10-21  John Levon  <levon@movementarian.org>
+
+       * BufferView.C: menuUndo ->undo, redo
+
+       * BufferView.h: document, remove dead, make some methods private
+
+       * paragraph_funcs.h:
+       * paragraph_funcs.C:
+       * CutAndPaste.C: s/pasteParagraph/mergeParagraph
+
+       * buffer.h:
+       * buffer.C:
+       * sgml.h:
+       * sgml.C: move sgml open/close tag into sgml.C
+
+       * bufferview_funcs.h: unused prototype
+
+       * lyxfunc.h:
+       * lyxfunc.C: remove unused
+
+       * lyxtext.h:
+       * text.C: remove unused
+
+2002-10-21  John Levon  <levon@movementarian.org>
+
+       * BufferView.h:
+       * BufferView.C:
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: fix mouse wheel handling based on
+         patch from Darren Freeman
+
+2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
+
 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyxlength.C (inPixels): Fix hanfling of negative length.
@@ -6,7 +139,7 @@
 2002-10-16  John Levon  <levon@movementarian.org>
 
        * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
+
 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * converter.C (view): add support for $$i (file name) and $$p
 2002-09-16  John Levon  <levon@movementarian.org>
 
        * lyxfunc.C: check tabular for cut/copy too
+
 2002-09-12  John Levon  <levon@movementarian.org>
 
        * LyXAction.C: tidy
 
        * factory.h:
        * factory.C: add header
+
        * paragraph_funcs.h:
        * paragraph_funcs.C: cleanup
+
 2002-09-11  John Levon  <levon@movementarian.org>
 
        * PrinterParams.h: odd/even default to true
+
 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * PrinterParams.h: update printer parameters for new xforms dialog
+
 2002-09-11  Angus Leeming  <leeming@lyx.org>
 
        * lyxserver.C (read_ready): re-write to make it more transparent