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