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