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