fix gtk gcc3.4 compilation, add pch.h for gtk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Spray 2004-11-25 11:34:57 +00:00
parent 3e498a40a5
commit 8a69513606

View File

@ -1,7 +1,15 @@
2004-11-25 John Spray <spray_john@users.sourceforge.net>
* GViewBase.h: Fix gcc 3.4 compilation
* pch.h: added (barebones version to be improved)
2004-11-22 John Spray <spray_john@users.sourceforge.net>
* GWorkArea.C: Set small scrolling interval to 3*lineheight
2004-11-22 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* GSendto.C: Disable concept checks (see below)
* GWorkArea.C: Set small scrolling interval to 3*lineheight
as opposed to 1*lineheight
2004-11-21 John Spray <spray_john@users.sourceforge.net>