]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
missed this
[lyx.git] / src / ChangeLog
index 2b46262866ff20b0d04f52fcaaded2bdd47625d2..8bd297542b368483b556cabbc0f538e498aef9a7 100644 (file)
@@ -1,3 +1,41 @@
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxfunc.C (dispatch): RESULT -> dispatch_result
+       * lyxtext.h: ditto
+       * text3.C (dispatch): ditto
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LaTeX.C (handleFoundFile): move the static to smaller scope,
+       move the onlyfile, use onlyfile instead of foundfile in a couple
+       of places.
+
+       * DepTable.C (update): flush the error stream a bit more
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxserver.C (callback): adjust
+
+       * lyxfunc.C (getStatus): add a missing brace in commented code
+       (ensureBufferClean): reindent
+       (dispatch): delete version taking a string
+
+2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LaTeX.C (deplog): move found file handlig from here...
+       (handleFoundFile): .. to new function here.
+       (deplog): make sure to discover several files mentioned on the
+       same log line.
+
+2003-10-10  André Pönitz  <poenitz@gmx.net>
+
+       * lyxfunc.C:
+       * lyxtext.h:
+       * tabular.C:
+       * text.C:
+       * text2.C:
+       * text3.C: fix some of the tabular crashes
+
 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * MenuBackend.C (binding): put debug message into Debug::KBMAP