]> git.lyx.org Git - features.git/commit
lyxclient moved from development and cleaned up a bit + some assorted fixes.
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 4 Sep 2004 12:13:50 +0000 (12:13 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 4 Sep 2004 12:13:50 +0000 (12:13 +0000)
commitcf40817160ec196759dfc51a86a4c0b38d9a43ce
tree8218e0ce3ef735b215833c02f4edf259c2dc04dc
parent183d7b115a675089a6eca12910e9452ff019c898
lyxclient moved from development and cleaned up a bit + some assorted fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8967 a592a061-630c-0410-9148-cb99ea01b6c8
18 files changed:
ChangeLog
configure.ac
po/POTFILES.in
src/ChangeLog
src/Makefile.am
src/client/.cvsignore [new file with mode: 0644]
src/client/Makefile.am [new file with mode: 0644]
src/client/boost.C [new file with mode: 0644]
src/client/client.C [new file with mode: 0644]
src/client/debug.C [new file with mode: 0644]
src/client/debug.h [new file with mode: 0644]
src/client/gettext.C [new file with mode: 0644]
src/client/gettext.h [new file with mode: 0644]
src/client/lyxclient.man [new file with mode: 0644]
src/client/messages.C [new file with mode: 0644]
src/client/messages.h [new file with mode: 0644]
src/support/ChangeLog
src/support/tostr.C