X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2FChangeLog;h=740b05c4e69675fe045acca573cddcf39ebf81b8;hb=12dbcf2ee1792391a81d265ee8875ccf621033ca;hp=e3b55c7bc2d75a0e268a2dfca1cd132844aebc5c;hpb=3f589b35114bb81866635c156a842f78044a5e30;p=lyx.git diff --git a/src/client/ChangeLog b/src/client/ChangeLog index e3b55c7bc2..740b05c4e6 100644 --- a/src/client/ChangeLog +++ b/src/client/ChangeLog @@ -1,4 +1,63 @@ -2004-09-17 Lars Gullik Bjonnes +2005-12-07 Jean-Marc Lasgouttes + + * Makefile.am (lyxclient_LDADD): link against SOCKET_LIBS (needed + for solaris). + +2005-07-17 Michael Schmitt + + * debug.C: fix typo + +2005-04-25 Angus Leeming + + * client.C: + * pch.h: + include in .C files, not .h ones. + add licence blurb. + protect headers inside preprocessor guards. + +2005-02-25 Lars Gullik Bjønnes + + * Makefile.am (man_MANS): clean generated files + +2005-01-27 Lars Gullik Bjønnes + + * debug.C: use convert<> instead of atoi,strToXXX and friends + +2005-01-20 Asger Ottar Alstrup + + * pch.h: use the HAVE_UNISTD_H preprocessor guard. + +2005-01-19 Asger Ottar Alstrup + + * client.C: use the HAVE_UNISTD_H preprocessor guard. + +2005-01-10 Angus Leeming + + * messages.C: use support/package.h to provide the paths to the + various directories used by LyX. + +2004-12-16 Angus Leeming + + * messages.C: remove redundant "using lyx::support::GetEnvPath;" + +2004-12-14 Angus Leeming + + * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/ + to overcome bug in the MinGW port of g++ 3.4.2. + +2004-12-05 Lars Gullik Bjønnes + + * Makefile.am (BOOST_LIBS): use boost variables + +2004-11-09 Georg Baum + + * client.C: remove format hack + +2004-10-29 Georg Baum + + * client.C (formats): new, needed for libsupport.a + +2004-09-17 Lars Gullik Bjønnes * client.C (connect): don't use SUN_PATH, just use sizeof instead. * client.C: include @@ -15,7 +74,7 @@ * Makefile.am (INCLUDES): add ${srcdir}/.. to INCLUDES (needed when building outside of source tree) -2004-09-04 Lars Gullik Bjonnes +2004-09-04 Lars Gullik Bjønnes * messages.h: new file * messages.C: new file