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