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