]> git.lyx.org Git - features.git/commitdiff
fixes, the new with template hang, compilation warnings in buttonpolicies
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 26 Oct 2000 17:31:53 +0000 (17:31 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 26 Oct 2000 17:31:53 +0000 (17:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1164 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog

index 420c73a3a58721db8a59ad9158f144d20e9482d2..6d931e78f59e90d654ad0e3526eed3f346816a3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.