]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
missed this
[lyx.git] / src / ChangeLog
index 795b2780ccb067dc7fc5a4bb87bf9306a3303297..8bd297542b368483b556cabbc0f538e498aef9a7 100644 (file)
@@ -1,3 +1,31 @@
+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>