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