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