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