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