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