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