1 2005-07-14 Angus Leeming <leeming@lyx.org>
3 * Makefile.am (EXTRA_DIST): add the new README and INSTALL files
5 2005-07-13 Lars Gullik Bjonnes <larsbj@gullik.net>
7 * Makefiles: make sure to dist pch.h and mark PCH_FILE as a build
10 2005-07-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
12 * INSTALL: small tweak.
14 2005-06-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
16 * configure.ac: if the xforms frontend is added just to help gtk,
17 do not build the xforms binary.
19 2005-05-20 Lars Gullik Bjonnes <lgb@tandberg.net>
21 * configure.ac: Use AM_* flags for CLAGS,CXXFLAGS where we require
22 the values to be properly set.
24 2005-05-03 Angus Leeming <leeming@lyx.org>
26 * configure.ac: test for io.h and process.h.
27 Test the spelling of close(), getpid(), open(), pclose() and
28 popen(). Do they have a leading underscore or not?
30 2005-05-02 Angus Leeming <leeming@lyx.org>
32 * configure.ac: test for utime.h and sys/utime.h
34 2005-05-02 Angus Leeming <leeming@lyx.org>
36 * configure.ac: test for something that MSVC doesn't have (fcntl)
37 as opposed to something it does (select, socket).
39 2005-05-02 Angus Leeming <leeming@lyx.org>
41 * autogen.sh (ACINCLUDE_FILES): remove [ap]spell.m4. Add spell.m4.
43 * configure.ac: remove explicit invocation of CHECK_WITH_ASPELL,
44 CHECK_WITH_PSPELL. Add new invocation of LYX_CHECK_SPELL_ENGINES.
45 Also check for select() and socket() system functions and use
46 these to decide whether to build the src/client sun-directory.
48 2005-03-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
50 * configure.ac: remove hack when GNU gettext utilities are not
51 available; remove calls to AC_C_CONST and AC_C_INLINE (already
52 required by AM_INTL_SUBDIR; remove ALL_LINGUAS variable (see
53 po/LINGUAS instead); do not AC_SUBST LINGUAS.
55 2005-03-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
57 * autogen.sh: remove autom4te.cache directories
59 2005-03-06 Lars Gullik Bjonnes <larsbj@gullik.net>
61 * configure.ac: make the xforms part be built
62 first when building gtk frontend
64 2005-03-05 Angus Leeming <leeming@lyx.org>
66 * autogen.sh: remove test for gettext. Belongs in configure.
67 Return 1 if autogen.sh exits abnormally.
69 2005-03-02 Lars Gullik Bjonnes <larsbj@gullik.net>
71 * configure.ac: dont setup gnome/Makefile
73 2005-02-24 Angus Leeming <leeming@lyx.org>
75 * autogen.sh: enable the use of (1.5 <= automake <= 1.9).
77 2005-02-23 Angus Leeming <leeming@lyx.org>
79 * autogen.sh: test for automake >= 1.5 and for gettext >= 0.12.
81 * INSTALL: document these requirements.
83 2005-02-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
85 * Makefile.am: remove hack for making bindist work with autoconf
86 <=1.4. This broke non GNU make programs.
88 2005-02-07 Lars Gullik Bjonnes <larsbj@gullik.net>
90 * configure.ac (AH_BOTTOM): make BOOST_POSIX be defined for cygwin
92 2005-02-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
94 * configure.ac: if the prefix contains space, replace it with
95 ${builddir}/installprefix and issue a warning.
97 * configure.ac: when testing for AikSaurus, do not require libbz2.
99 2005-01-27 Lars Gullik Bjonnes <larsbj@gullik.net>
101 * configure.ac: add src/support/tests/Makefile
103 2005-01-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
105 * configure.ac: indicate in final info whether aiksaurus is used.
107 2005-01-20 Angus Leeming <leeming@lyx.org>
109 * configure.ac: s/COMRESSION/COMPRESSION/
111 2005-01-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
113 * configure.ac: remove duplicated code
115 2005-01-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
117 * configure.ac: use LYX_USE_PACKAGING
119 2005-01-05 Lars Gullik Bjonnes <larsbj@gullik.net>
121 * configure.ac (VERSION_INFO): add CPPFLAGS to info
123 2005-01-04 Angus Leeming <leeming@lyx.org>
125 * configure.ac (AC_CHECK_FUNCS): test for the existence of
128 2004-12-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
130 * configure.ac: remove call to LYX_CXX_CHEADERS
132 2004-12-16 Angus Leeming <leeming@lyx.org>
134 * configure.ac: remove the HAVE_MKDIR conditional code to
137 2004-12-15 Angus Leeming <leeming-0hXrFu2P2+c@public.gmane.org>
139 * configure.ac: add AC_FUNC_MKDIR test and code to
140 #define mkdir should a non-POSIX version be found.
142 2004-12-04 Lars Gullik Bjonnes <larsbj@gullik.net>
144 * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where
147 2004-12-03 Lars Gullik Bjonnes <larsbj@gullik.net>
149 * Most Makefile.am's: Change to use AM_CPPFLAGS instead of
150 INCLUDES since that has been deprecated by automake.
152 2004-11-25 Angus Leeming <leeming@lyx.org>
154 * README.Cygwin: new file, containing the current contents of
157 * README.Win32: rewritten to explain why we don't currently
158 provide formal support for a native Win32 port (other than
159 one based on Cygwin) and how that may change in the future.
161 2004-11-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
163 * configure.ac: do not include broken_headers.h; do not check for
164 strchr, memset and memmove
166 2004-11-04 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
168 * configure.ac: do not check for snprintf
170 2004-10-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
172 * configure.ac: remove RPM_FRONTEND_DEPS
174 2004-10-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
176 * configure.ac: make maintainer mode active by default for
179 2004-09-26 Lars Gullik Bjonnes <larsbj@gullik.net>
181 * configure.ac: update for gtk 2.4
183 2004-09-23 Bennett Helm <bennett.helm@fandm.edu>
185 * README.MacOSX: update again
187 2004-09-22 Bennett Helm <bennett.helm@fandm.edu>
189 * README.MacOSX: update a bit
191 2004-09-04 Lars Gullik Bjonnes <larsbj@gullik.net>
193 * configure.ac (AC_CONFIG_FILES): add src/client/Makefile
195 2004-09-03 Georg Baum <Georg.Baum@post.rwth-aachen.de>
197 * configure.ac: print error message if uic or moc is not found
198 and the qt frontend is used
200 2004-08-18 Lars Gullik Bjonnes <larsbj@gullik.net>
204 2004-08-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
206 * configure.ac: instead of the previous code (which does not
207 work), just add xforms to the list of frontends if gtk is specified
209 2004-07-26 Lars Gullik Bjonnes <larsbj@gullik.net>
211 * configure.ac: add code that some xforms tests are run only once
212 even if both xforms and gtk are configured.
214 2004-06-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
216 * Makefile.am (SUBDIRS): remove m4 directory (does not have a
219 2004-06-09 Lars Gullik Bjonnes <larsbj@gullik.net>
221 * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
222 annotations to clean up the Makefile slightly.
224 2004-06-01 Lars Gullik Bjonnes <larsbj@gullik.net>
226 * configure.ac (AC_CONFIG_FILES): add lib/doc/Makefile
228 2004-05-28 Lars Gullik Bjonnes <larsbj@gullik.net>
230 * mkinstalldirs: remove file
232 2004-05-27 Kayvan Sylvan <kayvan@sylvan.com>
234 * configure.ac (AH_BOTTOM): Remove reference to support/nt_defines.h
236 2004-05-26 Lars Gullik Bjonnes <larsbj@gullik.net>
238 * autogen.sh (ACLOCAL): make all aclocal find m4
240 2004-05-26 gettextize <bug-gnu-gettext@gnu.org>
242 * Makefile.am (SUBDIRS): Add m4.
243 (DIST_SUBDIRS): Add m4.
244 (ACLOCAL_AMFLAGS): New variable.
245 * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
247 2004-04-19 Angus Leeming <leeming@lyx.org>
249 * README.MacOSX: update to reflect Jean-Marc's comments to the list.
251 2004-04-20 Angus Leeming <leeming@lyx.org>
253 * configure.ac: (AC_CONFIG_FILES) add gtk/gimages Makefile.
255 2004-04-03 Lars Gullik Bjonnes <larsbj@gullik.net>
257 * configure.ac: define BOOST_USER_CONFIG
259 2004-03-10 Ronald Florence <ron@18james.com>
261 * README.MacOSX: update
263 2004-01-26 Angus Leeming <leeming@lyx.org>
265 * autogen.sh: enable the use of autoconf 2.59.
267 2004-01-08 Lars Gullik Bjonnes <larsbj@gullik.net>
269 * configure.ac (AC_CONFIG_FILES): add boost::filesystem Makefiles.
271 2003-12-15 Ronald Florence <ron@18james.com>
273 * README.MacOSX: updated for 1.4.0cvs
275 2003-11-18 Angus Leeming <leeming@lyx.org>
277 * autogen.sh: accept autoconf 2.58 as a supported version.
279 2003-10-24 André Pönitz <poenitz@gmx.net>
285 * lyxtext.h: set fills in fill(...) instead of returning it
287 2003-10-06 Lars Gullik Bjønnes <larsbj@gullik.net>
289 * INSTALL: remove a comment about --with-included-string
291 * configure.ac: remove the configure are
292 --with-included-string
294 2003-09-21 Lars Gullik Bjønnes <larsbj@gullik.net>
296 * configure.ac (FORNTENDS): use tabs to align message, make gtk
297 not delete info about other frontends
299 2003-09-16 Lars Gullik Bjønnes <larsbj@gullik.net>
301 * configure.ac: remove LYX_CXX_STL_STRING and
302 LYX_CXX_GOOD_STD_STRING checks. Add a simplified version of the
303 AC_ARG_WITH(included-string)
305 2003-09-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
307 * README.MacOSX: update
309 2003-09-09 Lars Gullik Bjønnes <larsbj@lyx.org>
311 * configure.ac (AH_BOTTOM): add blurb for BOOST_ASSERT
313 2003-09-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
315 * README.MacOSX: new file.
317 2003-08-26 Michael Schmitt <michael.schmitt@teststep.org>
319 * INSTALL: Add compilation instructions for SUN Sparc
322 2003-08-19 Angus Leeming <leeming@lyx.org>
324 * configure.ac (AH_TOP): get rid of 'The LyX Team'.
326 2003-08-07 Lars Gullik Bjønnes <larsbj@gullik.net>
328 * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
329 here, that is done by boost gcc config.
331 2003-08-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
333 * configure.ac: add $(EXEEXT) to program names in FRONTEND_PROGS
335 2003-08-02 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
337 * configure.ac: only configure the frontends that have been
338 specified; build in FRONTENDS_PROGS the list of programs that
340 (AC_CONFIG_FILES): output lyx_forms.h-tmp instead of lyx_forms.h
341 in order to do dependency trick in xforms frontend (same for
344 2003-07-31 John Levon <levon@movementarian.org>
347 * INSTALL: refer to latex-xft-fonts
349 2003-07-29 Lars Gullik Bjønnes <larsbj@gullik.net>
351 * configure.ac: compression support
353 2003-07-28 Lars Gullik Bjønnes <larsbj@gullik.net>
355 * configure.ac: check for zlib.
357 2003-07-27 Lars Gullik Bjønnes <larsbj@gullik.net>
359 * configure.ac: new file
361 * autogen.sh (autoversion): remove support for autoconf 2.13
363 * .cvsignore: remove acconfig.h configure.ac configure.in
365 2003-07-10 John Levon <levon@movementarian.org>
367 * INSTALL: update Aiksaurus URL
369 2003-06-28 Lars Gullik Bjønnes <larsbj@gullik.net>
371 * sourcedoc/Doxyfile.in (EXCLUDE): exclude gnome and generated
374 2003-06-23 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
376 * lyx.man: change env variable from foo_13x to foo_14x
378 2003-05-07 Lars Gullik Bjønnes <larsbj@gullik.net>
380 * Makefile.am: allow boost as system lib
382 2003-04-25 Lars Gullik Bjønnes <larsbj@gullik.net>
386 2003-04-14 Angus Leeming <leeming@lyx.org>
388 * autogen.sh (autoversion): Print message proclaims support for
391 2003-04-10 Angus Leeming <leeming@lyx.org>
393 * autogen.sh: We support autoconf 2.57, so tell the user.
395 2003-04-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
399 2003-04-03 Angus Leeming <leeming@lyx.org>
401 * status: attempt to fill it out a little.
403 2003-04-03 John Levon <levon@movementarian.org>
405 * status: start a status file ...
407 2003-03-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
409 * INSTALL: mention --enable-maintainer-mode
411 2003-03-25 John Levon <levon@movementarian.org>
413 * autogen.sh: add aspell.m4
415 2003-03-12 Kayvan Sylvan <kayvan@sylvan.com>
417 * autogen.sh (ACINCLUDE_FILES): Added cygwin.m4
419 2003-03-15 John Levon <levon@movementarian.org>
421 * INSTALL: little fix
423 2003-02-27 Angus Leeming <leeming@lyx.org>
425 * INSTALL: better instructions for the Qt frontend
427 2003-02-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
429 * INSTALL: document the use of --with-frontend
431 2003-02-13 Lars Gullik Bjønnes <larsbj@birdstep.com>
433 * most source files all over: remove the use of #pragma
434 implementaion and interface.
436 2003-02-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
438 * autogen.sh (autoversion): autoconf 2.57 works too
440 2003-02-06 Lars Gullik Bjønnes <larsbj@gullik.net>
442 * Back on the cvs track.
444 2003-02-06 Lars Gullik Bjønnes <larsbj@gullik.net>
446 * LyX 1.3.0 released.
448 2003-02-06 Lars Gullik Bjønnes <larsbj@gullik.net>
452 * INSTALL.autoconf: updated
454 2003-02-06 Angus Leeming <leeming@lyx.org>
456 * ANNOUNCE: email the devel list with bugs. Move fontconfig stuff to
459 * INSTALL: a chunk on using fontconfig with the Qt frontend.
470 * UPGRADING: whitespace
472 2003-02-04 Angus Leeming <leeming@lyx.org>
474 * Makefile.am: allow lyx.xpm to be found when making rpmdist in
477 2003-02-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
481 * README: mention that all qt 3.x should work (not only 3.0.x).
483 * INSTALL: mention python 1.5.2.
485 * NEWS: add entry for LyX 1.2.3
487 * UPGRADING: update for 1.3.0
489 2003-01-30 Kayvan A. Sylvan <kayvan@sylvan.com>
491 * Makefile.am: test for the presence of rpmbuild.
493 2003-01-27 Angus Leeming <leeming@lyx.org>
495 * UPGRADING: further cleanup following some advice from Dekel.
497 2003-01-26 Angus Leeming <leeming@lyx.org>
499 * README, NEWS, INSTALL: tighten up the English and make them a bit
500 more self-consistent. Remove a couple of references to bogus ftp
503 * UPGRADING: had a stab at this one two, but my lack of detailed
504 knowledge prevents me from doing more than scratch at the surface.
506 2003-01-18 Lars Gullik Bjønnes <larsbj@gullik.net>
508 * Makefile.am: move some doxy stuff from here...
509 * sourcedoc/Makefile.am: ...to here
511 2003-01-14 Lars Gullik Bjønnes <larsbj@gullik.net>
513 * Makefile.am (rpmdist): use rpmbuild
515 2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
517 * lyx.man: update to mention Qt frontend, remove old information
518 about OS/2 and other tweaks
520 * NEWS: clarify statement about TeX fonts
522 2002-12-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
524 * autogen.sh (autoversion): add autoconf 2.54 to supported versions
526 2002-12-20 John Levon <levon@movementarian.org>
528 * NEWS: small updates
530 2002-12-19 John Levon <levon@movementarian.org>
532 * config/qt.m4: fix so lib is placed correctly. IRIX
535 2002-12-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
539 2002-12-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
541 * Makefile.am: sourcdoc as firstclass citizen
543 * sourcedoc/Makefile.am: new file
545 2002-11-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
547 * autogen.sh: add support for EXTRA_ACINCLUDE_FILES.
549 2001-09-08 Rob Lahaye <lahaye@snu.ac.kr>
551 * autogen.sh: set autotool commands at top of the file;
552 improve GNU m4 test; be more verbose on autotools version.
554 2002-10-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
556 * autogen.sh: fix test that says whether m4 has been found
558 2002-09-30 Angus Leeming <leeming@lyx.org>
560 * INSTALL: update notes on compilation with Compaq cxx.
562 2002-09-12 John Levon <levon@movementarian.org>
564 * autogen.sh: new Qt configure script
566 2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
568 * autogen.sh: accept autoconf 2.52 too; remove unneeded files
569 depending on autoconf version
571 2002-08-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
573 * .cvsignore: change acconfig.m4 to acconfig.h
575 * autogen.sh (AUTOCONF): remove warning args on autoheader and
578 2002-08-08 Lars Gullik Bjønnes <larsbj@gullik.net>
580 * autogen.sh (autoversion): add handling of different autoconf
583 * .cvsignore: add acconfig.m4, autom4te-2.53.cache, configure.in
586 * acconfig.m4: move from here...
587 * config/acconfig.m4 ...to here
589 * configure.in: more from here...
590 * config/configure.in: ...to here
592 2002-07-30 André Poenitz <poenitz@gmx.de>
594 * INSTALL: fix location of GNU gettext package
596 2002-07-23 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
598 * UPGRADING: update to mention math lfuns changes
600 2002-07-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
602 * configure.in: yet another try at the same thing
604 2002-07-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
606 * configure.in: try (again) to fix EOF handling in VERSION_INFO
608 2002-07-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
610 * acconfig.h: do not include broken_headers.h; remove descriptions
611 of HAVE_LIBSM and XPM_H_LOCATION
613 * INSTALL: remove documentation for --with-broken-headers and
616 * configure.in: do not invoke LYX_SCO, LYX_HPUX, LYX_SUNOS4,
617 AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_RDEV;
618 remove --with-broken-headers option; do not test for strerror and
620 (VERSION_INFO): add EOF at the end
622 2002-07-14 John Levon <moz@compsoc.man.ac.uk>
624 * configure.in: remove xforms from qt
626 2002-07-04 Kayvan A. Sylvan <kayvan@sylvan.com>
628 * configure.in (LYX_USE_FRONTEND): The order of libraries is
629 now dependant on the $host variable.
631 2002-07-06 Adrien Rebollo <adrien.rebollo@gmx.fr>
633 * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
634 and autoheader to test if they are present.
636 2002-07-03 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
638 * INSTALL: document --enable-debug
640 2002-07-01 Kayvan A. Sylvan <kayvan@sylvan.com>
642 * configure.in (LYX_USE_FRONTEND): Change order of libraries for
645 2002-07-01 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
647 * configure.in (VERSION_INFO): use $host instead of $host_alias
650 2002-06-17 Angus Leeming <leeming@lyx.org>
652 * INSTALL: how to compile with Compaq cxx on Tru64 Unix.
654 2002-06-12 Angus Leeming <leeming@lyx.org>
656 * configure.in: add xforms/forms/*.lo to the xforms version of
659 2002-06-12 Angus Leeming <leeming@lyx.org>
661 * configure.in: remove LYX_STL_STRING_FWD.
663 2002-06-11 John Levon <moz@compsoc.man.ac.uk>
666 * configure.in: remove attempt to link against libiberty. It
667 is morally wrong, and potentially dangerous.
669 2002-06-07 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
671 * configure.in: move the test for xpm/xforms out of the frontends
672 case, to avoid code duplication
674 2002-06-06 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
676 * acconfig.h: remove FORMS_IMAGE_H_LOCATION and FORMS_H_LOCATION
678 2002-06-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
680 * configure.in: remove LYX_REGEX call
682 2002-06-02 John Levon <moz@compsoc.man.ac.uk>
684 * acconfig.h: add FORMS_IMAGE_H_LOCATION
686 * autogen.sh: add xforms.m4
688 * configure.in: use XFORMS_IMAGE_LIB
690 2002-05-30 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
692 * lyx.man: lyx honors variable LYX_DIR_13x
694 2002-05-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
696 * Switch from SigC to boost::signals, SigC is now not used in any
699 2002-05-29 John Levon <moz@compsoc.man.ac.uk>
701 * INSTALL: document that --program-* and frontends
704 2002-05-29 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
706 * NEWS: add info about the 1.1.6 series
708 2002-05-29 John Levon <moz@compsoc.man.ac.uk>
710 * configure.in: move Aiksaurus configure to catch
711 extra-lib/inc (bug 383)
713 2002-05-27 Lars Gullik Bjønnes <larsbj@birdstep.com>
715 * autogen.sh (ACINCLUDE_FILES): add pkg.m4
717 2002-05-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
719 * configure.in: add the boost::signals makefiles.
721 2002-05-26 Michael Koziarski <michael@koziarski.com>
723 * configure.in: gtkconfig.patch
725 2002-05-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
727 * configure.in (VERSION): back to cvs
729 2002-05-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
731 * configure.in (VERSION): pre5
733 2002-05-01 John Levon <moz@compsoc.man.ac.uk>
735 * UPGRADING: more details on upgrading
737 2002-04-26 Lars Gullik Bjønnes <larsbj@birdstep.com>
739 * Makefile.am (DISTCLEANFILES): don't use -r
740 (distclean-local): new target
742 2002-04-26 John Levon <moz@compsoc.man.ac.uk>
744 * UPGRADING: mention floatflt gotcha
746 2002-04-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
748 * configure.in (VERSION): use the proper postfix
750 2002-04-24 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
752 * configure.in: add check for GNU m4 (does not check that program
753 is actually gnu m4, but better than nothing)
755 * configure.in: small hack for compatibility with autoconf 2.52.
756 Basically, there is a weird interference with stdlib.h with g++
757 and _some_ functions (mkstemp, mktemp...)
759 2002-04-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
761 * configure.in (FRONTEND_GUILIB): add qt2/xforms/*.lo for qt2
763 2002-04-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
767 2002-04-11 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
769 * NEWS: add spie class
771 2002-04-08 Lars Gullik Bjønnes <larsbj@birdstep.com>
773 * UPGRADING: remove stuff that is not relevant now.
775 * Makefile.am (bindist): new bindist target
777 2002-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
779 * configure.in: make distcheck work
781 * Makefile.am: make distcheck work
783 2002-04-02 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
785 * lyx.man: update somewhat for 1.2.0
787 2002-03-31 Lars Gullik Bjønnes <larsbj@birdstep.com>
789 * configure.in: call LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG
791 2002-03-27 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
795 * MAINTAINERS: removed
797 2002-03-26 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
802 * NEWS: update somewhat for 1.2.0
804 2002-03-22 Angus Leeming <a.leeming@ic.ac.uk>
806 * INSTALL: updated the Problems section for Tru64 Unix.
808 2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
810 * Makefile.am (DISTCLEANFILES): be recursive here
812 * configure.in: use LYX_CHECK_LDR
814 2002-03-14 Kayvan A. Sylvan <kayvan@sylvan.com>
816 * configure.in: Fix order of -lXpm and -lforms for
819 2002-03-15 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
821 * configure.in: small cleanups
823 2002-03-14 Michael A. Koziarski <michael@koziarski.com>
825 * configure.in: First stage of fixing the gnome compile problems.
826 Linking problems to be fixed next.
828 2002-03-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
830 * README: add bulgarian
832 * configure.in (ALL_LINGUAS): add bg
834 2002-03-12 Lars Gullik Bjønnes <larsbj@birdstep.com>
836 * Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is
839 2002-03-07 Angus Leeming <a.leeming@ic.ac.uk>
841 * Makefile.am: remove references to the now-dead forms directory.
843 2002-03-05 Angus Leeming <a.leeming@ic.ac.uk>
845 * configure.in: compile the xforms image loader if your version of the
846 xforms libraries is up to the task, else use the basic alternative.
848 2002-03-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
850 * configure.in: help qt2 along a bit
852 2002-03-01 John Levon <moz@compsoc.man.ac.uk>
854 * configure.in: fixup qt2
856 2002-02-27 Angus Leeming <a.leeming@ic.ac.uk>
858 * configure.in: don't compile src/frontends/support as LyXImage is
861 2002-02-26 John Levon <moz@compsoc.man.ac.uk>
863 * acconfig.h: nt/os2 defines moved
865 2002-02-04 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
867 * README: change reference to bugtracker
869 2002-01-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
871 * configure.in (ALL_LINGUAS): add slovak
873 2002-01-13 Michael A. Koziarski <michael@koziarski.com>
875 * configure.in: Fix the includes for gnome.
877 2002-01-12 John Levon <moz@compsoc.man.ac.uk>
879 * configure.in: change for Aiksaurus 0.14
881 2002-01-08 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
883 * configure.in: remove test for -lpt on SCO. Hopefully it is not
884 needed anymore. This fixes bug #137
886 2001-11-28 John Levon <moz@compsoc.man.ac.uk>
888 * README: fix ghostscript comment
890 2001-11-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
892 * INSTALL: document change in --prefix behaviour.
894 * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
897 2001-10-31 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
899 * configure.in: check also for locale.h, so that things work out
900 correctly with --disable-nls
902 2001-10-30 John Levon <moz@compsoc.man.ac.uk>
905 * lyx.man: change ref to known bugs
907 2001-10-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
909 * configure.in: set version here and not in version.h.
910 Generate version.C instead of version_info.h
912 2001-09-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
914 * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE
917 2001-09-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
919 * configure.in: do not set FRONTENDS to "xforms" when frontend is
920 xforms; fix the use of "cat <<EOF ... EOF" (bugs introduced by
923 2001-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
926 * configure.in: add VERSION_INFO to config.h
927 (from a first proposal by Rob Lahaye)
929 2001-09-08 Rob Lahaye <lahaye@users.sourceforge.net>
931 * lyx.man: add -version commandline flag
933 2001-08-19 John Levon <moz@compsoc.man.ac.uk>
935 * configure.in: output new qt2 makefiles
937 2001-07-31 John Levon <moz@compsoc.man.ac.uk>
939 * configure.in: don't use -lbz2 if we don't need it
941 2001-07-30 John Levon <moz@compsoc.man.ac.uk>
943 * COPYING: use standard spiel for xforms
945 2001-07-30 John Levon <moz@compsoc.man.ac.uk>
947 * configure.in: add --without-aiksaurus, always
950 2001-07-26 John Levon <moz@compsoc.man.ac.uk>
954 * configure.in: add libAikSaurus
956 2001-07-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
958 * NEWS: update again.
960 * configure.in: move --enable-assertions a bit higher.
961 move the setup of libtool a bit later.
963 2001-07-23 John Levon <moz@compsoc.man.ac.uk>
965 * INSTALL: document --disable-optimization
967 2001-07-25 Lars Gullik Bjønnes <larsbj@birdstep.com>
969 * Makefile.am (EXTRA_DIST): add sourcedoc
970 (doxydoc): renamed from sourcedoc to avoid conflicts.
972 2001-07-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
974 * NEWS: updated for 1.2.0
976 2001-07-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
978 * configure.in: remove extra action for AC_OUTPUT (not needed
979 anymore with gettext 0.10.38)
981 2001-07-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
983 * INSTALL: update various requirements
985 * configure.in: do not test for namespace, mutable
987 * acconfig.h: remove entry for USE_PSPELL
989 2001-07-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
991 * ABOUT-NLS: updated from gettext 0.10.38
993 * autogen.sh: use simpler logic for creating acinclude.m4 files.
994 Update for gettext 0.10.38
996 2001-06-29 John Levon <moz@compsoc.man.ac.uk>
998 * INSTALL: change RedHat stuff to insist on updating gcc
1000 2001-06-14 John Levon <moz@compsoc.man.ac.uk>
1002 * Makefile.am: no point in including 200k historical
1003 OLD-CHANGES file in dist tarball
1005 2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
1007 * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
1008 it can be used as a menu entry
1010 2001-06-11 Lars Gullik Bjønnes <larsbj@birdstep.com>
1012 * autogen.sh: remove kde stuff
1014 * configure.in: remove kde stuff
1016 2001-06-13 John Levon <moz@compsoc.man.ac.uk>
1018 * INSTALL: remove mention of kde frontend, mention the need of gnu
1021 2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
1023 * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
1025 2001-05-31 Lars Gullik Bjønnes <larsbj@birdstep.com>
1027 * acconfig.h: auto update
1029 * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
1030 GUI: modify FRONTEND_GUILIB for all target to match what is
1031 needed in the Makefile.am
1032 (AC_CONFIG_SUBDIRS): remove boost
1033 (AC_OUTPUT): generate boost/Makefile
1035 * autogen.sh (AUTOCONF): remove some commented code, remove the
1036 boost configuration.
1038 2001-05-30 Lars Gullik Bjønnes <larsbj@birdstep.com>
1040 * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
1042 * configure.in: check for istreambuf_iterator in <iterator>
1044 2001-05-16 Ruurd Reitsma <r.a.reitsma@wbmt.tudelft.nl>
1046 * Added README.Win32
1048 2001-04-15 Allan Rae <rae@lyx.org>
1050 * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
1051 configuration file take effect.
1052 (DISTCLEANFILES): clean out sourcedoc/
1054 * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
1055 things that should be filtered. Now you can run it after you started
1056 compiling stuff as well.
1058 2001-03-29 Angus Leeming <a.leeming@ic.ac.uk>
1060 * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
1062 2001-03-26 Baruch Even <baruch@lyx.org>
1064 * configure.in: Added libglade detection and libraries for the gnome
1065 build. The gnome build will now depend on libglade libraries.
1067 2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
1069 * Merging changes from BRANCH_MVC back into HEAD.
1071 * configure.in: added controllers directory to frontends.
1073 2001-03-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
1075 * INSTALL: remove mention of problem with gettext.
1077 2001-03-02 John Levon <moz@compsoc.man.ac.uk>
1080 * INSTALL: minor changes, become --with-version-suffix
1082 2001-02-23 John Levon <moz@compsoc.man.ac.uk>
1085 * INSTALL: --with-lyx-version
1087 * Makefile.am: fix uninstall
1089 2001-02-20 Edwin Leuven <leuven@fee.uva.nl>
1091 * move latex preamble to guii xforms dir, see:
1093 * src/frontends/xforms/ChangeLog
1095 2001-02-13 Lars Gullik Bjønnes <larsbj@lyx.org>
1097 * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
1099 (AUTOCONF): add libtool.m4 to generation of boost.m4
1101 2001-02-12 John Levon <moz@compsoc.man.ac.uk>
1103 * forms/include_form.fd:
1104 * forms/bibforms.fd:
1105 * forms/bibforms.h.patch: deleted
1107 * forms/lyx.fd: remove splash form
1109 2001-02-08 John Levon <moz@compsoc.man.ac.uk>
1111 * INSTALL: mention RH7.0 workaround with kde f.e.
1113 2001-02-06 albert chin <china@thewrittenword.com>
1116 * configure.in: check declarations of snprintf and vsnprintf.
1118 2001-02-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
1120 * INSTALL: update description of command line to use with compaq
1123 2001-01-30 John Levon <moz@compsoc.man.ac.uk>
1125 * INSTALL: mention build problem with older xforms
1127 2001-01-25 John Levon <moz@compsoc.man.ac.uk>
1129 * autogen.sh: add qt2.m4
1131 * configure.in: add qt2 frontend option, Makefile
1133 * config/qt2.m4: config gubbins for qt2
1135 * lib/CREDITS: add Kalle
1137 2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
1139 * INSTALL (Problems): update description of the "missing linux
1140 kernel sources" problem.
1142 2001-01-24 John Levon <moz@compsoc.man.ac.uk>
1144 * configure.in: working support for --with-lyx-suffix
1146 * INSTALL: describe --with-lyx-suffix
1148 2001-01-15 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
1150 * INSTALL (Problems): add tip about using --with-included-string
1151 on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
1154 2001-01-12 Lars Gullik Bjønnes <larsbj@lyx.org>
1156 * ChangeLog: store old and begin new
1158 * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs