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