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