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