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