*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6303 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-02-27 16:40:36 +00:00
parent 1eeff87e19
commit 8e4a70423e
2 changed files with 19 additions and 1 deletions

View 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.

View 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):