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