]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
fix gettext problem
[lyx.git] / ChangeLog
index 5508171f38bebeed0034a36aabe1a8c335b3eacd..3adc7265c242e1ee615be9dfcb1132342aaec797 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,69 @@
+2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
+
+2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * acconfig.h: auto update
+
+       * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
+       GUI: modify FRONTEND_GUILIB for all target to match what is
+       needed in the Makefile.am
+       (AC_CONFIG_SUBDIRS): remove boost
+       (AC_OUTPUT): generate boost/Makefile
+
+       * autogen.sh (AUTOCONF): remove some commented code, remove the
+       boost configuration.
+
+2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
+
+       * configure.in: check for istreambuf_iterator in <iterator>
+
+2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
+
+       * Added README.Win32
+
+2001-04-15  Allan Rae  <rae@lyx.org>
+
+       * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
+       configuration file take effect.
+       (DISTCLEANFILES): clean out sourcedoc/
+
+       * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
+       things that should be filtered.  Now you can run it after you started
+       compiling stuff as well.
+
+2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
+
+2001-03-26  Baruch Even  <baruch@lyx.org>
+
+       * configure.in: Added libglade detection and libraries for the gnome
+       build. The gnome build will now depend on libglade libraries.
+
+2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Merging changes from BRANCH_MVC back into HEAD.
+
+       * configure.in: added controllers directory to frontends.
+
+2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * INSTALL: remove mention of problem with gettext.
+
 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
 
        * configure.in:
-       * config/lyxinclude.m4:
        * INSTALL: minor changes, become --with-version-suffix
 
 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
 
        * configure.in:
-       * config/lyxinclude.m4:
        * INSTALL: --with-lyx-version
 
-       * config/kde.m4: remove cruft that was breaking
-         installs
-
        * Makefile.am: fix uninstall
 
 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>