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