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