From: Lars Gullik Bjønnes Date: Thu, 26 Oct 2000 17:31:53 +0000 (+0000) Subject: fixes, the new with template hang, compilation warnings in buttonpolicies X-Git-Tag: 1.6.10~21869 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=536e1fef33e745b3e398bbb4e5aebe07100dc027;p=features.git fixes, the new with template hang, compilation warnings in buttonpolicies git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1164 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 420c73a3a5..6d931e78f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-10-26 Lars Gullik Bjønnes + + * src/frontends/ButtonPolicies.h (operator<<): reinsert for State + and SMInput + + * src/lyxfunc.C (MenuNew): lessen the scope of fname + moved misplaced AllowInput two lines up. + + * src/buffer.C (readFile): compare float with float, not with int + 2000-10-26 Jean-Marc Lasgouttes * src/minibuffer.C: add "using SigC::slot" statement.