]> git.lyx.org Git - features.git/blob - lib/ChangeLog
code shuffle, part 1
[features.git] / lib / ChangeLog
1
2 2002-10-22  André Pönitz <poenitz@gmx.net>
3
4         * ui/default.ui: use 'math-matrix' instead of 'math-insert matrix'
5
6 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
7
8         * symbols: Handle \not using a macro.
9
10 2002-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
11
12         * layouts/foils.layout: add more layouts
13
14 2002-10-18  Angus Leeming  <leeming@lyx.org>
15
16         * scripts/lyxpreview2bitmap.sh: Use pnmcrop to crop the images
17         if so desired.
18
19 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
20
21         * configure.m4: add mozilla as default previewer for html
22
23 2002-10-14  André Pönitz <poenitz@gmx.net>
24
25         * ui/default.ui: support for flalign
26
27 2002-10-11  Dekel Tsur  <dekelts@tau.ac.il>
28
29         * lyx2lyx/lyxconvert_218.py (remove_oldert): Fix bug.
30
31         * lyx2lyx/parser_tools.py (get_paragraph, get_next_paragraph):
32         Make the code more 
33
34         * configure.m4: Use -dCompatibilityLevel=1.3 with ps2pdf
35         Add a check for kdeprintfax.
36
37 2002-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
38
39         * bind/emacs.bind: add bindings for M-< and M->
40
41 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
42
43         * lyx2lyx/lyxconvert_218.py: Combine ert insets only when they are
44         in the Standard layout.
45
46 2002-10-05  Dekel Tsur  <dekelts@tau.ac.il>
47
48         * lyx2lyx/lyxconvert_218.py (fix_oldfloatinset): Search for 
49         "\begin_inset Float " to avoid matching "\begin_inset FloatList". 
50
51 2002-10-01  Dekel Tsur  <dekelts@tau.ac.il>
52
53         * lyx2lyx/lyxconvert_218.py: Handle end_deeper "inside" ERT.
54         (remove_oldert): Fix for ERT inside tabulars.
55         (change_listof): New function. Convert LatexCommand inset to
56         FloatList inset.
57         (fix_oldfloatinset): New function. Add "wide false" to float insets.
58
59 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
60
61         * Makefile.am: Patch from Georg Baum for installing lyx2lyx files.
62
63 2002-09-17  Dekel Tsur  <dekelts@tau.ac.il>
64
65         * layouts/lyxmacros.inc: Patch from Gady Kozma.
66
67 2002-09-15  John Levon  <levon@movementarian.org>
68
69         * images/math/: add icons for delimiters
70  
71 2002-09-12  Dekel Tsur  <dekelts@tau.ac.il>
72
73         * lyx2lyx/lyxconvert_218.py (remove_oldfloat): Convert floatingfigure.
74         (remove_oldminipage): Simplified.
75
76 2002-09-10  José Matos  <jamatos@fep.up.pt>
77
78         * scripts/*.py: changed all header to
79         #! /usr/bin/env python
80         so that python's path is no longer hardcoded.
81
82 2002-09-08  John Levon  <levon@movementarian.org>
83
84         * images/math/: add dots XPMs
85  
86 2002-09-07  John Levon  <levon@movementarian.org>
87
88         * ui/default.ui: add depth-decrement too as discussed
89  
90 2002-09-06  Angus Leeming  <leeming@lyx.org>
91
92         * CREDITS: add Pablo De Napoli, formerly languishing in the
93         math panel headers.
94
95 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
96
97         * layouts/stdcounters.inc: new file
98
99         * layouts/stdclass.inc: include standard counters
100
101 2002-09-05  Angus Leeming  <leeming@lyx.org>
102
103         * scripts/lyxpreview2bitmap.sh: augment the preliminary blurb, as
104         suggested by André.
105
106 2002-09-04  Angus Leeming  <leeming@lyx.org>
107
108         * scripts/lyxpreview2bitmap.sh: rename lyxpreview2ppm.sh as this.
109         The new script takes an extra argument specifying the desired
110         output format, ppm or png.
111
112         * configure.m4: associated changes.
113
114 2002-09-04  Angus Leeming  <leeming@lyx.org>
115
116         * scripts/lyxpreview2ppm.sh: output gs filenames as %d, not %Nd where N
117         is some input value.
118
119 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
120
121         * layouts/stdclass.inc: include stdfloats.h
122
123         * layouts/stdfloats.inc: new file
124
125 2002-09-03  Angus Leeming  <leeming@lyx.org>
126
127         * scripts/lyxpreview2ppm.sh: test expects integer arguments.
128         ${RESOLUTION} may be a float. Truncate it.
129
130 2002-09-03  Dekel Tsur  <dekelts@tau.ac.il>
131
132         * lyx2lyx/lyxconvert_218.py (update_tabular): Prevent changing
133         of non-tabular lines.
134
135 2002-09-03  Angus Leeming  <leeming@lyx.org>
136
137         * scripts/lyxpreview2ppm.sh: fix crash reported by Norbert Koksch when
138         generating more than 999 preview snippets by passing and using the
139         number of digits needed by the filenames generated by gs.
140
141 2002-09-03  Angus Leeming  <leeming@lyx.org>
142
143         * scripts/lyxpreview2ppm.sh: re-written to make use of the "lyx"
144         option parsed by preview.sty v 0.73.
145
146 2002-08-31  Dekel Tsur  <dekelts@tau.ac.il>
147
148         * lyx2lyx/lyxconvert_218.py (update_tabular): Work with nested tabulars
149
150 2002-08-29  John Levon  <levon@movementarian.org>
151
152         * images/math/: add AMS nrel
153
154 2002-08-29  John Levon  <levon@movementarian.org>
155
156         * images/: add math sub/super script
157
158         * images/math/: add \brace, \vec etc.
159
160 2002-08-29  John Levon  <levon@movementarian.org>
161
162         * Makefile.am: install mathed icons
163
164 2002-08-29  John Levon  <levon@movementarian.org>
165
166         * images/math/: add all icons except AMS nrel
167
168 2002-08-29  John Levon  <levon@movementarian.org>
169
170         * images/math/: add most of the normal XPMs
171
172 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
173
174         * lyx2lyx/lyx2lyx: add new format number "221"
175
176 2002-08-25  John Levon  <levon@movementarian.org>
177
178         * images/find-replace.xpm: add
179
180 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
181
182         * configure.m4: fix epsi->eps converter
183
184         * ui/default.ui: add menu entry for optional-insert
185
186         * CREDITS: update Martin's entry
187
188 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
189
190         * layouts/stdlayouts.inc:
191         * layouts/stdsections.inc:
192         * layouts/stdstarsections.inc: aded OptionalArgs tags to the
193         relevant layouts
194
195 2002-08-21  André Pönitz <poenitz@gmx.net>
196
197         * ui/default.ui: adjust to "tabular unification"
198
199 2002-08-15  Juergen Spitzmueller <j.spitzmueller@gmx.de>
200
201         * bind/de_menus.bind: cleanup shortcuts for section layouts. Starred
202         versions are now obtained by prepending a * to the section number
203         (similar to the new behaviour in menus.bind); add binding for \part.
204
205 2002-08-15  John Levon  <levon@movementarian.org>
206
207         * scripts/convertDefault.sh: use /bin/sh not /bin/bash
208
209 2002-08-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
210
211         * doc/LaTeXConfig.lyx.in: add description of cl2emult class
212
213         * bind/math.bind: add bindings to insert \Lambda and \Psi (bug #564)
214
215 2002-08-15  André Pönitz <poenitz@gmx.net>
216
217         * layouts/cl2emult.layout: new file Springer's cl2emult textclass
218
219 2002-08-10  Dekel Tsur  <dekelts@tau.ac.il>
220
221         * lyx2lyx/parser_tools.py (get_paragraph): Fixed.
222
223         * lyx2lyx/lyxconvert_218.py (convert_ertinset): Remove font commands.
224
225 2002-08-08  Herbert Voss  <voss@perce.de>
226
227         * ui/default.ui: put gather into math menu
228
229 2002-08-07  John Levon  <levon@movementarian.org>
230
231         * images/layout_LaTeX.xpm: remove - obsolete
232
233 2002-08-05  John Levon  <levon@movementarian.org>
234
235         * images/dialog-tabular-insert.xpm: remove unneeded xpm
236
237 2002-08-05  John Levon  <levon@movementarian.org>
238
239         * ui/default.ui:
240         * bind/xemacs.bind: back to tabular-insert
241
242 2002-08-03  Dekel Tsur  <dekelts@tau.ac.il>
243
244         * lyx2lyx/lyxconvert_218.py (remove_oldert): Few fixes.
245
246         * lyx2lyx/lyx2lyx: Change the comment at the top of the lyx file
247
248 2002-08-02  Dekel Tsur  <dekelts@tau.ac.il>
249
250         * lyx2lyx/lyxconvert_218.py: Convert ERT and figinsets.
251
252 2002-07-30  André Pönitz <poenitz@gmx.net>
253
254         * configure.m4:
255         * ui/default.ui: make math-extern a bit more visible in Edit->Math
256
257         * bind/math.bind: remove some strange bindings for Ø and Å
258
259 2002-07-30  Angus Leeming  <leeming@lyx.org>
260
261         * scripts/lyxpreview2ppm.sh: rename bbox.sed so that multiple runs
262         don't get confused.
263
264 2002-07-24  Adrien Rebollo  <adrien.rebollo@gmx.fr>
265
266         * examples/fr_CV.lyx:               new file
267         * examples/fr_ExemplesTableaux.lyx:
268         * examples/fr_ListesPuces.lyx:
269         * examples/fr_mathed.lyx:           update
270
271 2002-07-18  Angus Leeming  <leeming@lyx.org>
272
273         * scripts/lyxpreview2ppm.sh: more efficient RE and change to '' so that
274         the shell does not escape "\\".
275
276 2002-07-22  Herbert Voss  <voss@lyx.org>
277
278         * scripts/convertDefault.sh: defines a converter which is used
279         when no userdefined was found
280
281 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
282
283         * ui/default.ui: cleanup after change of Menu syntax. the
284         foo_nobuffer menus are gone
285
286         * bind/sv_menus.bind:
287         * bind/sciword.bind: remove some cruft
288
289         * tex/iletter.cls:
290         * layout/iletter.layout:
291         * templates/iletter.lyx: removed all traces of the iletter bundle
292         and put it on the contrib/ area of our ftp site
293
294 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
295
296         * configure.m4: fix definition of the lyxpreview2ppm converter;
297         add ppm format. All should work out of the box now, even though
298         all may not be pretty
299
300 2002-07-18  Angus Leeming  <leeming@lyx.org>
301
302         * scripts/lyxpreview2ppm.sh: clean-up. Get it to work with
303         scary_eqns.lyx.
304
305 2002-07-17  André Pönitz <poenitz@gmx.net>
306
307         * configure.m4: fix typo in last change
308         * symbols: add \hbar
309
310 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
311
312         * bind/menus.bind: fix bindings using asterisk to ignore shift
313         modifier
314
315 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
316
317         * configure.m4: add formats fig and epsi
318
319 2002-07-16  Andrew Zabolotny  <zap@cobra.ru>
320
321         * bind/emacs.bind:
322         * bind/xemacs.bind:
323         * bind/sciword.bind:
324         * bind/cua.bind: include greekkeys and cyrkeys bindings
325
326         * bind/greekkeys.bind:
327         * bind/cyrkeys.bind: bindings to enter cyrillic and greek
328         characters directly from keyboard
329
330 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
331
332         * bind/menus.bind: cleanup shortcuts for section layouts. Starred
333         versions are now obtained by prepending a * to the section number
334         (M-p asterisk 0 .. M-p asterisk 6)
335
336         * images/banner.xpm.orig: remove
337
338 2002-07-15  Soeren Pietsch  <SPietsch@gmx.de>
339
340         * lib/configure.m4: fix the detection of cygwin when the shell is
341         not bash
342
343 2002-07-12  Angus Leeming  <leeming@lyx.org>
344
345         * lyxpreview2ppm.sh: use the pnmraw device in preference to pnm.
346
347 2002-07-12  André Pönitz <poenitz@gmx.net>
348
349         * ui/default.ui: add menu for font changes
350         * symbols: add textt
351
352 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
353
354         * bind/emacs.bind:
355         * bind/xemacs.bind:
356         * bind/sciword.bind:
357         * bind/cua.bind: better support for selection from numeric keypad
358
359         * kbd/cp1251.cdef:
360         * kbd/ibm866.cdef:
361         * kbd/koi8-r.cdef:
362         * kbd/koi8-t.cdef:
363         * kbd/koi8-u.cdef: new encoding definitions
364
365 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
366
367         * bind/sciword.bind: disable M-x c to allow M-x
368
369 2002-07-09  Angus Leeming  <leeming@lyx.org>
370
371         * lyxpreview2ppm.sh: don't use latex option "-interaction=batchmode"
372         as it's not portable apparently.
373
374 2002-07-09  André Pönitz <poenitz@gmx.net>
375
376         * symbols: use it to define insets, too
377         * configure.m4:
378         * symbols: wasy symbols added
379
380 2002-07-08  Angus Leeming  <leeming@lyx.org>
381
382         * scripts/lyxpreview2ppm.sh: added blurb. Crop the images to the
383         left and right if so desired.
384
385 2002-07-08  André Pönitz <poenitz@gmx.net>
386
387         * symbols: more stuff missing from the Porto changes
388
389 2002-07-05  Angus Leeming  <leeming@lyx.org>
390
391         * scripts/lyxpreview2ppm.sh: added.
392         * scripts/lyxpreview2xpm: removed.
393
394 2002-06-19 Herbert Voss  <voss@perce.de>
395
396         * configure.m4: add converters for epsi and (x)fig
397
398 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
399
400         * languages: add support for belarusian and kazakh
401
402         * encodings: add pt154
403
404 2002-06-27  André Pönitz <poenitz@gmx.net>
405
406         * configure.m4: add support for lyxpreview "format"
407
408         * scripts/lyxpreview2xpm: add file
409
410 2002-06-25  André Pönitz <poenitz@gmx.net>
411
412         * symbols: special characters
413
414 2002-06-23  Dekel Tsur  <dekelts@tau.ac.il>
415
416         * layouts/heb-article.layout: Fix due to \usepackage{babel}
417         position change in lyx 1.2.0.
418
419 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
420
421         * ui/default.ui: fix ellipses
422
423 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
424
425         * ui/default.ui: remove Index Entry of last word
426
427         * ui/old-default.ui: remove
428
429 2002-06-19  Dekel Tsur  <dekelts@tau.ac.il>
430
431         * examples/mathed.lyx: Remove obsolete part.
432
433 2002-06-17 Herbert Voss  <voss@perce.de>
434
435         * configure.m4: install only those converters which are different
436         to convert, because this is taken as the default. SO we can get
437         rid of all problems when user do not have installed the right
438         converters.
439
440 2002-06-16  Adrien Rebollo  <adrien.rebollo@gmx.fr>
441
442         * examples/fr_ExemplesTableaux.lyx: update
443         * examples/fr_mathed.lyx: new file
444
445 2002-06-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
446
447         * configure.m4: change tgif file extension to .obj, as it should
448         have been
449
450 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
451
452         * examples/TableExamples.lyx: fix footnotes inside tables
453         (bug 442)
454
455 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
456
457         * external_templates: change the requirements of the xfig and
458         rasterimage templates to "graphicx" instead of "graphics".
459
460 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
461
462         * templates/IEEEtran.lyx: update to 1.2.0 format from Michael
463         Schmitt
464
465         * reLyX/reLyX.in: honor variable LYX_DIR_13x
466
467 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
468
469         * configure.m4: fix handling of --with-version-suffix, so that
470         reLyX is still found. (bug #357)
471
472 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
473
474         * layouts/hollywood.layout: fix style "FADE_OUT:"
475
476 2002-05-28  John Levon  <moz@compsoc.man.ac.uk>
477
478         * images/buffer-new.xpm: icon from Vitaly Lipatov
479
480 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
481
482         * CREDITS: kill mention of KDE
483
484 2002-05-23  André Pönitz <poenitz@gmx.net>
485
486         * autocorrect: new file
487
488 2002-05-03  Claus Hindsgaul  <claus_h@image.dk>
489
490         * examples/da_splash.lyx: revised
491
492 2002-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
493
494         * Makefile.am (DISTCLEANFILES): don't use -r
495         (distclean-local): new target
496
497 2002-04-25  Rob Lahaye  <lahaye@users.sourceforge.net>
498
499         * configure.m4: use gracebat instead of xmgrace in the Grace converters
500         to make the conversion independent of the availability of an Xserver
501
502 2002-04-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
503
504         * doc/ExternalMaterial.lyx: remove, since it has been included in
505         Customization.lyx
506
507 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
508
509         * Makefile.am: do not set M4 explicitely
510
511 2002-04-24  Rob Lahaye  <lahaye@users.sourceforge.net>
512         * configure.m4: add 'convert XPM to EPS', add more Grace conversions
513         and change tab to double space indentation in conversion section
514
515 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
516
517         * layouts/aastex.layout: add ProvidesNatbib
518
519         * templates/aastex.lyx: convert to format 220
520
521 2002-04-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
522
523         * examples/*.lyx: convert many files to format 220, _except_
524         aa_sample and aas_sample, for which I do not have the textclass
525
526         * templates/*.lyx: convert a few files to format 220
527
528 2002-04-11  Rob Lahaye  <lahaye@users.sourceforge.net>
529
530         * layouts/revtex4.layout: fix tilde-output in URL and Email insets.
531
532 2002-04-11  Guenter Milde  <g.milde@physik.tu-dresden.de>
533
534         * doc/LaTeXConfig.lyx.in: add description for spie class.
535
536         * spie.layout: new class
537
538 2002-04-10 Herbert Voss  <voss@perce.de>
539
540         * configure.m4: correct entry for grace graphic format
541
542 2002-04-10 Herbert Voss  <voss@perce.de>
543
544         * CREDITS: correct email
545
546 2002-04-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
547
548         * kbd/european.kmap: "euro" and "oe" used kmod instead of kmap
549         * examples/currency.lyx: rewritten
550
551 2002-04-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
552
553         * reLyX/acinclude.m4 (RELYX_CHECK_PERL): improve search for perl.
554
555 2002-04-06  André Pönitz <poenitz@gmx.de>
556
557         * bind/math.bind: shortcut for \psi
558
559         * examples/de_beispiel_gelyxt.lyx: fix quotes
560
561 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * Makefile.am (LYXLIBDIRS): xfonts should not be named here
564
565         * bind/sv_menus.bind: change RightAddress to Right_Address
566         * bind/de_menus.bind: ditto
567         * bind/fi_menus.bind: ditto
568         * bind/menus.bind: ditto
569         * bind/pt_menus.bind: ditto
570
571 2002-04-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
572
573         * examples/fr*.lyx: updated to 1.2.0 format
574
575 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
576
577         * .cvsignore: add xfonts
578
579         * languages: add Basque
580
581 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
582
583         * CREDITS: add Pauli Virtanen and Adrien Rebollo
584
585         * Makefile.am (install-xfonts): remove some debug output
586
587 2002-04-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
588
589         * reLyX/Makefile.am (install-data-local): fix variable usage
590         (uninstall-local): ditto
591
592         * CREDITS: add Claus Hindsgaul
593
594 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
595
596         * layouts/kluwer.layout: remove TocDepth tag
597
598 2002-03-27 Herbert Voss <voss@perce.de>
599
600         * layouts/ltugboat.layout:
601         * layouts/dtk.layout: new layouts.
602
603         * doc/LaTeXConfig.lyx.in: add description for layouts
604         dtk and ltugboat
605
606 2002-03-27  Marco Morandini  <morandini@aero.polimi.it>
607
608         * configure.m4: fix grace to eps converter
609
610 2002-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
611
612         * examples/listerrors.lyx: Fixed to run with python-1.5 as well
613         as with latest python-2.2
614
615         * scripts/listerrors: Re-generated from listerrors.lyx
616
617 2002-03-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
618
619         * Makefile.am (install-xfonts): fix the target when no X fonts
620         have been found.
621         General: do not use $$(foo) instead of $${foo} for shell variables!
622
623 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
624
625         * Minipage.lyx:
626         * TableExamples.lyx:
627         * amsart-test.lyx:
628         * amsbook-test.lyx:
629         * examples/ca_splash.lyx:
630         * examples/da_splash.lyx:
631         * examples/decimal.lyx:
632         * examples/mathed.lyx:
633         * examples/multicol.lyx:
634         * examples/splash.lyx: update to 220
635
636         * Makefile.am (install-xfonts): force link
637
638 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
639
640         * ui/default.ui: Change "What's this?" to "Tooltips".
641
642 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
643
644         * create_fonts_dir:
645         * fonts-xlfd: removed
646
647         * configure.m4: add a replacement for the create_fonts_dir script.
648         This one checks for ttf fonts too. The font links are created in
649         the xfonts/ directory. If running outside libdir, the script
650         checks whether fonts.dir is different from the system-wide one and
651         removes it if it is not.
652
653         * Makefile.am (install-xfonts): new target to install the X font
654         directory
655
656         * layouts/svjour.inc: remove ProvidesAmsMath
657
658 2002-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
659
660         * examples/listerrors.lyx:
661         * scripts/listerrors: new files
662
663         * Makefile.am: Removed build-listerrors cruft.
664
665 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
666
667         * ui/default.ui: small cleanup: move Tex info and childs to View,
668         remove Edit>Floats menu, fix a few shortcuts.
669
670 2002-03-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
671
672         * images/depth-increment.xpm:
673         * images/depth-decrement.xpm: new icons
674
675         * images/footnote-insert.xpm:
676         * images/marginalnote.xpm: small facelift
677
678         * images/depth-next.xpm:
679         * images/marginpar-insert.xpm: removed
680
681         * bind/sv_menus.bind:
682         * bind/sciword.bind:
683         * ui/old-default.ui:
684         * ui/default.ui: replace depth-next with depth-increment
685
686 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
687
688         * examples/Literate.lyx: Small fix to make sure build-listerrors
689         still works.
690
691 2002-03-14  Allan Rae  <rae@lyx.org>
692
693         * bind/sv_menus.bind:
694         * bind/xemacs.bind: figure inset replaced by graphics inset
695
696 2002-03-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
697
698         * examples/Literate.lyx: Fixed build-script section to work
699         with lyx tempdir. As it was, you could not build-program
700         when opening Literate.lyx from within LyX.
701
702 2002-03-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
703
704         * kbd/bg-bds-1251.kmap: new keyboard mapping for bulgarian
705
706         * languages: add bulgarian
707
708 2002-03-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
709
710         * Makefile.am: Fix bug with installing an empty listerrors.
711
712 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
713
714         * ui/default.ui: add a toggle-tooltips item to the Help menu.
715
716 2002-03-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
717
718         * tex/ejour2.cls:
719         * layouts/ejour2.layout: removed; this is superseded by svjour
720         and friends
721
722         * lib/doc/LaTeXConfig.lyx.in:
723         * lib/doc/LyXConfig.lyx.in: update
724
725 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
726
727         * Makefile.am: fix call to configure.
728
729 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
730
731         * layouts/obsolete.inc: obsolete LaTeX
732         * layouts/g-brief-en.layout: add DefaultStyle
733
734 2002-03-06  Herbert Voss  <voss@perce.de>
735
736         * layouts/g-brief-de.layout: add DefaultStyle
737
738 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
739
740         * configure: removed from cvs
741
742         * .cvsignore: add configure
743
744         * Makefile.am: set up automatic creation and execution of
745         configure script.
746
747 2002-03-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
748
749         * CREDITS: document that Martin Vermeer is also a very good bug
750         hunter
751
752 2002-03-05  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
753
754         * layouts/db_stdclass.inc:
755         * layouts/linuxdoc.layout:
756         * layouts/manpage.layout: set DefaultStyle
757
758
759 2002-03-04  Herbert Voss  <voss@perce.de>
760
761         * configure.m4: fix the problem with tgif's xpm export
762
763 2002-03-03  Herbert Voss  <voss@perce.de>
764
765         * configure.m4: added more converter stuff for different formats
766
767 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
768
769         * layouts/hollywood.layout: set DefaultStyle
770
771         * layouts/scrclass.inc: set DefaultStyle
772
773 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
774
775         * layouts/stdclass.inc: add DefaultStyle
776
777 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
778
779         * doc/LaTeXConfig.lyx.in: add entry for svprothb
780
781         * layouts/svprobth.layout: new layout file, for 'Probability
782         Theory and Related Fields'
783
784         * layouts/svjour.inc: change Keywords labelstring a bit.
785
786         * ui/default.ui: fix shortcut for Insert>Math>Inline formula.
787
788         * chkconfig.ltx: do not check for graphics anymore, only graphicx.
789
790         * doc/LaTeXConfig.lyx.in: remove info about graphics package, now
791         that figinset is dead.
792
793 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
794
795         * ui/default.ui: add a show-forks item to the two File menus.
796
797 2002-02-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
798
799         * ui/default.ui: change Layout>LaTeX Preamble to Layout>Preamble.
800
801 2002-02-23  Herbert Voss  <voss@perce.de>
802
803         * configure.m4: added converter stuff for different formats
804
805 2002-02-13  José Matos  <jamatos@fep.up.pt>
806
807         * examples/linuxdoc_manpage.lyx: added
808
809 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
810
811         * ui/default.ui: add ... to math panel
812
813 2002-02-04  Martin Vermeer <martin.vermeer@hut.fi>
814
815         * bind/math-bind: keybindings for umlauts and other special chars
816
817 2002-01-31  Angus Leeming  <a.leeming@ic.ac.uk>
818
819         * images/figure-insert.xpm: renamed as images/graphics-insert.xpm.
820
821 2002-01-30  Herbert Voss  <voss@lyx.org>
822
823         * configure.m4: add convert-support for ps-files
824
825 2002-01-29  Herbert Voss  <voss@lyx.org>
826
827         * ui/default.ui: delete old figure entries
828
829         * help/TexInfo.hlp:
830         * help/Graphics.hlp: update
831
832 2002-01-27  Herbert Voss  <voss@lyx.org>
833
834         * help/Graphics.hlp: added, but not finished
835
836 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
837
838         * fonts-xlfd:
839         * create_fonts_dir: New files.
840
841 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
842
843         * Makefile.am (EXTRA_DIST): add configure.m4
844
845         * languages: fix slovak entry
846
847 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
848
849         * examples/fr_EtiquetteMath.lyx: removed
850
851 2002-01-16  José Matos  <jamatos@fep.up.pt>
852
853         * layouts/db_stdlayouts.inc: Fix name for caption.
854
855 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
856
857         * examples/mathed.lyx: a bit of a clean-up. Corrected the contents
858         of fonts-xlfd in the light of Dekel's suggestions.
859         This file still doesn't run LaTeX successfully without bolting the
860         lyxcode definition into the preamble but is otherwise Ok.
861
862 2002-01-14  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
863
864         * layouts/kluwer.layout: remove caption layout
865
866 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
867
868         * examples/MathLabeling.lyx:
869         * examples/nl_MathLabeling.lyx: removed, since they are useless.
870
871 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
872
873         * configure.m4: try to fix problem with groff detection
874
875 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
876
877         * lyxrc.example: change the names of some variables in line with lyxrc.C
878
879 2002-01-10  Dekel Tsur  <dekelts@tau.ac.il>
880
881         * reLyX/BasicLyX.pm: Add support for amsmath environments.
882
883 2002-01-05 Kayvan A. Sylvan <kayvan@sylvan.com>
884
885         * examples/noweb2lyx.lyx: Updated for lyx-1.2.0. Also got rid of
886         a harmless noweb error.
887
888 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
889
890         * ui/default.ui: added dots "..." to insert->include file.
891
892 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
893
894         * configure.m4: fix typo in \print_spool_command name.
895
896 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
897
898         * doc/LaTeXConfig.lyx.in: more updates: checked and fixed all the
899         CTAN references.
900
901         * configure.m4: add new macros LYXRC_VAR and LYXRC_PROG. These are
902         used for checking for a program and add the corresponding entry in
903         lyxrc.defaults. Used this for various checks (not finished yet).
904
905         * doc/LaTeXConfig.lyx.in: general update: moved things around,
906         corrected some entries, collapsed some others, added graphicx.
907
908 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
909
910         * chkconfig.ltx: check also for graphicx.sty
911
912 2001-12-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
913
914         * ui/default.ui: fix shortcut clash in the insert menu.
915
916 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
917
918         * symbols: Add glyph for \colon for the symbol font.
919
920 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
921
922         * images/citation-insert.xpm:
923         * images/label-insert.xpm:
924         * images/index-insert.xpm: new icons from Elena Samsonova
925
926         * images/math-panel.xpm: new icon from Herbert Voss
927
928 2001-11-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
929
930         * examples/de_splash.lyx: update from Hartmut Haase.
931
932 2001-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
933
934         * examples/Math_macros.lyx:
935         * examples/fr_Macros_Math.lyx: removed, since this information
936         is in the UserGuide.
937
938         * reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken.
939
940 2001-11-27  Garst R. Reese  <reese@isn.net>
941
942         * tex/hollywood.cls:
943         * layouts/hollywood.layout:
944         * examples/script_form.lyx: updated hollywood class and support
945         files.
946
947 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
948
949         * CREDITS: add Ben Stanley
950
951 2001-11-26  Kayvan A. Sylvan  <kayvan@sylvan.com>
952
953         * tex/lyxskak.sty: Added \commentstyle for typesetting of embedded
954         comments.
955
956 2001-11-23  Panayotis "PAP" Papasotiriou  <papasot@physics.upatras.gr>
957
958         * templates/kluwer.lyx:
959         * layouts/kluwer.layout: new textclass for journals edited by
960         Kluwer.
961
962         * doc/LaTeXConfig.lyx.in: update
963
964 2001-11-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
965
966         * examples/chess-article.lyx: Fixed comments. Removed hacks
967         caused by my lack of understanding of TeX macros and LyX layouts.
968         This version is immensely cleaner.
969
970         * examples/chessgame.lyx: Minimized ERT while still showing off
971         the external chess material insets.
972
973         * tex/lyxskak.sty: Added LyX supporting macros. Added better embedded
974         comment handling into skak framework. Fixed some bugs in skak.sty!
975
976         * layouts/chess.layout: Fixed up layout. Removed kludges in previous
977         version. Added Subvariation, Subsubvariation, etc.
978
979 2001-11-13  André Pönitz  <poenitz@gmx.net>
980
981         * ui/default.ui: create a new Submenu Insert->Math, since placing
982         everything in the main insert menu seems not possible in the long
983         run...
984
985 2001-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
986
987         * ui/default.ui: move math panel from Edit to Insert.
988
989 2001-11-05  Kayvan A. Sylvan  <kayvan@sylvan.com>
990
991         * layouts/chess.layout:
992         * examples/chess-article.lyx: a new class and example for writing
993         articles about chess.
994
995 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
996
997         * external_templates: Use UpdateResult
998
999         * scripts/*.py: Fix for python 1.5
1000
1001 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1002
1003         * examples/iecc05.fen:
1004         * examples/iecc07.fen:
1005         * examples/iecc12.fen:
1006         * lib/examples/chessgame.lyx: an example for the new chess support.
1007
1008 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
1009
1010         * external_templates: Minor tweak. Changed $$FPath/$$Basename
1011         to $$FPath$$Basename.
1012
1013 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
1014
1015         * external_templates: Fix up the help message for ChessDiagram
1016         again (referring to the new lyxskak.sty). Reworked the LaTeX
1017         output to use skak.sty \loadgame{file} feature.
1018
1019 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
1020
1021         * Makefile.am: remove BUGS.lyx mention
1022
1023 2001-10-29  John Levon  <moz@compsoc.man.ac.uk>
1024
1025         * ui/default.ui: remove Known Bugs entry
1026
1027 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1028
1029         * scripts/fen2latex.py: Simplified greatly. Now uses skak.
1030
1031         * scripts/fen2ascii.py: New file added. Makes a nice ascii
1032         representation of the chess position.
1033
1034 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1035
1036         * external_templates: Changed comment to inform user to use skak
1037         package instead of the very old chess.sty for external chess
1038         material. Added the -mode EditPosition flag to the "xboard"
1039         invocation. Fixed the invocation of fen2ascii (which did *not*
1040         exist, even though it was referenced).
1041
1042 2001-10-24  José Matos  <jamatos@fep.up.pt>
1043
1044         * layouts/db_lyxmacros.inc:
1045         * layouts/db_stdtitle.inc: moved docbook supported version to v4.1.
1046
1047 2001-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1048
1049         * examples/it_splash.lyx: update from Claudio Coco
1050
1051 2001-10-24  José Matos  <jamatos@fep.up.pt>
1052
1053         * layouts/db_stdtitle.inc: added align and alignpossible to date.
1054         Now the default is left and center is still possible.
1055
1056 2001-10-18  José Abílio Oliveira Matos  <jamatos@fep.up.pt>
1057
1058         * reLyX/MakePreamble.pm (translate_preamble): Cleaned the code for babel.
1059         Now the last language in the document option is the document language.
1060         Code clean, remove unused variables.
1061
1062         * reLyX/BasicLyx.pm: Added support for the lyx menu separator.
1063
1064 2001-10-17  José Matos  <jamatos@fep.up.pt>
1065
1066         * reLyX/MakePreamble.pm: add support for \makeindex, added support
1067         for optional arguments to babel, remove fontenc package. Don't
1068         print the latex preamble if there isn't none to print.
1069
1070 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1071
1072         * scripts/TeXFiles.sh: rewrite to use kpsewhich --show-path.
1073         Hopefully more precise and much faster.
1074
1075 2001-10-15  José Matos  <jamatos@fep.up.pt>
1076
1077         * layouts/db_stdtitle.inc: add AuthorGroup, RevisionHistory,
1078         RevisionMark and Revision styles.
1079
1080 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1081
1082         * scripts/TeXFiles.sh: use -follow predicate in "find" to follow
1083         symbolic links
1084
1085 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1086
1087         * CREDITS: add two unsung heroes
1088
1089 2001-10-10  Herbert Voss  <voss@perce.de>
1090
1091         * scripts/TeXFiles.sh: new script for [cls,sty,bst]Files.lst
1092
1093 2001-10-09  Herbert Voss  <voss@perce.de>
1094
1095         * default.ui: help-Texinfo
1096         gives an info about the installed texfiles (cls,sty,bst)
1097
1098 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1099
1100         * kbd/iso8859-4.cdef:
1101         * kbd/iso8859-9.cdef: new files
1102
1103 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1104
1105         * kbd/iso8859-3.cdef: new file
1106
1107         * kbd/iso8859-1.cdef:
1108         * kbd/iso8859-15.cdef: update
1109
1110 2001-10-03  José Matos  <jamatos@fep.up.pt>
1111
1112         * layouts/linuxdoc.layout:
1113         * layouts/manpage.layout:
1114         * layouts/db_lyxmacros.inc:
1115         * layouts/db_stdlayouts.inc: remove bogus use of the now defunct
1116         Latex tag.
1117
1118 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1119
1120         * languages: change default encoding for estonian to latin1
1121
1122 2001-10-01  Garst R. Reese  <reese@isn.net>
1123
1124         * tex/hollywood.cls:
1125         * layouts/hollywood.layout:
1126         * examples/script_form.lyx:
1127         * templates/hollywood.lyx: updated hollywood class and support
1128         files.
1129
1130 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1131
1132         * bind/menus.bind: changed from "M-s plus" to "M-s ~S-plus"
1133
1134 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1135
1136         * CREDITS: add Jürgen Spitzmüller
1137
1138 2001-09-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1139
1140         * ui/default.ui: remove layout-save-default from "Layout"
1141         for it's in Layout -> Document now.
1142
1143 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
1144
1145         * layouts/g-brief-en.layout:
1146         * templates/g-brief-en.lyx: rename PostalCommend to PostalComment
1147
1148 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1149
1150         * CREDITS: update M. Schmitt entry
1151
1152         * ui/default.ui: remove trailing '...' for Insert>Note
1153
1154 2001-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1155
1156         * layouts/heb-article.layout: fix labelfont of Proof layout
1157
1158 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1159
1160         * examples/script_form.lyx: added
1161         * examples/scriptone.lyx: deleted
1162         * layouts/hollywood.layout:
1163         * tex/hollywood.cls: update of the hollywood class
1164
1165 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1166
1167         * layouts/dinbrief.layout:
1168         * layouts/egs.layout:
1169         * layouts/iletter.layout:
1170         * layouts/stdletter.inc: remove bogus use of the now defunct Latex
1171         tag
1172
1173 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1174
1175         * examples/da_splash.lyx: new translation from Claus Hindsgaul
1176
1177         * ui/default.ui: comment out reference manual from the help menu
1178         (the reference manual is now obsolete).
1179
1180         * layouts/cv.layout: add ObsoletedBy version of SubSection
1181
1182 2001-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1183
1184         * kbd/koi8-r.kmap: update from Vitaly Lipatov
1185
1186         * layouts/entcs.layout: renamed from encts.layout (stupid typo!);
1187         restrict font size to `11pt'
1188
1189         * layouts/cv.layout: rename SubSection layout to Subsection
1190
1191 2001-09-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1192
1193         * reLyX/reLyX.in: fix initialization before BEGIN block.
1194
1195 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
1196
1197         * Makefile.am (pkgdata_DATA): Add symbols file.
1198
1199 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1200
1201         * configure:
1202         * configure.m4: add converters for XPM to allow inline display
1203
1204         * Makefile.am: add rule for configure
1205
1206 2001-08-31  José Matos  <jamatos@fep.up.pt>
1207         * reLyX/reLyX.in: added debug statement.
1208         Moved the insertion in @maybe_dir to push.
1209
1210         * reLyX/MakePreamble.pm (translate_preamble): Fix syntax only understood
1211         by recent versions of Perl. Allow compatability with perl 5.002.
1212
1213         * reLyX/reLyXmain.pl: Escape forgoten slash. Thanks to Yves Bastide.
1214
1215 2001-08-28  José Matos  <jamatos@fep.up.pt>
1216         * reLyX/reLyX.in: allow reLyX to be run from the source directory.
1217
1218 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1219
1220         * ui/default.ui: sanitise math/tabular entries
1221
1222 2001-07-25  André Pönitz <poenitz@gmx.net>
1223
1224         * bind/math.bind:
1225           bind/sciword.bind: use new syntax for 'math-insert'
1226
1227 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1228
1229         * ui/default.ui: change 'toggle appendix' entry
1230
1231 2001-07-30  Dekel Tsur  <dekelts@tau.ac.il>
1232
1233         * configure.m4: Fix behaviur when latex is not found.
1234         Fix SEARCH_PROG.
1235
1236 2001-07-29  Baruch Even  <baruch@lyx.org>
1237
1238         * configure.m4: Added conversion from EPS to PDF using epstopdf.
1239
1240 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1241
1242         * bind/cua.bind:
1243         * ui/default.ui: entries for thesaurus
1244
1245 2001-07-25  André Pönitz <poenitz@gmx.net>
1246
1247         * bind/math.bind:  new LFUN 'math-space'
1248
1249 2001-07-23  Baruch Even <baruch@lyx.org>
1250
1251         * configure.m4: Added conversion of images support, used when
1252         exporting images in formats (PDF)Latex cannot handle directly.
1253
1254 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1255
1256         * Makefile.am (dist-hook): only try to get lyxdoc if not already
1257         present.
1258
1259 2001-07-23  juergen.sp@t-online.de  <Jürgen Spitzmüller>
1260
1261         * bind/*.bind: add binding for ligature-break-insert
1262
1263 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1264
1265         * ui/default.ui:
1266         * bind/cua.bind:
1267         * bind/emacs.bind:
1268         * bind/xemacs.bind: fix binding for raw double quote
1269
1270 2001-07-22  José Matos  <jamatos@fep.up.pt>
1271
1272         * reLyX/MakePreamble.pm (translate_preamble): add lots of options
1273         to convert from latex to lyx preamble. That means support for language,
1274         geometry, several \usepackages. Almost all the options that are present
1275         in Layout->Document.
1276
1277 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1278
1279         * ui/default.ui: change 'hyphenation break' to 'ligature break'.
1280
1281 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1282
1283         * ui/default.ui: change a shortcut
1284
1285 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1286
1287         * chkconfig.ltx: test for the presence of natbib.
1288
1289         * doc/LaTeXConfig.lyx.in: add a subsection about natbib and whether it's
1290         present.
1291
1292 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1293
1294         * bind/xemacs.bind:
1295         * bind/sciword.bind:
1296         * bind/emacs.bind:
1297         * bind/cua.bind:
1298         * ui/default.ui: use inset-toggle instead of open-stuff
1299
1300 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
1301
1302         * layouts/literate-scrap.inc: Added PassThru tag
1303
1304 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1305
1306         * bind/*.bind: do the same correctly for all files :)
1307
1308 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1309
1310         * ui/default.ui: remove credits/version/copyright add about lyx
1311
1312 2001-07-12  Juergen Vigna  <jug@sad.it>
1313
1314         * bind/cua.bind: moved C-l from mode-tex to ert-insert
1315
1316 2001-07-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1317
1318         * images/ert-insert.xpm: renamed from tex-mode.xpm
1319
1320 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1321
1322         * ui/default.ui: add icon for ert-insert + entry in menu
1323
1324 2001-07-09  Juergen Vigna  <jug@sad.it>
1325
1326         * images/banner.xpm: new development banner after a LyX-Meeting!
1327
1328 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1329
1330         * ui/default.ui: comment out tex-mode
1331
1332         * layouts/stdlayouts.inc: comment out style LaTeX
1333
1334         * bind/menus.bind: comment out tex-mode
1335
1336 2001-07-06  Dekel Tsur  <dekelts@tau.ac.il>
1337
1338         * layouts/IEEEtran.layout: Add qed box at the end of proof.
1339
1340         * templates/IEEEtran.lyx: Use footnote instead of ERT in the
1341           author paragraph.
1342
1343 2001-07-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1344
1345         * examples/hu_splash.lyx: new file from László Zrubecz.
1346
1347 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1348
1349         * layouts/extletter.layout:
1350         * layouts/extreport.layout:
1351         * layouts/extbook.layout:
1352         * layouts/extarticle.layout: new files from Herbert Voss.
1353
1354         * bind/hu_menus.bind: removed.
1355
1356         * bind/pt_menus.bind:
1357         * bind/fi_menus.bind:
1358         * bind/de_menus.bind:
1359         * bind/menus.bind: fix M-s bindings to use LyX names for fonts and
1360         not GUI names.
1361
1362 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1363
1364         * CREDITS: add Michael Schmitt
1365
1366 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1367
1368         * examples/nl_MathLabeling.lyx:
1369         * examples/nl_multicol.lyx: new translations from Tino meinen.
1370
1371 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1372
1373         * CREDITS: update a bit
1374
1375         * ui/default.ui: make math align entries non-optional, move
1376         math-mutate stuff to Edit>Math.
1377
1378 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1379
1380         * ui/default.ui: add align options to edit_math menu.
1381
1382 2001-06-23  The LyX Project  <jug@sad.it>
1383
1384         * templates/dinbrief.lyx: remove obsolete \cursor tag
1385
1386 2001-06-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1387
1388         * tex/cv.cls:
1389         * layouts/cv.layout:
1390         * examples/cv.lyx: add class cv (version 1.5)
1391
1392 2001-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1393
1394         * bind/fr_menus.bind: removed
1395
1396 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1397
1398         * ui/default.ui: add a (commented out) entry for read-only
1399
1400 2001-06-12  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
1401
1402         * examples/aa_head.lyx:
1403         * examples/aa_paper.lyx: removed
1404
1405         * doc/LaTeXConfig.lyx.in:
1406         * examples/aa_sample.lyx:
1407         * layouts/aa.layout:
1408         * layouts/aapaper.inc:
1409         * layouts/aapaper.layout:
1410         * templates/aa.lyx: aa.layout is for the new version of the
1411         A&A document class, while aapaper.layout is for the older (and
1412         slightly incompatible) version.
1413
1414 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1415
1416         * doc/LaTeXConfig.lyx.in:
1417         * layouts/encts.layout: new textclass, from Reuben Thomas
1418
1419         * CREDITS: add Zvezdan Petkovic and Reuben Thomas
1420
1421 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1422
1423         * bind/xemacs.bind: allow asciitilde to be used with or without
1424         shift key
1425
1426 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1427
1428         * bind/latinkeys.bind: add some bindings for KP_ keys.
1429
1430 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1431
1432         * bind/latinkeys.bind: set quotedbl to quote-insert, set
1433         nobreakspace to protected-space-insert
1434
1435         * bind/emacs.bind: set C-j to break-paragraph, set C-t to
1436         chars-transpose.
1437
1438 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1439
1440         * kbd/european.kmap:
1441         * kbd/francais.kmap:
1442         * kbd/iso8859-15.cdef:
1443         * encodings: add iso8859-15 support.
1444
1445         * kbd/iso8859-1.cdef: cleanup
1446
1447 2001-05-22  Peter Suetterlin  <P.Suetterlin@astro.uu.nl>
1448
1449         * templates/aa.lyx: rename from aapaper.lyx
1450
1451         * layouts/aa.layout: rename from aapaper.layout
1452
1453         * examples/aa_head.lyx:
1454         * examples/aa_head.lyx: update
1455
1456 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1457
1458         * languages: change GUI name of portugues and brazil
1459
1460 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1461
1462         * bind/math.bind: add bindign for escape
1463
1464 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1465
1466         * configure.m4: detect cygwin, windvi and yap
1467
1468         * reLyX/acinclude.m4 :
1469         * reLyX/configure.in : OS/2 fixes
1470
1471 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1472
1473         * bind/latinkeys.bind: fixup more bindings.
1474
1475 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1476
1477         * bind/latinkeys.bind: fix typo
1478
1479 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1480
1481         * bind/latinkeys.bind: new file. bindings for latin1, latin2,
1482         latin3, latin4, latin8, latin9
1483
1484         * bind/emacs.bind: include latinkeys.bind
1485
1486         * bind/cua.bind: include latinkeys.bind
1487
1488 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1489
1490         * ui/default.ui: add FloatInsert and FloatListInsert
1491
1492 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1493
1494         * examples/eu_splash.lyx: update from Dooteo
1495
1496 2001-04-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1497
1498         * layouts/revtex4.layout: make sure the PACS, keywords and
1499         preprint come before \maketitle.
1500
1501 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1502
1503         * ui/default.ui: comment out some nonexistant operations
1504
1505 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1506
1507         * CREDITS: add Michael for the Gnome port
1508
1509 2001-03-24  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1510
1511         * ui/default.ui: add minipage item
1512
1513 2001-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1514
1515         * fr_AlignementDecimal.lyx:
1516         * fr_Macros_Math.lyx:
1517         * fr_MultiColonnes.lyx: new files from Adrien Rebollo.
1518
1519 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1520
1521         * layouts/linuxdoc.layout: add support for CDATA section in code.
1522
1523 2001-03-19  Kayvan A. Sylvan  <kayvan@sylvan.com>
1524
1525         * ui/default.ui: cleanup the entries for the NEW_INSETS changes.
1526
1527 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1528
1529         * CREDITS: add Edwin Leuven
1530
1531 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1532
1533         * ui/default.ui:
1534         * bind/<various>: update for file dialog change
1535
1536 2001-03-06  Chanop Silpa-Anan  <chanop@debian.org>
1537
1538         * encodings:
1539         * languages: add preliminary Thai support
1540
1541         * kbd/tis620-0.cdef: dummy cdef file
1542
1543 2001-03-06  Zvezdan Petkovic  <zvezdan@cs.wm.edu>
1544
1545         * encodings: add support for iso8859-5 and cp1251.
1546
1547         * languages: add serbian and serbocroatian.
1548
1549         * kbd/serbian.kmap:
1550         * kbd/serbocroatian.kmap: new files.
1551
1552 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
1553
1554         * reLyX/configure.in: become --with-version-suffix
1555
1556 2001-03-05  Adrien Rebollo  <Adrien.Rebollo@wanadoo.fr>
1557
1558         * examples/fr_*: renamed french example files in french.
1559
1560 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1561
1562         * templates/g-brief-de.lyx: fix typo.
1563
1564 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1565
1566         * reLyX/Makefile.am: fix uninstall
1567
1568         * reLyX/configure.in: --with-lyx-version
1569
1570 2001-02-26  José Matos  <jamatos@fep.up.pt>
1571
1572         * templates/docbook_template.lyx: removed.
1573         * templates/docbook_article.lyx: updated file, to replace the previous.
1574
1575         * templates/linuxdoctemplate.lyx: removed.
1576         * templates/linuxdoc_article.lyx: updated file, to replace the
1577         previous.
1578
1579 2001-02-11  José Matos  <jamatos@fep.up.pt>
1580
1581         * layouts/docbook.layout: chapter and part insertion are forbiden in
1582         article.
1583
1584 2001-02-26  Juergen Vigna  <jug@sad.it>
1585
1586         * ui/default.ui: added Custom-Export to export menu.
1587
1588 2001-02-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1589
1590         * bind/emacs.bind:
1591         * bind/xemacs.bind: add bookmark commands.
1592
1593 2001-02-07  Allan Rae  <rae@lyx.org>
1594
1595         * bind/emacs.bind:
1596         * bind/xemacs.bind: Someone forgot to do the other bind files when they
1597         changed the reference-back into a bookmark-goto. naughty naughty.
1598
1599 2001-02-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1600
1601         * kbd/thai-kedmanee.kmap: new Thai keymap, contributed by Chanop
1602         Silpa-Anan.
1603
1604 2001-02-03  Dekel Tsur  <dekelts@tau.ac.il>
1605
1606         * ui/default.ui: Add Edit->Math menu.
1607
1608 2001-02-02  John Levon  <moz@compsoc.man.ac.uk>
1609
1610         * Makefile.am: fix permissions on configure and configure.cmd
1611         (from Albert Chin)
1612
1613         * CREDITS: add Albert Chin
1614
1615 2001-02-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1616
1617         * bind/cua.bind: change the bookmark bindings to C-[123] and
1618         C-M-[123].
1619
1620 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1621
1622         * examples/fr_MathLabeling.lyx:
1623         * examples/fr_Minipage.lyx:
1624         * examples/fr_TableExamples.lyx: new translations from Adrien
1625         Rebollo.
1626
1627 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1628
1629         * ui/default.ui: Fix typos.
1630
1631 2001-01-28  José Matos  <jamatos@fep.up.pt>
1632
1633         * layouts/db_lyxmacros.inc
1634         * layouts/db_stdclass.inc
1635         * layouts/db_stdlayouts.inc
1636         * layouts/db_stdlists.inc
1637         * layouts/db_stdsections.inc
1638         * layouts/db_stdstarsections.inc
1639         * layouts/db_stdstruct.inc
1640         * layouts/db_stdtitle.inc: new files with modular support
1641         for docbook.
1642
1643         * layouts/docbook-chapter.layout
1644         * layouts/docbook-section.layout: new files, useful for
1645         document inclusion.
1646
1647         * layouts/docbook.layout
1648         * layouts/docbook-book.layout: updated to use the modular support.
1649
1650 2001-01-28  Dekel Tsur  <dekelts@tau.ac.il>
1651
1652         * bind/cua.bind: Add bindings for bookmarks.
1653
1654         * ui/default.ui: Move the Bookmarks submenu to the Navigate menu.
1655
1656 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1657
1658         * ui/default.ui: Add Edit->Bookmarks menu.
1659
1660 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1661
1662         * ui/default.ui: change "Insert>Figure" to "Insert>Graphics",
1663         shorten Insert>Floats>" entries.
1664
1665 2001-01-26  Volodymyr M . Lisivka  <lvm_ukr@yahoo.com>
1666
1667         * kbd/koi8-u.kmap: new file.
1668
1669         * encodings: add koi-8u encoding.
1670
1671         * languages: update ukrainian entry
1672
1673 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1674
1675         * CREDITS: update Tino Meinen address.
1676
1677 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1678
1679         * examples/fr_ItemizeBullets.lyx: new translation.
1680
1681         * examples/fr_splash.lyx:
1682         * examples/fr_exemple_lyxifie.lyx:
1683         * examples/fr_exemple_brut.lyx: updated.
1684
1685         * bind/cua.bind: change C-k from font-noun to line-delete-forward.
1686
1687 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1688
1689         * configure.m4: Add a check for dvipdfm.
1690
1691 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1692
1693         * Makefile.am: make configure and configure.cmd installed
1694           by hand, to avoid name changes when --with-lyx-suffix
1695           is used.
1696
1697         * configure:
1698         * configure.m4: support --with-lyx-suffix for the lyxrc.defaults
1699           reLyX and noweb2lyx scripts
1700
1701         * reLyX/configure.in: support --with-lyx-suffix
1702
1703 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1704
1705         * ui/default.ui: Add Navigate->Refs
1706
1707 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1708
1709         * images/banner.xpm: revert to the cucumberless banner.
1710
1711 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1712
1713         * languages: Add extra_options field. It is used to fix the ~n
1714         problem with Spanish.