mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
patch to mathed some fixing in minibuffer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1160 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
45933fac0c
commit
3ee8d702a4
24
ChangeLog
24
ChangeLog
@ -1,3 +1,27 @@
|
||||
2000-10-25 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* 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 <dekelts@tau.ac.il>
|
||||
|
||||
* src/mathed/formula.C (mathed_string_width): Use string instead
|
||||
of a constant size char array.
|
||||
|
||||
2000-10-25 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* src/frontends/ButtonPolicies.h: remove the LOstream and remove
|
||||
|
Loading…
Reference in New Issue
Block a user