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