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