From: Angus Leeming Date: Mon, 10 Mar 2003 00:39:45 +0000 (+0000) Subject: Forgotten ChangeLogs X-Git-Tag: 1.6.10~17307 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=40d25e4fecb29004bcc0a37314a2111337c9133b;p=lyx.git Forgotten ChangeLogs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6407 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index a0b903cd58..fd2a544242 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,7 @@ +2003-03-09 Angus Leeming + + * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme. + 2003-03-09 Angus Leeming * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme. diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index cd445fee34..421c612886 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -2,9 +2,19 @@ * Dialogs.C: * Dialogs2.C: - * Dialogs_impl.h: remove aboutlyx dialog. + * Dialogs_impl.h: remove merge changes dialog. - * Dialogs3.C: add aboutlyx dialog. + * Dialogs3.C: add merge changes dialog. + + * QChanges.[Ch]: changes to use the new Dialog-based scheme. + +2003-03-09 Angus Leeming + + * Dialogs.C: + * Dialogs2.C: + * Dialogs_impl.h: remove about lyx dialog. + + * Dialogs3.C: add about lyx dialog. * QAbout.[Ch]: changes to use the new Dialog-based scheme.