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