X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2FChangeLog;h=c21a92ccce90ed087d07a51ed0f5cf2091cd8d56;hb=0b210f086d714481d0f729ad261d878677e4a0b9;hp=834b8623935c394b98f8ed2dc48fc036f858c420;hpb=ddcd73acd71c78d9fcbcbf556c13c45b74a183ad;p=lyx.git diff --git a/config/ChangeLog b/config/ChangeLog index 834b862393..c21a92ccce 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,13 +1,74 @@ +2002-08-13 Lars Gullik Bjønnes + + * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant. + +2002-08-11 Angus Leeming + + * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after + definition of c-tor. + +2002-08-11 Lars Gullik Bjønnes + + * Makefile.am (EXTRA_DIST): remove sigc++.m4 + +2002-08-10 Lars Gullik Bjønnes + + * xforms.m4: switch back to save,restore + + * some more updates and removal of obsolete macros. + +2002-08-08 Lars Gullik Bjønnes + + * further work on 2.53 stuff. + +2002-07-28 Lars Gullik Bjønnes + + * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline + +2002-07-17 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_SCO): + (LYX_HPUX): + (LYX_SUNOS4): remove macros + (LYX_PATH_XPM): add description of XPM_H_LOCATION here + +2002-07-10 Jean-Marc Lasgouttes + + * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for + gcc 2.95.x. + +2002-06-20 John Levon + + * lyxinclude.m4: add -Wno-non-template-friend + +2002-06-20 Jean-Marc Lasgouttes + + * pspell.m4: patch from Garst to help find pspell (bug 428) this + code is really tasteless... + +2002-06-19 John Levon + + * lyxinclude.m4: remove LYX_REGEX properly + +2002-06-12 Angus Leeming + + * lyxinclude.m4 (LYX_STL_STRING_FWD): removed. + +2002-06-12 Jean-Marc Lasgouttes + + * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the + check for flimage.h header. + 2002-06-12 John Levon - * qt2.m4: Qt frontend is for Qt 2 OR Qt 3 - + * qt2.m4: Qt frontend is for Qt 2 OR Qt 3 + 2002-06-07 Jean-Marc Lasgouttes * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now simpler and hopefully better. Please test. (LYX_PATH_XFORMS): move test for flimage.h in - LYX_USE_XFORMS_IMAGE_LOADER. + LYX_USE_XFORMS_IMAGE_LOADER. (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple lines in LYX_USE_XFORMS_IMAGE_LOADER.