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