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