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