From: Angus Leeming Date: Tue, 4 Sep 2001 10:51:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 1.6.10~20666 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bfc0a344364e820c663bd679e5a49719ca5308cb;p=features.git *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2680 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 081ba5d661..a900c535bb 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,11 @@ +2001-09-04 Angus Leeming + + * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method. + When Applying it's useful to know whether the dialog is about to close + or not (no point refreshing the display for example). + + * ControlInset.C (apply): use isClosing. + 2001-08-25 John Levon * ControlInset.h: