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