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