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