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