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