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