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