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