From: Lars Gullik Bjønnes Date: Thu, 26 Oct 2000 00:08:08 +0000 (+0000) Subject: patch to mathed some fixing in minibuffer X-Git-Tag: 1.6.10~21873 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3ee8d702a46e11c798c4c31395034e5e056632df;p=features.git patch to mathed some fixing in minibuffer git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1160 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 6681aaf5e3..54cff84e75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2000-10-25 Lars Gullik Bjønnes + + * src/minibuffer.h: use Timeout instead of the xforms timer + object. + (setTimer) rewrite for the Timeout, change to unsigned arg + (set): change to unsigned timer arg + (TimerCB): remove + + * src/minibuffer.C (TimerCB): removed func + (C_MiniBuffer_TimerCB): removed func + (C_MiniBuffer_ExecutingCB): rewrite to not depend on TimerCB + (peek_event): use a switch statement + (add): don't use fl_add_timer. + (Set): rewrite to use the Timeout + (Init): ditto + + * src/Timeout.[Ch] (setType): return a Timeout & + (setTimeout): ditto, change to unsigned arg for timeout + +2000-10-25 Dekel Tsur + + * src/mathed/formula.C (mathed_string_width): Use string instead + of a constant size char array. + 2000-10-25 Lars Gullik Bjønnes * src/frontends/ButtonPolicies.h: remove the LOstream and remove