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