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