From 8e4a70423e7fe4eb03665c32aa55623b10d5afe6 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 27 Feb 2003 16:40:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6303 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 15 ++++++++++++++- src/insets/ChangeLog | 5 +++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 1411739902..94804e1ace 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,4 +1,17 @@ -2003-02-27 Angus Leeming +2003-02-27 Angus Leeming + + * Dialogs.C (build): add a label dialog. + + * FormIndex.[Ch]: renamed as FormText.[Ch] + * forms/form_index.fd: renamed as form_text.fd. + + * FormText.[Ch] + * forms/form_text.fd: slight refactoring to enable the class to be + used by two dialogs. + + * Makefile.am: add the new files and remove the old. + +2003-02-27 Angus Leeming * Alert_pimpl.C: make shortcuts consistent with the rest of LyX. diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 545d42418b..676a375e48 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,8 @@ +2003-02-27 Angus Leeming + + * indexlabel.C: use a real, LyX dialog rather than that nasty Alert + thingy. + 2003-02-27 Angus Leeming * insetbibitem.C (localDispatch):