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