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