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