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