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