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