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