]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
fix automake 1.6.3 error
[lyx.git] / src / frontends / xforms / ChangeLog
index 7b562be069ada255cab0fc7550b0f7f44527ef42..47019c1b0988f2b40b9ac0ff32ba0b28d2f0a2e1 100644 (file)
@@ -1,3 +1,24 @@
+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.