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