add missing cygwin support file (bug 2035)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10467 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-09-20 14:46:22 +00:00
parent b43d43de8f
commit 393564e726
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-09-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (EXTRA_DIST): add os_cygwin.C
2005-08-31 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* filetools.C (MakeDisplayPath): fix bug when HOME is empty.

View File

@ -5,7 +5,7 @@ noinst_LTLIBRARIES = libsupport.la
INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
EXTRA_DIST = lyxstring.C lyxstring.h \
os_unix.C os_win32.C os_os2.C
os_cygwin.C os_unix.C os_win32.C os_os2.C
if USE_LYXSTRING
LYXSTRING = lyxstring.C lyxstring.h

View File

@ -48,12 +48,14 @@ What's new
- Don't force alignment to BLOCK when switching to fixed width cell (bug 1840).
- Searching backwards in the citation dialog always skipped one result (bug 2002).
Fixed now.
- Searching backwards in the citation dialog always skipped one result
(bug 2002). Fixed now.
* Configuration/Installation:
- compile without STL compatibility support, since some systems do that
- Compile without STL compatibility support, since some systems do that
by default (Slackware, for ex.). [Qt only]
- enable compilation of LyX on DragonFly BSD.
- Enable compilation of LyX on DragonFly BSD.
- Add missing cygwin support file in the distribution (bug 2035)