]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
tostr -> convert and some bformat work
[lyx.git] / src / support / ChangeLog
index b6dd5c5dd8424c2ba28936a7841c0533c93e5609..db6f478951d6a311a33e6027c9d748ff0477743b 100644 (file)
@@ -1,5 +1,20 @@
+2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lstrings.[Ch]: change bformat to be a template
+       
+       * tostr.[Ch]: tostr -> convert, convert is a template
+       
+       * tempname.C:
+       * filetools.C (createBufferTmpDir): tostr -> convert
+
+2005-01-05  Angus Leeming  <leeming@lyx.org>
+
+       * os_win32.C (external_path, internal_path): s/MAX_PATH/PATH_MAX/.
+
 2005-01-04  Angus Leeming  <leeming@lyx.org>
 
+       * os_win32.C (current_root): use _getdrive on Win32.
+
        * FileInfo.C (FileInfo, newFile): strip the trailing '/' from
        the stored file name as it breaks Window's version of stat().
        (isLink): protect the code with #ifdef S_ISLNK.