From 44a37224b8880d3f245dd4e7cb63a89e167e4aa4 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 11 Aug 2011 10:57:33 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33719 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 805783ca7..aa9c12298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-11 10:57 theraven + + * libs/gui/trunk/Tools/speech/GSSpeechEngine.h: Move the + +defaultSpeechServer method into a category interface, to silence + a clang warning. + 2011-08-11 Fred Kiefer * Source/NSView.m (-setBoundsSize:): Adjust the origin as well.