lyx_mirror/src/client/ChangeLog
Georg Baum dacd4cea26 make gettting the file format from file contents work in the correct way ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9218 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-09 19:08:34 +00:00

39 lines
1.0 KiB
Plaintext

2004-11-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* client.C: remove format hack
2004-10-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* client.C (formats): new, needed for libsupport.a
2004-09-17 Lars Gullik Bjonnes <larsbj@gullik.net>
* client.C (connect): don't use SUN_PATH, just use sizeof instead.
* client.C: include <cerrno>
* pch.h: new file
* .cvsignore: update
2004-09-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (BOOST_LIBS): fix when using already installed boost.
(lyxclient_LDADD): add $(BOOST_LIBS) and $(INTLLIBS)
2004-09-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (INCLUDES): add ${srcdir}/.. to INCLUDES (needed
when building outside of source tree)
2004-09-04 Lars Gullik Bjonnes <larsbj@gullik.net>
* messages.h: new file
* messages.C: new file
* lyxclient.man: new file
* gettext.h: new file
* gettext.C: new file
* debug.h: new file
* debug.C: new file
* client.C: new file
* boost.C: new file
* Makefile.am: new file
* .cvsignore: new file