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