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