]> git.lyx.org Git - lyx.git/blobdiff - config/ChangeLog
fix writing of tabulars; output the real lyx version number at the top of generated...
[lyx.git] / config / ChangeLog
index 2e46ab3b4d7955b92ac4ce727ae6af21aa33141b..468392ac3a84b7f79988b8a702541f1338f19591 100644 (file)
@@ -1,3 +1,78 @@
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac,configure.in,lyxinclude213.m4,relyx_configure.ac,relyx_configure.in: delete file
+
+2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in:
+       * configure.ac: remove frontend directories from FRONTEND_INCLUDES
+
+2003-07-22  John Levon  <levon@movementarian.org>
+
+       * configure.ac:
+       * configure.in: support Aiksaurus 1.0
+
+2003-07-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.in:
+       * configure.ac: only add X libraries to LIBS if --disable-x has
+       not been passed to configure (useful for Qt/Mac)
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4: add gcc 3.4
+
+2003-07-15  Angus Leeming  <leeming@lyx.org>
+
+       * lyxinclude.m4: Do not pass the -Winline option to gcc.
+
+2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: also check for <ios> header
+
+2003-05-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * relyx_configure.ac:
+       * relyx_configure.in: add AM_MAINTAINER_MODE here too.
+
+2003-05-20  Angus Leeming  <leeming@lyx.org>
+
+       * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
+       Rob Lahaye to ensure that the configure test succeeds with
+       xforms 1.0.2 and, moreover, that this will not break the final
+       linking step under cygwin.
+
+2003-05-15  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage
+
+2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * qt.m4: errors are not fatal
+
+2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xforms.m4 (lyx_cv_xpm_h_location): don't define XPM_H_LOCATION,
+       subst it instead.
+       (lyx_cv_forms_h_location): don't define FORMS_H_LOCATION, subst it
+       instead.
+
+       * configure.in: generate lyx_forms.h and lyx_xpm.h.
+
+       * configure.ac: always check for xforms and qt libs regardless of
+       frontend chosen. Generate lyx_forms.h and lyx_xpm.h.
+
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: better lib building.
+
+2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxinclude.m4 (LYX_USE_INCLUDED_BOOST): new m4 function
+
+       * configure.ac: allow boost as system lib
+       * common.am: ditto
+
 2003-05-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * lyxinclude213.m4 (AC_HELP_STRING): replace with a hackish but
 
 2003-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * configure.in (ALL_LINGUAS): 
+       * configure.in (ALL_LINGUAS):
        * configure.ac (ALL_LINGUAS): add nn (nynorsk)
 
 2003-04-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * configure.in: 
+       * configure.in:
        * configure.ac: move AM_MAINTAINER_MODE later
 
 2003-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * configure.in: 
+       * configure.in:
        * configure.ac: use AM_MAINTAINER_MODE
 
 2003-03-25  John Levon  <levon@movementarian.org>