]> git.lyx.org Git - lyx.git/blob - ChangeLog
ws only
[lyx.git] / ChangeLog
1 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * .cvsignore: change acconfig.m4 to acconfig.h
4
5         * autogen.sh (AUTOCONF): remove warning args on autoheader and
6         autoconf
7
8 2002-08-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9
10         * autogen.sh (autoversion): add handling of different autoconf
11         versions.
12
13         * .cvsignore: add acconfig.m4, autom4te-2.53.cache, configure.in
14         and configure.ac
15
16         * acconfig.m4: move from here...
17         * config/acconfig.m4 ...to here
18
19         * configure.in: more from here...
20         * config/configure.in: ...to here
21
22 2002-07-30  André Poenitz <poenitz@gmx.de>
23
24         * INSTALL: fix location of GNU gettext package
25
26 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
27
28         * UPGRADING: update to mention math lfuns changes
29
30 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
31
32         * configure.in: yet another try at the same thing
33
34 2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
35
36         * configure.in: try (again) to fix EOF handling in VERSION_INFO
37
38 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
39
40         * acconfig.h: do not include broken_headers.h; remove descriptions
41         of HAVE_LIBSM and XPM_H_LOCATION
42
43         * INSTALL: remove documentation for --with-broken-headers and
44         --with-liberty
45
46         * configure.in: do not invoke LYX_SCO, LYX_HPUX, LYX_SUNOS4,
47         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, AC_STRUCT_ST_RDEV;
48         remove --with-broken-headers option; do not test for strerror and
49         atexit
50         (VERSION_INFO): add EOF at the end
51
52 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
53
54         * configure.in: remove xforms from qt
55
56 2002-07-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
57
58         * configure.in (LYX_USE_FRONTEND): The order of libraries is
59         now dependant on the $host variable.
60
61 2002-07-06  Adrien Rebollo  <adrien.rebollo@gmx.fr>
62
63         * autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
64         and autoheader to test if they are present.
65
66 2002-07-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
67
68         * INSTALL: document --enable-debug
69
70 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
71
72         * configure.in (LYX_USE_FRONTEND): Change order of libraries for
73         Cygwin.
74
75 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
76
77         * configure.in (VERSION_INFO): use $host instead of $host_alias
78         for the host type.
79
80 2002-06-17  Angus Leeming  <leeming@lyx.org>
81
82         * INSTALL: how to compile with Compaq cxx on Tru64 Unix.
83
84 2002-06-12  Angus Leeming  <leeming@lyx.org>
85
86         * configure.in: add xforms/forms/*.lo to the xforms version of
87         FRONTEND_GUILIB.
88
89 2002-06-12  Angus Leeming  <leeming@lyx.org>
90
91         * configure.in: remove LYX_STL_STRING_FWD.
92
93 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
94
95         * INSTALL:
96         * configure.in: remove attempt to link against libiberty. It
97         is morally wrong, and potentially dangerous.
98
99 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
100
101         * configure.in: move the test for xpm/xforms out of the frontends
102         case, to avoid code duplication
103
104 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
105
106         * acconfig.h: remove FORMS_IMAGE_H_LOCATION and FORMS_H_LOCATION
107
108 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
109
110         * configure.in: remove LYX_REGEX call
111
112 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
113
114         * acconfig.h: add FORMS_IMAGE_H_LOCATION
115
116         * autogen.sh: add xforms.m4
117
118         * configure.in: use XFORMS_IMAGE_LIB
119
120 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
121
122         * lyx.man: lyx honors variable LYX_DIR_13x
123
124 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
125
126         * Switch from SigC to boost::signals, SigC is now not used in any
127         files anymore.
128
129 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
130
131         * INSTALL: document that --program-* and frontends
132         don't work (yet ...)
133
134 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
135
136         * NEWS: add info about the 1.1.6 series
137
138 2002-05-29  John Levon  <moz@compsoc.man.ac.uk>
139
140         * configure.in: move Aiksaurus configure to catch
141         extra-lib/inc (bug 383)
142
143 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
144
145         * autogen.sh (ACINCLUDE_FILES): add pkg.m4
146
147 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
148
149         * configure.in: add the boost::signals makefiles.
150
151 2002-05-26  Michael Koziarski  <michael@koziarski.com>
152
153         * configure.in: gtkconfig.patch
154
155 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
156
157         * configure.in (VERSION): back to cvs
158
159 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
160
161         * configure.in (VERSION): pre5
162
163 2002-05-01  John Levon  <moz@compsoc.man.ac.uk>
164
165         * UPGRADING: more details on upgrading
166
167 2002-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
168
169         * Makefile.am (DISTCLEANFILES): don't use -r
170         (distclean-local): new target
171
172 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
173
174         * UPGRADING: mention floatflt gotcha
175
176 2002-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
177
178         * configure.in (VERSION): use the proper postfix
179
180 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
181
182         * configure.in: add check for GNU m4 (does not check that program
183         is actually gnu m4, but better than nothing)
184
185         * configure.in: small hack for compatibility with autoconf 2.52.
186         Basically, there is a weird interference with stdlib.h with g++
187         and _some_ functions (mkstemp, mktemp...)
188
189 2002-04-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
190
191         * configure.in (FRONTEND_GUILIB): add qt2/xforms/*.lo for qt2
192
193 2002-04-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
194
195         * UPGRADING: updates
196
197 2002-04-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
198
199         * NEWS: add spie class
200
201 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
202
203         * UPGRADING: remove stuff that is not relevant now.
204
205         * Makefile.am (bindist): new bindist target
206
207 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
208
209         * configure.in: make distcheck work
210
211         * Makefile.am: make distcheck work
212
213 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
214
215         * lyx.man: update somewhat for 1.2.0
216
217 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
218
219         * configure.in: call LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG
220
221 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
222
223         * NEWS: small update
224
225         * MAINTAINERS: removed
226
227 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
228
229         * ANNOUNCE:
230         * INSTALL:
231         * README:
232         * NEWS: update somewhat for 1.2.0
233
234 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
235
236         * INSTALL: updated the Problems section for Tru64 Unix.
237
238 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
239
240         * Makefile.am (DISTCLEANFILES): be recursive here
241
242         * configure.in: use LYX_CHECK_LDR
243
244 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
245
246         * configure.in: Fix order of -lXpm and -lforms for
247         Cygwin linker.
248
249 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
250
251         * configure.in: small cleanups
252
253 2002-03-14  Michael A. Koziarski  <michael@koziarski.com>
254
255         * configure.in: First stage of fixing the gnome compile problems.
256         Linking problems to be fixed next.
257
258 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
259
260         * README: add bulgarian
261
262         * configure.in (ALL_LINGUAS): add bg
263
264 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
265
266         * Makefile.am (sourcedoc/Doxyfile): remove explict rule (this is
267         also autogenerated)
268
269 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
270
271         * Makefile.am: remove references to the now-dead forms directory.
272
273 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
274
275         * configure.in: compile the xforms image loader if your version of the
276         xforms libraries is up to the task, else use the basic alternative.
277
278 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
279
280         * configure.in: help qt2 along a bit
281
282 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
283
284         * configure.in: fixup qt2
285
286 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
287
288         * configure.in: don't compile src/frontends/support as LyXImage is
289         now dead.
290
291 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
292
293         * acconfig.h: nt/os2 defines moved
294
295 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
296
297         * README: change reference to bugtracker
298
299 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
300
301         * configure.in (ALL_LINGUAS): add slovak
302
303 2002-01-13  Michael A. Koziarski  <michael@koziarski.com>
304
305         * configure.in:  Fix the includes for gnome.
306
307 2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
308
309         * configure.in: change for Aiksaurus 0.14
310
311 2002-01-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
312
313         * configure.in: remove test for -lpt on SCO. Hopefully it is not
314         needed anymore. This fixes bug #137
315
316 2001-11-28  John Levon  <moz@compsoc.man.ac.uk>
317
318         * README: fix ghostscript comment
319
320 2001-11-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
321
322         * INSTALL: document change in --prefix behaviour.
323
324         * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
325         autoconf 2.5[012].
326
327 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
328
329         * configure.in: check also for locale.h, so that things work out
330         correctly with --disable-nls
331
332 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
333
334         * README:
335         * lyx.man: change ref to known bugs
336
337 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
338
339         * configure.in: set version here and not in version.h.
340         Generate version.C instead of version_info.h
341
342 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
343
344         * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE
345         for VERSION_INFO
346
347 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
348
349         * configure.in: do not set FRONTENDS to "xforms" when frontend is
350         xforms; fix the use of "cat <<EOF ... EOF" (bugs introduced by
351         last checkin)
352
353 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
354
355         * lyxinclude.m4:
356         * configure.in: add VERSION_INFO to config.h
357         (from a first proposal by Rob Lahaye)
358
359 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
360
361         * lyx.man: add -version commandline flag
362
363 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
364
365         * configure.in: output new qt2 makefiles
366
367 2001-07-31  John Levon  <moz@compsoc.man.ac.uk>
368
369         * configure.in: don't use -lbz2 if we don't need it
370
371 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
372
373         * COPYING: use standard spiel for xforms
374
375 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
376
377         * configure.in: add --without-aiksaurus, always
378           subst AIKSAURUS_LIBS
379
380 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
381
382         * NEWS:
383         * INSTALL:
384         * configure.in: add libAikSaurus
385
386 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
387
388         * NEWS: update again.
389
390         * configure.in: move --enable-assertions a bit higher.
391         move the setup of libtool a bit later.
392
393 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
394
395         * INSTALL: document --disable-optimization
396
397 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
398
399         * Makefile.am (EXTRA_DIST): add sourcedoc
400         (doxydoc): renamed from sourcedoc to avoid conflicts.
401
402 2001-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
403
404         * NEWS: updated for 1.2.0
405
406 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
407
408         * configure.in: remove extra action for AC_OUTPUT (not needed
409         anymore with gettext 0.10.38)
410
411 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
412
413         * INSTALL: update various requirements
414
415         * configure.in: do not test for namespace, mutable
416
417         * acconfig.h: remove entry for USE_PSPELL
418
419 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
420
421         * ABOUT-NLS: updated from gettext 0.10.38
422
423         * autogen.sh: use simpler logic for creating acinclude.m4 files.
424         Update for gettext 0.10.38
425
426 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
427
428         * INSTALL: change RedHat stuff to insist on updating gcc
429
430 2001-06-14  John Levon  <moz@compsoc.man.ac.uk>
431
432         * Makefile.am: no point in including 200k historical
433           OLD-CHANGES file in dist tarball
434
435 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
436
437         * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
438         it can be used as a menu entry
439
440 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
441
442         * autogen.sh: remove kde stuff
443
444         * configure.in: remove kde stuff
445
446 2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
447
448         * INSTALL: remove mention of kde frontend, mention the need of gnu
449         m4.
450
451 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
452
453         * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
454
455 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
456
457         * acconfig.h: auto update
458
459         * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
460         GUI: modify FRONTEND_GUILIB for all target to match what is
461         needed in the Makefile.am
462         (AC_CONFIG_SUBDIRS): remove boost
463         (AC_OUTPUT): generate boost/Makefile
464
465         * autogen.sh (AUTOCONF): remove some commented code, remove the
466         boost configuration.
467
468 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
469
470         * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
471
472         * configure.in: check for istreambuf_iterator in <iterator>
473
474 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
475
476         * Added README.Win32
477
478 2001-04-15  Allan Rae  <rae@lyx.org>
479
480         * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
481         configuration file take effect.
482         (DISTCLEANFILES): clean out sourcedoc/
483
484         * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
485         things that should be filtered.  Now you can run it after you started
486         compiling stuff as well.
487
488 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
489
490         * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
491
492 2001-03-26  Baruch Even  <baruch@lyx.org>
493
494         * configure.in: Added libglade detection and libraries for the gnome
495         build. The gnome build will now depend on libglade libraries.
496
497 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
498
499         * Merging changes from BRANCH_MVC back into HEAD.
500
501         * configure.in: added controllers directory to frontends.
502
503 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
504
505         * INSTALL: remove mention of problem with gettext.
506
507 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
508
509         * configure.in:
510         * INSTALL: minor changes, become --with-version-suffix
511
512 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
513
514         * configure.in:
515         * INSTALL: --with-lyx-version
516
517         * Makefile.am: fix uninstall
518
519 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
520
521         * move latex preamble to guii xforms dir, see:
522         * src/ChangeLog
523         * src/frontends/xforms/ChangeLog
524
525 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
526
527         * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
528         strings.
529         (AUTOCONF): add libtool.m4 to generation of boost.m4
530
531 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
532
533         * forms/include_form.fd:
534         * forms/bibforms.fd:
535         * forms/bibforms.h.patch: deleted
536
537         * forms/lyx.fd: remove splash form
538
539 2001-02-08  John Levon  <moz@compsoc.man.ac.uk>
540
541         * INSTALL: mention RH7.0 workaround with kde f.e.
542
543 2001-02-06  albert chin  <china@thewrittenword.com>
544
545         * acconfig.h:
546         * configure.in: check declarations of snprintf and vsnprintf.
547
548 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
549
550         * INSTALL: update description of command line to use with compaq
551         cxx.
552
553 2001-01-30  John Levon  <moz@compsoc.man.ac.uk>
554
555         * INSTALL: mention build problem with older xforms
556
557 2001-01-25  John Levon  <moz@compsoc.man.ac.uk>
558
559         * autogen.sh: add qt2.m4
560
561         * configure.in: add qt2 frontend option, Makefile
562
563         * config/qt2.m4: config gubbins for qt2
564
565         * lib/CREDITS: add Kalle
566
567 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
568
569         * INSTALL (Problems): update description of the "missing linux
570         kernel sources" problem.
571
572 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
573
574         * configure.in: working support for --with-lyx-suffix
575
576         * INSTALL: describe --with-lyx-suffix
577
578 2001-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
579
580         * INSTALL (Problems): add tip about using --with-included-string
581         on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
582         names).
583
584 2001-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
585
586         * ChangeLog: store old and begin new
587
588         * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs