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