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