]> git.lyx.org Git - lyx.git/blob - lib/ChangeLog
38e9857d29174b8b0c1c9e8885ec3de90c6c8235
[lyx.git] / lib / ChangeLog
1 2002-10-24  John Levon  <levon@movementarian.org>
2
3         * images/math/: use black for visibility (from Edwin) 
4  
5 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6
7         * layouts/llncs.layout: Fix the Bibliography layout
8
9 2002-10-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10
11         * layouts/many layout files: add stdfloats and stdcounters
12
13 2002-10-24  André Pönitz <poenitz@gmx.net>
14
15         * layout/scrclass.inc: use stdcounters.inc
16
17 2002-10-23  Dekel Tsur  <dekelts@tau.ac.il>
18
19         * kbd/koi8-u.kmap: Fix crash when using the map.
20
21 2002-10-23  Gady Kozma  <gadykozma@yahoo.com>
22
23         * examples/he_example_raw.lyx:
24         * examples/he_he_example_lyxified.lyx:
25         * examples/he_he_example_raw.lyx: examples for the hebrew tutorial
26
27 2002-10-22  André Pönitz <poenitz@gmx.net>
28
29         * ui/default.ui: use 'math-matrix' instead of 'math-insert matrix'
30
31 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
32
33         * symbols: Handle \not using a macro.
34
35 2002-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
36
37         * layouts/foils.layout: add more layouts
38
39 2002-10-18  Angus Leeming  <leeming@lyx.org>
40
41         * scripts/lyxpreview2bitmap.sh: Use pnmcrop to crop the images
42         if so desired.
43
44 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
45
46         * configure.m4: add mozilla as default previewer for html
47
48 2002-10-14  André Pönitz <poenitz@gmx.net>
49
50         * ui/default.ui: support for flalign
51
52 2002-10-11  Dekel Tsur  <dekelts@tau.ac.il>
53
54         * lyx2lyx/lyxconvert_218.py (remove_oldert): Fix bug.
55
56         * lyx2lyx/parser_tools.py (get_paragraph, get_next_paragraph):
57         Make the code more
58
59         * configure.m4: Use -dCompatibilityLevel=1.3 with ps2pdf
60         Add a check for kdeprintfax.
61
62 2002-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
63
64         * bind/emacs.bind: add bindings for M-< and M->
65
66 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
67
68         * lyx2lyx/lyxconvert_218.py: Combine ert insets only when they are
69         in the Standard layout.
70
71 2002-10-05  Dekel Tsur  <dekelts@tau.ac.il>
72
73         * lyx2lyx/lyxconvert_218.py (fix_oldfloatinset): Search for
74         "\begin_inset Float " to avoid matching "\begin_inset FloatList".
75
76 2002-10-01  Dekel Tsur  <dekelts@tau.ac.il>
77
78         * lyx2lyx/lyxconvert_218.py: Handle end_deeper "inside" ERT.
79         (remove_oldert): Fix for ERT inside tabulars.
80         (change_listof): New function. Convert LatexCommand inset to
81         FloatList inset.
82         (fix_oldfloatinset): New function. Add "wide false" to float insets.
83
84 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
85
86         * Makefile.am: Patch from Georg Baum for installing lyx2lyx files.
87
88 2002-09-17  Dekel Tsur  <dekelts@tau.ac.il>
89
90         * layouts/lyxmacros.inc: Patch from Gady Kozma.
91
92 2002-09-15  John Levon  <levon@movementarian.org>
93
94         * images/math/: add icons for delimiters
95
96 2002-09-12  Dekel Tsur  <dekelts@tau.ac.il>
97
98         * lyx2lyx/lyxconvert_218.py (remove_oldfloat): Convert floatingfigure.
99         (remove_oldminipage): Simplified.
100
101 2002-09-10  José Matos  <jamatos@fep.up.pt>
102
103         * scripts/*.py: changed all header to
104         #! /usr/bin/env python
105         so that python's path is no longer hardcoded.
106
107 2002-09-08  John Levon  <levon@movementarian.org>
108
109         * images/math/: add dots XPMs
110
111 2002-09-07  John Levon  <levon@movementarian.org>
112
113         * ui/default.ui: add depth-decrement too as discussed
114
115 2002-09-06  Angus Leeming  <leeming@lyx.org>
116
117         * CREDITS: add Pablo De Napoli, formerly languishing in the
118         math panel headers.
119
120 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
121
122         * layouts/stdcounters.inc: new file
123
124         * layouts/stdclass.inc: include standard counters
125
126 2002-09-05  Angus Leeming  <leeming@lyx.org>
127
128         * scripts/lyxpreview2bitmap.sh: augment the preliminary blurb, as
129         suggested by André.
130
131 2002-09-04  Angus Leeming  <leeming@lyx.org>
132
133         * scripts/lyxpreview2bitmap.sh: rename lyxpreview2ppm.sh as this.
134         The new script takes an extra argument specifying the desired
135         output format, ppm or png.
136
137         * configure.m4: associated changes.
138
139 2002-09-04  Angus Leeming  <leeming@lyx.org>
140
141         * scripts/lyxpreview2ppm.sh: output gs filenames as %d, not %Nd where N
142         is some input value.
143
144 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
145
146         * layouts/stdclass.inc: include stdfloats.h
147
148         * layouts/stdfloats.inc: new file
149
150 2002-09-03  Angus Leeming  <leeming@lyx.org>
151
152         * scripts/lyxpreview2ppm.sh: test expects integer arguments.
153         ${RESOLUTION} may be a float. Truncate it.
154
155 2002-09-03  Dekel Tsur  <dekelts@tau.ac.il>
156
157         * lyx2lyx/lyxconvert_218.py (update_tabular): Prevent changing
158         of non-tabular lines.
159
160 2002-09-03  Angus Leeming  <leeming@lyx.org>
161
162         * scripts/lyxpreview2ppm.sh: fix crash reported by Norbert Koksch when
163         generating more than 999 preview snippets by passing and using the
164         number of digits needed by the filenames generated by gs.
165
166 2002-09-03  Angus Leeming  <leeming@lyx.org>
167
168         * scripts/lyxpreview2ppm.sh: re-written to make use of the "lyx"
169         option parsed by preview.sty v 0.73.
170
171 2002-08-31  Dekel Tsur  <dekelts@tau.ac.il>
172
173         * lyx2lyx/lyxconvert_218.py (update_tabular): Work with nested tabulars
174
175 2002-08-29  John Levon  <levon@movementarian.org>
176
177         * images/math/: add AMS nrel
178
179 2002-08-29  John Levon  <levon@movementarian.org>
180
181         * images/: add math sub/super script
182
183         * images/math/: add \brace, \vec etc.
184
185 2002-08-29  John Levon  <levon@movementarian.org>
186
187         * Makefile.am: install mathed icons
188
189 2002-08-29  John Levon  <levon@movementarian.org>
190
191         * images/math/: add all icons except AMS nrel
192
193 2002-08-29  John Levon  <levon@movementarian.org>
194
195         * images/math/: add most of the normal XPMs
196
197 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
198
199         * lyx2lyx/lyx2lyx: add new format number "221"
200
201 2002-08-25  John Levon  <levon@movementarian.org>
202
203         * images/find-replace.xpm: add
204
205 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
206
207         * configure.m4: fix epsi->eps converter
208
209         * ui/default.ui: add menu entry for optional-insert
210
211         * CREDITS: update Martin's entry
212
213 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
214
215         * layouts/stdlayouts.inc:
216         * layouts/stdsections.inc:
217         * layouts/stdstarsections.inc: aded OptionalArgs tags to the
218         relevant layouts
219
220 2002-08-21  André Pönitz <poenitz@gmx.net>
221
222         * ui/default.ui: adjust to "tabular unification"
223
224 2002-08-15  Juergen Spitzmueller <j.spitzmueller@gmx.de>
225
226         * bind/de_menus.bind: cleanup shortcuts for section layouts. Starred
227         versions are now obtained by prepending a * to the section number
228         (similar to the new behaviour in menus.bind); add binding for \part.
229
230 2002-08-15  John Levon  <levon@movementarian.org>
231
232         * scripts/convertDefault.sh: use /bin/sh not /bin/bash
233
234 2002-08-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
235
236         * doc/LaTeXConfig.lyx.in: add description of cl2emult class
237
238         * bind/math.bind: add bindings to insert \Lambda and \Psi (bug #564)
239
240 2002-08-15  André Pönitz <poenitz@gmx.net>
241
242         * layouts/cl2emult.layout: new file Springer's cl2emult textclass
243
244 2002-08-10  Dekel Tsur  <dekelts@tau.ac.il>
245
246         * lyx2lyx/parser_tools.py (get_paragraph): Fixed.
247
248         * lyx2lyx/lyxconvert_218.py (convert_ertinset): Remove font commands.
249
250 2002-08-08  Herbert Voss  <voss@perce.de>
251
252         * ui/default.ui: put gather into math menu
253
254 2002-08-07  John Levon  <levon@movementarian.org>
255
256         * images/layout_LaTeX.xpm: remove - obsolete
257
258 2002-08-05  John Levon  <levon@movementarian.org>
259
260         * images/dialog-tabular-insert.xpm: remove unneeded xpm
261
262 2002-08-05  John Levon  <levon@movementarian.org>
263
264         * ui/default.ui:
265         * bind/xemacs.bind: back to tabular-insert
266
267 2002-08-03  Dekel Tsur  <dekelts@tau.ac.il>
268
269         * lyx2lyx/lyxconvert_218.py (remove_oldert): Few fixes.
270
271         * lyx2lyx/lyx2lyx: Change the comment at the top of the lyx file
272
273 2002-08-02  Dekel Tsur  <dekelts@tau.ac.il>
274
275         * lyx2lyx/lyxconvert_218.py: Convert ERT and figinsets.
276
277 2002-07-30  André Pönitz <poenitz@gmx.net>
278
279         * configure.m4:
280         * ui/default.ui: make math-extern a bit more visible in Edit->Math
281
282         * bind/math.bind: remove some strange bindings for Ø and Å
283
284 2002-07-30  Angus Leeming  <leeming@lyx.org>
285
286         * scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs
287         don't get confused.
288
289 2002-07-24  Adrien Rebollo  <adrien.rebollo@gmx.fr>
290
291         * examples/fr_CV.lyx:               new file
292         * examples/fr_ExemplesTableaux.lyx:
293         * examples/fr_ListesPuces.lyx:
294         * examples/fr_mathed.lyx:           update
295
296 2002-07-18  Angus Leeming  <leeming@lyx.org>
297
298         * scripts/lyxpreview2ppm.sh: more efficient RE and change to '' so that
299         the shell does not escape "\\".
300
301 2002-07-22  Herbert Voss  <voss@lyx.org>
302
303         * scripts/convertDefault.sh: defines a converter which is used
304         when no userdefined was found
305
306 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
307
308         * ui/default.ui: cleanup after change of Menu syntax. the
309         foo_nobuffer menus are gone
310
311         * bind/sv_menus.bind:
312         * bind/sciword.bind: remove some cruft
313
314         * tex/iletter.cls:
315         * layout/iletter.layout:
316         * templates/iletter.lyx: removed all traces of the iletter bundle
317         and put it on the contrib/ area of our ftp site
318
319 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
320
321         * configure.m4: fix definition of the lyxpreview2ppm converter;
322         add ppm format. All should work out of the box now, even though
323         all may not be pretty
324
325 2002-07-18  Angus Leeming  <leeming@lyx.org>
326
327         * scripts/lyxpreview2ppm.sh: clean-up. Get it to work with
328         scary_eqns.lyx.
329
330 2002-07-17  André Pönitz <poenitz@gmx.net>
331
332         * configure.m4: fix typo in last change
333         * symbols: add \hbar
334
335 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
336
337         * bind/menus.bind: fix bindings using asterisk to ignore shift
338         modifier
339
340 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
341
342         * configure.m4: add formats fig and epsi
343
344 2002-07-16  Andrew Zabolotny  <zap@cobra.ru>
345
346         * bind/emacs.bind:
347         * bind/xemacs.bind:
348         * bind/sciword.bind:
349         * bind/cua.bind: include greekkeys and cyrkeys bindings
350
351         * bind/greekkeys.bind:
352         * bind/cyrkeys.bind: bindings to enter cyrillic and greek
353         characters directly from keyboard
354
355 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
356
357         * bind/menus.bind: cleanup shortcuts for section layouts. Starred
358         versions are now obtained by prepending a * to the section number
359         (M-p asterisk 0 .. M-p asterisk 6)
360
361         * images/banner.xpm.orig: remove
362
363 2002-07-15  Soeren Pietsch  <SPietsch@gmx.de>
364
365         * lib/configure.m4: fix the detection of cygwin when the shell is
366         not bash
367
368 2002-07-12  Angus Leeming  <leeming@lyx.org>
369
370         * lyxpreview2ppm.sh: use the pnmraw device in preference to pnm.
371
372 2002-07-12  André Pönitz <poenitz@gmx.net>
373
374         * ui/default.ui: add menu for font changes
375         * symbols: add textt
376
377 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
378
379         * bind/emacs.bind:
380         * bind/xemacs.bind:
381         * bind/sciword.bind:
382         * bind/cua.bind: better support for selection from numeric keypad
383
384         * kbd/cp1251.cdef:
385         * kbd/ibm866.cdef:
386         * kbd/koi8-r.cdef:
387         * kbd/koi8-t.cdef:
388         * kbd/koi8-u.cdef: new encoding definitions
389
390 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
391
392         * bind/sciword.bind: disable M-x c to allow M-x
393
394 2002-07-09  Angus Leeming  <leeming@lyx.org>
395
396         * lyxpreview2ppm.sh: don't use latex option "-interaction=batchmode"
397         as it's not portable apparently.
398
399 2002-07-09  André Pönitz <poenitz@gmx.net>
400
401         * symbols: use it to define insets, too
402         * configure.m4:
403         * symbols: wasy symbols added
404
405 2002-07-08  Angus Leeming  <leeming@lyx.org>
406
407         * scripts/lyxpreview2ppm.sh: added blurb. Crop the images to the
408         left and right if so desired.
409
410 2002-07-08  André Pönitz <poenitz@gmx.net>
411
412         * symbols: more stuff missing from the Porto changes
413
414 2002-07-05  Angus Leeming  <leeming@lyx.org>
415
416         * scripts/lyxpreview2ppm.sh: added.
417         * scripts/lyxpreview2xpm: removed.
418
419 2002-06-19 Herbert Voss  <voss@perce.de>
420
421         * configure.m4: add converters for epsi and (x)fig
422
423 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
424
425         * languages: add support for belarusian and kazakh
426
427         * encodings: add pt154
428
429 2002-06-27  André Pönitz <poenitz@gmx.net>
430
431         * configure.m4: add support for lyxpreview "format"
432
433         * scripts/lyxpreview2xpm: add file
434
435 2002-06-25  André Pönitz <poenitz@gmx.net>
436
437         * symbols: special characters
438
439 2002-06-23  Dekel Tsur  <dekelts@tau.ac.il>
440
441         * layouts/heb-article.layout: Fix due to \usepackage{babel}
442         position change in lyx 1.2.0.
443
444 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
445
446         * ui/default.ui: fix ellipses
447
448 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
449
450         * ui/default.ui: remove Index Entry of last word
451
452         * ui/old-default.ui: remove
453
454 2002-06-19  Dekel Tsur  <dekelts@tau.ac.il>
455
456         * examples/mathed.lyx: Remove obsolete part.
457
458 2002-06-17 Herbert Voss  <voss@perce.de>
459
460         * configure.m4: install only those converters which are different
461         to convert, because this is taken as the default. SO we can get
462         rid of all problems when user do not have installed the right
463         converters.
464
465 2002-06-16  Adrien Rebollo  <adrien.rebollo@gmx.fr>
466
467         * examples/fr_ExemplesTableaux.lyx: update
468         * examples/fr_mathed.lyx: new file
469
470 2002-06-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
471
472         * configure.m4: change tgif file extension to .obj, as it should
473         have been
474
475 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
476
477         * examples/TableExamples.lyx: fix footnotes inside tables
478         (bug 442)
479
480 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
481
482         * external_templates: change the requirements of the xfig and
483         rasterimage templates to "graphicx" instead of "graphics".
484
485 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
486
487         * templates/IEEEtran.lyx: update to 1.2.0 format from Michael
488         Schmitt
489
490         * reLyX/reLyX.in: honor variable LYX_DIR_13x
491
492 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
493
494         * configure.m4: fix handling of --with-version-suffix, so that
495         reLyX is still found. (bug #357)
496
497 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
498
499         * layouts/hollywood.layout: fix style "FADE_OUT:"
500
501 2002-05-28  John Levon  <moz@compsoc.man.ac.uk>
502
503         * images/buffer-new.xpm: icon from Vitaly Lipatov
504
505 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
506
507         * CREDITS: kill mention of KDE
508
509 2002-05-23  André Pönitz <poenitz@gmx.net>
510
511         * autocorrect: new file
512
513 2002-05-03  Claus Hindsgaul  <claus_h@image.dk>
514
515         * examples/da_splash.lyx: revised
516
517 2002-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
518
519         * Makefile.am (DISTCLEANFILES): don't use -r
520         (distclean-local): new target
521
522 2002-04-25  Rob Lahaye  <lahaye@users.sourceforge.net>
523
524         * configure.m4: use gracebat instead of xmgrace in the Grace converters
525         to make the conversion independent of the availability of an Xserver
526
527 2002-04-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
528
529         * doc/ExternalMaterial.lyx: remove, since it has been included in
530         Customization.lyx
531
532 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
533
534         * Makefile.am: do not set M4 explicitely
535
536 2002-04-24  Rob Lahaye  <lahaye@users.sourceforge.net>
537         * configure.m4: add 'convert XPM to EPS', add more Grace conversions
538         and change tab to double space indentation in conversion section
539
540 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
541
542         * layouts/aastex.layout: add ProvidesNatbib
543
544         * templates/aastex.lyx: convert to format 220
545
546 2002-04-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
547
548         * examples/*.lyx: convert many files to format 220, _except_
549         aa_sample and aas_sample, for which I do not have the textclass
550
551         * templates/*.lyx: convert a few files to format 220
552
553 2002-04-11  Rob Lahaye  <lahaye@users.sourceforge.net>
554
555         * layouts/revtex4.layout: fix tilde-output in URL and Email insets.
556
557 2002-04-11  Guenter Milde  <g.milde@physik.tu-dresden.de>
558
559         * doc/LaTeXConfig.lyx.in: add description for spie class.
560
561         * spie.layout: new class
562
563 2002-04-10 Herbert Voss  <voss@perce.de>
564
565         * configure.m4: correct entry for grace graphic format
566
567 2002-04-10 Herbert Voss  <voss@perce.de>
568
569         * CREDITS: correct email
570
571 2002-04-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
572
573         * kbd/european.kmap: "euro" and "oe" used kmod instead of kmap
574         * examples/currency.lyx: rewritten
575
576 2002-04-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
577
578         * reLyX/acinclude.m4 (RELYX_CHECK_PERL): improve search for perl.
579
580 2002-04-06  André Pönitz <poenitz@gmx.de>
581
582         * bind/math.bind: shortcut for \psi
583
584         * examples/de_beispiel_gelyxt.lyx: fix quotes
585
586 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
587
588         * Makefile.am (LYXLIBDIRS): xfonts should not be named here
589
590         * bind/sv_menus.bind: change RightAddress to Right_Address
591         * bind/de_menus.bind: ditto
592         * bind/fi_menus.bind: ditto
593         * bind/menus.bind: ditto
594         * bind/pt_menus.bind: ditto
595
596 2002-04-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
597
598         * examples/fr*.lyx: updated to 1.2.0 format
599
600 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
601
602         * .cvsignore: add xfonts
603
604         * languages: add Basque
605
606 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
607
608         * CREDITS: add Pauli Virtanen and Adrien Rebollo
609
610         * Makefile.am (install-xfonts): remove some debug output
611
612 2002-04-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
613
614         * reLyX/Makefile.am (install-data-local): fix variable usage
615         (uninstall-local): ditto
616
617         * CREDITS: add Claus Hindsgaul
618
619 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
620
621         * layouts/kluwer.layout: remove TocDepth tag
622
623 2002-03-27 Herbert Voss <voss@perce.de>
624
625         * layouts/ltugboat.layout:
626         * layouts/dtk.layout: new layouts.
627
628         * doc/LaTeXConfig.lyx.in: add description for layouts
629         dtk and ltugboat
630
631 2002-03-27  Marco Morandini  <morandini@aero.polimi.it>
632
633         * configure.m4: fix grace to eps converter
634
635 2002-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
636
637         * examples/listerrors.lyx: Fixed to run with python-1.5 as well
638         as with latest python-2.2
639
640         * scripts/listerrors: Re-generated from listerrors.lyx
641
642 2002-03-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
643
644         * Makefile.am (install-xfonts): fix the target when no X fonts
645         have been found.
646         General: do not use $$(foo) instead of $${foo} for shell variables!
647
648 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
649
650         * Minipage.lyx:
651         * TableExamples.lyx:
652         * amsart-test.lyx:
653         * amsbook-test.lyx:
654         * examples/ca_splash.lyx:
655         * examples/da_splash.lyx:
656         * examples/decimal.lyx:
657         * examples/mathed.lyx:
658         * examples/multicol.lyx:
659         * examples/splash.lyx: update to 220
660
661         * Makefile.am (install-xfonts): force link
662
663 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
664
665         * ui/default.ui: Change "What's this?" to "Tooltips".
666
667 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
668
669         * create_fonts_dir:
670         * fonts-xlfd: removed
671
672         * configure.m4: add a replacement for the create_fonts_dir script.
673         This one checks for ttf fonts too. The font links are created in
674         the xfonts/ directory. If running outside libdir, the script
675         checks whether fonts.dir is different from the system-wide one and
676         removes it if it is not.
677
678         * Makefile.am (install-xfonts): new target to install the X font
679         directory
680
681         * layouts/svjour.inc: remove ProvidesAmsMath
682
683 2002-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
684
685         * examples/listerrors.lyx:
686         * scripts/listerrors: new files
687
688         * Makefile.am: Removed build-listerrors cruft.
689
690 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
691
692         * ui/default.ui: small cleanup: move Tex info and childs to View,
693         remove Edit>Floats menu, fix a few shortcuts.
694
695 2002-03-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
696
697         * images/depth-increment.xpm:
698         * images/depth-decrement.xpm: new icons
699
700         * images/footnote-insert.xpm:
701         * images/marginalnote.xpm: small facelift
702
703         * images/depth-next.xpm:
704         * images/marginpar-insert.xpm: removed
705
706         * bind/sv_menus.bind:
707         * bind/sciword.bind:
708         * ui/old-default.ui:
709         * ui/default.ui: replace depth-next with depth-increment
710
711 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
712
713         * examples/Literate.lyx: Small fix to make sure build-listerrors
714         still works.
715
716 2002-03-14  Allan Rae  <rae@lyx.org>
717
718         * bind/sv_menus.bind:
719         * bind/xemacs.bind: figure inset replaced by graphics inset
720
721 2002-03-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
722
723         * examples/Literate.lyx: Fixed build-script section to work
724         with lyx tempdir. As it was, you could not build-program
725         when opening Literate.lyx from within LyX.
726
727 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
728
729         * kbd/bg-bds-1251.kmap: new keyboard mapping for bulgarian
730
731         * languages: add bulgarian
732
733 2002-03-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
734
735         * Makefile.am: Fix bug with installing an empty listerrors.
736
737 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
738
739         * ui/default.ui: add a toggle-tooltips item to the Help menu.
740
741 2002-03-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
742
743         * tex/ejour2.cls:
744         * layouts/ejour2.layout: removed; this is superseded by svjour
745         and friends
746
747         * lib/doc/LaTeXConfig.lyx.in:
748         * lib/doc/LyXConfig.lyx.in: update
749
750 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
751
752         * Makefile.am: fix call to configure.
753
754 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
755
756         * layouts/obsolete.inc: obsolete LaTeX
757         * layouts/g-brief-en.layout: add DefaultStyle
758
759 2002-03-06  Herbert Voss  <voss@perce.de>
760
761         * layouts/g-brief-de.layout: add DefaultStyle
762
763 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
764
765         * configure: removed from cvs
766
767         * .cvsignore: add configure
768
769         * Makefile.am: set up automatic creation and execution of
770         configure script.
771
772 2002-03-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
773
774         * CREDITS: document that Martin Vermeer is also a very good bug
775         hunter
776
777 2002-03-05  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
778
779         * layouts/db_stdclass.inc:
780         * layouts/linuxdoc.layout:
781         * layouts/manpage.layout: set DefaultStyle
782
783
784 2002-03-04  Herbert Voss  <voss@perce.de>
785
786         * configure.m4: fix the problem with tgif's xpm export
787
788 2002-03-03  Herbert Voss  <voss@perce.de>
789
790         * configure.m4: added more converter stuff for different formats
791
792 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
793
794         * layouts/hollywood.layout: set DefaultStyle
795
796         * layouts/scrclass.inc: set DefaultStyle
797
798 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
799
800         * layouts/stdclass.inc: add DefaultStyle
801
802 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
803
804         * doc/LaTeXConfig.lyx.in: add entry for svprothb
805
806         * layouts/svprobth.layout: new layout file, for 'Probability
807         Theory and Related Fields'
808
809         * layouts/svjour.inc: change Keywords labelstring a bit.
810
811         * ui/default.ui: fix shortcut for Insert>Math>Inline formula.
812
813         * chkconfig.ltx: do not check for graphics anymore, only graphicx.
814
815         * doc/LaTeXConfig.lyx.in: remove info about graphics package, now
816         that figinset is dead.
817
818 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
819
820         * ui/default.ui: add a show-forks item to the two File menus.
821
822 2002-02-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
823
824         * ui/default.ui: change Layout>LaTeX Preamble to Layout>Preamble.
825
826 2002-02-23  Herbert Voss  <voss@perce.de>
827
828         * configure.m4: added converter stuff for different formats
829
830 2002-02-13  José Matos  <jamatos@fep.up.pt>
831
832         * examples/linuxdoc_manpage.lyx: added
833
834 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
835
836         * ui/default.ui: add ... to math panel
837
838 2002-02-04  Martin Vermeer <martin.vermeer@hut.fi>
839
840         * bind/math-bind: keybindings for umlauts and other special chars
841
842 2002-01-31  Angus Leeming  <a.leeming@ic.ac.uk>
843
844         * images/figure-insert.xpm: renamed as images/graphics-insert.xpm.
845
846 2002-01-30  Herbert Voss  <voss@lyx.org>
847
848         * configure.m4: add convert-support for ps-files
849
850 2002-01-29  Herbert Voss  <voss@lyx.org>
851
852         * ui/default.ui: delete old figure entries
853
854         * help/TexInfo.hlp:
855         * help/Graphics.hlp: update
856
857 2002-01-27  Herbert Voss  <voss@lyx.org>
858
859         * help/Graphics.hlp: added, but not finished
860
861 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
862
863         * fonts-xlfd:
864         * create_fonts_dir: New files.
865
866 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
867
868         * Makefile.am (EXTRA_DIST): add configure.m4
869
870         * languages: fix slovak entry
871
872 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
873
874         * examples/fr_EtiquetteMath.lyx: removed
875
876 2002-01-16  José Matos  <jamatos@fep.up.pt>
877
878         * layouts/db_stdlayouts.inc: Fix name for caption.
879
880 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
881
882         * examples/mathed.lyx: a bit of a clean-up. Corrected the contents
883         of fonts-xlfd in the light of Dekel's suggestions.
884         This file still doesn't run LaTeX successfully without bolting the
885         lyxcode definition into the preamble but is otherwise Ok.
886
887 2002-01-14  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
888
889         * layouts/kluwer.layout: remove caption layout
890
891 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
892
893         * examples/MathLabeling.lyx:
894         * examples/nl_MathLabeling.lyx: removed, since they are useless.
895
896 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
897
898         * configure.m4: try to fix problem with groff detection
899
900 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
901
902         * lyxrc.example: change the names of some variables in line with lyxrc.C
903
904 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
905
906         * reLyX/BasicLyX.pm: Add support for amsmath environments.
907
908 2002-01-05 Kayvan A. Sylvan <kayvan@sylvan.com>
909
910         * examples/noweb2lyx.lyx: Updated for lyx-1.2.0. Also got rid of
911         a harmless noweb error.
912
913 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
914
915         * ui/default.ui: added dots "..." to insert->include file.
916
917 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
918
919         * configure.m4: fix typo in \print_spool_command name.
920
921 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
922
923         * doc/LaTeXConfig.lyx.in: more updates: checked and fixed all the
924         CTAN references.
925
926         * configure.m4: add new macros LYXRC_VAR and LYXRC_PROG. These are
927         used for checking for a program and add the corresponding entry in
928         lyxrc.defaults. Used this for various checks (not finished yet).
929
930         * doc/LaTeXConfig.lyx.in: general update: moved things around,
931         corrected some entries, collapsed some others, added graphicx.
932
933 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
934
935         * chkconfig.ltx: check also for graphicx.sty
936
937 2001-12-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
938
939         * ui/default.ui: fix shortcut clash in the insert menu.
940
941 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
942
943         * symbols: Add glyph for \colon for the symbol font.
944
945 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
946
947         * images/citation-insert.xpm:
948         * images/label-insert.xpm:
949         * images/index-insert.xpm: new icons from Elena Samsonova
950
951         * images/math-panel.xpm: new icon from Herbert Voss
952
953 2001-11-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
954
955         * examples/de_splash.lyx: update from Hartmut Haase.
956
957 2001-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
958
959         * examples/Math_macros.lyx:
960         * examples/fr_Macros_Math.lyx: removed, since this information
961         is in the UserGuide.
962
963         * reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken.
964
965 2001-11-27  Garst R. Reese  <reese@isn.net>
966
967         * tex/hollywood.cls:
968         * layouts/hollywood.layout:
969         * examples/script_form.lyx: updated hollywood class and support
970         files.
971
972 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
973
974         * CREDITS: add Ben Stanley
975
976 2001-11-26  Kayvan A. Sylvan  <kayvan@sylvan.com>
977
978         * tex/lyxskak.sty: Added \commentstyle for typesetting of embedded
979         comments.
980
981 2001-11-23  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
982
983         * templates/kluwer.lyx:
984         * layouts/kluwer.layout: new textclass for journals edited by
985         Kluwer.
986
987         * doc/LaTeXConfig.lyx.in: update
988
989 2001-11-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
990
991         * examples/chess-article.lyx: Fixed comments. Removed hacks
992         caused by my lack of understanding of TeX macros and LyX layouts.
993         This version is immensely cleaner.
994
995         * examples/chessgame.lyx: Minimized ERT while still showing off
996         the external chess material insets.
997
998         * tex/lyxskak.sty: Added LyX supporting macros. Added better embedded
999         comment handling into skak framework. Fixed some bugs in skak.sty!
1000
1001         * layouts/chess.layout: Fixed up layout. Removed kludges in previous
1002         version. Added Subvariation, Subsubvariation, etc.
1003
1004 2001-11-13  André Pönitz  <poenitz@gmx.net>
1005
1006         * ui/default.ui: create a new Submenu Insert->Math, since placing
1007         everything in the main insert menu seems not possible in the long
1008         run...
1009
1010 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1011
1012         * ui/default.ui: move math panel from Edit to Insert.
1013
1014 2001-11-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
1015
1016         * layouts/chess.layout:
1017         * examples/chess-article.lyx: a new class and example for writing
1018         articles about chess.
1019
1020 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
1021
1022         * external_templates: Use UpdateResult
1023
1024         * scripts/*.py: Fix for python 1.5
1025
1026 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1027
1028         * examples/iecc05.fen:
1029         * examples/iecc07.fen:
1030         * examples/iecc12.fen:
1031         * lib/examples/chessgame.lyx: an example for the new chess support.
1032
1033 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
1034
1035         * external_templates: Minor tweak. Changed $$FPath/$$Basename
1036         to $$FPath$$Basename.
1037
1038 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
1039
1040         * external_templates: Fix up the help message for ChessDiagram
1041         again (referring to the new lyxskak.sty). Reworked the LaTeX
1042         output to use skak.sty \loadgame{file} feature.
1043
1044 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
1045
1046         * Makefile.am: remove BUGS.lyx mention
1047
1048 2001-10-29  John Levon  <moz@compsoc.man.ac.uk>
1049
1050         * ui/default.ui: remove Known Bugs entry
1051
1052 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1053
1054         * scripts/fen2latex.py: Simplified greatly. Now uses skak.
1055
1056         * scripts/fen2ascii.py: New file added. Makes a nice ascii
1057         representation of the chess position.
1058
1059 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1060
1061         * external_templates: Changed comment to inform user to use skak
1062         package instead of the very old chess.sty for external chess
1063         material. Added the -mode EditPosition flag to the "xboard"
1064         invocation. Fixed the invocation of fen2ascii (which did *not*
1065         exist, even though it was referenced).
1066
1067 2001-10-24  José Matos  <jamatos@fep.up.pt>
1068
1069         * layouts/db_lyxmacros.inc:
1070         * layouts/db_stdtitle.inc: moved docbook supported version to v4.1.
1071
1072 2001-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1073
1074         * examples/it_splash.lyx: update from Claudio Coco
1075
1076 2001-10-24  José Matos  <jamatos@fep.up.pt>
1077
1078         * layouts/db_stdtitle.inc: added align and alignpossible to date.
1079         Now the default is left and center is still possible.
1080
1081 2001-10-18  José Abílio Oliveira Matos  <jamatos@fep.up.pt>
1082
1083         * reLyX/MakePreamble.pm (translate_preamble): Cleaned the code for babel.
1084         Now the last language in the document option is the document language.
1085         Code clean, remove unused variables.
1086
1087         * reLyX/BasicLyx.pm: Added support for the lyx menu separator.
1088
1089 2001-10-17  José Matos  <jamatos@fep.up.pt>
1090
1091         * reLyX/MakePreamble.pm: add support for \makeindex, added support
1092         for optional arguments to babel, remove fontenc package. Don't
1093         print the latex preamble if there isn't none to print.
1094
1095 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1096
1097         * scripts/TeXFiles.sh: rewrite to use kpsewhich --show-path.
1098         Hopefully more precise and much faster.
1099
1100 2001-10-15  José Matos  <jamatos@fep.up.pt>
1101
1102         * layouts/db_stdtitle.inc: add AuthorGroup, RevisionHistory,
1103         RevisionMark and Revision styles.
1104
1105 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1106
1107         * scripts/TeXFiles.sh: use -follow predicate in "find" to follow
1108         symbolic links
1109
1110 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1111
1112         * CREDITS: add two unsung heroes
1113
1114 2001-10-10  Herbert Voss  <voss@perce.de>
1115
1116         * scripts/TeXFiles.sh: new script for [cls,sty,bst]Files.lst
1117
1118 2001-10-09  Herbert Voss  <voss@perce.de>
1119
1120         * default.ui: help-Texinfo
1121         gives an info about the installed texfiles (cls,sty,bst)
1122
1123 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1124
1125         * kbd/iso8859-4.cdef:
1126         * kbd/iso8859-9.cdef: new files
1127
1128 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1129
1130         * kbd/iso8859-3.cdef: new file
1131
1132         * kbd/iso8859-1.cdef:
1133         * kbd/iso8859-15.cdef: update
1134
1135 2001-10-03  José Matos  <jamatos@fep.up.pt>
1136
1137         * layouts/linuxdoc.layout:
1138         * layouts/manpage.layout:
1139         * layouts/db_lyxmacros.inc:
1140         * layouts/db_stdlayouts.inc: remove bogus use of the now defunct
1141         Latex tag.
1142
1143 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1144
1145         * languages: change default encoding for estonian to latin1
1146
1147 2001-10-01  Garst R. Reese  <reese@isn.net>
1148
1149         * tex/hollywood.cls:
1150         * layouts/hollywood.layout:
1151         * examples/script_form.lyx:
1152         * templates/hollywood.lyx: updated hollywood class and support
1153         files.
1154
1155 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1156
1157         * bind/menus.bind: changed from "M-s plus" to "M-s ~S-plus"
1158
1159 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1160
1161         * CREDITS: add Jürgen Spitzmüller
1162
1163 2001-09-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1164
1165         * ui/default.ui: remove layout-save-default from "Layout"
1166         for it's in Layout -> Document now.
1167
1168 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
1169
1170         * layouts/g-brief-en.layout:
1171         * templates/g-brief-en.lyx: rename PostalCommend to PostalComment
1172
1173 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1174
1175         * CREDITS: update M. Schmitt entry
1176
1177         * ui/default.ui: remove trailing '...' for Insert>Note
1178
1179 2001-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1180
1181         * layouts/heb-article.layout: fix labelfont of Proof layout
1182
1183 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1184
1185         * examples/script_form.lyx: added
1186         * examples/scriptone.lyx: deleted
1187         * layouts/hollywood.layout:
1188         * tex/hollywood.cls: update of the hollywood class
1189
1190 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1191
1192         * layouts/dinbrief.layout:
1193         * layouts/egs.layout:
1194         * layouts/iletter.layout:
1195         * layouts/stdletter.inc: remove bogus use of the now defunct Latex
1196         tag
1197
1198 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1199
1200         * examples/da_splash.lyx: new translation from Claus Hindsgaul
1201
1202         * ui/default.ui: comment out reference manual from the help menu
1203         (the reference manual is now obsolete).
1204
1205         * layouts/cv.layout: add ObsoletedBy version of SubSection
1206
1207 2001-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1208
1209         * kbd/koi8-r.kmap: update from Vitaly Lipatov
1210
1211         * layouts/entcs.layout: renamed from encts.layout (stupid typo!);
1212         restrict font size to `11pt'
1213
1214         * layouts/cv.layout: rename SubSection layout to Subsection
1215
1216 2001-09-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1217
1218         * reLyX/reLyX.in: fix initialization before BEGIN block.
1219
1220 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
1221
1222         * Makefile.am (pkgdata_DATA): Add symbols file.
1223
1224 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1225
1226         * configure:
1227         * configure.m4: add converters for XPM to allow inline display
1228
1229         * Makefile.am: add rule for configure
1230
1231 2001-08-31  José Matos  <jamatos@fep.up.pt>
1232         * reLyX/reLyX.in: added debug statement.
1233         Moved the insertion in @maybe_dir to push.
1234
1235         * reLyX/MakePreamble.pm (translate_preamble): Fix syntax only understood
1236         by recent versions of Perl. Allow compatability with perl 5.002.
1237
1238         * reLyX/reLyXmain.pl: Escape forgoten slash. Thanks to Yves Bastide.
1239
1240 2001-08-28  José Matos  <jamatos@fep.up.pt>
1241         * reLyX/reLyX.in: allow reLyX to be run from the source directory.
1242
1243 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1244
1245         * ui/default.ui: sanitise math/tabular entries
1246
1247 2001-07-25  André Pönitz <poenitz@gmx.net>
1248
1249         * bind/math.bind:
1250           bind/sciword.bind: use new syntax for 'math-insert'
1251
1252 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1253
1254         * ui/default.ui: change 'toggle appendix' entry
1255
1256 2001-07-30  Dekel Tsur  <dekelts@tau.ac.il>
1257
1258         * configure.m4: Fix behaviur when latex is not found.
1259         Fix SEARCH_PROG.
1260
1261 2001-07-29  Baruch Even  <baruch@lyx.org>
1262
1263         * configure.m4: Added conversion from EPS to PDF using epstopdf.
1264
1265 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1266
1267         * bind/cua.bind:
1268         * ui/default.ui: entries for thesaurus
1269
1270 2001-07-25  André Pönitz <poenitz@gmx.net>
1271
1272         * bind/math.bind:  new LFUN 'math-space'
1273
1274 2001-07-23  Baruch Even <baruch@lyx.org>
1275
1276         * configure.m4: Added conversion of images support, used when
1277         exporting images in formats (PDF)Latex cannot handle directly.
1278
1279 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1280
1281         * Makefile.am (dist-hook): only try to get lyxdoc if not already
1282         present.
1283
1284 2001-07-23  juergen.sp@t-online.de  <Jürgen Spitzmüller>
1285
1286         * bind/*.bind: add binding for ligature-break-insert
1287
1288 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1289
1290         * ui/default.ui:
1291         * bind/cua.bind:
1292         * bind/emacs.bind:
1293         * bind/xemacs.bind: fix binding for raw double quote
1294
1295 2001-07-22  José Matos  <jamatos@fep.up.pt>
1296
1297         * reLyX/MakePreamble.pm (translate_preamble): add lots of options
1298         to convert from latex to lyx preamble. That means support for language,
1299         geometry, several \usepackages. Almost all the options that are present
1300         in Layout->Document.
1301
1302 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1303
1304         * ui/default.ui: change 'hyphenation break' to 'ligature break'.
1305
1306 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1307
1308         * ui/default.ui: change a shortcut
1309
1310 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1311
1312         * chkconfig.ltx: test for the presence of natbib.
1313
1314         * doc/LaTeXConfig.lyx.in: add a subsection about natbib and whether it's
1315         present.
1316
1317 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1318
1319         * bind/xemacs.bind:
1320         * bind/sciword.bind:
1321         * bind/emacs.bind:
1322         * bind/cua.bind:
1323         * ui/default.ui: use inset-toggle instead of open-stuff
1324
1325 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
1326
1327         * layouts/literate-scrap.inc: Added PassThru tag
1328
1329 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1330
1331         * bind/*.bind: do the same correctly for all files :)
1332
1333 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1334
1335         * ui/default.ui: remove credits/version/copyright add about lyx
1336
1337 2001-07-12  Juergen Vigna  <jug@sad.it>
1338
1339         * bind/cua.bind: moved C-l from mode-tex to ert-insert
1340
1341 2001-07-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1342
1343         * images/ert-insert.xpm: renamed from tex-mode.xpm
1344
1345 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1346
1347         * ui/default.ui: add icon for ert-insert + entry in menu
1348
1349 2001-07-09  Juergen Vigna  <jug@sad.it>
1350
1351         * images/banner.xpm: new development banner after a LyX-Meeting!
1352
1353 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1354
1355         * ui/default.ui: comment out tex-mode
1356
1357         * layouts/stdlayouts.inc: comment out style LaTeX
1358
1359         * bind/menus.bind: comment out tex-mode
1360
1361 2001-07-06  Dekel Tsur  <dekelts@tau.ac.il>
1362
1363         * layouts/IEEEtran.layout: Add qed box at the end of proof.
1364
1365         * templates/IEEEtran.lyx: Use footnote instead of ERT in the
1366           author paragraph.
1367
1368 2001-07-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1369
1370         * examples/hu_splash.lyx: new file from László Zrubecz.
1371
1372 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1373
1374         * layouts/extletter.layout:
1375         * layouts/extreport.layout:
1376         * layouts/extbook.layout:
1377         * layouts/extarticle.layout: new files from Herbert Voss.
1378
1379         * bind/hu_menus.bind: removed.
1380
1381         * bind/pt_menus.bind:
1382         * bind/fi_menus.bind:
1383         * bind/de_menus.bind:
1384         * bind/menus.bind: fix M-s bindings to use LyX names for fonts and
1385         not GUI names.
1386
1387 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1388
1389         * CREDITS: add Michael Schmitt
1390
1391 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1392
1393         * examples/nl_MathLabeling.lyx:
1394         * examples/nl_multicol.lyx: new translations from Tino meinen.
1395
1396 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1397
1398         * CREDITS: update a bit
1399
1400         * ui/default.ui: make math align entries non-optional, move
1401         math-mutate stuff to Edit>Math.
1402
1403 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1404
1405         * ui/default.ui: add align options to edit_math menu.
1406
1407 2001-06-23  The LyX Project  <jug@sad.it>
1408
1409         * templates/dinbrief.lyx: remove obsolete \cursor tag
1410
1411 2001-06-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1412
1413         * tex/cv.cls:
1414         * layouts/cv.layout:
1415         * examples/cv.lyx: add class cv (version 1.5)
1416
1417 2001-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1418
1419         * bind/fr_menus.bind: removed
1420
1421 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1422
1423         * ui/default.ui: add a (commented out) entry for read-only
1424
1425 2001-06-12  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
1426
1427         * examples/aa_head.lyx:
1428         * examples/aa_paper.lyx: removed
1429
1430         * doc/LaTeXConfig.lyx.in:
1431         * examples/aa_sample.lyx:
1432         * layouts/aa.layout:
1433         * layouts/aapaper.inc:
1434         * layouts/aapaper.layout:
1435         * templates/aa.lyx: aa.layout is for the new version of the
1436         A&A document class, while aapaper.layout is for the older (and
1437         slightly incompatible) version.
1438
1439 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1440
1441         * doc/LaTeXConfig.lyx.in:
1442         * layouts/encts.layout: new textclass, from Reuben Thomas
1443
1444         * CREDITS: add Zvezdan Petkovic and Reuben Thomas
1445
1446 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1447
1448         * bind/xemacs.bind: allow asciitilde to be used with or without
1449         shift key
1450
1451 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1452
1453         * bind/latinkeys.bind: add some bindings for KP_ keys.
1454
1455 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1456
1457         * bind/latinkeys.bind: set quotedbl to quote-insert, set
1458         nobreakspace to protected-space-insert
1459
1460         * bind/emacs.bind: set C-j to break-paragraph, set C-t to
1461         chars-transpose.
1462
1463 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1464
1465         * kbd/european.kmap:
1466         * kbd/francais.kmap:
1467         * kbd/iso8859-15.cdef:
1468         * encodings: add iso8859-15 support.
1469
1470         * kbd/iso8859-1.cdef: cleanup
1471
1472 2001-05-22  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
1473
1474         * templates/aa.lyx: rename from aapaper.lyx
1475
1476         * layouts/aa.layout: rename from aapaper.layout
1477
1478         * examples/aa_head.lyx:
1479         * examples/aa_head.lyx: update
1480
1481 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1482
1483         * languages: change GUI name of portugues and brazil
1484
1485 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1486
1487         * bind/math.bind: add bindign for escape
1488
1489 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1490
1491         * configure.m4: detect cygwin, windvi and yap
1492
1493         * reLyX/acinclude.m4 :
1494         * reLyX/configure.in : OS/2 fixes
1495
1496 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1497
1498         * bind/latinkeys.bind: fixup more bindings.
1499
1500 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1501
1502         * bind/latinkeys.bind: fix typo
1503
1504 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1505
1506         * bind/latinkeys.bind: new file. bindings for latin1, latin2,
1507         latin3, latin4, latin8, latin9
1508
1509         * bind/emacs.bind: include latinkeys.bind
1510
1511         * bind/cua.bind: include latinkeys.bind
1512
1513 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1514
1515         * ui/default.ui: add FloatInsert and FloatListInsert
1516
1517 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1518
1519         * examples/eu_splash.lyx: update from Dooteo
1520
1521 2001-04-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1522
1523         * layouts/revtex4.layout: make sure the PACS, keywords and
1524         preprint come before \maketitle.
1525
1526 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1527
1528         * ui/default.ui: comment out some nonexistant operations
1529
1530 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1531
1532         * CREDITS: add Michael for the Gnome port
1533
1534 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1535
1536         * ui/default.ui: add minipage item
1537
1538 2001-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1539
1540         * fr_AlignementDecimal.lyx:
1541         * fr_Macros_Math.lyx:
1542         * fr_MultiColonnes.lyx: new files from Adrien Rebollo.
1543
1544 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1545
1546         * layouts/linuxdoc.layout: add support for CDATA section in code.
1547
1548 2001-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
1549
1550         * ui/default.ui: cleanup the entries for the NEW_INSETS changes.
1551
1552 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1553
1554         * CREDITS: add Edwin Leuven
1555
1556 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1557
1558         * ui/default.ui:
1559         * bind/<various>: update for file dialog change
1560
1561 2001-03-06  Chanop Silpa-Anan  <chanop@debian.org>
1562
1563         * encodings:
1564         * languages: add preliminary Thai support
1565
1566         * kbd/tis620-0.cdef: dummy cdef file
1567
1568 2001-03-06  Zvezdan Petkovic  <zvezdan@cs.wm.edu>
1569
1570         * encodings: add support for iso8859-5 and cp1251.
1571
1572         * languages: add serbian and serbocroatian.
1573
1574         * kbd/serbian.kmap:
1575         * kbd/serbocroatian.kmap: new files.
1576
1577 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1578
1579         * reLyX/configure.in: become --with-version-suffix
1580
1581 2001-03-05  Adrien Rebollo  <Adrien.Rebollo@wanadoo.fr>
1582
1583         * examples/fr_*: renamed french example files in french.
1584
1585 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1586
1587         * templates/g-brief-de.lyx: fix typo.
1588
1589 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1590
1591         * reLyX/Makefile.am: fix uninstall
1592
1593         * reLyX/configure.in: --with-lyx-version
1594
1595 2001-02-26  José Matos  <jamatos@fep.up.pt>
1596
1597         * templates/docbook_template.lyx: removed.
1598         * templates/docbook_article.lyx: updated file, to replace the previous.
1599
1600         * templates/linuxdoctemplate.lyx: removed.
1601         * templates/linuxdoc_article.lyx: updated file, to replace the
1602         previous.
1603
1604 2001-02-11  José Matos  <jamatos@fep.up.pt>
1605
1606         * layouts/docbook.layout: chapter and part insertion are forbiden in
1607         article.
1608
1609 2001-02-26  Juergen Vigna  <jug@sad.it>
1610
1611         * ui/default.ui: added Custom-Export to export menu.
1612
1613 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1614
1615         * bind/emacs.bind:
1616         * bind/xemacs.bind: add bookmark commands.
1617
1618 2001-02-07  Allan Rae  <rae@lyx.org>
1619
1620         * bind/emacs.bind:
1621         * bind/xemacs.bind: Someone forgot to do the other bind files when they
1622         changed the reference-back into a bookmark-goto. naughty naughty.
1623
1624 2001-02-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1625
1626         * kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop
1627         Silpa-Anan.
1628
1629 2001-02-03  Dekel Tsur  <dekelts@tau.ac.il>
1630
1631         * ui/default.ui: Add Edit->Math menu.
1632
1633 2001-02-02  John Levon  <moz@compsoc.man.ac.uk>
1634
1635         * Makefile.am: fix permissions on configure and configure.cmd
1636         (from Albert Chin)
1637
1638         * CREDITS: add Albert Chin
1639
1640 2001-02-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1641
1642         * bind/cua.bind: change the bookmark bindings to C-[123] and
1643         C-M-[123].
1644
1645 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1646
1647         * examples/fr_MathLabeling.lyx:
1648         * examples/fr_Minipage.lyx:
1649         * examples/fr_TableExamples.lyx: new translations from Adrien
1650         Rebollo.
1651
1652 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1653
1654         * ui/default.ui: Fix typos.
1655
1656 2001-01-28  José Matos  <jamatos@fep.up.pt>
1657
1658         * layouts/db_lyxmacros.inc
1659         * layouts/db_stdclass.inc
1660         * layouts/db_stdlayouts.inc
1661         * layouts/db_stdlists.inc
1662         * layouts/db_stdsections.inc
1663         * layouts/db_stdstarsections.inc
1664         * layouts/db_stdstruct.inc
1665         * layouts/db_stdtitle.inc: new files with modular support
1666         for docbook.
1667
1668         * layouts/docbook-chapter.layout
1669         * layouts/docbook-section.layout: new files, useful for
1670         document inclusion.
1671
1672         * layouts/docbook.layout
1673         * layouts/docbook-book.layout: updated to use the modular support.
1674
1675 2001-01-28  Dekel Tsur  <dekelts@tau.ac.il>
1676
1677         * bind/cua.bind: Add bindings for bookmarks.
1678
1679         * ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
1680
1681 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1682
1683         * ui/default.ui: Add Edit->Bookmarks menu.
1684
1685 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1686
1687         * ui/default.ui: change "Insert>Figure" to "Insert>Graphics",
1688         shorten Insert>Floats>" entries.
1689
1690 2001-01-26  Volodymyr M . Lisivka  <lvm_ukr@yahoo.com>
1691
1692         * kbd/koi8-u.kmap: new file.
1693
1694         * encodings: add koi-8u encoding.
1695
1696         * languages: update ukrainian entry
1697
1698 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1699
1700         * CREDITS: update Tino Meinen address.
1701
1702 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1703
1704         * examples/fr_ItemizeBullets.lyx: new translation.
1705
1706         * examples/fr_splash.lyx:
1707         * examples/fr_exemple_lyxifie.lyx:
1708         * examples/fr_exemple_brut.lyx: updated.
1709
1710         * bind/cua.bind: change C-k from font-noun to line-delete-forward.
1711
1712 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1713
1714         * configure.m4: Add a check for dvipdfm.
1715
1716 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1717
1718         * Makefile.am: make configure and configure.cmd installed
1719           by hand, to avoid name changes when --with-lyx-suffix
1720           is used.
1721
1722         * configure:
1723         * configure.m4: support --with-lyx-suffix for the lyxrc.defaults
1724           reLyX and noweb2lyx scripts
1725
1726         * reLyX/configure.in: support --with-lyx-suffix
1727
1728 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1729
1730         * ui/default.ui: Add Navigate->Refs
1731
1732 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1733
1734         * images/banner.xpm: revert to the cucumberless banner.
1735
1736 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1737
1738         * languages: Add extra_options field. It is used to fix the ~n
1739         problem with Spanish.