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