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