]> git.lyx.org Git - features.git/blob - lib/ChangeLog
update french examples to 1.2.0 format
[features.git] / lib / ChangeLog
1 2002-04-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2
3         * examples/fr*.lyx: updated to 1.2.0 format
4
5 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6
7         * .cvsignore: add xfonts
8
9         * languages: add Basque
10
11 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12
13         * CREDITS: add Pauli Virtanen and Adrien Rebollo
14
15         * Makefile.am (install-xfonts): remove some debug output
16
17 2002-04-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
18
19         * reLyX/Makefile.am (install-data-local): fix variable usage
20         (uninstall-local): ditto
21
22         * CREDITS: add Claus Hindsgaul
23
24 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
25
26         * layouts/kluwer.layout: remove TocDepth tag
27
28 2002-03-27 Herbert Voss <voss@perce.de>
29
30         * layouts/ltugboat.layout:
31         * layouts/dtk.layout: new layouts.
32
33         * doc/LaTeXConfig.lyx.in: add description for layouts
34         dtk and ltugboat
35
36 2002-03-27  Marco Morandini  <morandini@aero.polimi.it>
37
38         * configure.m4: fix grace to eps converter
39
40 2002-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
41
42         * examples/listerrors.lyx: Fixed to run with python-1.5 as well
43         as with latest python-2.2
44
45         * scripts/listerrors: Re-generated from listerrors.lyx
46
47 2002-03-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
48
49         * Makefile.am (install-xfonts): fix the target when no X fonts
50         have been found.
51         General: do not use $$(foo) instead of $${foo} for shell variables!
52
53 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
54
55         * Minipage.lyx:
56         * TableExamples.lyx:
57         * amsart-test.lyx:
58         * amsbook-test.lyx:
59         * examples/ca_splash.lyx:
60         * examples/da_splash.lyx:
61         * examples/decimal.lyx:
62         * examples/mathed.lyx:
63         * examples/multicol.lyx:
64         * examples/splash.lyx: update to 220
65
66         * Makefile.am (install-xfonts): force link
67
68 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
69
70         * ui/default.ui: Change "What's this?" to "Tooltips".
71
72 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
73
74         * create_fonts_dir:
75         * fonts-xlfd: removed
76
77         * configure.m4: add a replacement for the create_fonts_dir script.
78         This one checks for ttf fonts too. The font links are created in
79         the xfonts/ directory. If running outside libdir, the script
80         checks whether fonts.dir is different from the system-wide one and
81         removes it if it is not.
82
83         * Makefile.am (install-xfonts): new target to install the X font
84         directory
85
86         * layouts/svjour.inc: remove ProvidesAmsMath
87
88 2002-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
89
90         * examples/listerrors.lyx:
91         * scripts/listerrors: new files
92
93         * Makefile.am: Removed build-listerrors cruft.
94
95 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
96
97         * ui/default.ui: small cleanup: move Tex info and childs to View,
98         remove Edit>Floats menu, fix a few shortcuts.
99
100 2002-03-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
101
102         * images/depth-increment.xpm:
103         * images/depth-decrement.xpm: new icons
104
105         * images/footnote-insert.xpm:
106         * images/marginalnote.xpm: small facelift
107
108         * images/depth-next.xpm:
109         * images/marginpar-insert.xpm: removed
110
111         * bind/sv_menus.bind:
112         * bind/sciword.bind:
113         * ui/old-default.ui:
114         * ui/default.ui: replace depth-next with depth-increment
115
116 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
117
118         * examples/Literate.lyx: Small fix to make sure build-listerrors
119         still works.
120
121 2002-03-14  Allan Rae  <rae@lyx.org>
122
123         * bind/sv_menus.bind:
124         * bind/xemacs.bind: figure inset replaced by graphics inset
125
126 2002-03-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
127
128         * examples/Literate.lyx: Fixed build-script section to work
129         with lyx tempdir. As it was, you could not build-program
130         when opening Literate.lyx from within LyX.
131
132 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
133
134         * kbd/bg-bds-1251.kmap: new keyboard mapping for bulgarian
135
136         * languages: add bulgarian
137
138 2002-03-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
139
140         * Makefile.am: Fix bug with installing an empty listerrors.
141
142 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
143
144         * ui/default.ui: add a toggle-tooltips item to the Help menu.
145
146 2002-03-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
147
148         * tex/ejour2.cls:
149         * layouts/ejour2.layout: removed; this is superseded by svjour
150         and friends
151
152         * lib/doc/LaTeXConfig.lyx.in:
153         * lib/doc/LyXConfig.lyx.in: update
154
155 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
156
157         * Makefile.am: fix call to configure.
158
159 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
160
161         * layouts/obsolete.inc: obsolete LaTeX
162         * layouts/g-brief-en.layout: add DefaultStyle
163
164 2002-03-06  Herbert Voss  <voss@perce.de>
165
166         * layouts/g-brief-de.layout: add DefaultStyle
167
168 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
169
170         * configure: removed from cvs
171
172         * .cvsignore: add configure
173
174         * Makefile.am: set up automatic creation and execution of
175         configure script.
176
177 2002-03-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
178
179         * CREDITS: document that Martin Vermeer is also a very good bug
180         hunter
181
182 2002-03-05  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
183
184         * layouts/db_stdclass.inc:
185         * layouts/linuxdoc.layout:
186         * layouts/manpage.layout: set DefaultStyle
187
188
189 2002-03-04  Herbert Voss  <voss@perce.de>
190
191         * configure.m4: fix the problem with tgif's xpm export
192
193 2002-03-03  Herbert Voss  <voss@perce.de>
194
195         * configure.m4: added more converter stuff for different formats
196
197 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
198
199         * layouts/hollywood.layout: set DefaultStyle
200
201         * layouts/scrclass.inc: set DefaultStyle
202
203 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
204
205         * layouts/stdclass.inc: add DefaultStyle
206
207 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
208
209         * doc/LaTeXConfig.lyx.in: add entry for svprothb
210
211         * layouts/svprobth.layout: new layout file, for 'Probability
212         Theory and Related Fields'
213
214         * layouts/svjour.inc: change Keywords labelstring a bit.
215
216         * ui/default.ui: fix shortcut for Insert>Math>Inline formula.
217
218         * chkconfig.ltx: do not check for graphics anymore, only graphicx.
219
220         * doc/LaTeXConfig.lyx.in: remove info about graphics package, now
221         that figinset is dead.
222
223 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
224
225         * ui/default.ui: add a show-forks item to the two File menus.
226
227 2002-02-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
228
229         * ui/default.ui: change Layout>LaTeX Preamble to Layout>Preamble.
230
231 2002-02-23  Herbert Voss  <voss@perce.de>
232
233         * configure.m4: added converter stuff for different formats
234
235 2002-02-13  José Matos  <jamatos@fep.up.pt>
236
237         * examples/linuxdoc_manpage.lyx: added
238
239 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
240
241         * ui/default.ui: add ... to math panel
242
243 2002-02-04  Martin Vermeer <martin.vermeer@hut.fi>
244
245         * bind/math-bind: keybindings for umlauts and other special chars
246
247 2002-01-31  Angus Leeming  <a.leeming@ic.ac.uk>
248
249         * images/figure-insert.xpm: renamed as images/graphics-insert.xpm.
250
251 2002-01-30  Herbert Voss  <voss@lyx.org>
252
253         * configure.m4: add convert-support for ps-files
254
255 2002-01-29  Herbert Voss  <voss@lyx.org>
256
257         * ui/default.ui: delete old figure entries
258
259         * help/TexInfo.hlp:
260         * help/Graphics.hlp: update
261
262 2002-01-27  Herbert Voss  <voss@lyx.org>
263
264         * help/Graphics.hlp: added, but not finished
265
266 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
267
268         * fonts-xlfd:
269         * create_fonts_dir: New files.
270
271 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
272
273         * Makefile.am (EXTRA_DIST): add configure.m4
274
275         * languages: fix slovak entry
276
277 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
278
279         * examples/fr_EtiquetteMath.lyx: removed
280
281 2002-01-16  José Matos  <jamatos@fep.up.pt>
282
283         * layouts/db_stdlayouts.inc: Fix name for caption.
284
285 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
286
287         * examples/mathed.lyx: a bit of a clean-up. Corrected the contents
288         of fonts-xlfd in the light of Dekel's suggestions.
289         This file still doesn't run LaTeX successfully without bolting the
290         lyxcode definition into the preamble but is otherwise Ok.
291
292 2002-01-14  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
293
294         * layouts/kluwer.layout: remove caption layout
295
296 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
297
298         * examples/MathLabeling.lyx:
299         * examples/nl_MathLabeling.lyx: removed, since they are useless.
300
301 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
302
303         * configure.m4: try to fix problem with groff detection
304
305 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
306
307         * lyxrc.example: change the names of some variables in line with lyxrc.C
308
309 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
310
311         * reLyX/BasicLyX.pm: Add support for amsmath environments.
312
313 2002-01-05 Kayvan A. Sylvan <kayvan@sylvan.com>
314
315         * examples/noweb2lyx.lyx: Updated for lyx-1.2.0. Also got rid of
316         a harmless noweb error.
317
318 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
319
320         * ui/default.ui: added dots "..." to insert->include file.
321
322 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
323
324         * configure.m4: fix typo in \print_spool_command name.
325
326 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
327
328         * doc/LaTeXConfig.lyx.in: more updates: checked and fixed all the
329         CTAN references.
330
331         * configure.m4: add new macros LYXRC_VAR and LYXRC_PROG. These are
332         used for checking for a program and add the corresponding entry in
333         lyxrc.defaults. Used this for various checks (not finished yet).
334
335         * doc/LaTeXConfig.lyx.in: general update: moved things around,
336         corrected some entries, collapsed some others, added graphicx.
337
338 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
339
340         * chkconfig.ltx: check also for graphicx.sty
341
342 2001-12-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
343
344         * ui/default.ui: fix shortcut clash in the insert menu.
345
346 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
347
348         * symbols: Add glyph for \colon for the symbol font.
349
350 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
351
352         * images/citation-insert.xpm:
353         * images/label-insert.xpm:
354         * images/index-insert.xpm: new icons from Elena Samsonova
355
356         * images/math-panel.xpm: new icon from Herbert Voss
357
358 2001-11-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
359
360         * examples/de_splash.lyx: update from Hartmut Haase.
361
362 2001-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
363
364         * examples/Math_macros.lyx:
365         * examples/fr_Macros_Math.lyx: removed, since this information
366         is in the UserGuide.
367
368         * reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken.
369
370 2001-11-27  Garst R. Reese  <reese@isn.net>
371
372         * tex/hollywood.cls:
373         * layouts/hollywood.layout:
374         * examples/script_form.lyx: updated hollywood class and support
375         files.
376
377 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
378
379         * CREDITS: add Ben Stanley
380
381 2001-11-26  Kayvan A. Sylvan  <kayvan@sylvan.com>
382
383         * tex/lyxskak.sty: Added \commentstyle for typesetting of embedded
384         comments.
385
386 2001-11-23  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
387
388         * templates/kluwer.lyx:
389         * layouts/kluwer.layout: new textclass for journals edited by
390         Kluwer.
391
392         * doc/LaTeXConfig.lyx.in: update
393
394 2001-11-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
395
396         * examples/chess-article.lyx: Fixed comments. Removed hacks
397         caused by my lack of understanding of TeX macros and LyX layouts.
398         This version is immensely cleaner.
399
400         * examples/chessgame.lyx: Minimized ERT while still showing off
401         the external chess material insets.
402
403         * tex/lyxskak.sty: Added LyX supporting macros. Added better embedded
404         comment handling into skak framework. Fixed some bugs in skak.sty!
405
406         * layouts/chess.layout: Fixed up layout. Removed kludges in previous
407         version. Added Subvariation, Subsubvariation, etc.
408
409 2001-11-13  André Pönitz  <poenitz@gmx.net>
410
411         * ui/default.ui: create a new Submenu Insert->Math, since placing
412         everything in the main insert menu seems not possible in the long
413         run...
414
415 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
416
417         * ui/default.ui: move math panel from Edit to Insert.
418
419 2001-11-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
420
421         * layouts/chess.layout:
422         * examples/chess-article.lyx: a new class and example for writing
423         articles about chess.
424
425 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
426
427         * external_templates: Use UpdateResult
428
429         * scripts/*.py: Fix for python 1.5
430
431 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
432
433         * examples/iecc05.fen:
434         * examples/iecc07.fen:
435         * examples/iecc12.fen:
436         * lib/examples/chessgame.lyx: an example for the new chess support.
437
438 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
439
440         * external_templates: Minor tweak. Changed $$FPath/$$Basename
441         to $$FPath$$Basename.
442
443 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
444
445         * external_templates: Fix up the help message for ChessDiagram
446         again (referring to the new lyxskak.sty). Reworked the LaTeX
447         output to use skak.sty \loadgame{file} feature.
448
449 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
450
451         * Makefile.am: remove BUGS.lyx mention
452
453 2001-10-29  John Levon  <moz@compsoc.man.ac.uk>
454
455         * ui/default.ui: remove Known Bugs entry
456
457 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
458
459         * scripts/fen2latex.py: Simplified greatly. Now uses skak.
460
461         * scripts/fen2ascii.py: New file added. Makes a nice ascii
462         representation of the chess position.
463
464 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
465
466         * external_templates: Changed comment to inform user to use skak
467         package instead of the very old chess.sty for external chess
468         material. Added the -mode EditPosition flag to the "xboard"
469         invocation. Fixed the invocation of fen2ascii (which did *not*
470         exist, even though it was referenced).
471
472 2001-10-24  José Matos  <jamatos@fep.up.pt>
473
474         * layouts/db_lyxmacros.inc:
475         * layouts/db_stdtitle.inc: moved docbook supported version to v4.1.
476
477 2001-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
478
479         * examples/it_splash.lyx: update from Claudio Coco
480
481 2001-10-24  José Matos  <jamatos@fep.up.pt>
482
483         * layouts/db_stdtitle.inc: added align and alignpossible to date.
484         Now the default is left and center is still possible.
485
486 2001-10-18  José Abílio Oliveira Matos  <jamatos@fep.up.pt>
487
488         * reLyX/MakePreamble.pm (translate_preamble): Cleaned the code for babel.
489         Now the last language in the document option is the document language.
490         Code clean, remove unused variables.
491
492         * reLyX/BasicLyx.pm: Added support for the lyx menu separator.
493
494 2001-10-17  José Matos  <jamatos@fep.up.pt>
495
496         * reLyX/MakePreamble.pm: add support for \makeindex, added support
497         for optional arguments to babel, remove fontenc package. Don't
498         print the latex preamble if there isn't none to print.
499
500 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
501
502         * scripts/TeXFiles.sh: rewrite to use kpsewhich --show-path.
503         Hopefully more precise and much faster.
504
505 2001-10-15  José Matos  <jamatos@fep.up.pt>
506
507         * layouts/db_stdtitle.inc: add AuthorGroup, RevisionHistory,
508         RevisionMark and Revision styles.
509
510 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
511
512         * scripts/TeXFiles.sh: use -follow predicate in "find" to follow
513         symbolic links
514
515 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
516
517         * CREDITS: add two unsung heroes
518
519 2001-10-10  Herbert Voss  <voss@perce.de>
520
521         * scripts/TeXFiles.sh: new script for [cls,sty,bst]Files.lst
522
523 2001-10-09  Herbert Voss  <voss@perce.de>
524
525         * default.ui: help-Texinfo
526         gives an info about the installed texfiles (cls,sty,bst)
527
528 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
529
530         * kbd/iso8859-4.cdef:
531         * kbd/iso8859-9.cdef: new files
532
533 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
534
535         * kbd/iso8859-3.cdef: new file
536
537         * kbd/iso8859-1.cdef:
538         * kbd/iso8859-15.cdef: update
539
540 2001-10-03  José Matos  <jamatos@fep.up.pt>
541
542         * layouts/linuxdoc.layout:
543         * layouts/manpage.layout:
544         * layouts/db_lyxmacros.inc:
545         * layouts/db_stdlayouts.inc: remove bogus use of the now defunct
546         Latex tag.
547
548 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
549
550         * languages: change default encoding for estonian to latin1
551
552 2001-10-01  Garst R. Reese  <reese@isn.net>
553
554         * tex/hollywood.cls:
555         * layouts/hollywood.layout:
556         * examples/script_form.lyx:
557         * templates/hollywood.lyx: updated hollywood class and support
558         files.
559
560 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
561
562         * bind/menus.bind: changed from "M-s plus" to "M-s ~S-plus"
563
564 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
565
566         * CREDITS: add Jürgen Spitzmüller
567
568 2001-09-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
569
570         * ui/default.ui: remove layout-save-default from "Layout"
571         for it's in Layout -> Document now.
572
573 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
574
575         * layouts/g-brief-en.layout:
576         * templates/g-brief-en.lyx: rename PostalCommend to PostalComment
577
578 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
579
580         * CREDITS: update M. Schmitt entry
581
582         * ui/default.ui: remove trailing '...' for Insert>Note
583
584 2001-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
585
586         * layouts/heb-article.layout: fix labelfont of Proof layout
587
588 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
589
590         * examples/script_form.lyx: added
591         * examples/scriptone.lyx: deleted
592         * layouts/hollywood.layout:
593         * tex/hollywood.cls: update of the hollywood class
594
595 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
596
597         * layouts/dinbrief.layout:
598         * layouts/egs.layout:
599         * layouts/iletter.layout:
600         * layouts/stdletter.inc: remove bogus use of the now defunct Latex
601         tag
602
603 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
604
605         * examples/da_splash.lyx: new translation from Claus Hindsgaul
606
607         * ui/default.ui: comment out reference manual from the help menu
608         (the reference manual is now obsolete).
609
610         * layouts/cv.layout: add ObsoletedBy version of SubSection
611
612 2001-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
613
614         * kbd/koi8-r.kmap: update from Vitaly Lipatov
615
616         * layouts/entcs.layout: renamed from encts.layout (stupid typo!);
617         restrict font size to `11pt'
618
619         * layouts/cv.layout: rename SubSection layout to Subsection
620
621 2001-09-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
622
623         * reLyX/reLyX.in: fix initialization before BEGIN block.
624
625 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
626
627         * Makefile.am (pkgdata_DATA): Add symbols file.
628
629 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
630
631         * configure:
632         * configure.m4: add converters for XPM to allow inline display
633
634         * Makefile.am: add rule for configure
635
636 2001-08-31  José Matos  <jamatos@fep.up.pt>
637         * reLyX/reLyX.in: added debug statement.
638         Moved the insertion in @maybe_dir to push.
639
640         * reLyX/MakePreamble.pm (translate_preamble): Fix syntax only understood
641         by recent versions of Perl. Allow compatability with perl 5.002.
642
643         * reLyX/reLyXmain.pl: Escape forgoten slash. Thanks to Yves Bastide.
644
645 2001-08-28  José Matos  <jamatos@fep.up.pt>
646         * reLyX/reLyX.in: allow reLyX to be run from the source directory.
647
648 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
649
650         * ui/default.ui: sanitise math/tabular entries
651
652 2001-07-25  André Pönitz <poenitz@gmx.net>
653
654         * bind/math.bind:
655           bind/sciword.bind: use new syntax for 'math-insert'
656
657 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
658
659         * ui/default.ui: change 'toggle appendix' entry
660
661 2001-07-30  Dekel Tsur  <dekelts@tau.ac.il>
662
663         * configure.m4: Fix behaviur when latex is not found.
664         Fix SEARCH_PROG.
665
666 2001-07-29  Baruch Even  <baruch@lyx.org>
667
668         * configure.m4: Added conversion from EPS to PDF using epstopdf.
669
670 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
671
672         * bind/cua.bind:
673         * ui/default.ui: entries for thesaurus
674
675 2001-07-25  André Pönitz <poenitz@gmx.net>
676
677         * bind/math.bind:  new LFUN 'math-space'
678
679 2001-07-23  Baruch Even <baruch@lyx.org>
680
681         * configure.m4: Added conversion of images support, used when
682         exporting images in formats (PDF)Latex cannot handle directly.
683
684 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
685
686         * Makefile.am (dist-hook): only try to get lyxdoc if not already
687         present.
688
689 2001-07-23  juergen.sp@t-online.de  <Jürgen Spitzmüller>
690
691         * bind/*.bind: add binding for ligature-break-insert
692
693 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
694
695         * ui/default.ui:
696         * bind/cua.bind:
697         * bind/emacs.bind:
698         * bind/xemacs.bind: fix binding for raw double quote
699
700 2001-07-22  José Matos  <jamatos@fep.up.pt>
701
702         * reLyX/MakePreamble.pm (translate_preamble): add lots of options
703         to convert from latex to lyx preamble. That means support for language,
704         geometry, several \usepackages. Almost all the options that are present
705         in Layout->Document.
706
707 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
708
709         * ui/default.ui: change 'hyphenation break' to 'ligature break'.
710
711 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
712
713         * ui/default.ui: change a shortcut
714
715 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
716
717         * chkconfig.ltx: test for the presence of natbib.
718
719         * doc/LaTeXConfig.lyx.in: add a subsection about natbib and whether it's
720         present.
721
722 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
723
724         * bind/xemacs.bind:
725         * bind/sciword.bind:
726         * bind/emacs.bind:
727         * bind/cua.bind:
728         * ui/default.ui: use inset-toggle instead of open-stuff
729
730 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
731
732         * layouts/literate-scrap.inc: Added PassThru tag
733
734 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
735
736         * bind/*.bind: do the same correctly for all files :)
737
738 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
739
740         * ui/default.ui: remove credits/version/copyright add about lyx
741
742 2001-07-12  Juergen Vigna  <jug@sad.it>
743
744         * bind/cua.bind: moved C-l from mode-tex to ert-insert
745
746 2001-07-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
747
748         * images/ert-insert.xpm: renamed from tex-mode.xpm
749
750 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
751
752         * ui/default.ui: add icon for ert-insert + entry in menu
753
754 2001-07-09  Juergen Vigna  <jug@sad.it>
755
756         * images/banner.xpm: new development banner after a LyX-Meeting!
757
758 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
759
760         * ui/default.ui: comment out tex-mode
761
762         * layouts/stdlayouts.inc: comment out style LaTeX
763
764         * bind/menus.bind: comment out tex-mode
765
766 2001-07-06  Dekel Tsur  <dekelts@tau.ac.il>
767
768         * layouts/IEEEtran.layout: Add qed box at the end of proof.
769
770         * templates/IEEEtran.lyx: Use footnote instead of ERT in the
771           author paragraph.
772
773 2001-07-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
774
775         * examples/hu_splash.lyx: new file from László Zrubecz.
776
777 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
778
779         * layouts/extletter.layout:
780         * layouts/extreport.layout:
781         * layouts/extbook.layout:
782         * layouts/extarticle.layout: new files from Herbert Voss.
783
784         * bind/hu_menus.bind: removed.
785
786         * bind/pt_menus.bind:
787         * bind/fi_menus.bind:
788         * bind/de_menus.bind:
789         * bind/menus.bind: fix M-s bindings to use LyX names for fonts and
790         not GUI names.
791
792 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
793
794         * CREDITS: add Michael Schmitt
795
796 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
797
798         * examples/nl_MathLabeling.lyx:
799         * examples/nl_multicol.lyx: new translations from Tino meinen.
800
801 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
802
803         * CREDITS: update a bit
804
805         * ui/default.ui: make math align entries non-optional, move
806         math-mutate stuff to Edit>Math.
807
808 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
809
810         * ui/default.ui: add align options to edit_math menu.
811
812 2001-06-23  The LyX Project  <jug@sad.it>
813
814         * templates/dinbrief.lyx: remove obsolete \cursor tag
815
816 2001-06-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
817
818         * tex/cv.cls:
819         * layouts/cv.layout:
820         * examples/cv.lyx: add class cv (version 1.5)
821
822 2001-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
823
824         * bind/fr_menus.bind: removed
825
826 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
827
828         * ui/default.ui: add a (commented out) entry for read-only
829
830 2001-06-12  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
831
832         * examples/aa_head.lyx:
833         * examples/aa_paper.lyx: removed
834
835         * doc/LaTeXConfig.lyx.in:
836         * examples/aa_sample.lyx:
837         * layouts/aa.layout:
838         * layouts/aapaper.inc:
839         * layouts/aapaper.layout:
840         * templates/aa.lyx: aa.layout is for the new version of the
841         A&A document class, while aapaper.layout is for the older (and
842         slightly incompatible) version.
843
844 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
845
846         * doc/LaTeXConfig.lyx.in:
847         * layouts/encts.layout: new textclass, from Reuben Thomas
848
849         * CREDITS: add Zvezdan Petkovic and Reuben Thomas
850
851 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
852
853         * bind/xemacs.bind: allow asciitilde to be used with or without
854         shift key
855
856 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
857
858         * bind/latinkeys.bind: add some bindings for KP_ keys.
859
860 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
861
862         * bind/latinkeys.bind: set quotedbl to quote-insert, set
863         nobreakspace to protected-space-insert
864
865         * bind/emacs.bind: set C-j to break-paragraph, set C-t to
866         chars-transpose.
867
868 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
869
870         * kbd/european.kmap:
871         * kbd/francais.kmap:
872         * kbd/iso8859-15.cdef:
873         * encodings: add iso8859-15 support.
874
875         * kbd/iso8859-1.cdef: cleanup
876
877 2001-05-22  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
878
879         * templates/aa.lyx: rename from aapaper.lyx
880
881         * layouts/aa.layout: rename from aapaper.layout
882
883         * examples/aa_head.lyx:
884         * examples/aa_head.lyx: update
885
886 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
887
888         * languages: change GUI name of portugues and brazil
889
890 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
891
892         * bind/math.bind: add bindign for escape
893
894 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
895
896         * configure.m4: detect cygwin, windvi and yap
897
898         * reLyX/acinclude.m4 :
899         * reLyX/configure.in : OS/2 fixes
900
901 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
902
903         * bind/latinkeys.bind: fixup more bindings.
904
905 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
906
907         * bind/latinkeys.bind: fix typo
908
909 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
910
911         * bind/latinkeys.bind: new file. bindings for latin1, latin2,
912         latin3, latin4, latin8, latin9
913
914         * bind/emacs.bind: include latinkeys.bind
915
916         * bind/cua.bind: include latinkeys.bind
917
918 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
919
920         * ui/default.ui: add FloatInsert and FloatListInsert
921
922 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
923
924         * examples/eu_splash.lyx: update from Dooteo
925
926 2001-04-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
927
928         * layouts/revtex4.layout: make sure the PACS, keywords and
929         preprint come before \maketitle.
930
931 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
932
933         * ui/default.ui: comment out some nonexistant operations
934
935 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
936
937         * CREDITS: add Michael for the Gnome port
938
939 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
940
941         * ui/default.ui: add minipage item
942
943 2001-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
944
945         * fr_AlignementDecimal.lyx:
946         * fr_Macros_Math.lyx:
947         * fr_MultiColonnes.lyx: new files from Adrien Rebollo.
948
949 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
950
951         * layouts/linuxdoc.layout: add support for CDATA section in code.
952
953 2001-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
954
955         * ui/default.ui: cleanup the entries for the NEW_INSETS changes.
956
957 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
958
959         * CREDITS: add Edwin Leuven
960
961 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
962
963         * ui/default.ui:
964         * bind/<various>: update for file dialog change
965
966 2001-03-06  Chanop Silpa-Anan  <chanop@debian.org>
967
968         * encodings:
969         * languages: add preliminary Thai support
970
971         * kbd/tis620-0.cdef: dummy cdef file
972
973 2001-03-06  Zvezdan Petkovic  <zvezdan@cs.wm.edu>
974
975         * encodings: add support for iso8859-5 and cp1251.
976
977         * languages: add serbian and serbocroatian.
978
979         * kbd/serbian.kmap:
980         * kbd/serbocroatian.kmap: new files.
981
982 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
983
984         * reLyX/configure.in: become --with-version-suffix
985
986 2001-03-05  Adrien Rebollo  <Adrien.Rebollo@wanadoo.fr>
987
988         * examples/fr_*: renamed french example files in french.
989
990 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
991
992         * templates/g-brief-de.lyx: fix typo.
993
994 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
995
996         * reLyX/Makefile.am: fix uninstall
997
998         * reLyX/configure.in: --with-lyx-version
999
1000 2001-02-26  José Matos  <jamatos@fep.up.pt>
1001
1002         * templates/docbook_template.lyx: removed.
1003         * templates/docbook_article.lyx: updated file, to replace the previous.
1004
1005         * templates/linuxdoctemplate.lyx: removed.
1006         * templates/linuxdoc_article.lyx: updated file, to replace the
1007         previous.
1008
1009 2001-02-11  José Matos  <jamatos@fep.up.pt>
1010
1011         * layouts/docbook.layout: chapter and part insertion are forbiden in
1012         article.
1013
1014 2001-02-26  Juergen Vigna  <jug@sad.it>
1015
1016         * ui/default.ui: added Custom-Export to export menu.
1017
1018 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1019
1020         * bind/emacs.bind:
1021         * bind/xemacs.bind: add bookmark commands.
1022
1023 2001-02-07  Allan Rae  <rae@lyx.org>
1024
1025         * bind/emacs.bind:
1026         * bind/xemacs.bind: Someone forgot to do the other bind files when they
1027         changed the reference-back into a bookmark-goto. naughty naughty.
1028
1029 2001-02-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1030
1031         * kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop
1032         Silpa-Anan.
1033
1034 2001-02-03  Dekel Tsur  <dekelts@tau.ac.il>
1035
1036         * ui/default.ui: Add Edit->Math menu.
1037
1038 2001-02-02  John Levon  <moz@compsoc.man.ac.uk>
1039
1040         * Makefile.am: fix permissions on configure and configure.cmd
1041         (from Albert Chin)
1042
1043         * CREDITS: add Albert Chin
1044
1045 2001-02-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1046
1047         * bind/cua.bind: change the bookmark bindings to C-[123] and
1048         C-M-[123].
1049
1050 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1051
1052         * examples/fr_MathLabeling.lyx:
1053         * examples/fr_Minipage.lyx:
1054         * examples/fr_TableExamples.lyx: new translations from Adrien
1055         Rebollo.
1056
1057 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1058
1059         * ui/default.ui: Fix typos.
1060
1061 2001-01-28  José Matos  <jamatos@fep.up.pt>
1062
1063         * layouts/db_lyxmacros.inc
1064         * layouts/db_stdclass.inc
1065         * layouts/db_stdlayouts.inc
1066         * layouts/db_stdlists.inc
1067         * layouts/db_stdsections.inc
1068         * layouts/db_stdstarsections.inc
1069         * layouts/db_stdstruct.inc
1070         * layouts/db_stdtitle.inc: new files with modular support
1071         for docbook.
1072
1073         * layouts/docbook-chapter.layout
1074         * layouts/docbook-section.layout: new files, useful for
1075         document inclusion.
1076
1077         * layouts/docbook.layout
1078         * layouts/docbook-book.layout: updated to use the modular support.
1079
1080 2001-01-28  Dekel Tsur  <dekelts@tau.ac.il>
1081
1082         * bind/cua.bind: Add bindings for bookmarks.
1083
1084         * ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
1085
1086 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1087
1088         * ui/default.ui: Add Edit->Bookmarks menu.
1089
1090 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1091
1092         * ui/default.ui: change "Insert>Figure" to "Insert>Graphics",
1093         shorten Insert>Floats>" entries.
1094
1095 2001-01-26  Volodymyr M . Lisivka  <lvm_ukr@yahoo.com>
1096
1097         * kbd/koi8-u.kmap: new file.
1098
1099         * encodings: add koi-8u encoding.
1100
1101         * languages: update ukrainian entry
1102
1103 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1104
1105         * CREDITS: update Tino Meinen address.
1106
1107 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1108
1109         * examples/fr_ItemizeBullets.lyx: new translation.
1110
1111         * examples/fr_splash.lyx:
1112         * examples/fr_exemple_lyxifie.lyx:
1113         * examples/fr_exemple_brut.lyx: updated.
1114
1115         * bind/cua.bind: change C-k from font-noun to line-delete-forward.
1116
1117 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1118
1119         * configure.m4: Add a check for dvipdfm.
1120
1121 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1122
1123         * Makefile.am: make configure and configure.cmd installed
1124           by hand, to avoid name changes when --with-lyx-suffix
1125           is used.
1126
1127         * configure:
1128         * configure.m4: support --with-lyx-suffix for the lyxrc.defaults
1129           reLyX and noweb2lyx scripts
1130
1131         * reLyX/configure.in: support --with-lyx-suffix
1132
1133 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1134
1135         * ui/default.ui: Add Navigate->Refs
1136
1137 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1138
1139         * images/banner.xpm: revert to the cucumberless banner.
1140
1141 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1142
1143         * languages: Add extra_options field. It is used to fix the ~n
1144         problem with Spanish.