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