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