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