]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
tostr -> convert and some bformat work
[lyx.git] / src / support / ChangeLog
index 7c72859aff0e88c7f628bdba8b2f2ccf5d4d751e..db6f478951d6a311a33e6027c9d748ff0477743b 100644 (file)
@@ -1,3 +1,55 @@
+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.
+       (dostat): protect the code with #ifdef HAVE_LSTAT.
+       (typeIndicator): remove code testing the file's executable status.
+
+       * filetools.C (LyXReadLink): protect the code with
+       #ifdef HAVE_READLINK.
+
+2005-01-01  Kayvan Sylvan  <kayvan@sylvan.com>
+
+       * os_win32.C (internal_path): remove the call to MakeLatexName as
+       it is (1) unnecessary and (2) leads to an infinite loop as
+       MakeLatexName calls AddName which calls internal_path...
+
+2004-12-19  Angus Leeming  <leeming@lyx.org>
+
+       * path_defines.C.in (setLyxPaths): on a Windows build,
+       remove the ".exe" extension from the name of the LyX binary when
+       trying to ascertain the name of the LyX system directory.
+       (Usually, <path to binary>/../share/<name of binary>/).
+
+       * os.h, os_os2.C, os_unix.C, os_win32.C (slashify_path): remove.
+
+       * os_win32.C (init): ensure that the name of the lyx executable is
+       stored internally with a unix-style path.
+
+       * os_win32.C (internal_path, external_path): differentiate between
+       cygwin and windows builds.
+
+       * filetools.C (FileOpenSearch, GetEnvPath, createDirectory,
+       MakeAbsPath, AddName, MakeRelPath, ChangeExtension):
+       * filename.C (mangledFilename):
+       s/slashify_path/internal_path/.
+
 2004-12-16  Angus Leeming  <leeming@lyx.org>
 
        * filename.C (mangledFilename): Given a Windows-style path, don't