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