]> git.lyx.org Git - features.git/commitdiff
*** empty log message ***
authorAngus Leeming <leeming@lyx.org>
Thu, 27 Feb 2003 16:40:36 +0000 (16:40 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 27 Feb 2003 16:40:36 +0000 (16:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6303 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/insets/ChangeLog

index 1411739902678ae95042ae26a760c495dd8b2768..94804e1acead0827e123dc927e7c5ae363cdcbfd 100644 (file)
@@ -1,4 +1,17 @@
-2003-02-27  Angus Leeming  <angus@localhost.localdomain>
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
 
        * Alert_pimpl.C: make shortcuts consistent with the rest of LyX.
 
index 545d42418b27a40d8a10fe072be0d8c5aa3a5a5b..676a375e48201a56d2994d941c02b5385f691a77 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
+       thingy.
+
 2003-02-27  Angus Leeming  <leeming@lyx.org>
 
        * insetbibitem.C (localDispatch):