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