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