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