mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
b43d43de8f
commit
393564e726
@ -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.
|
||||
|
@ -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
|
||||
|
10
status.13x
10
status.13x
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user