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