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