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