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