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