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