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