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