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