]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
fix automake 1.6.3 error
[lyx.git] / src / frontends / xforms / ChangeLog
index c8a4e2028b95b628de85ae3b1518990c730ae1ac..47019c1b0988f2b40b9ac0ff32ba0b28d2f0a2e1 100644 (file)
@@ -1,3 +1,114 @@
+2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * forms/Makefile.am (SUFFIXES): use +=, since SUFFIXES is already
+       set in config/common.am
+
+2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XFormsToolbar.C (C_ToolbarCB, selected): 
+       * XFormsMenubar.C (MenuCallback): do not use the verbose argument
+       to dispatch
+
+2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * RadioButtonGroup.C (set): use bind, equal_to instead of
+       equal_2nd_in_pair 
+
+       * xformsImage.C (loadableFormats): use bind, equal_to instead of
+       compare_memfun
+
+       * lyx_gui.C (start): use for_each instead of explicit for loop
+
+2004-11-05  Allan Rae  <rae@itee.uq.edu.au>
+
+       * forms/Makefile.am: s/SUFFIX/SUFFIXES/ rule.
+
+2004-10-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.[Ch]:
+       * forms/form_preferences.fd: enable the Movers to be modified from the
+       preferences dialog.
+
+2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * forms/form_preferences.fd: Add translation context to "To:"
+       * forms/form_print.fd: ditto
+
+2004-10-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormPreferences.C: add code to input/output the indexing command.
+
+2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
+
+       * forms/form_preferences.fd: add widgets to enable the indexing command
+       (usually 'makeindex') to be input.
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: use proper signal include
+
+       * Tooltips.[Ch]: Use preffered calling of Boost.Signal
+       * XFormsView.h: ditto
+
+2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * forms/pch.h: make it better
+
+       * forms/Makefile.am (DISTCLEANFILES): only delete files we generated
+
+2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
+2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * FormBibtex.C (input): use ControlBibtex::browseBst and
+       ControlBibtex::browseBib
+
+2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * XWorkArea.C (work_area_handler): handle wheel events more
+       explict here, make the way of handlig it similar to qt.
+
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C, FormMathsMatrix.C, FormLog.C:
+       * FormAboutlyx.C, Color.C: change "support/std_sstream.h" to
+       <sstream>
+
+2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (C_read_callback, set_read_callback,
+       remove_read_callback): delete funcs
+
+2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (register_socket_callback): new func
+       (unregister_socket_callback): new func
+       (C_datasocket_callback,C_serversocket_callback): delete func
+
+2004-06-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormCitation.C: Don't allow incomplete input (fix bug 1617).
+
+2004-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * combox.c (combox_handle): prevent crash when trying to draw
+       non-existent 'button_state' button on an 'FL_NORMAL_COMBOX' combox.
+
+2004-06-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * forms/Makefile.am (.fd.C): Use '-r' to test for file existence,
+       and use $(<F) instead of `basename $<`
+
+2004-06-01  Angus Leeming  <leeming@lyx.org>
+
+       * LayoutEngine.C (c-tor): initialize visible_ as false.
+       (set): only invoke hide() if the widget was visible and is to
+       be no longer.
+
 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * forms/Makefile.am (MAINTAINERCLEANFILES): rename as DISTCLEANFILES