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