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