From 3ee8d702a46e11c798c4c31395034e5e056632df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Thu, 26 Oct 2000 00:08:08 +0000 Subject: [PATCH] patch to mathed some fixing in minibuffer git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1160 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 -- 2.39.5