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