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