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