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