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