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