]> git.lyx.org Git - lyx.git/blob - ChangeLog
indicate in final info whether aiksaurus is used
[lyx.git] / ChangeLog
1 2005-01-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * configure.ac: indicate in final info whether aiksaurus is used.
4
5 2005-01-20  Angus Leeming  <leeming@lyx.org>
6
7         * configure.ac: s/COMRESSION/COMPRESSION/
8
9 2005-01-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10
11         * configure.ac: remove duplicated code
12
13 2005-01-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
14
15         * configure.ac: use LYX_USE_PACKAGING
16
17 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
18
19         * configure.ac (VERSION_INFO): add CPPFLAGS to info
20
21 2005-01-04  Angus Leeming  <leeming@lyx.org>
22
23         * configure.ac (AC_CHECK_FUNCS): test for the existence of
24         lstat and readlink.
25
26 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
27
28         * configure.ac: remove call to LYX_CXX_CHEADERS
29
30 2004-12-16  Angus Leeming  <leeming@lyx.org>
31
32         * configure.ac: remove the HAVE_MKDIR conditional code to
33         src/support/mkdir.C
34
35 2004-12-15  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
36
37         * configure.ac: add AC_FUNC_MKDIR test and code to
38         #define mkdir should a non-POSIX version be found.
39
40 2004-12-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
41
42         * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where
43         possible.
44
45 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
46
47         * Most Makefile.am's: Change to use AM_CPPFLAGS instead of
48         INCLUDES since that has been deprecated by automake.
49
50 2004-11-25  Angus Leeming  <leeming@lyx.org>
51
52         * README.Cygwin: new file, containing the current contents of
53         README.Win32.
54
55         * README.Win32: rewritten to explain why we don't currently
56         provide formal support for a native Win32 port (other than
57         one based on Cygwin) and how that may change in the future.
58
59 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
60
61         * configure.ac: do not include broken_headers.h; do not check for
62         strchr, memset and memmove
63
64 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
65
66         * configure.ac: do not check for snprintf
67
68 2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
69
70         * configure.ac: remove RPM_FRONTEND_DEPS
71
72 2004-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
73
74         * configure.ac: make maintainer mode active by default for
75         development releases
76
77 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
78
79         * configure.ac: update for gtk 2.4
80
81 2004-09-23  Bennett Helm  <bennett.helm@fandm.edu>
82
83         * README.MacOSX: update again
84
85 2004-09-22  Bennett Helm  <bennett.helm@fandm.edu>
86
87         * README.MacOSX: update a bit
88
89 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
90
91         * configure.ac (AC_CONFIG_FILES): add src/client/Makefile
92
93 2004-09-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
94
95         * configure.ac: print error message if uic or moc is not found
96         and the qt frontend is used
97
98 2004-08-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
99
100         * More pch work.
101
102 2004-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
103
104         * configure.ac: instead of the previous code (which does not
105         work), just add xforms to the list of frontends if gtk is specified
106
107 2004-07-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
108
109         * configure.ac: add code that some xforms tests are run only once
110         even if both xforms and gtk are configured.
111
112 2004-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
113
114         * Makefile.am (SUBDIRS): remove m4 directory (does not have a
115         Makefile.am).
116
117 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
118
119         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
120         annotations to clean up the Makefile slightly.
121
122 2004-06-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
123
124         * configure.ac (AC_CONFIG_FILES): add lib/doc/Makefile
125
126 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
127
128         * mkinstalldirs: remove file
129
130 2004-05-27  Kayvan Sylvan <kayvan@sylvan.com>
131
132         * configure.ac (AH_BOTTOM): Remove reference to support/nt_defines.h
133
134 2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
135
136         * autogen.sh (ACLOCAL): make all aclocal find m4
137
138 2004-05-26  gettextize  <bug-gnu-gettext@gnu.org>
139
140         * Makefile.am (SUBDIRS): Add m4.
141         (DIST_SUBDIRS): Add m4.
142         (ACLOCAL_AMFLAGS): New variable.
143         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
144
145 2004-04-19  Angus Leeming  <leeming@lyx.org>
146
147         * README.MacOSX: update to reflect Jean-Marc's comments to the list.
148
149 2004-04-20  Angus Leeming  <leeming@lyx.org>
150
151         * configure.ac: (AC_CONFIG_FILES) add gtk/gimages Makefile.
152
153 2004-04-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
154
155         * configure.ac: define BOOST_USER_CONFIG
156
157 2004-03-10  Ronald Florence <ron@18james.com>
158
159         * README.MacOSX: update
160
161 2004-01-26  Angus Leeming  <leeming@lyx.org>
162
163         * autogen.sh: enable the use of autoconf 2.59.
164
165 2004-01-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
166
167         * configure.ac (AC_CONFIG_FILES): add boost::filesystem Makefiles.
168
169 2003-12-15  Ronald Florence <ron@18james.com>
170
171         * README.MacOSX: updated for 1.4.0cvs
172
173 2003-11-18  Angus Leeming  <leeming@lyx.org>
174
175         * autogen.sh: accept autoconf 2.58 as a supported version.
176
177 2003-10-24  André Pönitz  <poenitz@gmx.net>
178
179         * lyxfunc.C:
180         * rowpainter.C:
181         * text.C:
182         * text3.C:
183         * lyxtext.h: set fills in fill(...) instead of returning it
184
185 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
186
187         * INSTALL: remove a comment about --with-included-string
188
189         * configure.ac: remove the configure are
190         --with-included-string
191
192 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
193
194         * configure.ac (FORNTENDS): use tabs to align message, make gtk
195         not delete info about other frontends
196
197 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
198
199         * configure.ac: remove LYX_CXX_STL_STRING and
200         LYX_CXX_GOOD_STD_STRING checks. Add a simplified version of the
201         AC_ARG_WITH(included-string)
202
203 2003-09-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
204
205         * README.MacOSX: update
206
207 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
208
209         * configure.ac (AH_BOTTOM): add blurb for BOOST_ASSERT
210
211 2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
212
213         * README.MacOSX: new file.
214
215 2003-08-26  Michael Schmitt  <michael.schmitt@teststep.org>
216
217         * INSTALL: Add compilation instructions for SUN Sparc
218         Solaris. (bug #362)
219
220 2003-08-19  Angus Leeming  <leeming@lyx.org>
221
222         * configure.ac (AH_TOP): get rid of 'The LyX Team'.
223
224 2003-08-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
225
226         * configure.ac (AH_BOTTOM): do not use BOOST_NO_EXCEPTIONS
227         here, that is done by boost gcc config.
228
229 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
230
231         * configure.ac: add $(EXEEXT) to program names in FRONTEND_PROGS
232
233 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
234
235         * configure.ac: only configure the frontends that have been
236         specified; build in FRONTENDS_PROGS the list of programs that
237         should be built
238         (AC_CONFIG_FILES): output lyx_forms.h-tmp instead of lyx_forms.h
239         in order to do dependency trick in xforms frontend (same for
240         lyx_xpm.h)
241
242 2003-07-31  John Levon  <levon@movementarian.org>
243
244         * NEWS:
245         * INSTALL: refer to latex-xft-fonts
246
247 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
248
249         * configure.ac: compression support
250
251 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
252
253         * configure.ac: check for zlib.
254
255 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
256
257         * configure.ac: new file
258
259         * autogen.sh (autoversion): remove support for autoconf 2.13
260
261         * .cvsignore: remove acconfig.h configure.ac configure.in
262
263 2003-07-10  John Levon  <levon@movementarian.org>
264
265         * INSTALL: update Aiksaurus URL
266
267 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
268
269         * sourcedoc/Doxyfile.in (EXCLUDE): exclude gnome and generated
270         files in qt dir.
271
272 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
273
274         * lyx.man: change env variable from foo_13x to foo_14x
275
276 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
277
278         * Makefile.am: allow boost as system lib
279
280 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
281
282         * dummy entry
283
284 2003-04-14  Angus Leeming  <leeming@lyx.org>
285
286         * autogen.sh (autoversion): Print message proclaims support for
287         autoconf 2.54.
288
289 2003-04-10  Angus Leeming <leeming@lyx.org>
290
291         * autogen.sh: We support autoconf 2.57, so tell the user.
292
293 2003-04-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
294
295         * status: update
296
297 2003-04-03  Angus Leeming  <leeming@lyx.org>
298
299         * status: attempt to fill it out a little.
300
301 2003-04-03  John Levon  <levon@movementarian.org>
302
303         * status: start a status file ...
304
305 2003-03-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
306
307         * INSTALL: mention --enable-maintainer-mode
308
309 2003-03-25  John Levon  <levon@movementarian.org>
310
311         * autogen.sh: add aspell.m4
312
313 2003-03-12  Kayvan Sylvan  <kayvan@sylvan.com>
314
315         * autogen.sh (ACINCLUDE_FILES): Added cygwin.m4
316
317 2003-03-15  John Levon  <levon@movementarian.org>
318
319         * INSTALL: little fix
320
321 2003-02-27  Angus Leeming  <leeming@lyx.org>
322
323         * INSTALL: better instructions for the Qt frontend
324
325 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
326
327         * INSTALL: document the use of --with-frontend
328
329 2003-02-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
330
331         * most source files all over: remove the use of #pragma
332         implementaion and interface.
333
334 2003-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
335
336         * autogen.sh (autoversion): autoconf 2.57 works too
337
338 2003-02-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
339
340         * Back on the cvs track.
341
342 2003-02-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
343
344         * LyX 1.3.0 released.
345
346 2003-02-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
347
348         * ABOUT-NLS: updated
349
350         * INSTALL.autoconf: updated
351
352 2003-02-06  Angus Leeming  <leeming@lyx.org>
353
354         * ANNOUNCE: email the devel list with bugs. Move fontconfig stuff to
355         install.
356
357         * INSTALL: a chunk on using fontconfig with the Qt frontend.
358
359         * ABOUT-NLS:
360         * ANNOUNCE:
361         * COPYING:
362         * INSTALL:
363         * lyx.man:
364         * NEWS:
365         * README:
366         * README.OS2:
367         * README.Win32:
368         * UPGRADING: whitespace
369
370 2003-02-04  Angus Leeming  <leeming@lyx.org>
371
372         * Makefile.am: allow lyx.xpm to be found when making rpmdist in
373         srcdir != builddir.
374
375 2003-02-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
376
377         * ANNOUNCE:
378         * INSTALL:
379         * README: mention that all qt 3.x should work (not only 3.0.x).
380
381         * INSTALL: mention python 1.5.2.
382
383         * NEWS: add entry for LyX 1.2.3
384
385         * UPGRADING: update for 1.3.0
386
387 2003-01-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
388
389         * Makefile.am: test for the presence of rpmbuild.
390
391 2003-01-27  Angus Leeming  <leeming@lyx.org>
392
393         * UPGRADING: further cleanup following some advice from Dekel.
394
395 2003-01-26  Angus Leeming  <leeming@lyx.org>
396
397         * README, NEWS, INSTALL: tighten up the English and make them a bit
398         more self-consistent. Remove a couple of references to bogus ftp
399         repositories.
400
401         * UPGRADING: had a stab at this one two, but my lack of detailed
402         knowledge prevents me from doing more than scratch at the surface.
403
404 2003-01-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
405
406         * Makefile.am: move some doxy stuff from here...
407         * sourcedoc/Makefile.am: ...to here
408
409 2003-01-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
410
411         * Makefile.am (rpmdist): use rpmbuild
412
413 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
414
415         * lyx.man: update to mention Qt frontend, remove old information
416         about OS/2 and other tweaks
417
418         * NEWS: clarify statement about TeX fonts
419
420 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
421
422         * autogen.sh (autoversion): add autoconf 2.54 to supported versions
423
424 2002-12-20  John Levon  <levon@movementarian.org>
425
426         * NEWS: small updates
427
428 2002-12-19  John Levon  <levon@movementarian.org>
429
430         * config/qt.m4: fix so lib is placed correctly. IRIX
431           whines at us
432
433 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
434
435         * NEWS: update
436
437 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
438
439         * Makefile.am: sourcdoc as firstclass citizen
440
441         * sourcedoc/Makefile.am: new file
442
443 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
444
445         * autogen.sh: add support for EXTRA_ACINCLUDE_FILES.
446
447 2001-09-08  Rob Lahaye  <lahaye@snu.ac.kr>
448
449         * autogen.sh: set autotool commands at top of the file;
450         improve GNU m4 test; be more verbose on autotools version.
451
452 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
453
454         * autogen.sh: fix test that says whether m4 has been found
455
456 2002-09-30  Angus Leeming  <leeming@lyx.org>
457
458         * INSTALL: update notes on compilation with Compaq cxx.
459
460 2002-09-12  John Levon  <levon@movementarian.org>
461
462         * autogen.sh: new Qt configure script
463
464 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
465
466         * autogen.sh: accept autoconf 2.52 too; remove unneeded files
467         depending on autoconf version
468
469 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
470
471         * .cvsignore: change acconfig.m4 to acconfig.h
472
473         * autogen.sh (AUTOCONF): remove warning args on autoheader and
474         autoconf
475
476 2002-08-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
477
478         * autogen.sh (autoversion): add handling of different autoconf
479         versions.
480
481         * .cvsignore: add acconfig.m4, autom4te-2.53.cache, configure.in
482         and configure.ac
483
484         * acconfig.m4: move from here...
485         * config/acconfig.m4 ...to here
486
487         * configure.in: more from here...
488         * config/configure.in: ...to here
489
490 2002-07-30  André Poenitz <poenitz@gmx.de>
491
492         * INSTALL: fix location of GNU gettext package
493
494 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
495
496         * UPGRADING: update to mention math lfuns changes
497
498 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
499
500         * configure.in: yet another try at the same thing
501
502 2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
503
504         * configure.in: try (again) to fix EOF handling in VERSION_INFO
505
506 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
507
508         * acconfig.h: do not include broken_headers.h; remove descriptions
509         of HAVE_LIBSM and XPM_H_LOCATION
510
511         * INSTALL: remove documentation for --with-broken-headers and
512         --with-liberty
513
514         * configure.in: do not invoke LYX_SCO, LYX_HPUX, LYX_SUNOS4,
515         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_RDEV;
516         remove --with-broken-headers option; do not test for strerror and
517         atexit
518         (VERSION_INFO): add EOF at the end
519
520 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
521
522         * configure.in: remove xforms from qt
523
524 2002-07-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
525
526         * configure.in (LYX_USE_FRONTEND): The order of libraries is
527         now dependant on the $host variable.
528
529 2002-07-06  Adrien Rebollo  <adrien.rebollo@gmx.fr>
530
531         * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
532         and autoheader to test if they are present.
533
534 2002-07-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
535
536         * INSTALL: document --enable-debug
537
538 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
539
540         * configure.in (LYX_USE_FRONTEND): Change order of libraries for
541         Cygwin.
542
543 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
544
545         * configure.in (VERSION_INFO): use $host instead of $host_alias
546         for the host type.
547
548 2002-06-17  Angus Leeming  <leeming@lyx.org>
549
550         * INSTALL: how to compile with Compaq cxx on Tru64 Unix.
551
552 2002-06-12  Angus Leeming  <leeming@lyx.org>
553
554         * configure.in: add xforms/forms/*.lo to the xforms version of
555         FRONTEND_GUILIB.
556
557 2002-06-12  Angus Leeming  <leeming@lyx.org>
558
559         * configure.in: remove LYX_STL_STRING_FWD.
560
561 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
562
563         * INSTALL:
564         * configure.in: remove attempt to link against libiberty. It
565         is morally wrong, and potentially dangerous.
566
567 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
568
569         * configure.in: move the test for xpm/xforms out of the frontends
570         case, to avoid code duplication
571
572 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
573
574         * acconfig.h: remove FORMS_IMAGE_H_LOCATION and FORMS_H_LOCATION
575
576 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
577
578         * configure.in: remove LYX_REGEX call
579
580 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
581
582         * acconfig.h: add FORMS_IMAGE_H_LOCATION
583
584         * autogen.sh: add xforms.m4
585
586         * configure.in: use XFORMS_IMAGE_LIB
587
588 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
589
590         * lyx.man: lyx honors variable LYX_DIR_13x
591
592 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
593
594         * Switch from SigC to boost::signals, SigC is now not used in any
595         files anymore.
596
597 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
598
599         * INSTALL: document that --program-* and frontends
600         don't work (yet ...)
601
602 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
603
604         * NEWS: add info about the 1.1.6 series
605
606 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
607
608         * configure.in: move Aiksaurus configure to catch
609         extra-lib/inc (bug 383)
610
611 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
612
613         * autogen.sh (ACINCLUDE_FILES): add pkg.m4
614
615 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
616
617         * configure.in: add the boost::signals makefiles.
618
619 2002-05-26  Michael Koziarski  <michael@koziarski.com>
620
621         * configure.in: gtkconfig.patch
622
623 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
624
625         * configure.in (VERSION): back to cvs
626
627 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
628
629         * configure.in (VERSION): pre5
630
631 2002-05-01  John Levon  <moz@compsoc.man.ac.uk>
632
633         * UPGRADING: more details on upgrading
634
635 2002-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
636
637         * Makefile.am (DISTCLEANFILES): don't use -r
638         (distclean-local): new target
639
640 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
641
642         * UPGRADING: mention floatflt gotcha
643
644 2002-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
645
646         * configure.in (VERSION): use the proper postfix
647
648 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
649
650         * configure.in: add check for GNU m4 (does not check that program
651         is actually gnu m4, but better than nothing)
652
653         * configure.in: small hack for compatibility with autoconf 2.52.
654         Basically, there is a weird interference with stdlib.h with g++
655         and _some_ functions (mkstemp, mktemp...)
656
657 2002-04-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
658
659         * configure.in (FRONTEND_GUILIB): add qt2/xforms/*.lo for qt2
660
661 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
662
663         * UPGRADING: updates
664
665 2002-04-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
666
667         * NEWS: add spie class
668
669 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
670
671         * UPGRADING: remove stuff that is not relevant now.
672
673         * Makefile.am (bindist): new bindist target
674
675 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
676
677         * configure.in: make distcheck work
678
679         * Makefile.am: make distcheck work
680
681 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
682
683         * lyx.man: update somewhat for 1.2.0
684
685 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
686
687         * configure.in: call LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG
688
689 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
690
691         * NEWS: small update
692
693         * MAINTAINERS: removed
694
695 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
696
697         * ANNOUNCE:
698         * INSTALL:
699         * README:
700         * NEWS: update somewhat for 1.2.0
701
702 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
703
704         * INSTALL: updated the Problems section for Tru64 Unix.
705
706 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
707
708         * Makefile.am (DISTCLEANFILES): be recursive here
709
710         * configure.in: use LYX_CHECK_LDR
711
712 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
713
714         * configure.in: Fix order of -lXpm and -lforms for
715         Cygwin linker.
716
717 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
718
719         * configure.in: small cleanups
720
721 2002-03-14  Michael A. Koziarski  <michael@koziarski.com>
722
723         * configure.in: First stage of fixing the gnome compile problems.
724         Linking problems to be fixed next.
725
726 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
727
728         * README: add bulgarian
729
730         * configure.in (ALL_LINGUAS): add bg
731
732 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
733
734         * Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is
735         also autogenerated)
736
737 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
738
739         * Makefile.am: remove references to the now-dead forms directory.
740
741 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
742
743         * configure.in: compile the xforms image loader if your version of the
744         xforms libraries is up to the task, else use the basic alternative.
745
746 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
747
748         * configure.in: help qt2 along a bit
749
750 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
751
752         * configure.in: fixup qt2
753
754 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
755
756         * configure.in: don't compile src/frontends/support as LyXImage is
757         now dead.
758
759 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
760
761         * acconfig.h: nt/os2 defines moved
762
763 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
764
765         * README: change reference to bugtracker
766
767 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
768
769         * configure.in (ALL_LINGUAS): add slovak
770
771 2002-01-13  Michael A. Koziarski  <michael@koziarski.com>
772
773         * configure.in:  Fix the includes for gnome.
774
775 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
776
777         * configure.in: change for Aiksaurus 0.14
778
779 2002-01-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
780
781         * configure.in: remove test for -lpt on SCO. Hopefully it is not
782         needed anymore. This fixes bug #137
783
784 2001-11-28  John Levon  <moz@compsoc.man.ac.uk>
785
786         * README: fix ghostscript comment
787
788 2001-11-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
789
790         * INSTALL: document change in --prefix behaviour.
791
792         * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
793         autoconf 2.5[012].
794
795 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
796
797         * configure.in: check also for locale.h, so that things work out
798         correctly with --disable-nls
799
800 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
801
802         * README:
803         * lyx.man: change ref to known bugs
804
805 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
806
807         * configure.in: set version here and not in version.h.
808         Generate version.C instead of version_info.h
809
810 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
811
812         * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE
813         for VERSION_INFO
814
815 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
816
817         * configure.in: do not set FRONTENDS to "xforms" when frontend is
818         xforms; fix the use of "cat <<EOF ... EOF" (bugs introduced by
819         last checkin)
820
821 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
822
823         * lyxinclude.m4:
824         * configure.in: add VERSION_INFO to config.h
825         (from a first proposal by Rob Lahaye)
826
827 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
828
829         * lyx.man: add -version commandline flag
830
831 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
832
833         * configure.in: output new qt2 makefiles
834
835 2001-07-31  John Levon  <moz@compsoc.man.ac.uk>
836
837         * configure.in: don't use -lbz2 if we don't need it
838
839 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
840
841         * COPYING: use standard spiel for xforms
842
843 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
844
845         * configure.in: add --without-aiksaurus, always
846           subst AIKSAURUS_LIBS
847
848 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
849
850         * NEWS:
851         * INSTALL:
852         * configure.in: add libAikSaurus
853
854 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
855
856         * NEWS: update again.
857
858         * configure.in: move --enable-assertions a bit higher.
859         move the setup of libtool a bit later.
860
861 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
862
863         * INSTALL: document --disable-optimization
864
865 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
866
867         * Makefile.am (EXTRA_DIST): add sourcedoc
868         (doxydoc): renamed from sourcedoc to avoid conflicts.
869
870 2001-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
871
872         * NEWS: updated for 1.2.0
873
874 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
875
876         * configure.in: remove extra action for AC_OUTPUT (not needed
877         anymore with gettext 0.10.38)
878
879 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
880
881         * INSTALL: update various requirements
882
883         * configure.in: do not test for namespace, mutable
884
885         * acconfig.h: remove entry for USE_PSPELL
886
887 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
888
889         * ABOUT-NLS: updated from gettext 0.10.38
890
891         * autogen.sh: use simpler logic for creating acinclude.m4 files.
892         Update for gettext 0.10.38
893
894 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
895
896         * INSTALL: change RedHat stuff to insist on updating gcc
897
898 2001-06-14  John Levon  <moz@compsoc.man.ac.uk>
899
900         * Makefile.am: no point in including 200k historical
901           OLD-CHANGES file in dist tarball
902
903 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
904
905         * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
906         it can be used as a menu entry
907
908 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
909
910         * autogen.sh: remove kde stuff
911
912         * configure.in: remove kde stuff
913
914 2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
915
916         * INSTALL: remove mention of kde frontend, mention the need of gnu
917         m4.
918
919 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
920
921         * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
922
923 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
924
925         * acconfig.h: auto update
926
927         * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
928         GUI: modify FRONTEND_GUILIB for all target to match what is
929         needed in the Makefile.am
930         (AC_CONFIG_SUBDIRS): remove boost
931         (AC_OUTPUT): generate boost/Makefile
932
933         * autogen.sh (AUTOCONF): remove some commented code, remove the
934         boost configuration.
935
936 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
937
938         * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
939
940         * configure.in: check for istreambuf_iterator in <iterator>
941
942 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
943
944         * Added README.Win32
945
946 2001-04-15  Allan Rae  <rae@lyx.org>
947
948         * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
949         configuration file take effect.
950         (DISTCLEANFILES): clean out sourcedoc/
951
952         * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
953         things that should be filtered.  Now you can run it after you started
954         compiling stuff as well.
955
956 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
957
958         * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
959
960 2001-03-26  Baruch Even  <baruch@lyx.org>
961
962         * configure.in: Added libglade detection and libraries for the gnome
963         build. The gnome build will now depend on libglade libraries.
964
965 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
966
967         * Merging changes from BRANCH_MVC back into HEAD.
968
969         * configure.in: added controllers directory to frontends.
970
971 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
972
973         * INSTALL: remove mention of problem with gettext.
974
975 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
976
977         * configure.in:
978         * INSTALL: minor changes, become --with-version-suffix
979
980 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
981
982         * configure.in:
983         * INSTALL: --with-lyx-version
984
985         * Makefile.am: fix uninstall
986
987 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
988
989         * move latex preamble to guii xforms dir, see:
990         * src/ChangeLog
991         * src/frontends/xforms/ChangeLog
992
993 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
994
995         * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
996         strings.
997         (AUTOCONF): add libtool.m4 to generation of boost.m4
998
999 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1000
1001         * forms/include_form.fd:
1002         * forms/bibforms.fd:
1003         * forms/bibforms.h.patch: deleted
1004
1005         * forms/lyx.fd: remove splash form
1006
1007 2001-02-08  John Levon  <moz@compsoc.man.ac.uk>
1008
1009         * INSTALL: mention RH7.0 workaround with kde f.e.
1010
1011 2001-02-06  albert chin  <china@thewrittenword.com>
1012
1013         * acconfig.h:
1014         * configure.in: check declarations of snprintf and vsnprintf.
1015
1016 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1017
1018         * INSTALL: update description of command line to use with compaq
1019         cxx.
1020
1021 2001-01-30  John Levon  <moz@compsoc.man.ac.uk>
1022
1023         * INSTALL: mention build problem with older xforms
1024
1025 2001-01-25  John Levon  <moz@compsoc.man.ac.uk>
1026
1027         * autogen.sh: add qt2.m4
1028
1029         * configure.in: add qt2 frontend option, Makefile
1030
1031         * config/qt2.m4: config gubbins for qt2
1032
1033         * lib/CREDITS: add Kalle
1034
1035 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1036
1037         * INSTALL (Problems): update description of the "missing linux
1038         kernel sources" problem.
1039
1040 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1041
1042         * configure.in: working support for --with-lyx-suffix
1043
1044         * INSTALL: describe --with-lyx-suffix
1045
1046 2001-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1047
1048         * INSTALL (Problems): add tip about using --with-included-string
1049         on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
1050         names).
1051
1052 2001-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1053
1054         * ChangeLog: store old and begin new
1055
1056         * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs