]> git.lyx.org Git - features.git/commitdiff
Forgotten ChangeLogs
authorAngus Leeming <leeming@lyx.org>
Mon, 10 Mar 2003 00:39:45 +0000 (00:39 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 10 Mar 2003 00:39:45 +0000 (00:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6407 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/qt2/ChangeLog

index a0b903cd58593b22d69ccd1b6e3549812ae87da1..fd2a544242fd9e73ea3ca9f61419b0332ed0c162 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
+
 2003-03-09  Angus Leeming  <leeming@lyx.org>
 
        * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
index cd445fee3413c60d033176a966df6f5c972a5ecc..421c6128866e71ad52dd80735dd6e1e40ef9dfe1 100644 (file)
@@ -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  <leeming@lyx.org>
+
+       * 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.