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