]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
fix starting up which binary is really a symlink; make sure insetinclude file browser...
[features.git] / src / ChangeLog
index 05111ce2ffd64d23afddaab3af50e0c99e5a243c..fd700b29b4cf20fbbada454c5af3a37764a92730 100644 (file)
@@ -1,5 +1,32 @@
 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
+       absolute 
+
+       * vc-backend.C (most methods):
+       * exporter.C (Export): 
+       * converter.C (convert): 
+       (runLaTeX): 
+       * LyXSendto.C (SendtoApplyCB): 
+       * lyxfunc.C (dispatch): 
+       (menuNew): 
+       (open): 
+       (doImport): 
+       * lyx_cb.C (AutoSave): 
+       (InsertAsciiFile): 
+       * BufferView_pimpl.C (MenuInsertLyXFile): 
+       * buffer.C (runChktex): use Buffer::filePath().
+
+       * buffer.h: rename filename to filename_; rename filepath to
+       filepath_ and make it private
+       (filePath): new method
+
+       * buffer.C (writeFile): use fileName()
+       (getLatexName): 
+
+       * lyx_main.C (init): fix starting  of LyX when the binary is a
+       link from so,ewhere else.
+
        * minibuffer.C: include <cctype> for isprint
 
 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>