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