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