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