X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2FChangeLog;h=8a469ea1a302e61f830a6a192a3e31339ae477a0;hb=90176702765fe13a9c532a6cb17538502c64c93b;hp=f477030e3ec9d52e208a97b3e99baf97832c4eda;hpb=ac1faa8439178ab6bd49e08df92e972b3e5f1dcd;p=lyx.git diff --git a/config/ChangeLog b/config/ChangeLog index f477030e3e..8a469ea1a3 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,95 @@ +2003-09-16 Lars Gullik Bjønnes + + * lyxinclude.m4 (LYX_CXX_STL_STRING): remove + (LYX_CXX_GOOD_STD_STRING): remove + +2003-08-02 Kayvan Sylvan + + * Makefile.am (EXTRA_DIST): remove files that are not there anymore + +2003-08-02 Jean-Marc Lasgouttes + + * xforms.m4 (XFORMS_DO_IT_ALL): new macro, which calls all the + xforms stuff and AC_SUBSTs XFORMS_LIBS with all libraries needed + by the xforms frontend + + * lyxinclude.m4 (LYX_USE_FRONTENDS): renamed from + LYX_USE_FRONTEND. Can now accept a list of frontends; the + variables defines there are now FRONTENDS, FRONTENDS_SUBDIRS and + FRONTENDS_PROGS. + +2003-07-29 Lars Gullik Bjønnes + + * lyxinclude.m4: use AC_HELP_STRING + +2003-07-27 Lars Gullik Bjønnes + + * configure.ac,configure.in,lyxinclude213.m4,relyx_configure.ac,relyx_configure.in: delete file + +2003-07-25 Jean-Marc Lasgouttes + + * configure.in: + * configure.ac: remove frontend directories from FRONTEND_INCLUDES + +2003-07-22 John Levon + + * configure.ac: + * configure.in: support Aiksaurus 1.0 + +2003-07-03 Jean-Marc Lasgouttes + + * 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 + + * lyxinclude.m4: add gcc 3.4 + +2003-07-15 Angus Leeming + + * lyxinclude.m4: Do not pass the -Winline option to gcc. + +2003-06-11 Lars Gullik Bjønnes + + * configure.ac: also check for header + +2003-05-26 Jean-Marc Lasgouttes + + * relyx_configure.ac: + * relyx_configure.in: add AM_MAINTAINER_MODE here too. + +2003-05-20 Angus Leeming + + * 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 + + * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage + +2003-05-14 Lars Gullik Bjønnes + + * qt.m4: errors are not fatal + +2003-05-14 Lars Gullik Bjønnes + + * 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 + + * configure.ac: better lib building. + 2003-05-07 Lars Gullik Bjønnes * lyxinclude.m4 (LYX_USE_INCLUDED_BOOST): new m4 function