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