]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
* src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in
[lyx.git] / src / support / ChangeLog
index 351106a23b209678633454dc5d125cdee27d03d5..fc5e55de2505daebdee5d5a9b3d25d9e3dc04982 100644 (file)
@@ -1,3 +1,59 @@
+2006-03-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * filename.C (mangledFilename): truncate filename to 140 characters
+       for MiKTeX's pdflatex
+
+2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * debugstream.h: fix nullstream.hpp location for boost 1.33.0
+       * pch.h: ditto
+
+2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * filetools.C (NormalizePath): Change to use boost::filesystem and
+       alter regex usage in preparation for boost 1.33.1.
+
+2006-02-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * package.C.in (relative_system_support_dir): fix for win32 and
+       OSX packaging.
+
+2005-11-02  Angus Leeming  <leeming@lyx.org>
+
+       * path.C: trivial fix to a MSVS warning.
+
+2005-10-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * package.C.in (get_default_user_support_dir): do not play tricks
+       with PACKAGE value.
+
+2005-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * os_win32.h: new file, providing a public and portable interface
+       to the SHGetFolderPath function for older flavours of Windows.
+       * os_win32.C: tighten up code. Define the ShGetFolder class. Make
+       use of Microsoft's NewAPIs.h if available to provide us with
+       runtime support for Windows 95.
+       (internal_path): always pass the path through GetLongPathName.
+
+       * package.C.in: move lots of stuff out and into os_win32.C.
+
+2005-09-29  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: use the Windows-friendly LYX_ABS_INSTALLED_LOCALEDIR
+       et al rather than the unix-centric $(localedir) when compiling
+       package.C.in.
+
+2005-09-10  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (EXTRA_DIST): add os_cygwin.C to the distribution.
+
+2005-08-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * filetools.C (MakeDisplayPath): fix bug when HOME is empty.
+
+       * lstrings.C (subst): the string to be replaced should not be empty.
+
 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
 
        * package.C.in:
@@ -6,9 +62,10 @@
 2005-07-14  Angus Leeming  <leeming@lyx.org>
 
        * filename.[Ch] (mangledFilename): add an optional "dir" parameter
-       that is used to help determine the length of the mangled file name.
-       Do this because MiKTeX's YAP (version 2.4.1803) will crash if the string
-       referencing the file name in  the .dvi file is "too long". MikTeX bug:
+       that is used to help determine the length of the mangled file
+       name. Do this because MiKTeX's YAP (version 2.4.1803) will crash
+       if the string referencing the file name in the .dvi file is "too
+       long". MikTeX bug:
        http://sourceforge.net/tracker/index.php?func=detail&aid=1238065&group_id=10783&atid=110783
 
 2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>