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