]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
bug 183
[lyx.git] / src / ChangeLog
index 0b35b334fe53778bca2afa56215daec03b4fcf14..b23fdf97a7418b7f8e28c572a24858aadf401b74 100644 (file)
@@ -1,5 +1,30 @@
 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * bufferlist.C (readFile): create the buffer _after_ checking that
+       the file exists.
+
+       * lyxfunc.C (verboseDispatch): fix handling of arguments
+
+       * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
+
+       * lyxrc.C: use string::erase() instead of initializing to "".
+       
+
+2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * WorkArea.h:
+       * WorkArea.C:
+       * text2.C: tell X when we have made a selection for copying
+
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * BufferView_pimpl.C (MenuInsertLyXFile): 
+       * lyxfunc.C (menuNew): 
+       (open): 
+       (doImport): add shortcuts to directory buttons
+
        * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
        open a float)