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