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