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