]> git.lyx.org Git - features.git/blob - lib/ChangeLog
update de_splash
[features.git] / lib / ChangeLog
1 2001-11-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * examples/de_splash.lyx: update from Hartmut Haase.
4
5 2001-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6
7         * examples/Math_macros.lyx:
8         * examples/fr_Macros_Math.lyx: removed, since this information
9         is in the UserGuide.
10
11         * reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken.
12
13 2001-11-27  Garst R. Reese  <reese@isn.net>
14
15         * tex/hollywood.cls:
16         * layouts/hollywood.layout:
17         * examples/script_form.lyx: updated hollywood class and support
18         files. 
19
20 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
21
22         * CREDITS: add Ben Stanley
23
24 2001-11-26  Kayvan A. Sylvan  <kayvan@sylvan.com>
25
26         * tex/lyxskak.sty: Added \commentstyle for typesetting of embedded
27         comments.
28
29 2001-11-23  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
30
31         * templates/kluwer.lyx: 
32         * layouts/kluwer.layout: new textclass for journals edited by
33         Kluwer.  
34
35         * doc/LaTeXConfig.lyx.in: update
36
37 2001-11-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
38
39         * examples/chess-article.lyx: Fixed comments. Removed hacks
40         caused by my lack of understanding of TeX macros and LyX layouts.
41         This version is immensely cleaner.
42         
43         * examples/chessgame.lyx: Minimized ERT while still showing off
44         the external chess material insets.
45         
46         * tex/lyxskak.sty: Added LyX supporting macros. Added better embedded
47         comment handling into skak framework. Fixed some bugs in skak.sty!
48         
49         * layouts/chess.layout: Fixed up layout. Removed kludges in previous 
50         version. Added Subvariation, Subsubvariation, etc.
51
52 2001-11-13  André Pönitz  <poenitz@gmx.net>
53
54         * ui/default.ui: create a new Submenu Insert->Math, since placing
55         everything in the main insert menu seems not possible in the long
56         run...
57
58 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
59
60         * ui/default.ui: move math panel from Edit to Insert.
61
62 2001-11-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
63
64         * layouts/chess.layout: 
65         * examples/chess-article.lyx: a new class and example for writing
66         articles about chess.
67
68 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
69
70         * external_templates: Use UpdateResult
71
72         * scripts/*.py: Fix for python 1.5
73
74 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
75
76         * examples/iecc05.fen: 
77         * examples/iecc07.fen: 
78         * examples/iecc12.fen:
79         * lib/examples/chessgame.lyx: an example for the new chess support.
80
81 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
82
83         * external_templates: Minor tweak. Changed $$FPath/$$Basename
84         to $$FPath$$Basename.
85
86 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
87
88         * external_templates: Fix up the help message for ChessDiagram
89         again (referring to the new lyxskak.sty). Reworked the LaTeX
90         output to use skak.sty \loadgame{file} feature.
91
92 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
93
94         * Makefile.am: remove BUGS.lyx mention
95  
96 2001-10-29  John Levon  <moz@compsoc.man.ac.uk>
97
98         * ui/default.ui: remove Known Bugs entry
99  
100 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
101
102         * scripts/fen2latex.py: Simplified greatly. Now uses skak.
103         
104         * scripts/fen2ascii.py: New file added. Makes a nice ascii
105         representation of the chess position.
106
107 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
108
109         * external_templates: Changed comment to inform user to use skak
110         package instead of the very old chess.sty for external chess
111         material. Added the -mode EditPosition flag to the "xboard"
112         invocation. Fixed the invocation of fen2ascii (which did *not*
113         exist, even though it was referenced).
114
115 2001-10-24  José Matos  <jamatos@fep.up.pt>
116
117         * layouts/db_lyxmacros.inc:
118         * layouts/db_stdtitle.inc: moved docbook supported version to v4.1.
119         
120 2001-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
121
122         * examples/it_splash.lyx: update from Claudio Coco
123
124 2001-10-24  José Matos  <jamatos@fep.up.pt>
125
126         * layouts/db_stdtitle.inc: added align and alignpossible to date.
127         Now the default is left and center is still possible.
128
129 2001-10-18  José Abílio Oliveira Matos  <jamatos@fep.up.pt>
130
131         * reLyX/MakePreamble.pm (translate_preamble): Cleaned the code for babel.
132         Now the last language in the document option is the document language.
133         Code clean, remove unused variables.
134         
135         * reLyX/BasicLyx.pm: Added support for the lyx menu separator.
136
137 2001-10-17  José Matos  <jamatos@fep.up.pt>
138
139         * reLyX/MakePreamble.pm: add support for \makeindex, added support
140         for optional arguments to babel, remove fontenc package. Don't
141         print the latex preamble if there isn't none to print.
142
143 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
144
145         * scripts/TeXFiles.sh: rewrite to use kpsewhich --show-path.
146         Hopefully more precise and much faster.
147
148 2001-10-15  José Matos  <jamatos@fep.up.pt>
149
150         * layouts/db_stdtitle.inc: add AuthorGroup, RevisionHistory,
151         RevisionMark and Revision styles.
152
153 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
154
155         * scripts/TeXFiles.sh: use -follow predicate in "find" to follow
156         symbolic links
157
158 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
159
160         * CREDITS: add two unsung heroes
161
162 2001-10-10  Herbert Voss  <voss@perce.de>
163
164         * scripts/TeXFiles.sh: new script for [cls,sty,bst]Files.lst
165
166 2001-10-09  Herbert Voss  <voss@perce.de>
167
168         * default.ui: help-Texinfo
169         gives an info about the installed texfiles (cls,sty,bst)
170
171 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
172
173         * kbd/iso8859-4.cdef: 
174         * kbd/iso8859-9.cdef: new files
175
176 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
177
178         * kbd/iso8859-3.cdef: new file
179
180         * kbd/iso8859-1.cdef: 
181         * kbd/iso8859-15.cdef: update
182
183 2001-10-03  José Matos  <jamatos@fep.up.pt>
184
185         * layouts/linuxdoc.layout:
186         * layouts/manpage.layout:
187         * layouts/db_lyxmacros.inc:
188         * layouts/db_stdlayouts.inc: remove bogus use of the now defunct
189         Latex tag.
190
191 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
192
193         * languages: change default encoding for estonian to latin1
194
195 2001-10-01  Garst R. Reese  <reese@isn.net>
196
197         * tex/hollywood.cls:
198         * layouts/hollywood.layout:
199         * examples/script_form.lyx:
200         * templates/hollywood.lyx: updated hollywood class and support
201         files. 
202
203 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
204
205         * bind/menus.bind: changed from "M-s plus" to "M-s ~S-plus"
206
207 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
208
209         * CREDITS: add Jürgen Spitzmüller
210
211 2001-09-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
212
213         * ui/default.ui: remove layout-save-default from "Layout"
214         for it's in Layout -> Document now.
215
216 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
217
218         * layouts/g-brief-en.layout:
219         * templates/g-brief-en.lyx: rename PostalCommend to PostalComment
220
221 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
222
223         * CREDITS: update M. Schmitt entry
224
225         * ui/default.ui: remove trailing '...' for Insert>Note
226
227 2001-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
228
229         * layouts/heb-article.layout: fix labelfont of Proof layout
230
231 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
232
233         * examples/script_form.lyx: added
234         * examples/scriptone.lyx: deleted
235         * layouts/hollywood.layout:
236         * tex/hollywood.cls: update of the hollywood class
237
238 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
239
240         * layouts/dinbrief.layout: 
241         * layouts/egs.layout: 
242         * layouts/iletter.layout: 
243         * layouts/stdletter.inc: remove bogus use of the now defunct Latex
244         tag
245
246 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
247
248         * examples/da_splash.lyx: new translation from Claus Hindsgaul
249
250         * ui/default.ui: comment out reference manual from the help menu
251         (the reference manual is now obsolete).
252
253         * layouts/cv.layout: add ObsoletedBy version of SubSection
254
255 2001-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
256
257         * kbd/koi8-r.kmap: update from Vitaly Lipatov
258
259         * layouts/entcs.layout: renamed from encts.layout (stupid typo!);
260         restrict font size to `11pt'
261
262         * layouts/cv.layout: rename SubSection layout to Subsection
263
264 2001-09-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
265
266         * reLyX/reLyX.in: fix initialization before BEGIN block.
267
268 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
269
270         * Makefile.am (pkgdata_DATA): Add symbols file.
271
272 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
273
274         * configure:
275         * configure.m4: add converters for XPM to allow inline display
276  
277         * Makefile.am: add rule for configure
278  
279 2001-08-31  José Matos  <jamatos@fep.up.pt>
280         * reLyX/reLyX.in: added debug statement.
281         Moved the insertion in @maybe_dir to push.
282
283         * reLyX/MakePreamble.pm (translate_preamble): Fix syntax only understood
284         by recent versions of Perl. Allow compatability with perl 5.002.
285
286         * reLyX/reLyXmain.pl: Escape forgoten slash. Thanks to Yves Bastide.
287
288 2001-08-28  José Matos  <jamatos@fep.up.pt>
289         * reLyX/reLyX.in: allow reLyX to be run from the source directory.
290
291 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
292
293         * ui/default.ui: sanitise math/tabular entries
294  
295 2001-07-25  André Pönitz <poenitz@gmx.net>
296
297         * bind/math.bind:
298           bind/sciword.bind: use new syntax for 'math-insert'
299
300 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
301
302         * ui/default.ui: change 'toggle appendix' entry
303
304 2001-07-30  Dekel Tsur  <dekelts@tau.ac.il>
305
306         * configure.m4: Fix behaviur when latex is not found.
307         Fix SEARCH_PROG.
308
309 2001-07-29  Baruch Even  <baruch@lyx.org>
310
311         * configure.m4: Added conversion from EPS to PDF using epstopdf.
312
313 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
314
315         * bind/cua.bind:
316         * ui/default.ui: entries for thesaurus
317  
318 2001-07-25  André Pönitz <poenitz@gmx.net>
319
320         * bind/math.bind:  new LFUN 'math-space'
321
322 2001-07-23  Baruch Even <baruch@lyx.org>
323
324         * configure.m4: Added conversion of images support, used when
325         exporting images in formats (PDF)Latex cannot handle directly.
326
327 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
328
329         * Makefile.am (dist-hook): only try to get lyxdoc if not already
330         present. 
331
332 2001-07-23  juergen.sp@t-online.de  <Jürgen Spitzmüller>
333
334         * bind/*.bind: add binding for ligature-break-insert
335
336 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
337
338         * ui/default.ui: 
339         * bind/cua.bind: 
340         * bind/emacs.bind: 
341         * bind/xemacs.bind: fix binding for raw double quote
342
343 2001-07-22  José Matos  <jamatos@fep.up.pt>
344
345         * reLyX/MakePreamble.pm (translate_preamble): add lots of options
346         to convert from latex to lyx preamble. That means support for language, 
347         geometry, several \usepackages. Almost all the options that are present
348         in Layout->Document.
349         
350 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
351
352         * ui/default.ui: change 'hyphenation break' to 'ligature break'.
353
354 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
355
356         * ui/default.ui: change a shortcut
357
358 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
359
360         * chkconfig.ltx: test for the presence of natbib.
361
362         * doc/LaTeXConfig.lyx.in: add a subsection about natbib and whether it's
363         present.
364
365 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
366
367         * bind/xemacs.bind: 
368         * bind/sciword.bind: 
369         * bind/emacs.bind: 
370         * bind/cua.bind: 
371         * ui/default.ui: use inset-toggle instead of open-stuff
372
373 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
374
375         * layouts/literate-scrap.inc: Added PassThru tag
376
377 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
378
379         * bind/*.bind: do the same correctly for all files :)
380
381 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
382
383         * ui/default.ui: remove credits/version/copyright add about lyx
384
385 2001-07-12  Juergen Vigna  <jug@sad.it>
386
387         * bind/cua.bind: moved C-l from mode-tex to ert-insert
388
389 2001-07-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
390
391         * images/ert-insert.xpm: renamed from tex-mode.xpm
392
393 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
394
395         * ui/default.ui: add icon for ert-insert + entry in menu
396
397 2001-07-09  Juergen Vigna  <jug@sad.it>
398
399         * images/banner.xpm: new development banner after a LyX-Meeting!
400
401 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
402
403         * ui/default.ui: comment out tex-mode
404
405         * layouts/stdlayouts.inc: comment out style LaTeX
406
407         * bind/menus.bind: comment out tex-mode
408
409 2001-07-06  Dekel Tsur  <dekelts@tau.ac.il>
410
411         * layouts/IEEEtran.layout: Add qed box at the end of proof.
412
413         * templates/IEEEtran.lyx: Use footnote instead of ERT in the
414           author paragraph.
415
416 2001-07-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
417
418         * examples/hu_splash.lyx: new file from László Zrubecz.
419
420 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
421
422         * layouts/extletter.layout: 
423         * layouts/extreport.layout: 
424         * layouts/extbook.layout: 
425         * layouts/extarticle.layout: new files from Herbert Voss. 
426
427         * bind/hu_menus.bind: removed.
428
429         * bind/pt_menus.bind: 
430         * bind/fi_menus.bind: 
431         * bind/de_menus.bind: 
432         * bind/menus.bind: fix M-s bindings to use LyX names for fonts and
433         not GUI names.
434
435 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
436
437         * CREDITS: add Michael Schmitt
438  
439 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
440
441         * examples/nl_MathLabeling.lyx: 
442         * examples/nl_multicol.lyx: new translations from Tino meinen.
443
444 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
445
446         * CREDITS: update a bit
447
448         * ui/default.ui: make math align entries non-optional, move
449         math-mutate stuff to Edit>Math.
450
451 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
452
453         * ui/default.ui: add align options to edit_math menu.
454
455 2001-06-23  The LyX Project  <jug@sad.it>
456
457         * templates/dinbrief.lyx: remove obsolete \cursor tag
458
459 2001-06-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
460
461         * tex/cv.cls:
462         * layouts/cv.layout:
463         * examples/cv.lyx: add class cv (version 1.5)
464
465 2001-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
466
467         * bind/fr_menus.bind: removed
468
469 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
470
471         * ui/default.ui: add a (commented out) entry for read-only
472
473 2001-06-12  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
474
475         * examples/aa_head.lyx:
476         * examples/aa_paper.lyx: removed
477
478         * doc/LaTeXConfig.lyx.in:
479         * examples/aa_sample.lyx:
480         * layouts/aa.layout:
481         * layouts/aapaper.inc:
482         * layouts/aapaper.layout:
483         * templates/aa.lyx: aa.layout is for the new version of the
484         A&A document class, while aapaper.layout is for the older (and
485         slightly incompatible) version.
486
487 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
488
489         * doc/LaTeXConfig.lyx.in: 
490         * layouts/encts.layout: new textclass, from Reuben Thomas
491         
492         * CREDITS: add Zvezdan Petkovic and Reuben Thomas
493
494 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
495
496         * bind/xemacs.bind: allow asciitilde to be used with or without
497         shift key
498
499 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
500
501         * bind/latinkeys.bind: add some bindings for KP_ keys.
502
503 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
504
505         * bind/latinkeys.bind: set quotedbl to quote-insert, set
506         nobreakspace to protected-space-insert
507
508         * bind/emacs.bind: set C-j to break-paragraph, set C-t to
509         chars-transpose.
510
511 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
512
513         * kbd/european.kmap:
514         * kbd/francais.kmap:
515         * kbd/iso8859-15.cdef:
516         * encodings: add iso8859-15 support.
517
518         * kbd/iso8859-1.cdef: cleanup
519         
520 2001-05-22  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
521
522         * templates/aa.lyx: rename from aapaper.lyx
523
524         * layouts/aa.layout: rename from aapaper.layout
525
526         * examples/aa_head.lyx:
527         * examples/aa_head.lyx: update
528
529 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
530
531         * languages: change GUI name of portugues and brazil
532
533 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
534
535         * bind/math.bind: add bindign for escape
536
537 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
538
539         * configure.m4: detect cygwin, windvi and yap
540
541         * reLyX/acinclude.m4 :
542         * reLyX/configure.in : OS/2 fixes
543
544 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
545
546         * bind/latinkeys.bind: fixup more bindings.
547
548 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
549
550         * bind/latinkeys.bind: fix typo
551
552 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
553
554         * bind/latinkeys.bind: new file. bindings for latin1, latin2,
555         latin3, latin4, latin8, latin9
556
557         * bind/emacs.bind: include latinkeys.bind
558
559         * bind/cua.bind: include latinkeys.bind
560
561 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * ui/default.ui: add FloatInsert and FloatListInsert
564
565 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
566
567         * examples/eu_splash.lyx: update from Dooteo
568
569 2001-04-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
570
571         * layouts/revtex4.layout: make sure the PACS, keywords and
572         preprint come before \maketitle.
573
574 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
575
576         * ui/default.ui: comment out some nonexistant operations
577
578 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
579
580         * CREDITS: add Michael for the Gnome port
581
582 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
583
584         * ui/default.ui: add minipage item
585
586 2001-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
587
588         * fr_AlignementDecimal.lyx:
589         * fr_Macros_Math.lyx:
590         * fr_MultiColonnes.lyx: new files from Adrien Rebollo.
591
592 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
593
594         * layouts/linuxdoc.layout: add support for CDATA section in code.
595         
596 2001-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
597
598         * ui/default.ui: cleanup the entries for the NEW_INSETS changes.
599
600 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
601
602         * CREDITS: add Edwin Leuven
603
604 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
605
606         * ui/default.ui:
607         * bind/<various>: update for file dialog change
608
609 2001-03-06  Chanop Silpa-Anan  <chanop@debian.org>
610
611         * encodings:
612         * languages: add preliminary Thai support
613
614         * kbd/tis620-0.cdef: dummy cdef file
615
616 2001-03-06  Zvezdan Petkovic  <zvezdan@cs.wm.edu>
617
618         * encodings: add support for iso8859-5 and cp1251.
619
620         * languages: add serbian and serbocroatian.
621
622         * kbd/serbian.kmap:
623         * kbd/serbocroatian.kmap: new files.
624
625 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
626
627         * reLyX/configure.in: become --with-version-suffix
628
629 2001-03-05  Adrien Rebollo  <Adrien.Rebollo@wanadoo.fr>
630
631         * examples/fr_*: renamed french example files in french.
632
633 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
634
635         * templates/g-brief-de.lyx: fix typo.
636
637 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
638
639         * reLyX/Makefile.am: fix uninstall
640
641         * reLyX/configure.in: --with-lyx-version
642
643 2001-02-26  José Matos  <jamatos@fep.up.pt>
644
645         * templates/docbook_template.lyx: removed.
646         * templates/docbook_article.lyx: updated file, to replace the previous.
647
648         * templates/linuxdoctemplate.lyx: removed.
649         * templates/linuxdoc_article.lyx: updated file, to replace the
650         previous.
651
652 2001-02-11  José Matos  <jamatos@fep.up.pt>
653
654         * layouts/docbook.layout: chapter and part insertion are forbiden in
655         article.
656
657 2001-02-26  Juergen Vigna  <jug@sad.it>
658
659         * ui/default.ui: added Custom-Export to export menu.
660
661 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
662
663         * bind/emacs.bind: 
664         * bind/xemacs.bind: add bookmark commands. 
665         
666 2001-02-07  Allan Rae  <rae@lyx.org>
667
668         * bind/emacs.bind: 
669         * bind/xemacs.bind: Someone forgot to do the other bind files when they
670         changed the reference-back into a bookmark-goto. naughty naughty.
671
672 2001-02-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
673
674         * kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop
675         Silpa-Anan. 
676
677 2001-02-03  Dekel Tsur  <dekelts@tau.ac.il>
678
679         * ui/default.ui: Add Edit->Math menu.
680
681 2001-02-02  John Levon  <moz@compsoc.man.ac.uk>
682
683         * Makefile.am: fix permissions on configure and configure.cmd
684         (from Albert Chin) 
685
686         * CREDITS: add Albert Chin
687
688 2001-02-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
689
690         * bind/cua.bind: change the bookmark bindings to C-[123] and
691         C-M-[123]. 
692
693 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
694
695         * examples/fr_MathLabeling.lyx: 
696         * examples/fr_Minipage.lyx: 
697         * examples/fr_TableExamples.lyx: new translations from Adrien
698         Rebollo. 
699
700 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
701
702         * ui/default.ui: Fix typos.
703
704 2001-01-28  José Matos  <jamatos@fep.up.pt>
705
706         * layouts/db_lyxmacros.inc
707         * layouts/db_stdclass.inc
708         * layouts/db_stdlayouts.inc
709         * layouts/db_stdlists.inc
710         * layouts/db_stdsections.inc
711         * layouts/db_stdstarsections.inc
712         * layouts/db_stdstruct.inc
713         * layouts/db_stdtitle.inc: new files with modular support
714         for docbook.
715
716         * layouts/docbook-chapter.layout
717         * layouts/docbook-section.layout: new files, useful for
718         document inclusion.
719         
720         * layouts/docbook.layout
721         * layouts/docbook-book.layout: updated to use the modular support.
722
723 2001-01-28  Dekel Tsur  <dekelts@tau.ac.il>
724
725         * bind/cua.bind: Add bindings for bookmarks.
726
727         * ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
728
729 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
730
731         * ui/default.ui: Add Edit->Bookmarks menu.
732
733 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
734
735         * ui/default.ui: change "Insert>Figure" to "Insert>Graphics",
736         shorten Insert>Floats>" entries.
737
738 2001-01-26  Volodymyr M . Lisivka  <lvm_ukr@yahoo.com>
739
740         * kbd/koi8-u.kmap: new file.
741
742         * encodings: add koi-8u encoding.
743
744         * languages: update ukrainian entry
745
746 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
747
748         * CREDITS: update Tino Meinen address.
749
750 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
751
752         * examples/fr_ItemizeBullets.lyx: new translation.
753
754         * examples/fr_splash.lyx: 
755         * examples/fr_exemple_lyxifie.lyx: 
756         * examples/fr_exemple_brut.lyx: updated.
757
758         * bind/cua.bind: change C-k from font-noun to line-delete-forward.
759
760 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
761
762         * configure.m4: Add a check for dvipdfm.
763
764 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
765
766         * Makefile.am: make configure and configure.cmd installed
767           by hand, to avoid name changes when --with-lyx-suffix
768           is used.
769  
770         * configure:
771         * configure.m4: support --with-lyx-suffix for the lyxrc.defaults
772           reLyX and noweb2lyx scripts
773  
774         * reLyX/configure.in: support --with-lyx-suffix
775
776 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
777
778         * ui/default.ui: Add Navigate->Refs
779
780 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
781
782         * images/banner.xpm: revert to the cucumberless banner.
783
784 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
785
786         * languages: Add extra_options field. It is used to fix the ~n
787         problem with Spanish.