]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
the convert patch
[lyx.git] / ChangeLog
index 5f85f6abe11bc643c630c1f57020e79336cc143c..ec310c697b9edd8c27ad6d1e97319f50898b0df7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,327 @@
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: add src/support/tests/Makefile 
+
+2005-01-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: indicate in final info whether aiksaurus is used.
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: s/COMRESSION/COMPRESSION/
+
+2005-01-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove duplicated code
+
+2005-01-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: use LYX_USE_PACKAGING
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (VERSION_INFO): add CPPFLAGS to info
+
+2005-01-04  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AC_CHECK_FUNCS): test for the existence of
+       lstat and readlink.
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove call to LYX_CXX_CHEADERS
+
+2004-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: remove the HAVE_MKDIR conditional code to
+       src/support/mkdir.C
+
+2004-12-15  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
+
+       * configure.ac: add AC_FUNC_MKDIR test and code to
+       #define mkdir should a non-POSIX version be found.
+
+2004-12-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where
+       possible.
+
+2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Most Makefile.am's: Change to use AM_CPPFLAGS instead of
+       INCLUDES since that has been deprecated by automake.
+
+2004-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * README.Cygwin: new file, containing the current contents of
+       README.Win32.
+
+       * README.Win32: rewritten to explain why we don't currently
+       provide formal support for a native Win32 port (other than
+       one based on Cygwin) and how that may change in the future.
+
+2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: do not include broken_headers.h; do not check for
+       strchr, memset and memmove
+
+2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: do not check for snprintf
+
+2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: remove RPM_FRONTEND_DEPS
+
+2004-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: make maintainer mode active by default for
+       development releases
+
+2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: update for gtk 2.4
+
+2004-09-23  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * README.MacOSX: update again
+
+2004-09-22  Bennett Helm  <bennett.helm@fandm.edu>
+
+       * README.MacOSX: update a bit
+
+2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES): add src/client/Makefile
+
+2004-09-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * configure.ac: print error message if uic or moc is not found
+       and the qt frontend is used
+
+2004-08-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * More pch work.
+
+2004-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: instead of the previous code (which does not
+       work), just add xforms to the list of frontends if gtk is specified
+
+2004-07-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: add code that some xforms tests are run only once
+       even if both xforms and gtk are configured.
+
+2004-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (SUBDIRS): remove m4 directory (does not have a
+       Makefile.am).
+
+2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
+       annotations to clean up the Makefile slightly.
+
+2004-06-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES): add lib/doc/Makefile
+
+2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * mkinstalldirs: remove file
+
+2004-05-27  Kayvan Sylvan <kayvan@sylvan.com>
+
+       * configure.ac (AH_BOTTOM): Remove reference to support/nt_defines.h
+
+2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * autogen.sh (ACLOCAL): make all aclocal find m4
+
+2004-05-26  gettextize  <bug-gnu-gettext@gnu.org>
+
+       * Makefile.am (SUBDIRS): Add m4.
+       (DIST_SUBDIRS): Add m4.
+       (ACLOCAL_AMFLAGS): New variable.
+       * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * README.MacOSX: update to reflect Jean-Marc's comments to the list.
+
+2004-04-20  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: (AC_CONFIG_FILES) add gtk/gimages Makefile.
+
+2004-04-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: define BOOST_USER_CONFIG
+
+2004-03-10  Ronald Florence <ron@18james.com>
+
+       * README.MacOSX: update
+
+2004-01-26  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: enable the use of autoconf 2.59.
+
+2004-01-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AC_CONFIG_FILES): add boost::filesystem Makefiles.
+
+2003-12-15  Ronald Florence <ron@18james.com>
+
+       * README.MacOSX: updated for 1.4.0cvs
+
+2003-11-18  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: accept autoconf 2.58 as a supported version.
+
+2003-10-24  André Pönitz  <poenitz@gmx.net>
+
+       * lyxfunc.C:
+       * rowpainter.C:
+       * text.C:
+       * text3.C:
+       * lyxtext.h: set fills in fill(...) instead of returning it
+
+2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * INSTALL: remove a comment about --with-included-string
+
+       * configure.ac: remove the configure are
+       --with-included-string
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac (FORNTENDS): use tabs to align message, make gtk
+       not delete info about other frontends
+
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: remove LYX_CXX_STL_STRING and
+       LYX_CXX_GOOD_STD_STRING checks. Add a simplified version of the
+       AC_ARG_WITH(included-string)
+
+2003-09-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * README.MacOSX: update
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac (AH_BOTTOM): add blurb for BOOST_ASSERT
+
+2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * README.MacOSX: new file.
+
+2003-08-26  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * INSTALL: Add compilation instructions for SUN Sparc
+        Solaris. (bug #362)
+
+2003-08-19  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AH_TOP): get rid of 'The LyX Team'.
+
+2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
+       here, that is done by boost gcc config.
+
+2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: add $(EXEEXT) to program names in FRONTEND_PROGS
+
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * configure.ac: only configure the frontends that have been
+       specified; build in FRONTENDS_PROGS the list of programs that
+       should be built
+       (AC_CONFIG_FILES): output lyx_forms.h-tmp instead of lyx_forms.h
+       in order to do dependency trick in xforms frontend (same for
+       lyx_xpm.h)
+
+2003-07-31  John Levon  <levon@movementarian.org>
+
+       * NEWS:
+       * INSTALL: refer to latex-xft-fonts
+
+2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: compression support
+
+2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: check for zlib.
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * configure.ac: new file
+
+       * autogen.sh (autoversion): remove support for autoconf 2.13
+
+       * .cvsignore: remove acconfig.h configure.ac configure.in
+
+2003-07-10  John Levon  <levon@movementarian.org>
+
+       * INSTALL: update Aiksaurus URL
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * sourcedoc/Doxyfile.in (EXCLUDE): exclude gnome and generated
+       files in qt dir.
+
+2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyx.man: change env variable from foo_13x to foo_14x
+
+2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am: allow boost as system lib
+
+2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * dummy entry
+
+2003-04-14  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh (autoversion): Print message proclaims support for
+       autoconf 2.54.
+
+2003-04-10  Angus Leeming <leeming@lyx.org>
+
+       * autogen.sh: We support autoconf 2.57, so tell the user.
+
+2003-04-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * status: update
+
+2003-04-03  Angus Leeming  <leeming@lyx.org>
+
+       * status: attempt to fill it out a little.
+
+2003-04-03  John Levon  <levon@movementarian.org>
+
+       * status: start a status file ...
+
+2003-03-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * INSTALL: mention --enable-maintainer-mode
+
+2003-03-25  John Levon  <levon@movementarian.org>
+
+       * autogen.sh: add aspell.m4
+
+2003-03-12  Kayvan Sylvan  <kayvan@sylvan.com>
+
+       * autogen.sh (ACINCLUDE_FILES): Added cygwin.m4
+
+2003-03-15  John Levon  <levon@movementarian.org>
+
+       * INSTALL: little fix
+
 2003-02-27  Angus Leeming  <leeming@lyx.org>
 
        * INSTALL: better instructions for the Qt frontend