]> git.lyx.org Git - features.git/blob - ChangeLog
add autoconf 2.54 to supported versions
[features.git] / ChangeLog
1 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * autogen.sh (autoversion): add autoconf 2.54 to supported versions.
4
5 2002-12-20  John Levon  <levon@movementarian.org>
6
7         * NEWS: small updates
8
9 2002-12-19  John Levon  <levon@movementarian.org>
10
11         * config/qt.m4: fix so lib is placed correctly. IRIX
12           whines at us
13
14 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15
16         * NEWS: update
17
18 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
19
20         * Makefile.am: sourcdoc as firstclass citizen
21
22         * sourcedoc/Makefile.am: new file
23
24 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
25
26         * autogen.sh: add support for EXTRA_ACINCLUDE_FILES.
27
28 2001-09-08  Rob Lahaye  <lahaye@snu.ac.kr>
29
30         * autogen.sh: set autotool commands at top of the file;
31         improve GNU m4 test; be more verbose on autotools version.
32
33 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
34
35         * autogen.sh: fix test that says whether m4 has been found
36
37 2002-09-30  Angus Leeming  <leeming@lyx.org>
38
39         * INSTALL: update notes on compilation with Compaq cxx.
40
41 2002-09-12  John Levon  <levon@movementarian.org>
42
43         * autogen.sh: new Qt configure script
44
45 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
46
47         * autogen.sh: accept autoconf 2.52 too; remove unneeded files
48         depending on autoconf version
49
50 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * .cvsignore: change acconfig.m4 to acconfig.h
53
54         * autogen.sh (AUTOCONF): remove warning args on autoheader and
55         autoconf
56
57 2002-08-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
58
59         * autogen.sh (autoversion): add handling of different autoconf
60         versions.
61
62         * .cvsignore: add acconfig.m4, autom4te-2.53.cache, configure.in
63         and configure.ac
64
65         * acconfig.m4: move from here...
66         * config/acconfig.m4 ...to here
67
68         * configure.in: more from here...
69         * config/configure.in: ...to here
70
71 2002-07-30  André Poenitz <poenitz@gmx.de>
72
73         * INSTALL: fix location of GNU gettext package
74
75 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
76
77         * UPGRADING: update to mention math lfuns changes
78
79 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
80
81         * configure.in: yet another try at the same thing
82
83 2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
84
85         * configure.in: try (again) to fix EOF handling in VERSION_INFO
86
87 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
88
89         * acconfig.h: do not include broken_headers.h; remove descriptions
90         of HAVE_LIBSM and XPM_H_LOCATION
91
92         * INSTALL: remove documentation for --with-broken-headers and
93         --with-liberty
94
95         * configure.in: do not invoke LYX_SCO, LYX_HPUX, LYX_SUNOS4,
96         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_RDEV;
97         remove --with-broken-headers option; do not test for strerror and
98         atexit
99         (VERSION_INFO): add EOF at the end
100
101 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
102
103         * configure.in: remove xforms from qt
104
105 2002-07-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
106
107         * configure.in (LYX_USE_FRONTEND): The order of libraries is
108         now dependant on the $host variable.
109
110 2002-07-06  Adrien Rebollo  <adrien.rebollo@gmx.fr>
111
112         * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
113         and autoheader to test if they are present.
114
115 2002-07-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
116
117         * INSTALL: document --enable-debug
118
119 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
120
121         * configure.in (LYX_USE_FRONTEND): Change order of libraries for
122         Cygwin.
123
124 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
125
126         * configure.in (VERSION_INFO): use $host instead of $host_alias
127         for the host type.
128
129 2002-06-17  Angus Leeming  <leeming@lyx.org>
130
131         * INSTALL: how to compile with Compaq cxx on Tru64 Unix.
132
133 2002-06-12  Angus Leeming  <leeming@lyx.org>
134
135         * configure.in: add xforms/forms/*.lo to the xforms version of
136         FRONTEND_GUILIB.
137
138 2002-06-12  Angus Leeming  <leeming@lyx.org>
139
140         * configure.in: remove LYX_STL_STRING_FWD.
141
142 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
143
144         * INSTALL:
145         * configure.in: remove attempt to link against libiberty. It
146         is morally wrong, and potentially dangerous.
147
148 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
149
150         * configure.in: move the test for xpm/xforms out of the frontends
151         case, to avoid code duplication
152
153 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
154
155         * acconfig.h: remove FORMS_IMAGE_H_LOCATION and FORMS_H_LOCATION
156
157 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
158
159         * configure.in: remove LYX_REGEX call
160
161 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
162
163         * acconfig.h: add FORMS_IMAGE_H_LOCATION
164
165         * autogen.sh: add xforms.m4
166
167         * configure.in: use XFORMS_IMAGE_LIB
168
169 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
170
171         * lyx.man: lyx honors variable LYX_DIR_13x
172
173 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
174
175         * Switch from SigC to boost::signals, SigC is now not used in any
176         files anymore.
177
178 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
179
180         * INSTALL: document that --program-* and frontends
181         don't work (yet ...)
182
183 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
184
185         * NEWS: add info about the 1.1.6 series
186
187 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
188
189         * configure.in: move Aiksaurus configure to catch
190         extra-lib/inc (bug 383)
191
192 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
193
194         * autogen.sh (ACINCLUDE_FILES): add pkg.m4
195
196 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
197
198         * configure.in: add the boost::signals makefiles.
199
200 2002-05-26  Michael Koziarski  <michael@koziarski.com>
201
202         * configure.in: gtkconfig.patch
203
204 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
205
206         * configure.in (VERSION): back to cvs
207
208 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
209
210         * configure.in (VERSION): pre5
211
212 2002-05-01  John Levon  <moz@compsoc.man.ac.uk>
213
214         * UPGRADING: more details on upgrading
215
216 2002-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
217
218         * Makefile.am (DISTCLEANFILES): don't use -r
219         (distclean-local): new target
220
221 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
222
223         * UPGRADING: mention floatflt gotcha
224
225 2002-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
226
227         * configure.in (VERSION): use the proper postfix
228
229 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
230
231         * configure.in: add check for GNU m4 (does not check that program
232         is actually gnu m4, but better than nothing)
233
234         * configure.in: small hack for compatibility with autoconf 2.52.
235         Basically, there is a weird interference with stdlib.h with g++
236         and _some_ functions (mkstemp, mktemp...)
237
238 2002-04-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
239
240         * configure.in (FRONTEND_GUILIB): add qt2/xforms/*.lo for qt2
241
242 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
243
244         * UPGRADING: updates
245
246 2002-04-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
247
248         * NEWS: add spie class
249
250 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
251
252         * UPGRADING: remove stuff that is not relevant now.
253
254         * Makefile.am (bindist): new bindist target
255
256 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
257
258         * configure.in: make distcheck work
259
260         * Makefile.am: make distcheck work
261
262 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
263
264         * lyx.man: update somewhat for 1.2.0
265
266 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
267
268         * configure.in: call LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG
269
270 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
271
272         * NEWS: small update
273
274         * MAINTAINERS: removed
275
276 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
277
278         * ANNOUNCE:
279         * INSTALL:
280         * README:
281         * NEWS: update somewhat for 1.2.0
282
283 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
284
285         * INSTALL: updated the Problems section for Tru64 Unix.
286
287 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
288
289         * Makefile.am (DISTCLEANFILES): be recursive here
290
291         * configure.in: use LYX_CHECK_LDR
292
293 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
294
295         * configure.in: Fix order of -lXpm and -lforms for
296         Cygwin linker.
297
298 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
299
300         * configure.in: small cleanups
301
302 2002-03-14  Michael A. Koziarski  <michael@koziarski.com>
303
304         * configure.in: First stage of fixing the gnome compile problems.
305         Linking problems to be fixed next.
306
307 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
308
309         * README: add bulgarian
310
311         * configure.in (ALL_LINGUAS): add bg
312
313 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
314
315         * Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is
316         also autogenerated)
317
318 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
319
320         * Makefile.am: remove references to the now-dead forms directory.
321
322 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
323
324         * configure.in: compile the xforms image loader if your version of the
325         xforms libraries is up to the task, else use the basic alternative.
326
327 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
328
329         * configure.in: help qt2 along a bit
330
331 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
332
333         * configure.in: fixup qt2
334
335 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
336
337         * configure.in: don't compile src/frontends/support as LyXImage is
338         now dead.
339
340 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
341
342         * acconfig.h: nt/os2 defines moved
343
344 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
345
346         * README: change reference to bugtracker
347
348 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
349
350         * configure.in (ALL_LINGUAS): add slovak
351
352 2002-01-13  Michael A. Koziarski  <michael@koziarski.com>
353
354         * configure.in:  Fix the includes for gnome.
355
356 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
357
358         * configure.in: change for Aiksaurus 0.14
359
360 2002-01-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
361
362         * configure.in: remove test for -lpt on SCO. Hopefully it is not
363         needed anymore. This fixes bug #137
364
365 2001-11-28  John Levon  <moz@compsoc.man.ac.uk>
366
367         * README: fix ghostscript comment
368
369 2001-11-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
370
371         * INSTALL: document change in --prefix behaviour.
372
373         * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
374         autoconf 2.5[012].
375
376 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
377
378         * configure.in: check also for locale.h, so that things work out
379         correctly with --disable-nls
380
381 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
382
383         * README:
384         * lyx.man: change ref to known bugs
385
386 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
387
388         * configure.in: set version here and not in version.h.
389         Generate version.C instead of version_info.h
390
391 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
392
393         * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE
394         for VERSION_INFO
395
396 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
397
398         * configure.in: do not set FRONTENDS to "xforms" when frontend is
399         xforms; fix the use of "cat <<EOF ... EOF" (bugs introduced by
400         last checkin)
401
402 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
403
404         * lyxinclude.m4:
405         * configure.in: add VERSION_INFO to config.h
406         (from a first proposal by Rob Lahaye)
407
408 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
409
410         * lyx.man: add -version commandline flag
411
412 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
413
414         * configure.in: output new qt2 makefiles
415
416 2001-07-31  John Levon  <moz@compsoc.man.ac.uk>
417
418         * configure.in: don't use -lbz2 if we don't need it
419
420 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
421
422         * COPYING: use standard spiel for xforms
423
424 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
425
426         * configure.in: add --without-aiksaurus, always
427           subst AIKSAURUS_LIBS
428
429 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
430
431         * NEWS:
432         * INSTALL:
433         * configure.in: add libAikSaurus
434
435 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
436
437         * NEWS: update again.
438
439         * configure.in: move --enable-assertions a bit higher.
440         move the setup of libtool a bit later.
441
442 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
443
444         * INSTALL: document --disable-optimization
445
446 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
447
448         * Makefile.am (EXTRA_DIST): add sourcedoc
449         (doxydoc): renamed from sourcedoc to avoid conflicts.
450
451 2001-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
452
453         * NEWS: updated for 1.2.0
454
455 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
456
457         * configure.in: remove extra action for AC_OUTPUT (not needed
458         anymore with gettext 0.10.38)
459
460 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
461
462         * INSTALL: update various requirements
463
464         * configure.in: do not test for namespace, mutable
465
466         * acconfig.h: remove entry for USE_PSPELL
467
468 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
469
470         * ABOUT-NLS: updated from gettext 0.10.38
471
472         * autogen.sh: use simpler logic for creating acinclude.m4 files.
473         Update for gettext 0.10.38
474
475 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
476
477         * INSTALL: change RedHat stuff to insist on updating gcc
478
479 2001-06-14  John Levon  <moz@compsoc.man.ac.uk>
480
481         * Makefile.am: no point in including 200k historical
482           OLD-CHANGES file in dist tarball
483
484 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
485
486         * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
487         it can be used as a menu entry
488
489 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
490
491         * autogen.sh: remove kde stuff
492
493         * configure.in: remove kde stuff
494
495 2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
496
497         * INSTALL: remove mention of kde frontend, mention the need of gnu
498         m4.
499
500 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
501
502         * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
503
504 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
505
506         * acconfig.h: auto update
507
508         * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
509         GUI: modify FRONTEND_GUILIB for all target to match what is
510         needed in the Makefile.am
511         (AC_CONFIG_SUBDIRS): remove boost
512         (AC_OUTPUT): generate boost/Makefile
513
514         * autogen.sh (AUTOCONF): remove some commented code, remove the
515         boost configuration.
516
517 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
518
519         * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
520
521         * configure.in: check for istreambuf_iterator in <iterator>
522
523 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
524
525         * Added README.Win32
526
527 2001-04-15  Allan Rae  <rae@lyx.org>
528
529         * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
530         configuration file take effect.
531         (DISTCLEANFILES): clean out sourcedoc/
532
533         * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
534         things that should be filtered.  Now you can run it after you started
535         compiling stuff as well.
536
537 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
538
539         * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
540
541 2001-03-26  Baruch Even  <baruch@lyx.org>
542
543         * configure.in: Added libglade detection and libraries for the gnome
544         build. The gnome build will now depend on libglade libraries.
545
546 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
547
548         * Merging changes from BRANCH_MVC back into HEAD.
549
550         * configure.in: added controllers directory to frontends.
551
552 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
553
554         * INSTALL: remove mention of problem with gettext.
555
556 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
557
558         * configure.in:
559         * INSTALL: minor changes, become --with-version-suffix
560
561 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
562
563         * configure.in:
564         * INSTALL: --with-lyx-version
565
566         * Makefile.am: fix uninstall
567
568 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
569
570         * move latex preamble to guii xforms dir, see:
571         * src/ChangeLog
572         * src/frontends/xforms/ChangeLog
573
574 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
575
576         * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
577         strings.
578         (AUTOCONF): add libtool.m4 to generation of boost.m4
579
580 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
581
582         * forms/include_form.fd:
583         * forms/bibforms.fd:
584         * forms/bibforms.h.patch: deleted
585
586         * forms/lyx.fd: remove splash form
587
588 2001-02-08  John Levon  <moz@compsoc.man.ac.uk>
589
590         * INSTALL: mention RH7.0 workaround with kde f.e.
591
592 2001-02-06  albert chin  <china@thewrittenword.com>
593
594         * acconfig.h:
595         * configure.in: check declarations of snprintf and vsnprintf.
596
597 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
598
599         * INSTALL: update description of command line to use with compaq
600         cxx.
601
602 2001-01-30  John Levon  <moz@compsoc.man.ac.uk>
603
604         * INSTALL: mention build problem with older xforms
605
606 2001-01-25  John Levon  <moz@compsoc.man.ac.uk>
607
608         * autogen.sh: add qt2.m4
609
610         * configure.in: add qt2 frontend option, Makefile
611
612         * config/qt2.m4: config gubbins for qt2
613
614         * lib/CREDITS: add Kalle
615
616 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
617
618         * INSTALL (Problems): update description of the "missing linux
619         kernel sources" problem.
620
621 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
622
623         * configure.in: working support for --with-lyx-suffix
624
625         * INSTALL: describe --with-lyx-suffix
626
627 2001-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
628
629         * INSTALL (Problems): add tip about using --with-included-string
630         on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
631         names).
632
633 2001-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
634
635         * ChangeLog: store old and begin new
636
637         * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs