]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
move the title_ string to the base class Dialog::View
[lyx.git] / src / frontends / xforms / ChangeLog
index f19961df2c684abed2be85848807d3a201be8fa1..fe0fef9663df059cecfabf64b17dbf307641a60a 100644 (file)
@@ -1,3 +1,91 @@
+2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormBase.[Ch]:
+       * FormDialogView.[Ch] (setTitle): added
+       * FormErrorList.C:
+       * FormLog.C:
+       * FormShowFile.C: use setTitle
+
+2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormErrorList.[Ch]: small bugs fixed
+
+2003-05-13  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormPreferences.C: Change conversions-tooltip.
+
+       * forms/form_preferences.fd: modify layout (similar to Graphics dialog
+       layout)
+
+2003-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfixc.sed:
+       * FormAboutlyx.C (build):
+       * FormCitation.C (update):
+       * FormDocument.C (build):
+       * FormErrorList.C (updateContents):
+       * FormGraphics.C (build):
+       * FormMathsBitmap.C (build):
+       * FormMathsMatrix.C (build):
+       * FormPreferences.C (build, LnFmisc::build, OutputsMisc::build,
+       SpellOptions::build):
+       * FormRef.C (build, updateBrowser, switch_go_button):
+       * FormTabular.C (build):
+       * FormToc.C (updateContents):
+       gettext's _(str) now returns a string rather
+       than char const *, so must add a .c_str() when passing to the xforms
+       lib.
+
+2003-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * forms/c_str.sed: removed. Renamed as:
+       * forms/tmp_str.sed
+
+       * forms/Makefile.am (EXTRA_DIST): add tmp_str.sed.
+       ($(libfdesign_la_SOURCES)): make it depend on tmp_str.sed.
+
+       * forms/fdfix.sh:
+       * forms/fdfixc.sed:
+       * forms/tmp_str.sed: s/c_str\([^(]\)/tmp_str\1/.
+
+2003-05-15 André Pönitz <poenitz@gmx.net>
+
+       * forms/Makefile.am:  add -I.. to get access to lyx_forms.h
+
+2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_xpm.h.in: new file
+
+       * lyx_forms.h.in: new file
+
+       * forms/fdfix.sh: adjust for FORMS_H_LOCATION -> lyx_forms.h change.
+
+       * Makefile.am (EXTRA_DIST): lyx_forms.h.in lyx_xpm.h.in
+
+       * Almost all files:: FORMS_H_LOCATION -> lyx_forms.h
+
+2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormErrorList.[Ch]:
+       * forms/form_errorlist.fd: added
+       * forms/Makefile.am:
+       * Makefile.am: the above additions
+       * Dialogs.C: ditto
+
+2003-05-13 André Pönitz <poenitz@gmx.net>
+
+       * FontInfo.C:
+       * FormDocument.C:
+       * FormFiledialog.C:
+       * FormForks.C:
+       * FormGraphics.C:
+       * FormMinipage.C:
+       * FormParagraph.C:
+       * FormPreferences.C:
+       * FormPrint.C:
+       * FormSpellchecker.C:
+       * FormWrap.C:
+       * Menubar_pimpl.C: tostr from new header
 
 2003-05-12 André Pönitz <poenitz@gmx.net>