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