]> git.lyx.org Git - lyx.git/blob - src/client/ChangeLog
4e105820c497a288edc2cd84853e9e518772403c
[lyx.git] / src / client / ChangeLog
1 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
2
3         * pch.h: use the HAVE_UNISTD_H preprocessor guard.
4
5 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
6
7         * client.C: use the HAVE_UNISTD_H preprocessor guard.
8
9 2005-01-10  Angus Leeming  <leeming@lyx.org>
10
11         * messages.C: use support/package.h to provide the paths to the
12         various directories used by LyX.
13
14 2004-12-16  Angus Leeming  <leeming@lyx.org>
15
16         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
17
18 2004-12-14  Angus Leeming  <leeming@lyx.org>
19
20         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
21         to overcome bug in the MinGW port of g++ 3.4.2.
22
23 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
24
25         * Makefile.am (BOOST_LIBS): use boost variables
26
27 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
28
29         * client.C: remove format hack
30
31 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
32
33         * client.C (formats): new, needed for libsupport.a
34
35 2004-09-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
36
37         * client.C (connect): don't use SUN_PATH, just use sizeof instead.
38         * client.C: include <cerrno>
39         * pch.h: new file
40         * .cvsignore: update
41
42 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
43
44         * Makefile.am (BOOST_LIBS): fix when using already installed boost.
45         (lyxclient_LDADD): add $(BOOST_LIBS) and $(INTLLIBS)
46
47 2004-09-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
48
49         * Makefile.am (INCLUDES): add ${srcdir}/.. to INCLUDES (needed
50         when building outside of source tree)
51
52 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
53
54         * messages.h: new file
55         * messages.C: new file
56         * lyxclient.man: new file
57         * gettext.h: new file
58         * gettext.C: new file
59         * debug.h: new file
60         * debug.C: new file
61         * client.C: new file
62         * boost.C: new file
63         * Makefile.am: new file
64         * .cvsignore: new file