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
This commit is contained in:
Lars Gullik Bjønnes 2000-10-26 17:31:53 +00:00
parent a73dbceadc
commit 536e1fef33

View File

@ -1,3 +1,13 @@
2000-10-26 Lars Gullik Bjønnes <larsbj@lyx.org>
* 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 <Jean-Marc.Lasgouttes@inria.fr>
* src/minibuffer.C: add "using SigC::slot" statement.