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