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