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