]> git.lyx.org Git - features.git/blob - ChangeLog
mention python
[features.git] / ChangeLog
1 2003-02-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * INSTALL: mention python 1.5.2.
4
5         * NEWS: add entry for LyX 1.2.3
6
7         * UPGRADING: update for 1.3.0
8
9 2003-01-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10
11         * Makefile.am: test for the presence of rpmbuild.
12
13 2003-01-27  Angus Leeming  <leeming@lyx.org>
14
15         * UPGRADING: further cleanup following some advice from Dekel.
16
17 2003-01-26  Angus Leeming  <leeming@lyx.org>
18
19         * README, NEWS, INSTALL: tighten up the English and make them a bit
20         more self-consistent. Remove a couple of references to bogus ftp
21         repositories.
22
23         * UPGRADING: had a stab at this one two, but my lack of detailed
24         knowledge prevents me from doing more than scratch at the surface.
25
26 2003-01-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
27
28         * Makefile.am: move some doxy stuff from here...
29         * sourcedoc/Makefile.am: ...to here
30
31 2003-01-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
32
33         * Makefile.am (rpmdist): use rpmbuild
34
35 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
36
37         * lyx.man: update to mention Qt frontend, remove old information
38         about OS/2 and other tweaks
39
40         * NEWS: clarify statement about TeX fonts
41
42 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
43
44         * autogen.sh (autoversion): add autoconf 2.54 to supported versions
45
46 2002-12-20  John Levon  <levon@movementarian.org>
47
48         * NEWS: small updates
49
50 2002-12-19  John Levon  <levon@movementarian.org>
51
52         * config/qt.m4: fix so lib is placed correctly. IRIX
53           whines at us
54
55 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
56
57         * NEWS: update
58
59 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
60
61         * Makefile.am: sourcdoc as firstclass citizen
62
63         * sourcedoc/Makefile.am: new file
64
65 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
66
67         * autogen.sh: add support for EXTRA_ACINCLUDE_FILES.
68
69 2001-09-08  Rob Lahaye  <lahaye@snu.ac.kr>
70
71         * autogen.sh: set autotool commands at top of the file;
72         improve GNU m4 test; be more verbose on autotools version.
73
74 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
75
76         * autogen.sh: fix test that says whether m4 has been found
77
78 2002-09-30  Angus Leeming  <leeming@lyx.org>
79
80         * INSTALL: update notes on compilation with Compaq cxx.
81
82 2002-09-12  John Levon  <levon@movementarian.org>
83
84         * autogen.sh: new Qt configure script
85
86 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
87
88         * autogen.sh: accept autoconf 2.52 too; remove unneeded files
89         depending on autoconf version
90
91 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
92
93         * .cvsignore: change acconfig.m4 to acconfig.h
94
95         * autogen.sh (AUTOCONF): remove warning args on autoheader and
96         autoconf
97
98 2002-08-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
99
100         * autogen.sh (autoversion): add handling of different autoconf
101         versions.
102
103         * .cvsignore: add acconfig.m4, autom4te-2.53.cache, configure.in
104         and configure.ac
105
106         * acconfig.m4: move from here...
107         * config/acconfig.m4 ...to here
108
109         * configure.in: more from here...
110         * config/configure.in: ...to here
111
112 2002-07-30  André Poenitz <poenitz@gmx.de>
113
114         * INSTALL: fix location of GNU gettext package
115
116 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
117
118         * UPGRADING: update to mention math lfuns changes
119
120 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
121
122         * configure.in: yet another try at the same thing
123
124 2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
125
126         * configure.in: try (again) to fix EOF handling in VERSION_INFO
127
128 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
129
130         * acconfig.h: do not include broken_headers.h; remove descriptions
131         of HAVE_LIBSM and XPM_H_LOCATION
132
133         * INSTALL: remove documentation for --with-broken-headers and
134         --with-liberty
135
136         * configure.in: do not invoke LYX_SCO, LYX_HPUX, LYX_SUNOS4,
137         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_RDEV;
138         remove --with-broken-headers option; do not test for strerror and
139         atexit
140         (VERSION_INFO): add EOF at the end
141
142 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
143
144         * configure.in: remove xforms from qt
145
146 2002-07-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
147
148         * configure.in (LYX_USE_FRONTEND): The order of libraries is
149         now dependant on the $host variable.
150
151 2002-07-06  Adrien Rebollo  <adrien.rebollo@gmx.fr>
152
153         * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
154         and autoheader to test if they are present.
155
156 2002-07-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
157
158         * INSTALL: document --enable-debug
159
160 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
161
162         * configure.in (LYX_USE_FRONTEND): Change order of libraries for
163         Cygwin.
164
165 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
166
167         * configure.in (VERSION_INFO): use $host instead of $host_alias
168         for the host type.
169
170 2002-06-17  Angus Leeming  <leeming@lyx.org>
171
172         * INSTALL: how to compile with Compaq cxx on Tru64 Unix.
173
174 2002-06-12  Angus Leeming  <leeming@lyx.org>
175
176         * configure.in: add xforms/forms/*.lo to the xforms version of
177         FRONTEND_GUILIB.
178
179 2002-06-12  Angus Leeming  <leeming@lyx.org>
180
181         * configure.in: remove LYX_STL_STRING_FWD.
182
183 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
184
185         * INSTALL:
186         * configure.in: remove attempt to link against libiberty. It
187         is morally wrong, and potentially dangerous.
188
189 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
190
191         * configure.in: move the test for xpm/xforms out of the frontends
192         case, to avoid code duplication
193
194 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
195
196         * acconfig.h: remove FORMS_IMAGE_H_LOCATION and FORMS_H_LOCATION
197
198 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
199
200         * configure.in: remove LYX_REGEX call
201
202 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
203
204         * acconfig.h: add FORMS_IMAGE_H_LOCATION
205
206         * autogen.sh: add xforms.m4
207
208         * configure.in: use XFORMS_IMAGE_LIB
209
210 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
211
212         * lyx.man: lyx honors variable LYX_DIR_13x
213
214 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
215
216         * Switch from SigC to boost::signals, SigC is now not used in any
217         files anymore.
218
219 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
220
221         * INSTALL: document that --program-* and frontends
222         don't work (yet ...)
223
224 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
225
226         * NEWS: add info about the 1.1.6 series
227
228 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
229
230         * configure.in: move Aiksaurus configure to catch
231         extra-lib/inc (bug 383)
232
233 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
234
235         * autogen.sh (ACINCLUDE_FILES): add pkg.m4
236
237 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
238
239         * configure.in: add the boost::signals makefiles.
240
241 2002-05-26  Michael Koziarski  <michael@koziarski.com>
242
243         * configure.in: gtkconfig.patch
244
245 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
246
247         * configure.in (VERSION): back to cvs
248
249 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
250
251         * configure.in (VERSION): pre5
252
253 2002-05-01  John Levon  <moz@compsoc.man.ac.uk>
254
255         * UPGRADING: more details on upgrading
256
257 2002-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
258
259         * Makefile.am (DISTCLEANFILES): don't use -r
260         (distclean-local): new target
261
262 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
263
264         * UPGRADING: mention floatflt gotcha
265
266 2002-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
267
268         * configure.in (VERSION): use the proper postfix
269
270 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
271
272         * configure.in: add check for GNU m4 (does not check that program
273         is actually gnu m4, but better than nothing)
274
275         * configure.in: small hack for compatibility with autoconf 2.52.
276         Basically, there is a weird interference with stdlib.h with g++
277         and _some_ functions (mkstemp, mktemp...)
278
279 2002-04-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
280
281         * configure.in (FRONTEND_GUILIB): add qt2/xforms/*.lo for qt2
282
283 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
284
285         * UPGRADING: updates
286
287 2002-04-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
288
289         * NEWS: add spie class
290
291 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
292
293         * UPGRADING: remove stuff that is not relevant now.
294
295         * Makefile.am (bindist): new bindist target
296
297 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
298
299         * configure.in: make distcheck work
300
301         * Makefile.am: make distcheck work
302
303 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
304
305         * lyx.man: update somewhat for 1.2.0
306
307 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
308
309         * configure.in: call LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG
310
311 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
312
313         * NEWS: small update
314
315         * MAINTAINERS: removed
316
317 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
318
319         * ANNOUNCE:
320         * INSTALL:
321         * README:
322         * NEWS: update somewhat for 1.2.0
323
324 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
325
326         * INSTALL: updated the Problems section for Tru64 Unix.
327
328 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
329
330         * Makefile.am (DISTCLEANFILES): be recursive here
331
332         * configure.in: use LYX_CHECK_LDR
333
334 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
335
336         * configure.in: Fix order of -lXpm and -lforms for
337         Cygwin linker.
338
339 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
340
341         * configure.in: small cleanups
342
343 2002-03-14  Michael A. Koziarski  <michael@koziarski.com>
344
345         * configure.in: First stage of fixing the gnome compile problems.
346         Linking problems to be fixed next.
347
348 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
349
350         * README: add bulgarian
351
352         * configure.in (ALL_LINGUAS): add bg
353
354 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
355
356         * Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is
357         also autogenerated)
358
359 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
360
361         * Makefile.am: remove references to the now-dead forms directory.
362
363 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
364
365         * configure.in: compile the xforms image loader if your version of the
366         xforms libraries is up to the task, else use the basic alternative.
367
368 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
369
370         * configure.in: help qt2 along a bit
371
372 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
373
374         * configure.in: fixup qt2
375
376 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
377
378         * configure.in: don't compile src/frontends/support as LyXImage is
379         now dead.
380
381 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
382
383         * acconfig.h: nt/os2 defines moved
384
385 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
386
387         * README: change reference to bugtracker
388
389 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
390
391         * configure.in (ALL_LINGUAS): add slovak
392
393 2002-01-13  Michael A. Koziarski  <michael@koziarski.com>
394
395         * configure.in:  Fix the includes for gnome.
396
397 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
398
399         * configure.in: change for Aiksaurus 0.14
400
401 2002-01-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
402
403         * configure.in: remove test for -lpt on SCO. Hopefully it is not
404         needed anymore. This fixes bug #137
405
406 2001-11-28  John Levon  <moz@compsoc.man.ac.uk>
407
408         * README: fix ghostscript comment
409
410 2001-11-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
411
412         * INSTALL: document change in --prefix behaviour.
413
414         * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
415         autoconf 2.5[012].
416
417 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
418
419         * configure.in: check also for locale.h, so that things work out
420         correctly with --disable-nls
421
422 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
423
424         * README:
425         * lyx.man: change ref to known bugs
426
427 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
428
429         * configure.in: set version here and not in version.h.
430         Generate version.C instead of version_info.h
431
432 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
433
434         * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE
435         for VERSION_INFO
436
437 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
438
439         * configure.in: do not set FRONTENDS to "xforms" when frontend is
440         xforms; fix the use of "cat <<EOF ... EOF" (bugs introduced by
441         last checkin)
442
443 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
444
445         * lyxinclude.m4:
446         * configure.in: add VERSION_INFO to config.h
447         (from a first proposal by Rob Lahaye)
448
449 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
450
451         * lyx.man: add -version commandline flag
452
453 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
454
455         * configure.in: output new qt2 makefiles
456
457 2001-07-31  John Levon  <moz@compsoc.man.ac.uk>
458
459         * configure.in: don't use -lbz2 if we don't need it
460
461 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
462
463         * COPYING: use standard spiel for xforms
464
465 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
466
467         * configure.in: add --without-aiksaurus, always
468           subst AIKSAURUS_LIBS
469
470 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
471
472         * NEWS:
473         * INSTALL:
474         * configure.in: add libAikSaurus
475
476 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
477
478         * NEWS: update again.
479
480         * configure.in: move --enable-assertions a bit higher.
481         move the setup of libtool a bit later.
482
483 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
484
485         * INSTALL: document --disable-optimization
486
487 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
488
489         * Makefile.am (EXTRA_DIST): add sourcedoc
490         (doxydoc): renamed from sourcedoc to avoid conflicts.
491
492 2001-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
493
494         * NEWS: updated for 1.2.0
495
496 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
497
498         * configure.in: remove extra action for AC_OUTPUT (not needed
499         anymore with gettext 0.10.38)
500
501 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
502
503         * INSTALL: update various requirements
504
505         * configure.in: do not test for namespace, mutable
506
507         * acconfig.h: remove entry for USE_PSPELL
508
509 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
510
511         * ABOUT-NLS: updated from gettext 0.10.38
512
513         * autogen.sh: use simpler logic for creating acinclude.m4 files.
514         Update for gettext 0.10.38
515
516 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
517
518         * INSTALL: change RedHat stuff to insist on updating gcc
519
520 2001-06-14  John Levon  <moz@compsoc.man.ac.uk>
521
522         * Makefile.am: no point in including 200k historical
523           OLD-CHANGES file in dist tarball
524
525 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
526
527         * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
528         it can be used as a menu entry
529
530 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
531
532         * autogen.sh: remove kde stuff
533
534         * configure.in: remove kde stuff
535
536 2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
537
538         * INSTALL: remove mention of kde frontend, mention the need of gnu
539         m4.
540
541 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
542
543         * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
544
545 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
546
547         * acconfig.h: auto update
548
549         * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
550         GUI: modify FRONTEND_GUILIB for all target to match what is
551         needed in the Makefile.am
552         (AC_CONFIG_SUBDIRS): remove boost
553         (AC_OUTPUT): generate boost/Makefile
554
555         * autogen.sh (AUTOCONF): remove some commented code, remove the
556         boost configuration.
557
558 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
559
560         * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
561
562         * configure.in: check for istreambuf_iterator in <iterator>
563
564 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
565
566         * Added README.Win32
567
568 2001-04-15  Allan Rae  <rae@lyx.org>
569
570         * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
571         configuration file take effect.
572         (DISTCLEANFILES): clean out sourcedoc/
573
574         * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
575         things that should be filtered.  Now you can run it after you started
576         compiling stuff as well.
577
578 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
579
580         * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
581
582 2001-03-26  Baruch Even  <baruch@lyx.org>
583
584         * configure.in: Added libglade detection and libraries for the gnome
585         build. The gnome build will now depend on libglade libraries.
586
587 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
588
589         * Merging changes from BRANCH_MVC back into HEAD.
590
591         * configure.in: added controllers directory to frontends.
592
593 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
594
595         * INSTALL: remove mention of problem with gettext.
596
597 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
598
599         * configure.in:
600         * INSTALL: minor changes, become --with-version-suffix
601
602 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
603
604         * configure.in:
605         * INSTALL: --with-lyx-version
606
607         * Makefile.am: fix uninstall
608
609 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
610
611         * move latex preamble to guii xforms dir, see:
612         * src/ChangeLog
613         * src/frontends/xforms/ChangeLog
614
615 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
616
617         * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
618         strings.
619         (AUTOCONF): add libtool.m4 to generation of boost.m4
620
621 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
622
623         * forms/include_form.fd:
624         * forms/bibforms.fd:
625         * forms/bibforms.h.patch: deleted
626
627         * forms/lyx.fd: remove splash form
628
629 2001-02-08  John Levon  <moz@compsoc.man.ac.uk>
630
631         * INSTALL: mention RH7.0 workaround with kde f.e.
632
633 2001-02-06  albert chin  <china@thewrittenword.com>
634
635         * acconfig.h:
636         * configure.in: check declarations of snprintf and vsnprintf.
637
638 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
639
640         * INSTALL: update description of command line to use with compaq
641         cxx.
642
643 2001-01-30  John Levon  <moz@compsoc.man.ac.uk>
644
645         * INSTALL: mention build problem with older xforms
646
647 2001-01-25  John Levon  <moz@compsoc.man.ac.uk>
648
649         * autogen.sh: add qt2.m4
650
651         * configure.in: add qt2 frontend option, Makefile
652
653         * config/qt2.m4: config gubbins for qt2
654
655         * lib/CREDITS: add Kalle
656
657 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
658
659         * INSTALL (Problems): update description of the "missing linux
660         kernel sources" problem.
661
662 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
663
664         * configure.in: working support for --with-lyx-suffix
665
666         * INSTALL: describe --with-lyx-suffix
667
668 2001-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
669
670         * INSTALL (Problems): add tip about using --with-included-string
671         on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
672         names).
673
674 2001-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
675
676         * ChangeLog: store old and begin new
677
678         * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs