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