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