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