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