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