]> git.lyx.org Git - features.git/blob - src/insets/ChangeLog
Define InsetCommand::localDispatch and use it for LFUN_REF_APPLY.
[features.git] / src / insets / ChangeLog
1 2003-02-26  Angus Leeming  <leeming@lyx.org>
2
3         * insetcommand.[Ch] (localDispatch): new method.
4
5 2003-02-26  Angus Leeming  <leeming@lyx.org>
6
7         * insetinclude.C (draw): cache the BufferView* using cache not
8         PreviewImpl::setView
9
10 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
11
12         * insetgraphics.C (draw)
13         * insetinclude.C (draw): Eliminate also the other argument (owner 
14         inset inset) in the call to PreviewImage::image
15
16 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
17
18         * insetgraphics.C (draw)
19         * insetinclude.C (draw): Eliminate Buferview argument in call to
20         PreviewImage::image
21
22 2003-02-25  John Levon  <levon@movementarian.org>
23
24         * insetgraphicsParams.h:
25         * insetgraphics.C: don't start a load process if
26           the inset is set to NoDisplay (bug #920)
27
28 2003-02-22  John Levon  <levon@movementarian.org>
29
30         * insetfloat.C:
31         * insetwrap.C: TocItem changed API (bug 913)
32
33 2003-02-21  Angus Leeming  <leeming@lyx.org>
34
35         * insetcollapsable.[Ch] (cache, edit):
36         * insetbutton.[Ch] (cache, edit): new methods to cache the
37         BufferView in the draw method.
38
39         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
40         simplify comunication between InsetCommand-derived classes and
41         the Dialogs.
42
43         * insetbibitem.[Ch]:
44         * insetbibtex.[Ch]:
45         * insetcite.[Ch]:
46         * inseterror.[Ch]:
47         * insetfloatlist.[Ch]:
48         * insetindex.[Ch]:
49         * insetref.[Ch]:
50         * insettoc.[Ch]:
51         * inseturl.[Ch]: small changes to reflect the new interface to the
52         Dialogs code.
53
54         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
55         other, similar classes.
56
57         * Makefile.am: add new files.
58
59 2003-02-21  Angus Leeming  <leeming@lyx.org>
60         
61         * updatableinset.h (setView, view): remove.
62         * inset.h (view, cache): to be replaced by these.
63
64         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
65         insetbibtex.[Ch]:
66
67         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
68         insetbibtex.[Ch].
69
70         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
71
72 2003-02-21  Allan Rae  <rae@lyx.org>
73
74         * insetinclude.C (loadIfNeeded): ensure loading also works when
75         child document is under version control.
76
77 2003-02-17 André Pönitz <poenitz@gmx.net>
78         
79         * insetbib.[Ch]: Adjust access to bibkeys
80
81 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
82
83         * insetquotes.C (dispString): remove use of acute accent for "'"
84         right quote.
85
86 2003-02-14  John Levon  <levon@movementarian.org>
87
88         * insettabular.C: changed method names in tabular.C
89
90 2003-02-14  John Levon  <levon@movementarian.org>
91
92         * inset.h:
93         * inset.C:
94         * insetcollapsable.h:
95         * insetcollapsable.C:
96         * insettabular.h:
97         * insettabular.C:
98         * insettext.h:
99         * insettext.C: remove unused getParFromID()
100
101 2003-02-13  John Levon  <levon@movementarian.org>
102
103         * insettext.h:
104         * insettext.C: remove unused beginningofMainBody()
105
106 2003-02-08  John Levon  <levon@movementarian.org>
107
108         * inset.h:
109         * inset.C:
110         * insetcollapsable.h:
111         * insetcollapsable.C:
112         * insettabular.h:
113         * insettabular.C:
114         * insettext.h:
115         * insettext.C:
116           add nextChange(). Make allowSpellcheck() const. Add markErased().
117
118         * insetert.C: ignore deleted text
119
120         * insettabular.C: make sure to keep change  tracking working
121           properly.
122
123 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
124
125         * insetert.C:
126         * insetgraphics.C:
127         * insettabular.C:
128         * insettext.C: Use error messages with identical spelling and punctuation
129
130 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
131
132         * insetgraphics.C (draw, width): Fix spacing around graphics inset
133
134 2002-12-17  Juergen Vigna  <jug@lyx.org>
135
136         * insettext.C (localDispatch): hopefully fixed cursor up down
137         movement on leaving other insets.
138
139 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
140
141         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
142         and the like.
143
144 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
145
146         * insetgraphics.C (prepareFile): do not remove the extension of
147         the file name if it is not the default extension for the given
148         format (that is, in latex output, remove extension from foo.eps,
149         but not from foo.epsi)
150
151 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
152
153         * insettext.C (lfunMouseRelease): hackish solution to the "double
154         menu open" bug
155
156 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
157
158         * insetfloat.C (addToToc): use the floats name not its type
159         * insetwrap.C (addToToc): ditto
160
161 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
162
163         * insetnote.C (init): make label font smaller
164
165 2002-12-04  John Levon  <levon@movementarian.org>
166
167         * insetinclude.C: ressurect setting of command name
168
169 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
170
171         * insetquotes.C (dispString): disambiguate insert call
172
173 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
174
175         * several files: ws changes
176
177 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
178
179         * insetquotes.C (dispString): use string::insert for prepending a
180         char.
181
182 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
183
184         * insetparent.C (getScreenLabel): use boost::format
185
186         * insetgraphics.C (prepareFile): use boost::format
187         (ascii): ditto
188
189         * insetfloatlist.C (latex): use boost::format
190
191         * insetcaption.C (draw): use boost::format
192
193 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
194
195         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
196         columns.
197
198 2002-11-20  Juergen Vigna  <jug@sad.it>
199
200         * insettabular.C (resetPos): temporary fix for endless loop in
201         this function on a redraw.
202
203 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
204
205         * insettabular.C (copySelection): STRCONV
206
207         * insetinclude.C (uniqueID): STRCONV
208         (latexString): ditto
209
210         * insetgraphics.C: put VersionNumber inside anon namespace
211         (createLatexOptions): STRCONV
212
213         * insetcommandparams.C: include config.h
214
215 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
216
217         * insetgraphicsParams.C (Write): use lyx::float_equal.
218         Write height data correctly.
219         (Read): zero scale when reading height data.
220
221 2002-10-30  John Levon  <levon@movementarian.org>
222
223         * insetfloat.C (addToTOC): recursively traverse all
224           contents looking for captions (fix #568)
225
226 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
227
228         * insetexternal.C (doSubstitution): do not try to replace
229         environment variables, this is done when executing the command
230
231 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
232
233         * insetexternal.C (doSubstitution): change order of substitution
234         to work around ReplaceEnvironmentPath brokenness
235
236 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
237
238         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
239
240         * insetgraphicsParams.C (init, Write): associated changes
241         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
242         InsetGraphicsParams::scale.
243
244 2002-10-21  John Levon  <levon@movementarian.org>
245
246         * inset.h: remove unused DISPATCH_RESULT
247
248         * insettext.C: sgml open/close tag now in sgml namespace
249
250 2002-10-21  Angus Leeming  <leeming@lyx.org>
251
252         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
253         file path subdir/fig.eps when pasting it into a buffer in a different
254         directory.
255
256 2002-10-16  John Levon  <levon@movementarian.org>
257
258         * insetspecialchar.C: remove \\protected_separator parsing
259
260 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
261
262         * insetquote.C: fix LaTeX output of quotation marks.
263
264 2002-10-14  Juergen Vigna  <jug@sad.it>
265
266         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
267         Backspace functions which confused the Undo handling.
268
269 2002-10-09  Angus Leeming  <leeming@lyx.org>
270
271         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
272         BufferView::dispatch that turns off this optimisation when a new inset
273         is inserted.
274
275         * insetcite.C (getNatbibLabel): correct logic of when and when not to
276         reload the BibTeX keys.
277
278 2002-10-11 André Pönitz <poenitz@gmx.net>
279
280         * insettext.h: handle LFUN_PRIOR/NEXT
281
282 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
283
284         * insetfloat.C: fix bug with float settings
285         (document default != float default).
286
287 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
288
289         * insetwrap.C (addToToc): New method.
290         (InsetWrap): Set layout to caption.
291
292 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
293
294         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
295
296 2002-09-16  John Levon  <levon@movementarian.org>
297
298         * insettabular.h: hasSelection() needs to be public
299
300 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
301
302         * insetgraphicsParams.C: use empty string as default for rotateOrigin
303
304 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
305
306         * insetgraphicsParams.C: use empty string as default for rotateOrigin
307
308 2002-09-11  André Pönitz <poenitz@gmx.net>
309
310         * insettabular.C: implement LFUN_WORDSEL
311
312 2002-09-10  John Levon  <levon@movementarian.org>
313
314         * insetinclude.h: remove unused param
315
316 2002-09-09  John Levon  <levon@movementarian.org>
317
318         * insetinclude.h:
319         * insetinclude.C: remove noload, default to input
320
321 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
322
323         * insetgraphics.C: disfuscated use of ']' in built output string.
324
325 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
326
327         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
328
329 2002-08-29  Juergen Vigna  <jug@sad.it>
330
331         * insettabular.C (lfunMousePress): Pay attention where you set
332         the x/y values as they depend on which inset in the tabular is
333         actually locked. So you surely have to reset them if you (un)lock
334         a inset!
335
336 2002-08-29  André Pönitz <poenitz@gmx.net>
337
338         * insetfootlike.h: rename include guard to ALL CAPS
339
340         * insettext.C: swap object and first parameter for checkInsetHit calls
341           as this functions has moved from BufferView to LyXText
342
343
344 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
345
346         * insetgraphicsParams.C: remove local displayTranslator and use
347         the one from graphics/GraphicsTypes.h.
348
349 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
350
351         * insetfloat.C (wide): add BufferParams parameter
352
353         * insetfloatlist.C (read):
354         (latex):
355         (getScreenLabel):
356         * insetfloat.C (latex):
357         (floatname):
358         * insetcaption.C (draw): use LyXTextClass::floats()
359
360 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
361
362         * insetoptarg.h: add std:: qualifier.
363
364 2002-08-26  Juergen Vigna  <jug@sad.it>
365
366         * insettext.C (localDispatch): ditto.
367
368         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
369
370 2002-08-25  John Levon  <levon@movementarian.org>
371
372         * inseturl.C: elide long URLs (bug 404)
373
374 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
375
376         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
377         remove "Format Version <version_no.>" string from inset header
378
379         * insetgraphics.C:
380         * insetgraphicsParams.[Ch]: Implement new graphics dialog
381
382         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
383         a member of "grfx::Params" anymore.
384
385         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
386
387 2002-08-24  John Levon  <levon@movementarian.org>
388
389         * insetoptarg.h:
390         * insetoptarg.C: ws, pedantry ...
391
392 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
393
394         * insettext.C (collapseParagraphs): pasteParagraph now in global
395         scope
396         (appendParagraphs): ditto
397
398 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
399
400         * insetcite.C (latex): Remove spaces only after commmas.
401
402 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
403
404         * insettext.C: remove NO_COMPABILITY stuff
405
406 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
407
408         * insettext.C (edit): use ParagraphList iterators
409
410         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
411         (bibitemWidest): ditto
412
413 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
414
415         * insettext.C: include <boost/bind.hpp>
416         add using std::for_each
417         (saveLyXTextState): use ParagraphsList::iterator
418         (init): use for_each on paragraphlist iterators
419         (InsetText): remove superflous setting cached_bview to 0
420         (latex): reformat a bit
421         (ascii): use paragraphlist iterators
422         (validate): use for_each + boost bind
423         (getLabelList): use paragraphlist iterators
424         (deleteLyXText): use for_each + boost::bind
425         (resizeLyXText): ditto
426         (reinitLyXText): ditto
427         (removeNewlines): use paragraphlist iterators
428         (getParFromID): ditto
429         (paragraph): use for_each + boost::bind
430         (getInsetFromID): use paragraphlist iterators
431         (getLabelList): typo fix
432
433 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
434
435         * insettext.C (read): assign tmp to paragraphs after return from
436         call to parseSingleLyXformat2Token
437
438
439 2002-08-13  Angus Leeming  <leeming@lyx.org>
440
441         * insetbib.C:
442         * insetcite.C:
443         * inseterror.C:
444         * insetert.C:
445         * insetexternal.C:
446         * insetfloat.C:
447         * insetfloatlist.C:
448         * insetgraphics.C:
449         * insetinclude.C:
450         * insetindex.C:
451         * insetminipage.C:
452         * insetparent.C:
453         * insetref.C:
454         * insettabular.C:
455         * insettext.C:
456         * insettoc.C:
457         * inseturl.C:
458         changes due to the changed LyXView interface that now returns references
459         to member variables not pointers.
460
461 2002-08-13  Angus Leeming  <leeming@lyx.org>
462
463         * inset.h:
464         * insetcollapsable.h:
465         * insetert.h:
466         * insettabular.h:
467         * insettext.h: forward-declare WordLangTuple
468         (selectNextWordToSpellcheck) constify return type.
469
470         * inset.C:
471         * insetcollapsable.C:
472         * insetert.C:
473         * insettabular.C:
474         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
475
476 2002-08-12  Angus Leeming  <leeming@lyx.org>
477
478         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
479
480 2002-08-12  Juergen Vigna  <jug@sad.it>
481
482         * insetcollapsable.C (edit): ignore if entered when pressing mouse
483         button 3.
484
485 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
486
487         * insetbib.C (bibitemMaxWidth): ParagraphList changes
488         (bibitemWidest): ditto
489         * insettext.[Ch]: ditto
490
491 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
492
493         * insettext.C, insetert.C: use Paragraph::empty where appropriate
494
495 2002-08-09  Angus Leeming  <leeming@lyx.org>
496
497         * insetinclude.C (latexString): remove fudge now that I've found out
498         how to enable LaTeX to find the file using input@path.
499
500 2002-08-09  John Levon  <levon@movementarian.org>
501
502         * insettext.h:
503         * insettext.C: remove unused xpos
504
505 2002-08-07  Juergen Vigna  <jug@lyx.org>
506
507         * insettabular.C (localDispatch): make delete not put the stuff
508         in the clipboard only do this on a cut operation.
509
510         * insettext.C (localDispatch): make delete and backspace not put
511         selected stuff to the clipboard.
512
513 2002-08-07  André Pönitz <poenitz@gmx.net>
514
515         * inset.[Ch]:
516         * insetcollapsable.[Ch]:
517         * insetert.[Ch]:
518         * insetparent.[Ch]:
519         * insetref.[Ch]:
520         * insettabular.[Ch]:
521         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
522
523 2002-08-06  John Levon  <levon@movementarian.org>
524
525         * inset.h:
526         * inset.C:
527         * insetcollapsable.h:
528         * insetcollapsable.C:
529         * insetert.h:
530         * insetert.C:
531         * insettabular.h:
532         * insettabular.C:
533         * insettext.h:
534         * insettext.C: use WordLangTuple for spellcheck
535
536 2002-08-06  Angus Leeming  <leeming@lyx.org>
537
538         * insetinclude.C: add a monitor to the previewed image, so that the
539         image is refreshed if the \input-ed file changes.
540
541 2002-08-04  John Levon  <levon@movementarian.org>
542
543         * inset.h:
544         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
545
546 2002-08-02  Angus Leeming  <leeming@lyx.org>
547
548         * insetcommandparams.[Ch] (preview): new methods returning and setting
549         a new bool preview_ flag.
550         (read): read this flag.
551         (operator==): add flag to check.
552
553         * insetinclude.C (write): output new preview() flag.
554         (previewWanted): use this flag.
555
556 2002-08-02  Angus Leeming  <leeming@lyx.org>
557
558         * insetcollapsable.[Ch] (addPreview):
559         * insettabular.[Ch] (addPreview):
560         * insettext.[Ch] (addPreview): new methods. Can now generate previews
561         for insets in insets.
562
563 2002-08-02  Angus Leeming  <leeming@lyx.org>
564
565         * insetcite.C: fix typo.
566
567         * insetgraphics.C: kill current_view and instead cache the BufferView
568         as a weak_ptr.
569
570         * insetinclude.C: kill current_view and pass the BufferView to the
571         PreviewedInset so that it can cache it.
572
573 2002-08-01  Angus Leeming  <leeming@lyx.org>
574
575         * inset.h (generatePreview): renamed as addPreview.
576         (generatePreview): new method. Allows code to be moved out of
577         math_nestinset.C and into the new PreviewedInset class.
578
579         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
580         add previews to the inset when \input-ing LaTeX.
581
582 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
583
584         * several files: strip,frontStrip -> trim,ltrim,rtrim
585
586 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
587
588         * insetbib.C (latex): modify because of strip changes
589         (getKeys): ditto
590         * insetnote.C (InsetNote): ditto
591
592 2002-07-26  Juergen Vigna  <jug@sad.it>
593
594         * insettabular.C (searchForward): check for lastcell if we
595         had a locking inset.
596
597 2002-07-25  Juergen Vigna  <jug@sad.it>
598
599         * insettabular.C (insetMotionNotify): Don't update the screen
600         if we didn't do nothing.
601         (searchForward): last cell was not checked.
602
603 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
604
605         * insetfloat.C (read, write): Allow default placement
606         (floatPlacement_ is empty).
607
608 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
609
610         * insetminipage.h (noFontChange):
611         * insettabular.h (noFontChange):
612         * insetfootlike.h (noFontChange):
613         * insetfloat.h (noFontChange): return true
614
615         * inset.h (noFontChange): new method, defaulting to false
616
617 2002-07-22  Herbert Voss  <voss@lyx.org>
618
619         * insetgraphicsParams.[Ch]: support size_type for old docs
620
621 2002-07-22  Herbert Voss  <voss@lyx.org>
622
623         * insetgraphics.C:
624         * insetgraphicsParams.[Ch]: change size_type to size_kind and
625         other small changes
626
627 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
628
629         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
630
631         * insetlatexaccent.h: do not include "lyxlex.h"
632
633         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
634
635         * insetquotes.C:
636         * insetlatexaccent.C:
637         * insetgraphics.C:
638         * insetexternal.C:
639         * insetert.C:
640         * insetbib.C: #include "lyxlex.h"
641
642         * insetinclude.C:
643         * insetfloat.C:
644         * insetert.C:
645         * insetbib.C:
646         * insettext.C: use BufferParams::getLyXTextClass
647
648
649         * insetfloat.C (addToToc): new method. Add to toclist the entries
650         corresponding to Caption layouts
651         (InsetFloat): when creating a new float, set the layout to "Caption"
652
653 2002-07-21  Herbert Voss  <voss@lyx.org>
654
655         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
656         image relevant part into graphics/GraphicsImgae.C
657
658 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
659
660         * insettoc.C (ascii):
661         * insetfloatlist.C (ascii): change to use the new Toc functions
662         instead of stuff that was in Buffer
663
664 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
665
666         * insettext.C (localDispatch): BufferView::Dispatch has been
667         renamed to BufferView::dispatch
668
669 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
670
671         * insetgraphicsParams.C (as_grfxParams): use the new
672         keepLyXAspectRatio parameter. Note that this is an adaptation of a
673         1.2.0 patch, and I do not really know how to adapt it to the new
674         grfx::Cache world. Angus, please could you have a look?
675
676 2002-05-01  Herbert Voss  <voss@lyx.org>
677
678         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
679
680 2002-07-18  Angus Leeming  <leeming@lyx.org>
681
682         * insetgraphics.C: clean-up comments (from Herbert).
683         add a new checksum variable to the cache. Use it in PrepareFile.
684         (draw): start monitoring the file for a change.
685         (prepareFile): re-arrange a little to avoid unnecessary steps.
686
687 2002-07-17  Angus Leeming  <leeming@lyx.org>
688
689         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
690         a method rather than to the signal directly.
691
692 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
693
694         * insettext.C: use view_state_changed, switchKeyMap
695
696 2002-07-17  Herbert Voss  <voss@perce.de>
697
698         * insetgraphics.C (prepareFile): keep the extension when
699         exporting to nice file
700
701 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
702
703         * insetcite.C (getNatbibLabel):
704         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
705
706 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
707
708         * insetgraphics.C: use ->isDrawable()
709
710 2002-07-12  Angus Leeming  <leeming@lyx.org>
711
712         * insetgraphics.C: use the new smart loading capabilities of the image
713         loader.
714
715 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
716
717         * insettabular.C (edit): Move into correct cell when entering a
718         tabular in
719
720         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
721         RTL paragraphs.
722
723 2002-07-05  Angus Leeming  <leeming@lyx.org>
724
725         * inset.h (generatePreview): new virtual method.
726
727 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
728
729         * insetcommandparams.[Ch] (operator=): move out of class
730         (operator!): move out of class
731
732 2002-07-04  André Pönitz <poenitz@gmx.net>
733
734         * insetcommandparams.[Ch]: new files
735
736         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
737
738 2002-06-15  Herbert Voss  <voss@perce.de>
739
740         * insetgraphics.C (prepareFile): bugfix; return always
741         files without extension
742
743 2002-06-28  Angus Leeming  <leeming@lyx.org>
744
745         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
746         rename asGParams -> as_grfxParams.
747
748         * insetgraphics.C: reflect above change.
749
750 2002-06-26  Angus Leeming  <leeming@lyx.org>
751
752         * insetgraphics.h: use boost::scoped_ptr in preference to
753         std::auto_ptr.
754
755 2002-06-26  Angus Leeming  <leeming@lyx.org>
756
757         * insetgraphics.C: moved the image loading stuff into a new class
758         grfx::Loader. Simplifies this file enormously.
759
760         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
761
762         * insetgraphicsParams.C: changes aassociated with moving
763         grfx::DisplayType out of grfx::GParams.
764
765 2002-06-26  André Pönitz <poenitz@gmx.net>
766
767         * insetgraphics.C: use os::external_path where necesaary according to a
768         patch from Claus Hentschel)
769
770 2002-06-25  Angus Leeming  <leeming@lyx.org>
771
772         * insetgraphics.[Ch]: The inset now assumes the responsibility for
773         generating a pixmap once the graphics file is loaded into memory.
774         The current_view ugliness that was in grfx::ModifiedImage has been
775         moved here now that grfx::ModifiedImage is no more.
776
777 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
778
779         * insettext.C: layout as layout
780
781 2002-05-28  André Pönitz <poenitz@gmx.net>
782
783         * insetfloatlist.h: remove source of compiler warning
784
785         * insetref.C: tiny whitespace
786
787 2002-06-15  Herbert Voss  <voss@perce.de>
788
789         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
790         and take always convert when no userdefined converter was
791         found
792         (latex) small changes in the lyxerr output
793
794 2002-06-15  LyX Development team <lyx@rilke>
795
796         * inset*.[Ch] (docbook): Added new argument to take the pernicious
797         mixed content. Small white spaces clean.
798
799 2002-06-14  Angus Leeming  <leeming@lyx.org>
800
801         * inseetexternal.C: remove the using std::difftime declaration.
802
803 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
804
805         * insetquotes.C: change lyxfont::draw to font_metrics::draw
806
807 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
808
809         * insetquotes.C (draw): fix drawing of double quotes
810
811 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
812
813         * insettabular.C: s/scrollCB/scrollDocView/
814
815 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
816
817         * insettext.C: change of topCursorVisible()
818           prototype
819
820 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
821
822         * insettext.h:
823         * insettext.C: rename/change of LyXScreen
824
825 2002-06-07  Angus Leeming  <leeming@lyx.org>
826
827         Fixes needed to compile with Compaq cxx 6.5.
828         * insetexternal.C:
829         all c-library variables have been moved into namespace std.
830         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
831
832 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
833
834         * insetinclude.C (uniqueID):
835         * insetgraphics.C (uniqueID): renamed from unique_id, since this
836         conflicted with some AIX headers.
837
838 2002-05-31  Juergen Vigna  <jug@sad.it>
839
840         * insetert.C (get_new_label): add '...' for multi-paragraph ert
841         insets too
842         (update) new method
843
844 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
845
846         * insetexternal.C (clone): fix () bug when using new
847         (updateExternal): don't only look for difftime in global scope
848
849 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
850
851         * insettabular.C: add const
852
853 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
854
855         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
856         file name, in case there are weird characters like ',' in there.
857         (bug #407)
858
859 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
860
861         * switch from SigC signals to boost::signals.
862
863 2002-05-28  André Pönitz <poenitz@gmx.net>
864
865         * insets/insetgraphicsParams.[Ch]:
866           put in inset related stuff from src/graphic
867
868 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
869
870         * inset.C:
871         * inset.h:
872         * insetbib.C:
873         * insetbib.h:
874         * insetcite.h:
875         * insetcite.C:
876         * insetcollapsable.C:
877         * insetcollapsable.h:
878         * inseterror.C:
879         * inseterror.h:
880         * insetert.C:
881         * insetert.h:
882         * insetexternal.C:
883         * insetexternal.h:
884         * insetfloatlist.C:
885         * insetfloatlist.h:
886         * insetgraphics.C:
887         * insetgraphics.h:
888         * insetinclude.C:
889         * insetinclude.h:
890         * insetindex.C:
891         * insetindex.h:
892         * insetlabel.C:
893         * insetlabel.h:
894         * insetparent.C:
895         * insetparent.h:
896         * insetref.C:
897         * insetref.h:
898         * insettabular.C:
899         * insettabular.h:
900         * insettext.C:
901         * insettext.h:
902         * insettoc.C:
903         * insettoc.h:
904         * inseturl.C:
905         * inseturl.h: use mouse_state. Kill insetKeyPress
906
907 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
908
909         * insetbib.C:
910         * insetbutton.C:
911         * insetcaption.C:
912         * insetcollapsable.C:
913         * inseterror.C:
914         * insetgraphics.C:
915         * insetlatexaccent.C:
916         * insetquotes.C:
917         * insetspecialchar.C:
918         * insettabular.C:
919         * insettext.C: name change for font metrics
920
921 2002-05-24  Juergen Vigna  <jug@sad.it>
922
923         * insetgraphics.h: include inset.h first (for LString.h)
924
925 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
926
927         * insettext.C: screen moved
928
929 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
930
931         * insetbib.C:
932         * insetcite.C:
933         * inseterror.C:
934         * insetert.C:
935         * insetexternal.C:
936         * insetfloat.C:
937         * insetfloatlist.C:
938         * insetgraphics.C:
939         * insetinclude.C:
940         * insetindex.C:
941         * insetminipage.C:
942         * insetparent.C:
943         * insetref.C:
944         * insettabular.C:
945         * insettext.C:
946         * insettoc.C:
947         * inseturl.C: LyXView moved into frontends/
948
949 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
950
951         * inset.C:
952         * insetbutton.C:
953         * insetcaption.C:
954         * insetcollapsable.C:
955         * insetcommand.C:
956         * inseterror.C:
957         * insetgraphics.C:
958         * insetgraphicsParams.C:
959         * insetlatexaccent.C:
960         * insetquotes.C:
961         * insetspecialchar.C:
962         * insettabular.C:
963         * insettext.C: move Painter to frontends/
964
965 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
966
967         * insettabular.h: use more specific smart_ptr header.
968         * insettext.h: ditto
969
970         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
971         (draw): ditto
972
973 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
974
975         * insettext.C: clear selection on paste (bug 393)
976
977 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
978
979         * insettext.C (latex): Honor the moving_arg argument.
980
981 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
982
983         * insetfoot.C (latex): if a footnote is in a title layout, then it
984         is a \thanks. And then, its contents is a moving argument.
985
986 2002-05-14  Juergen Vigna  <jug@sad.it>
987
988         * insetcollapsable.C (InsetCollapsable): forgot to initialize
989         first_after_edit.
990
991 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
992
993         * Insetcite.C (getNatbibLabel): don't disable natbib label support
994         when using options "Full author list" or "Upper case".
995
996 2002-05-14  Herbert Voss  <voss@perce.de>
997
998         * insetgraphics.C (prepareFile): allow files with same name
999         in different dirs
1000         (readFigInset): set the flags from old figinset in the right
1001         manner
1002         (findTargetFormat): more comments
1003
1004 2002-05-14  Juergen Vigna  <jug@sad.it>
1005
1006         * insettext.C (edit): tell checkAndActivateInset() that we don't
1007         have a button press.
1008         (checkAndActivateInset): if button < 0 we don't have a button press
1009         on the inset and os we won't call edit on it if it's not a Highly
1010         editable inset (then we have to enter it).
1011
1012 2002-05-13  Juergen Vigna  <jug@sad.it>
1013
1014         * insetcollapsable.C (insetButtonRelease): returned wrong return
1015         value.
1016
1017 2002-05-09  Juergen Vigna  <jug@sad.it>
1018
1019         * insetcollapsable.C (edit): first_after_edit should only be
1020         set to true if we enter this inset and it was collapsed so we
1021         open it up. This is needed to reclose it after a search/replace
1022         or spellcheck function opened it and was negative.
1023
1024 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
1025
1026         * insetfloat.C (latex): Return correct value.
1027
1028 2002-05-04  Herbert Voss  <voss@perce.de>
1029
1030         * InsetgraphicsParams.C (read): fix bug with WH
1031
1032 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1033
1034         * insetfloat.C (latex): More sensible latex output
1035         (fix the problem with endfloat).
1036
1037 2002-05-02  José Matos  <jamatos@fep.up.pt>
1038
1039         * insetgraphics.C (validate): acess params as everyone else.
1040
1041 2002-05-03  Juergen Vigna  <jug@sad.it>
1042
1043         * insettabular.C (fitInsetCursor): recalculate the cursor position
1044         if I request it.
1045
1046 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
1047
1048         * InsetgraphicsParams.[Ch]: whitespace.
1049
1050 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1051
1052         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
1053         float type do not exist.
1054
1055 2002-04-28  Herbert Voss  <voss@perce.de>
1056
1057         * insetgraphics.C (latex): fix bug with missing file-extension.
1058         LaTeX still allows a missing "eps" or "ps".
1059
1060 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1061
1062         * insetfloat.C (c-tor, wide): translate the name of the float.
1063
1064 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1065
1066         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
1067         when using natbib and make it work efficiently. Must emphasise that the
1068         real work is Herbert's.
1069
1070 2002-04-23  Herbert Voss  <voss@perce.de>
1071
1072         * insetgraphic.C (prepareFile): fix bug with overwriting and
1073         deleting an existing *.eps-file in the doc-dir
1074
1075 2002-04-23  Juergen Vigna  <jug@sad.it>
1076
1077         * insettabular.C (drawCellSelection): fix off by 1 error.
1078
1079 2002-04-22  Juergen Vigna  <jug@sad.it>
1080
1081         * insettabular.C (setFont): rewoke full selection if it was asked,
1082         after we changed all we had to change.
1083
1084         * insettext.C (insetUnlock): code was uninitialized in some situations.
1085
1086 2002-04-19  Herbert Voss  <voss@perce.de>
1087
1088         * insetgraphic.C (prepareFile): return filename without
1089         extension if we only export without compiling
1090
1091 2002-04-19  Juergen Vigna  <jug@sad.it>
1092
1093         * insettext.C (draw): call a fullRebreak on the row where we had a
1094         change and reset the cursor and selection-cursors.
1095
1096         * insettabular.C (insetUnlock):
1097         (insetButtonPress): call an update before setting the_locking_inset = 0
1098         as otherwise we don't repaint!
1099         (update): reset the cursor position when we changed dimensions as
1100         otherwise our cursor may be on the wrong spot.
1101
1102 2002-04-18  Juergen Vigna  <jug@sad.it>
1103
1104         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
1105         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
1106         redraw otherwise we won't redraw.
1107
1108         * insettext.C (draw): fixed the setting of LyXText::first_y it was
1109         not really right before, but I only discovered this with the last
1110         changes to Page up/down.
1111
1112 2002-04-17  Juergen Vigna  <jug@sad.it>
1113
1114         * insettext.C (checkAndActivateInset): simplified as we now have the
1115         edit(bv, bool) call.
1116
1117         * insettext.h: changed behind variables to front variables to be
1118         equal to the one in the edit call (as it is for that they are used).
1119
1120 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1121
1122         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
1123         not output anything at all!
1124
1125 2002-04-16  Juergen Vigna  <jug@sad.it>
1126
1127         * insettabular.C (insetButtonPress):
1128         (insetUnlock): call a redraw on unlocking the cell inset.
1129
1130         * insettext.C (insetButtonPress): same as below.
1131         (lockInset): new function to set initial values when inset should
1132         be locked.
1133         (insetButtonPress): use above function.
1134         (insetUnlock): don't force a repaint only set the updateStatus. The
1135         outside world should repaint if it thinks it should be done!
1136
1137         * insettabular.C (insetButtonPress): init values if not set as locked
1138         as we are locked if someone presses on us and don't call the edit()
1139         call of the InsetText to lock it do it as BufferView does it!
1140
1141         * inset.h (insetInInsetY): make func const and return an int.
1142         * insettext.C:
1143         * insettabular.C:
1144         * insetcollapsable.C: adapt the above changed function.
1145
1146 2002-04-15  Juergen Vigna  <jug@sad.it>
1147
1148         * insettext.C (getCursorPos): return relative position as to be able
1149         to give them directly to the edit() call.
1150         (edit): we have to set also x_fix as it is not set inside the
1151         setCursorFromCoordinates call!
1152         (insetMotionNotify): ditto.
1153
1154 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1155
1156         * insetbib.C (getKeys): strip leading '\t's from the line too.
1157         With thanks to Henry Pfister <hpfister@ucsd.edu>.
1158
1159 2002-04-12  Juergen Vigna  <jug@sad.it>
1160
1161         * insettext.h: added cix() helper function and use it where appropriate
1162
1163 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1164
1165         * insetgraphics.C (prepareFile): fix bug when graphics is a
1166         relative path
1167
1168 2002-04-12  Juergen Vigna  <jug@sad.it>
1169
1170         * insettext.C (insertInset): remove unneeded code!
1171         (updateLocal): fitCursor() fixes.
1172         (collapseParagraphs): fix a possible problem when having a selection
1173         and collapsing the paragraphs.
1174
1175 2002-04-08  Herbert Voss  <voss@perce.de>
1176
1177         * insetgraphic.C (write): write the rotating angle as
1178         a float as is. test only for != 0.0
1179
1180 2002-04-11  Juergen Vigna  <jug@sad.it>
1181
1182         * insettext.C: new function ciy() and use it for setting inset_y.
1183
1184         * insetert.C (draw): fix the x return for collapsed version.
1185
1186 2002-04-07  Herbert Voss  <voss@perce.de>
1187
1188         * insetgraphic.C (readFigInset): fix bug with subcaption and
1189         rotating
1190
1191 2002-04-08  Herbert Voss  <voss@lyx.org>
1192
1193         * insetgraphicsparam.C: forgot special option and delete old
1194         1.2.0 stuff
1195
1196 2002-04-05  Juergen Vigna  <jug@sad.it>
1197
1198         * insettext.C (localDispatch): make a CURSOR update if we inserted
1199         a character.
1200
1201 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1202
1203         * insetfloatlist.C (getScreenLabel):
1204         (latex): use Floating::listName
1205         (validate): new method
1206
1207 2002-04-03  José Matos  <jamatos@fep.up.pt>
1208
1209         * insetlabel.C (docbook): the anchor is an empty element in docbook.
1210
1211         * insetfoot.[Ch] (docbook): added forgotten method.
1212
1213 2002-04-03  Juergen Vigna  <jug@sad.it>
1214
1215         * insettext.C (insetButtonPress): fix insetButtonPress events the same
1216         way as in Bufferview_pimpl.
1217
1218 2002-04-03  Allan Rae  <rae@lyx.org>
1219
1220         * insetgraphics.C (latex): one % too many makes living on the bleeding
1221         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
1222
1223 2002-03-28  Herbert Voss  <voss@lyx.org>
1224
1225         * insetgraphic.C (latex): simplify the code for the latex
1226         output when the file doesn't exist
1227
1228 2002-03-29  Juergen Vigna  <jug@sad.it>
1229
1230         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
1231         unlocking inset.
1232
1233         * insettabular.C (edit): call fitCursor().
1234
1235         * insettext.C (insetButtonPress): change behaviour of no_selection
1236         to the one in the BufferView selection_possible and fix the spurious
1237         selection bug with it.
1238         (localDispatch): revoke selection on BREAK... functions.
1239
1240 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1241
1242         * insetfloatlist.C (getScreenLabel): translate the GUI label.
1243
1244 2002-03-28  Juergen Vigna  <jug@sad.it>
1245
1246         * insettabular.C (insetAllowed): return true as default value otherwise
1247         we're not able to insert insets inside paragraphs of an not locked
1248         insettext!
1249
1250 2002-03-27  Herbert Voss  <voss@lyx.org>
1251
1252         * insetgraphicsparam.C: change c%, p% to col%, page%
1253
1254 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1255
1256         * insetspecialchar.C (isLineSeparator): disable the nice code to
1257         allow linebreaks after hyphenation and menu separators.
1258
1259 2002-03-26  Herbert Voss  <voss@lyx.org>
1260
1261         * insetgraphics.C (figinsetRead): set the right lyxview
1262
1263 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1264
1265         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
1266         $\backslash$ and pass a "string const &" to the function.
1267         (prepareFile, latex): use Path rather than MakeAbsPath.
1268
1269 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1270
1271         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
1272         proper fix to the graphics cache.
1273         (latex): "really" nice output if the file is not found ;-)
1274
1275 2002-03-26  Juergen Vigna  <jug@sad.it>
1276
1277         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
1278         (collapseParagraphs): fixed inserting of separator ' '
1279
1280         * insettabular.C (insertAsciiString): only check for buffer lenght
1281         not if we have \t or \n inside the buffer as if we don't have we only
1282         have 1 cell and that's it!
1283
1284         * insetert.C (close): don't collapse if inlined.
1285
1286 2002-03-25  Herbert Voss  <voss@lyx.org>
1287
1288         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
1289         graphics file does not exist.
1290
1291 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1292
1293         * insetgraphics.C (prepareFile): ensure that the file has an absolute
1294         path when preparing export.
1295
1296         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
1297         no longer MakeRelPath.
1298
1299 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1300
1301         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
1302         Used to determine the absolute path to the graphics file in the
1303         graphics cache and only in the graphics cache.
1304         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
1305         make graphics file name absolute if it is stored as a relative path.
1306
1307         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
1308         make graphics file name absolute if it is stored as a relative path.
1309
1310         * insettext.C (edit): emit an updateParagraph signal on entering a text
1311         inset. Needs to be emitted when leaving the inset also.
1312
1313 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1314
1315         * all files: ws cleanup
1316
1317         * Makefile.am: remove ld -r stuff
1318
1319 2002-03-21  Juergen Vigna  <jug@sad.it>
1320
1321         * insettext.C (appendParagraphs): new function added to append
1322         the paragraphs to this insets paragraphs.
1323
1324 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1325
1326         * Makefile.am: special rules if partial linking
1327
1328 2002-03-19  Juergen Vigna  <jug@sad.it>
1329
1330         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
1331
1332 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1333
1334         * insetgraphics.C: Clean up Baruch's comments a little.
1335         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
1336
1337 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
1338
1339         * insettabular.C:
1340         * insettheorem.C: wrap warnings
1341
1342         * insetgraphics.C: improve messages, move cached_status_
1343           setting to safer place
1344
1345 2002-03-18  Juergen Vigna  <jug@sad.it>
1346
1347         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
1348         calls.
1349         (localDispatch): ditto
1350
1351         * insettext.C (edit): removed unneeded showCursor calls.
1352         (localDispatch): ditto.
1353
1354 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1355
1356         * insetgraphics.h: remove display() method.
1357
1358 2002-03-11  Juergen Vigna  <jug@sad.it>
1359
1360         * insetgraphics.C (draw): hack to fix the redrawing bug.
1361         (draw): seems this fixes #268 (force redraw of row if we changed).
1362
1363         * insettext.C (updateInsetInInset): fixed for updates in insets inside
1364         this inset text (don't know why I missed this earlier).
1365
1366 2002-03-08  Juergen Vigna  <jug@sad.it>
1367
1368         * insettabular.C (updateLocal): do a FULL update if we're not locked
1369         and only a CELL update is asked.
1370
1371         * insettext.C (updateInsetInInset): update insets inside inset also
1372         if it isn't inside the_locking_inset.
1373
1374         * insettabular.C (updateInsetInInset): ditto.
1375
1376 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1377
1378         * insetexternal.C (doSubstitution): check whether we are using a
1379         temp dir for defining $$FPath
1380
1381 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1382
1383         * insettabular.C:
1384         * insettext.C: remove #include "WorkArea.h".
1385
1386 2002-03-06  Juergen Vigna  <jug@sad.it>
1387
1388         * insettext.C (draw): fixed frame redrawing.
1389         (clear): forgot to set the inset_owner of the paragraph.
1390
1391         * insetert.C (status): pay attention the bv can be 0 here!
1392         (getMaxWidth): add the default leftMargin
1393
1394 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1395
1396         * insetert.C (getMaxWidth): make w unsigned int.
1397
1398 2002-03-05  Juergen Vigna  <jug@sad.it>
1399
1400         * insetert.C (status): change behaviour of Inlined.
1401         (getMaxWidth): added for new inlined behaviour.
1402
1403 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1404
1405         * insetnote.h (linuxdoc, docbook): add empty methods.
1406         * insetinclude.C (validate): fix a case where buffer->niceFile was used
1407         before being initialized.
1408
1409 2002-03-05  Juergen Vigna  <jug@sad.it>
1410
1411         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
1412         only that one in the inset. Should be enough.
1413         (updateLocal): set the selection cursor always if we don't have a
1414         selection to be sure it's set!
1415
1416         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
1417
1418 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1419
1420         * insettext.C (clear): a gross hack to set layout on a newly
1421         created paragraph.
1422
1423 2002-03-04  Juergen Vigna  <jug@sad.it>
1424
1425         * insettabular.C (localDispatch): inserted handling of
1426         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
1427         (insertAsciiString): new helper function.
1428
1429 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1430
1431         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
1432         argument.
1433
1434 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1435
1436         * insettext.C (InsetText): initalize newly created par with
1437         default layout. add bufferparams parameter
1438         first -> first_y
1439
1440         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
1441         * insetcollapsable.[Ch] (InsetCollapsable): ditto
1442         * insetert.[Ch] (InsetERT): ditto
1443         * insetfloat.[Ch] (InsetFloat): ditto
1444         * insetfoot.[Ch] (InsetFoot): ditto
1445         * insetfootlike.[Ch] (InsetFootLike): ditto
1446         * insetmarginal.[Ch] (InsetMarginal): ditto
1447         * insetminipage.[Ch] (InsetMinipage): ditto
1448         * insetnote.[Ch] (InsetNote): ditto
1449         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
1450
1451 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1452
1453         * insettext.C: layout as string
1454
1455         * insetinclude.C: layout as string
1456
1457         * insetert.C: layout as string
1458
1459         * insetbib.C: layout as string
1460
1461 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1462
1463         * insetert.C:
1464         * insettabular.C: remove #include "lyx_gui_misc.h".
1465
1466 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1467
1468         * Makefile.am:
1469         * figinset.h:
1470         * figinset.C:
1471         * inset.h: remove figinset, yahoo !
1472
1473 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1474
1475         * insetgraphics.C (c-tors): initialise parent classes explicitly in
1476         copy c-tor and initialise member variables in the correct order.
1477
1478 2002-02-28  Juergen Vigna  <jug@sad.it>
1479
1480         * insettabular.C (localDispatch): clear selection on PgUp/Down.
1481
1482 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1483
1484         * inset.h: ... and add a better one here.
1485
1486         * insetcommand.C (insetButtonRelease): remove that one which was a
1487         bit broken...
1488
1489 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1490
1491         * insetcommand.C (insetButtonRelease): ... and move it here.
1492
1493         * inseturl.h: remove insetButtonRelease from there...
1494
1495 2002-02-26  Juergen Vigna  <jug@sad.it>
1496
1497         * inseturl.h: Added a insetButtonRelease call returning true as
1498         prove of concept.
1499
1500         * insetlabel.C (edit): Fixed wrong update handling after change I
1501         leave in the wrong code for the one who wrote it to remove and have
1502         a look what he did wrong.
1503
1504         * insettabular.C (localDispatch): force a SELECTION update if we
1505         had a selection and we passed the event down to the inset (fix #213)
1506         (localDispatch): handle font changing stuff when we have a cell
1507         selection so that the selection is not rewoked. I don't really like
1508         this fix, but it's the only way I see to do it right now.
1509
1510 2002-02-22  Juergen Vigna  <jug@sad.it>
1511
1512         * insettext.C (insetUnlock): set the cursor to the second paragraph
1513         if available and if the first one is empty (fix #191).
1514
1515 2002-02-20  Juergen Vigna  <jug@sad.it>
1516
1517         * insettext.C (getDrawFont): implemented this function to call the
1518         one of the owner if present as the owner normally knows what to do
1519         with us.
1520
1521         * insetert.C: implement getDrawFont() function and comment out all
1522         the crap for setting a special latex font inside this inset.
1523         (InsetERT): added a Lanugage parameter to this constructor.
1524
1525         * inset.h: added function getDrawFont(LyXFont & font) to be able to
1526         change the font for being drawn on screen (used only in InsetERT for
1527         now).
1528
1529         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
1530         and also above (was missing).
1531         (updateLocal): don't remove the cell selection if we have one this
1532         should be done where we really want to remove it.
1533
1534 2002-02-20  José Matos  <jamatos@fep.up.pt>
1535
1536         * insetinclude.h: include_label made string const.
1537
1538         * insetinclude.C (InsetInclude): moved include_label initialization.
1539         (linuxdoc):
1540         (docbook):
1541         (validate): fix support for temporary directory, for docbook and
1542         linuxdoc.
1543
1544         * insetgraphics.h : new private member, graphic_label, that holds
1545         the entity name that defines the graphics location (SGML).
1546
1547         * insetgraphics.C (unique_id): new function to give a unique label
1548         for graphic.
1549         (docbook):
1550         (validate): the file locatation is given by an entity reference.
1551
1552 2002-02-18  Herbert Voss  <voss@lyx.org>
1553
1554         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
1555
1556 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1557
1558         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
1559         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1560
1561 2002-02-18  José Matos  <jamatos@fep.up.pt>
1562
1563         * insetinclude.C (validate): some code only applies to latex buffers,
1564         it was made conditional.
1565
1566 2002-02-12  Herbert Voss  <voss@lyx.org>
1567
1568         * insetgraphics.C: (prepareFile) do not check at this time
1569         if the file is present.
1570
1571 2002-02-12  Herbert Voss  <voss@lyx.org>
1572
1573         * insetgraphics.C: latex(), return the correct newlines
1574
1575 2002-02-13  José Matos  <jamatos@fep.up.pt>
1576
1577         * inseturl.C (docbook): escape & in url.
1578
1579 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1580
1581         * insetspecialchar.C (isLineSeparator): line breaking is allowed
1582         after HYPHENATION and MENU_SEPARATOR
1583
1584         * inset.h (isLineSeparator): new method, returns false by default.
1585
1586 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1587
1588         * insetert.C (status): do not update the text inset, but the ERT
1589         inset.
1590
1591 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
1592
1593         * insetnote.C: use notebg for background
1594
1595 2002-02-08  Herbert Voss  <voss@lyx.org>
1596
1597         * insetgraphic.C:
1598         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
1599         prevent LyX from unzipping when this should be handled
1600         by latex vis the graphic.cfg.
1601         clean up the code
1602
1603 2002-02-08  Herbert Voss  <voss@lyx.org>
1604
1605         * insetgraphic.C: prepareFile(): fix bug when file doesn't
1606         exists, than return filename with extension
1607
1608 2002-02-06  Herbert Voss  <voss@lyx.org>
1609
1610         * insetgraphic.C: prepareFile(): don't convert the file, when
1611         it's not viewed in LyX. Saves a lot of time when opening a
1612         document!
1613
1614 2002-02-05  Herbert Voss  <voss@lyx.org>
1615
1616         * insetgraphic.C:
1617         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
1618         and adding a rotate bool similiar to subcaption
1619
1620 2002-02-04  Herbert Voss  <voss@lyx.org>
1621
1622         * insetgraphic.C:
1623         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
1624         similiar view to the LaTeX one. Get zipped files work.
1625
1626 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
1627
1628         * insetgraphicsParams.C (init): set display to DEFAULT.
1629         No longer #include "lyxrc.h".
1630
1631 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
1632
1633         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
1634         for now (so that the code compiles).
1635
1636 2002-02-02  Herbert Voss  <voss@lyx.org>
1637
1638         * insetgraphic.C: delete inVariant() and some minor changes
1639         * insetgraphicsParams.[C]:
1640
1641 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
1642
1643         * insetgraphics.C (updateInset): if params.display == DEFAULT,
1644         interogate lyxrc.display_graphics before diaplaying the graphic.
1645
1646         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
1647         InsetGraphicsParams::DisplayType.
1648
1649 2002-01-31  Herbert Voss  <voss@lyx.org>
1650
1651         * insetgraphic.C: (readfigInset) set display to pref-default
1652
1653 2002-01-30  Herbert Voss  <voss@lyx.org>
1654
1655         * insetgraphic.C: get the filetyp from it's contents
1656         * insetgraphicparams.C: add token scale and lyxrc.display when
1657         creating a new inset
1658
1659 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
1660
1661         * figinset.C: added using std::ios directive.
1662
1663 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1664
1665         * figinset.C (runqueue): open translation file in binary mode (for
1666         cygwin).
1667
1668 2002-01-27  Herbert Voss  <voss@lyx.org>
1669
1670         * insetgraphic.[Ch]: mostly newritten to support graphicx with
1671         all options and to be sure that the old figinsets are correct
1672         converted.
1673         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
1674         structure and to support all lengths as LyXLength. The Parameter
1675         structure changed again, but reading of "old" 1.2 graphic insets
1676         is no problem.
1677
1678 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1679
1680         * insetert.h (forceDefaultParagraphs): Added
1681
1682 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1683
1684         * insettabular.C (getMaxWidth):
1685         (forceDefaultParagraphs): use Tabular::GetCellFromInset
1686
1687 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1688
1689         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
1690         of LyXLength::inPixels
1691
1692         * inset.C (latexTextWidth):
1693         * insetminipage.C (latexTextWidth): new method, which implements
1694         the equivalent of the LaTeX macro \textwidth
1695
1696         * insetminipage.C (getMaxWidth): use latexTextWidth
1697
1698 2002-01-18  Juergen Vigna  <jug@sad.it>
1699
1700         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
1701
1702 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1703
1704         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
1705
1706         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
1707         instead of string
1708
1709 2002-01-17  Juergen Vigna  <jug@sad.it>
1710
1711         * insettabular.C (lockInsetInInset): same change as in insettext.
1712
1713         * insettext.C (draw): width() function was called without setting
1714         the right top_x which could lead to wrong insetWidth setting!
1715         (lockInsetInInset): call edit instead of calling lockInset if we
1716         have to lock an inset inside!
1717         (edit): we have to also tell the inset that we have to redraw the
1718         frame on an edit call if this inset draws a frame only if locked.
1719
1720 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1721
1722         * insetbib.C (getFiles): uncomment Path variable.
1723
1724 2002-01-16  Juergen Vigna  <jug@sad.it>
1725
1726         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
1727         of wrong cell.
1728
1729 2002-01-16  Allan Rae  <rae@lyx.org>
1730
1731         * insetinclude.C (docbook): someone forgot a ";"
1732
1733 2002-01-16  José Matos  <jamatos@fep.up.pt>
1734
1735         * figinset.C (docbook): removed a old place holder "@".
1736         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
1737         * insetinclude.C (linuxdoc): if include is verbatim, then export the
1738         ascii text version, clearly guarded inside a CDATA section.
1739         (docbook): in docbook 4, inlinegraphics is empty.
1740         * insettabular.C (linuxdoc): export the ascii version of the table
1741         inside a CDATA section.
1742
1743 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1744
1745         * insetparent.C (InsetParent):
1746         * insetgraphicsParams.C (Write):
1747         (Read):
1748         * insetgraphics.C (prepareFile):
1749         (readFigInset):
1750         (docbook):
1751         * insetexternal.C (executeCommand):
1752         (doSubstitution): use Buffer::filePath
1753
1754         * insetbib.C (getFiles): add a #warning for Angus
1755
1756         * insetgraphics.C: Add a remark about how filenames should be
1757         considered to be relative to buffer (but absolute is still allowed)
1758         (draw): do not try to get status if lyxrc.use_gui is false
1759
1760 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1761
1762         * inset.[Ch]:
1763         * insetcollapsable.[Ch]:
1764         * insettabular.[Ch] (searchForward, searchBackward): change the
1765         bool const & params to bool.
1766
1767         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
1768         to avoid the name clash with InsetCollapsable's methods of the same
1769         names but different functionality.
1770
1771 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1772
1773         * insettext.C (ascii): use lyx::count rather than countChar.
1774
1775 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
1776
1777         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
1778
1779 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1780
1781         * insetgraphics.C (updateInset): do not try to render image if
1782         lyxrc.use_gui is false (bug #104)
1783
1784         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
1785         if file does not exist
1786
1787         * figinset.C (browseFile): add shortcuts to directory buttons
1788
1789         * insettext.C (updateLocal): update menubar and toolbar here too.
1790
1791 2002-01-13  Allan Rae  <rae@lyx.org>
1792
1793         * insettabular.C (InsetTabular): Both constructors now initialise
1794         all class variables.
1795
1796 2002-01-11  Juergen Vigna  <jug@sad.it>
1797
1798         * insettext.C (insetButtonPress): set the_locking_inset to 0.
1799
1800 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1801
1802         * insettabular.C (getStatus): add forgotten brace around multiline
1803         if statement.
1804
1805 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1806
1807         * insetfloat.C (validate): require "float" instead of "floats".
1808
1809 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
1810
1811         * insettabular.C (getStatus): use FuncStatus
1812
1813 2002-01-08  Juergen Vigna  <jug@sad.it>
1814
1815         * insettabular.C (insetButtonRelease): now this should work too
1816         correctly.
1817
1818         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
1819         if the width is a percentage.
1820
1821         * inset.h: added isChar() function and implemented this for
1822         insetspecialchar insetquotes and insetlatexaccent.
1823         added forceDefaultParagraphs() and implemented it for insettabular.
1824
1825 2002-01-07  Juergen Vigna  <jug@sad.it>
1826
1827         * insettext.C (getLyXText): Fixed this function. An insert into the
1828         map is only done if we REALLY have a new BufferView.
1829
1830 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
1831
1832         * insettext.C: fix bug illustrated by attachment #37 of bug #59
1833
1834 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1835
1836         * insetinclude.C: fix use of FileInfo
1837
1838 2002-01-07  Juergen Vigna  <jug@sad.it>
1839
1840         * insettabular.C (draw): fixed clearing of cell around inset.
1841
1842 2002-01-05  Juergen Vigna  <jug@sad.it>
1843
1844         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
1845         variables are updated.
1846
1847         * insettabular.C (resetPos): set always the inset_y as it may be
1848         needed in another function.
1849         (searchBackward): don't draw while searching.
1850
1851 2002-01-04  Juergen Vigna  <jug@sad.it>
1852
1853         * insettext.C (lockInsetInInset): forgot to set a cursor.
1854
1855 2002-01-02  Juergen Vigna  <jug@sad.it>
1856
1857         * insettext.C (insertInset): make the correct undo informations on
1858         inserting new insets.
1859
1860 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
1861
1862         * insettabular.C: correct single-cell select vertically
1863
1864 2001-12-27  Juergen Vigna  <jug@sad.it>
1865
1866         * insettabular.C (ascii): export as tab-separated-values if the
1867         function was not called from export (f.ex.: clipboard).
1868
1869         * insetcollapsable.h: added default support for ascii, linuxdoc and
1870         docbook export (the insettext is exported by default!)
1871
1872         * insettabular.C (copySelection): suff the clipboard with the tabular
1873         data in a tab separated format, seems more naturals then with all the
1874         formating.
1875
1876 2001-12-24  Juergen Vigna  <jug@sad.it>
1877
1878         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
1879         to check for REAL mouseMotion.
1880
1881 2001-12-20  Juergen Vigna  <jug@sad.it>
1882
1883         * inset.C (cursor): return the owners cursor if available instead of
1884         always only the bv->text->cursor.
1885
1886         * insettabular.C (checkLongtableSpecial): works now.
1887
1888 2001-12-19  Juergen Vigna  <jug@sad.it>
1889
1890         * insettabular.C (tabularFeatures): fix the row setting of ltt as
1891         this has to be always row + 1 as 0 means not selected!
1892         (checkLongtableSpecial): added
1893         (tabularFeatures): better longtable options support
1894
1895         * insettext.C (resizeLyXText): reinit the text always also on a
1896         empty insettext!
1897
1898 2001-12-18  Juergen Vigna  <jug@sad.it>
1899
1900         * insettext.C (updateInsetInInset): look if we have to autocollapse
1901         paragraps and return if the update is requested for ourself.
1902
1903         * insetert.C (status): update the insettext not myself as that is what
1904         we need.
1905
1906         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
1907         function only return if the update was requested with myself.
1908
1909         * insettext.C (insetButtonPress): fixed stupid bug.
1910         (various functions): pay attention that lt is cleared BEFORE calling
1911         updateLocal() and try to use it in the right manner (don't use it
1912         if it's not really neccessary!)
1913         (collapseParagraphs): insert a blank between collapsing paragraphs
1914         if neccessary (not already there!).
1915
1916 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1917
1918         * insettabular.C: move includes around a bit, add a couple of
1919         consts.
1920
1921         * insettext.[Ch]: move includes around a bit, other ws changes and
1922         small stuff.
1923
1924 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1925
1926         * insettext.C (insetButtonRelease): fix compile problem
1927
1928 2001-12-17  Juergen Vigna  <jug@sad.it>
1929
1930         * insettext.C (insetButtonPress): set the selection cursor!
1931         (insetButtonPress): clear the selection (and set with that the
1932         selection.cursor) if we only hit an inset!
1933
1934         * insetert.C (read): removed piece of compatibility code only needed
1935         for 1.2.0.
1936
1937         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
1938         can be opened.
1939
1940         * insetcollapsable.C (insetButtonRelease): changed so that it can
1941         open eventual existing popup dialogs on mousebutton==3.
1942
1943         * insetfloat.C (insetButtonRelease): removed not needed anymore!
1944
1945         * insetminipage.C (insetButtonRelease): removed not needed anymore!
1946
1947         * inset.C (insetButtonRelease): return a bool for telling the outer
1948         world that we opened a dialog.
1949
1950 2001-12-07  Juergen Vigna  <jug@sad.it>
1951
1952         * insettext.C (paragraph): remove the deleteing of paragraphs as
1953         it was a WRONG move!
1954
1955 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
1956
1957         * insettabular.h:
1958         * insettabular.C: use new setSelection(). Allow
1959           selection of single cells.
1960
1961 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1962
1963         * insetquotes.C (latex): fix to use the local language setting at
1964         the point where the inset is inserted (different macros for
1965         different french packages)
1966
1967 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1968
1969         * inset.h: add par_owner_ member variable and parOwner
1970         setter/accessor.
1971
1972 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1973
1974         * insettabular.C (everywhere): adapt because widths are now real
1975         widths and not strings
1976
1977         * insettext.C (draw): re-introduce the calls to width(), ascent()
1978         and descent() to initialize the caching variables.
1979
1980 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1981
1982         * insettext.C (draw):
1983         (drawFrame): use insetWidth instead of last_width
1984
1985         * insettext.h: remove variable last_width (insetWidth is exactly
1986         the same) and last_height (computed but never used!)
1987
1988 2001-12-10  Allan Rae  <rae@lyx.org>
1989
1990         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
1991
1992 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1993
1994         * insettext.C (insetAllowed): add comment
1995
1996 2001-12-05  Juergen Vigna  <jug@sad.it>
1997
1998         * insettext.C (insetAllowed): fixed for the case that we directly
1999         ask the insettext from its LyXText.
2000         (paragraph): fixed the crash when assigning the par->next() from
2001         the EmptyParagraphMechanism!
2002
2003 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2004
2005         * insetbib.C:
2006         * insettabular.C:
2007         * insettext.C: change "while(" to "while ("
2008
2009 2001-12-04  Juergen Vigna  <jug@sad.it>
2010
2011         * insetert.C (edit): handle Inlined status.
2012
2013         * insettext.C (insertInset): trying John's fix for the trailing cursor
2014
2015         * insetert.C (insetButtonPress): added to handle inlined status
2016         (insetMotionNotify): ditto.
2017
2018         * insettext.C (clearInset): changed Painter & in BufferView * param,
2019         to be able to call ascent,descent methods.
2020
2021 2001-12-03  Juergen Vigna  <jug@sad.it>
2022
2023         * insettext.C (updateInsetInInset): use lt variable to forbid
2024         changes of LyXText in an update call.
2025         (updateInsetInInset): fixed updating of non locked insets!
2026
2027 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2028
2029         * insettabular.C: capture some more functions to prevent
2030         selection drawing problems. Bug #451274
2031
2032 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2033
2034         * insetgraphics.C:
2035         * insetgraphicsParams.C: fix inverted sense of float_equal
2036
2037 2001-11-30  Juergen Vigna  <jug@sad.it>
2038
2039         * insettabular.C (InsetTabular): use the save_id flag to create also
2040         the tabular with the same id's.
2041
2042         * insettext.C (setParagraphData): added a same_id function for undo
2043         to set the same paragraph id's as of the paragraph we are setting.
2044
2045 2001-11-30  José Matos <jamatos@fep.up.pt>
2046
2047         * inseturl.[Ch]:
2048         * insettoc.[Ch]: DocBook -> docbook.
2049
2050 2001-11-29  André Pönitz <poenitz@gmx.net>
2051
2052         * inseterror.C:
2053         * insettext.C: further reduction of header dependencies by using
2054         lyx::layout_type and lyx::textclass_type from support/types.h
2055
2056 2001-11-29  Juergen Vigna  <jug@sad.it>
2057
2058         * insettext.C: inserted a reinitLyXText function everywhere I delete
2059         the paragraphs! This should fixe the crashes we had.
2060         Also use the new function firstRow() instead of getRowNearY(dummy_y)
2061         (paragraph): set the InsetOwner() of the new paragraphs!
2062
2063 2001-11-28  André Pönitz <poenitz@gmx.net>
2064
2065         * insetnote.C: add pos initialization that I removed without
2066           knowing what I did.
2067
2068 2001-11-28  Juergen Vigna  <jug@sad.it>
2069
2070         * insettabular.C (resetPos): hack to not crash with infinite paints.
2071
2072         * insettabular.h: insert missing function allowSpellcheck()!
2073
2074         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
2075
2076 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2077
2078         * insetfloatlist.h:
2079         * insetfloatlist.C: derive from InsetCommand so gui can use it
2080           easily
2081
2082 2001-11-26  André Pönitz <poenitz@gmx.net>
2083
2084         * insettext.[Ch]:
2085         * insetert.C:
2086         * insetnote.C: reduce header dependencies, introduce type for
2087         positions
2088
2089 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2090
2091         * various: update for Alert.h
2092
2093 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2094
2095         * inset.h: fix comment
2096
2097         * insettext.C: use par->isInset()
2098
2099 2001-11-22  Allan Rae  <rae@lyx.org>
2100
2101         * insetcollapsable.h:
2102         * inset.h: Changes to checkInsertChar() behaviour.
2103         Now return value indicates whether chars can be inserted.
2104
2105 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
2106
2107         * various:  updated to use the new LaTeXFeatures
2108
2109 2001-11-14  José Matos  <jamatos@fep.up.pt>
2110
2111         * insetspecialchar.C (linuxdoc):
2112         (docbook): don't give a name to a unused variable.
2113
2114         * insettext.C (docbook): removed unused variable.
2115
2116 2001-11-13  Herbert Voss  <voss@perce.de>
2117
2118         * insetgraphic.C: fix scale bug
2119
2120 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2121
2122         * inset.h (isSpace):
2123         (isLetter): new virtual methods.
2124
2125         * insetspecialchar.C (isSpace):
2126         (isLetter): implement here.
2127
2128 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2129
2130         * inset.h: new inline helpers
2131
2132         * insettext.C: use new helpers
2133
2134 2001-11-07  José Matos  <jamatos@fep.up.pt>
2135
2136         * insettext.C (docbook): full support for paragraphs inside insettext.
2137
2138 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
2139
2140         * insetindex.C: added header file for std::ostream.
2141
2142 2001-11-03  José Matos  <jamatos@fep.up.pt>
2143
2144         * insetindex.C: added using std::ostream that I forgot yesterday.
2145
2146 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
2147
2148         * insetindex.h (docbook):
2149         * insetindex.C (docbook): added support for docbook export.
2150
2151 2001-11-02  José Matos  <jamatos@fep.up.pt>
2152
2153         * insetcaption.C(docbook): added support for docbook export.
2154
2155 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
2156
2157         * insetexternal.C (updateExternal): Do not run update command if
2158         result file exists and is up to date.
2159
2160         * ExternalTemplate.C (readFormat): Support the updateresult token.
2161
2162 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
2163
2164         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
2165         external_templates) to use the buffer->fileName() but only if
2166         previewing. Generating a TeX file should make FPath return
2167         "".
2168
2169 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
2170
2171         * insetert.h:
2172         * insetert.C: fix some problems
2173
2174 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
2175
2176         * insetexternal.C (doSubstitution): Added $$FPath token
2177         to list of usable substitutions in external inset templates.
2178
2179 2001-10-24  Juergen Vigna  <jug@sad.it>
2180
2181         * insettabular.C: use new ltType struct for setting longtable
2182         header and footers also new UNSET enums.
2183
2184 2001-10-24  José Matos  <jamatos@fep.up.pt>
2185
2186         * insettabular.C (linuxdoc): Now exports the ascii's table version.
2187         (docbook): If the table is not inside a float then wrap it inside
2188         <informaltable>...</informaltable>.
2189
2190 2001-10-23  José Matos  <jamatos@fep.up.pt>
2191
2192         * insetref.C (docbook): removed / terminator to conform SGML.
2193
2194         * insetspecialchar.C (linuxdoc):
2195         (docbook): Added support for special chars, more than ascii export.
2196
2197 2001-10-22  Juergen Vigna  <jug@sad.it>
2198
2199         * insettext.C (checkInsertChar): added for REALLY checking the
2200         font of the inserted char in the right inset!
2201
2202 2001-10-19  Juergen Vigna  <jug@sad.it>
2203
2204         * inset.h: added method allowSpellcheck() so that insets who do
2205         not have anything to spellcheck can tell and so they are over-jumped.
2206         Implemented for InsetText and co.
2207
2208 2001-10-18  Juergen Vigna  <jug@sad.it>
2209
2210         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
2211
2212 2001-10-15  José Matos  <jamatos@fep.up.pt>
2213
2214         * insetert.C: allow export for docbook and linuxdoc
2215
2216 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
2217
2218         * insetquotes.C (dispString): handles latin3 and latin4 quotes
2219
2220 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2221
2222         * insetquotes.C (dispString): fix handling of latin9 quotes
2223
2224 2001-10-03  Juergen Vigna  <jug@sad.it>
2225
2226         * insetert.C: ditto
2227
2228         * insetcollapsable.C: change updateInset calls to not tell BV that
2229         we have changed status.
2230
2231 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2232
2233         * insettabular.C (deletable): make const
2234
2235 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2236
2237         * insetert.C (latex): Fix the returned value
2238
2239 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2240
2241         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
2242         Returns string(), so nothing in an ERT inset is spellchecked.
2243
2244         * insetgraphics.C (draw): print the filename if not displaying the
2245         image.
2246         (width): make sure that the width and draw methods are consistent.
2247         (updateInset): don't even load the image into cache if not displaying
2248         it.
2249
2250 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2251
2252         * various files (selectNextWord): renamed as
2253         selectNextWordToSpellcheck.
2254
2255         * insetgraphics.C (draw): remove the previous change. Right place
2256         is in imageLoaderXPM.C.
2257         (draw): don't display the image if params.display == NONE.
2258
2259 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
2260
2261         * figinset.C (runqueue):
2262         * insetgraphics.C (draw): set background colour of inset from
2263         background to the user-configurable graphicsbg.
2264
2265 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2266
2267         * insetquotes.C (InsetQuotes): when trying to decide the side of
2268         the quote, choose `left' only after a space or '('
2269
2270 2001-09-04  José Matos  <jamatos@fep.up.pt>
2271         * figinset.C
2272         * figinset.h
2273         * insetcaption.C
2274         * insetcaption.h
2275         * insetcollapsable.h
2276         * insetcommand.C
2277         * insetcommand.h
2278         * inseterror.h
2279         * insetert.C
2280         * insetert.h
2281         * insetexternal.C
2282         * insetexternal.h
2283         * insetfloat.C
2284         * insetfloat.h
2285         * insetfloatlist.h
2286         * insetgraphics.C
2287         * insetgraphics.h
2288         * inset.h
2289         * insetinclude.C
2290         * insetinclude.h
2291         * insetlabel.C
2292         * insetlabel.h
2293         * insetlatexaccent.C
2294         * insetlatexaccent.h
2295         * insetquotes.C
2296         * insetquotes.h
2297         * insetref.C
2298         * insetref.h
2299         * insetspecialchar.C
2300         * insetspecialchar.h
2301         * insettabular.C
2302         * insettabular.h
2303         * insettext.C
2304         * insettext.C (docbook): rename docBook method to docbook.
2305
2306 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
2307
2308         * inset.h (getFirstParagraph): New virtual method.
2309
2310 2001-08-20  Herbert Voss  <voss@perce.de>
2311         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
2312         in the the bibtex-database-gui for inserting a line
2313         \addcontentsline...
2314
2315         If no style is given than there is no tex-output.
2316
2317 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
2318
2319         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
2320         files as a vector.
2321         (getKeys): use it.
2322
2323 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
2324
2325         * insetert.C (latex): Fix output for multiple paragraphs.
2326         (write): New code for writing paragraph data.
2327         (read): Set font after reading the inset.
2328         (localDispatch): Call set_latex_font() for more cases.
2329
2330         * insetnote.h: Add empty validate method.
2331         * insetert.h: Ditto
2332
2333         * insetnote.C (InsetNote): Set language to the language of the
2334         document.
2335
2336 2001-08-16  Juergen Vigna  <jug@sad.it>
2337
2338         * insettext.C: implemented the new FINISHED states.
2339
2340         * insettabular.C: ditto
2341
2342         * inset.h: added more FINISHED states for cursor right,up,down
2343
2344 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
2345
2346         * insetfloatlist.C: use "FloatName List"
2347
2348 2001-08-14  Juergen Vigna  <jug@sad.it>
2349
2350         * insetert.C (edit): forgot to set status_ in edit calls!
2351
2352 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
2353
2354         * insettext.C: Compilation fix
2355
2356 2001-08-13  Juergen Vigna  <jug@sad.it>
2357
2358         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
2359
2360         * insetcollapsable.C (edit): don't recollapse an already open inset.
2361
2362         * insettext.C: fixed problem when reinitializing LyXText by not doing
2363         it while lt is in use and post this to the next possible time in
2364         getLyXText().
2365         (searchForward): fixed not unlocking of inset if nothing found.
2366         (edit): set cursor behind right (was set -1 pos).
2367
2368         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
2369
2370         * insettabular.C (tabularFeatures): fixed fix where deleting the
2371         last row didn't get the right actcell!
2372
2373 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
2374
2375         * insettext.C (localDispatch): Change language only when the inset
2376         becomes empty.
2377
2378 2001-08-10  Juergen Vigna  <jug@sad.it>
2379
2380         * insettabular.C (selectNextWordInt): use the front using edit call.
2381
2382         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
2383         the parameter overwrite class variable inset.
2384
2385         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
2386
2387         * insettext.C (saveLyXTextState): check for invalid cursor-par.
2388         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
2389
2390         * insettabular.C (calculate_dimensions_of_cells): let's try to call
2391         update only for fixed with cells.
2392         (resetPos): try to fix the lockup on spellchecking or s&r.
2393
2394         * insettext.C (update): comment this out as it seems first wrong
2395         and second not needed anymore!
2396         (some functions): call reinitLyXText() only in update() in all other
2397         positions set only need_update = INIT.
2398
2399 2001-08-08  Juergen Vigna  <jug@sad.it>
2400
2401         * insettabular.C (setPos): fixed wrong actrow < rows() check.
2402
2403         * insettext.C (insetUnlock): remove double-space on inset unlock.
2404
2405         * insetcollapsable.C (draw): fix returned x when label > inset-width.
2406
2407         * insettabular.C (update): fixed cursor positon after an insert.
2408         (insetAllowed): do not allow to insert insets when not inside the
2409         inset!
2410         (draw): clear below an inset too as it could have changed height.
2411
2412         * inset.C (getMaxWidth): fixed width for inset in inset.
2413
2414         * insettext.C (update): small fix.
2415
2416         * insettabular.C (tabularFeatures): added selection support to
2417         DELETE_ROW/DELETE_COLUMN.
2418
2419 2001-08-07  Juergen Vigna  <jug@sad.it>
2420
2421         * inset.C (getMaxWidth): recoded and all it's implementations!
2422
2423         * insettext.C (init,setParagraph+constructors): cleanups
2424         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
2425         are new and I want do a save/restore of the cursor position which is
2426         not possible anymore.
2427
2428         * insetcollapsable.C (searchBackward): recollapse inset if not found.
2429         (searchBackward): ditto
2430         (selectNextWord): ditto
2431
2432 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2433
2434         * insetlatexaccent.C (checkContents): Add some debug messages
2435
2436 2001-08-07  Juergen Vigna  <jug@sad.it>
2437
2438         * insetert.C (read): don't use InsetCollapsable::read as we don't
2439         write the collapsed status anymore only the status.
2440         (write): ditto.
2441
2442 2001-08-06  Juergen Vigna  <jug@sad.it>
2443
2444         * insetert.C (set_latex_font): use LyXText's setFont directly.
2445
2446         * insettext.C (drawFrame): fixed one time more the right position
2447         and size of the frame!
2448
2449         * insetert.C (~InsetERT): hide the dialog.
2450         (showInsetDialog): added implementation
2451         (open): ditto
2452         (close): ditto
2453         (status): new function for the status of the ERT inset (3-state).
2454         (write): output also the status of the inset for readback!
2455         (read): readback the status if available otherwise use collapsed_.
2456
2457         * insettext.C (edit): small fix of setting the position, which could
2458         have gone < 0.
2459
2460         * insetert.C (width): implement this function for inlined viewing.
2461         Added minimum width of 10 pixels!
2462
2463         * insetminipage.C (InsetMinipage): just change the colors a bit so
2464         that border/background is a bit more visible. We will remove this
2465         anyway for 1.2.0!
2466
2467         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
2468         function for getting the important widths for drawing in various
2469         functions and in LyXText.
2470         (draw): fixed up a bit (frame drawing/clearing)
2471
2472 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2473
2474         * inset.C (convertFont): delete method. not used.
2475
2476 2001-08-03  Juergen Vigna  <jug@sad.it>
2477
2478         * insettext.C (setFont): don't call for a draw update if we're just
2479         changing the cursor font!
2480
2481 2001-08-02  Juergen Vigna  <jug@sad.it>
2482
2483         * insettext.C (draw): clear the background with the right color if
2484         needed. Update myself if x&max-width changed and return without doing
2485         anything. Let the update code handle the right stuff.
2486
2487         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
2488         inside another inset.
2489
2490 2001-08-01  Juergen Vigna  <jug@sad.it>
2491
2492         * insetcollapsable.C (update): added an in_update bool so we avoid
2493         reentering.
2494
2495         * insettabular.C (update): added an in_update bool so we avoid
2496         reentering.
2497
2498         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
2499         selection problem.
2500         (update): added an in_update bool so we avoid reentering.
2501
2502         * insettabular.C (localDispatch): clear col/row selection when doing
2503         something else inside an inset.
2504
2505         * insettext.C (getLyXText): fixed bug when requesting a recursive
2506         insettext!
2507
2508 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2509
2510         * insetcite.C (latex): Paranoia check. Make sure that there is no
2511         whitespace between the citation keys.
2512
2513 2001-07-31  Juergen Vigna  <jug@sad.it>
2514
2515         * inset.h (nodraw): make the set function also const so that this
2516         can be called from inside other const functions.
2517
2518         * insetcollapsable.h: removed inline variable and moved it over
2519         to the only user InsetERT.
2520
2521         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
2522         inset opening immediately therein lying insets dialogs!
2523
2524         * insetert.C (localDispatch): set the font also if we don't have any
2525         chars in this paragraph, otherwise if we delete all of em and start
2526         writing we have the wrong font.
2527         (inlined): added
2528         (draw): implemented for inline support
2529         (insetButtonRelease): ditto.
2530
2531 2001-07-30  Juergen Vigna  <jug@sad.it>
2532
2533         * insettext.C (reinitLyXText): new function to reinit the insets
2534         text after lot's of paragraph changes. Use this instead of the
2535         cache.clear() which is VERY dangerous.
2536
2537         * insetfloat.C (insetButtonRelease): we should only show the dialog
2538         if we press on the label otherwise we have problems to open mouse
2539         button 3 dialogs inside this float (f.ex. of a tabular!)
2540
2541 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2542
2543         * insetert.C: change back to "ERT"
2544
2545         * insetfloat.C: handliign of RMB on label added.
2546
2547 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2548
2549         * insetgraphicsParams.C: #include LOstream.h here.
2550
2551         * insetfoot.h: remove InsetFoot:: qualifier.
2552
2553 2001-07-29  Baruch Even  <baruch@lyx.org>
2554
2555         * ChangeLog: Hiding time travel evidence.
2556
2557         * insetgraphicsParams.h:
2558         * insetgraphicsParams.C:
2559         * insetgraphics.C: Added horizontal scale option, it actually scales both
2560         directions since it keeps image proportions.
2561
2562         * insetgraphics.C: Fixed EPS detection to be non-hacky.
2563
2564 2001-07-29  Baruch Even  <baruch@lyx.org>
2565
2566         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
2567         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
2568
2569         HACKY! Will need to add an EPS detection routine like old InsetFig does!
2570
2571 2001-07-29  Baruch Even  <baruch@lyx.org>
2572
2573         * insetgraphics.C: Added EPSI to be an alias of EPS.
2574
2575 2001-07-29  Baruch Even  <baruch@lyx.org>
2576
2577         * insetgraphics.C: Change GRAPHICS to Graphics.
2578         Changed image conversion rules (documented at the beginning of file).
2579
2580 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
2581
2582         * insetert.C (get_new_label): int -> Paragraph::size_type to get
2583         std::min working.
2584
2585         * insetgraphics.C: added a using std::endl directive.
2586
2587         * insetcommand.h (getScreenLabel): removed pure virtual function,
2588         as it duplicates that in InsetButton.
2589
2590         * insetbib.[Ch] (getScreenLabel):
2591         * insetbutton.[Ch] (getScreenLabel):
2592         * insetcite.[Ch] (getScreenLabel):
2593         * insetert.[Ch] (getScreenLabel):
2594         * insetexternal.[Ch] (getScreenLabel):
2595         * insetfloatlist.[Ch] (getScreenLabel):
2596         * insetinclude.[Ch] (getScreenLabel):
2597         * insetindex.[Ch] (getScreenLabel):
2598         * insetlabel.h (getScreenLabel):
2599         * insetparent.[Ch] (getScreenLabel):
2600         * insetref.[Ch] (getScreenLabel):
2601         * insettoc.[Ch] (getScreenLabel):
2602         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
2603
2604         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
2605         the label.
2606         (validate): remove check on "cite" when using natbib.
2607
2608 2001-07-26  Baruch Even  <baruch@lyx.org>
2609
2610         * insetgraphics.C (draw): changed casting to be in one place rather than
2611         all over the function.
2612
2613         * insetgraphics.h:
2614         * insetgraphics.C (read): Added compatibility reads of InsetFig.
2615
2616         * insetgraphicsParams.h:
2617         * insetgraphicsParams.C:
2618         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
2619
2620 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2621
2622         * insetfoot.C (validate): Added method to ensure that the
2623         right bit of LaTeX is emitted.
2624
2625         * insetfoot.h: Added validate method to set the correct
2626         LaTeXFeatures bit for the special footnote code.
2627
2628 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
2629
2630         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
2631         quotes
2632
2633 2001-07-27  Juergen Vigna  <jug@sad.it>
2634
2635         * inset.h: remove not used font variable in parameter.
2636         removed checkInsertChar in UpdatableInset as it was equal to
2637         the one in Inset and so not needed.
2638
2639         * insetert.C (checkInsertChar): implementation of function
2640         checkInsertChar.
2641
2642         * inset.h: added new function checkInsertChar.
2643
2644         * various files: added c-tor and clone() function.
2645
2646         * insetcollapsable.h: removed clone function here as this should
2647         be only realized in REAL insets and added it to all collapsable
2648         insets! (with the copy-constructor).
2649
2650 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2651
2652         * insetminipage.C (read): handle missing parameters more gracefully
2653
2654         * insetcollapsable.C (read): handel missing collapsed more gracefully
2655
2656 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2657
2658         * insetfloat.C (read): handle missing parameters.
2659
2660         * insettext.C (read): handle old latex end_inset
2661
2662         * insetert.C (setButtonLabel): new method
2663         (init): use it, to set the dynamic label correctly
2664         (read): use it
2665
2666         * Makefile.am (EXTRA_DIST): add files that is not part or the
2667         binary here.
2668
2669         * insetcollapsable.h: remove autocollapsable (no users), remove
2670         draw_label, change_label_with_text and companion code. Remove args
2671         from some methods.
2672         * insetert.[Ch]: move here instead (only user)
2673
2674         * inset.h: rename private variable name to name_, make
2675         selectNextWord return a const string. make getInsetName return a
2676         string const &. Remove bool from open, add close.
2677
2678         * Makefile.am: don't compile insetlist, insetsection
2679         and insettheorem
2680
2681 2001-07-24  Juergen Vigna  <jug@sad.it>
2682
2683         * insetert.C (InsetERT): put init after the paragraph initialization,
2684         as otherwise we don't set the draw_label right.
2685
2686         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
2687         insets with the mouse without having strange selections.
2688         (edit): if the inset was collapsed and we open it here then put the
2689         cursor always at the beginning of the inset.
2690         (get_new_label): 15 instead of 10 max chars in the label.
2691
2692         * insetert.C (localDispatch): added and handle various stuff we
2693         need to handle here (font setting on paragraph break, not permitted
2694         layout setting, etc.).
2695
2696         * inset.h: added default copy-consturctor and implemented this in
2697         various insets with the change to use this in the clone function!
2698
2699 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2700
2701         * insetminipage.C (InsetMinipage): set background color to red :)
2702
2703 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2704
2705         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
2706         draw frame mode is LOCKED.
2707
2708         * insetcollapsable.C (edit):
2709         (insetButtonRelease): set update status to full when
2710         opening inset.
2711
2712         * insettext.C (clearInset):
2713         * insettabular.C (draw):
2714         * insetlatexaccent.C (draw): honor background color.
2715
2716         * inset.h: new member background_color_, initialized to
2717         LColor::inherit.
2718
2719         * inset.C (backgroundColor): new method.
2720         (setBackgroundColor): new method.
2721
2722         * insetert.C (init): new method, called by the ctors.
2723         (InsetERT): when inserting contents, make sure the font is
2724         ALL_INHERIT.
2725
2726         * insetnote.C (InsetNote): when inserting content, remove trailing
2727         newline
2728         (init): set background color to LColor::note
2729
2730 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2731
2732         * insetcollapsable.C: adjust
2733
2734         * insetbutton.C: adjust
2735
2736 2001-07-23  Juergen Vigna  <jug@sad.it>
2737
2738         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
2739         parameter on the _collapsed function (was not needed) and call
2740         always width_collapsed().
2741
2742         * insetert.C (InsetERT): use setLabel with "true" flag.
2743
2744         * insetcollapsable.C: modified various functions to set the draw_label
2745         string right in any condition.
2746         (setLabel): added a bool parameter to set change_label_with_text.
2747
2748         * insetcollapsable.h: added draw_label string which is set to the
2749         actual drawn label-string, while label is the original static label
2750         of this collapsable inset. Added bool change_label_with_text to set
2751         if we want that the label changes to the start of the InsetText's
2752         text when collabpsed. You can set this flag with the setLabel funciton.
2753         Added bool inlined for inlined collapsable insets, but not handled
2754         yet.
2755
2756         * insetcollapsable.C (get_new_label): added should get a new label
2757         from the InsetText beginning (for now 10 chars).
2758
2759 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
2760
2761         * insetquotes.C (latex): fix the handling of french double quotes
2762         when not using the french pachage.
2763
2764 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2765
2766         * insetcollapsable.h: make WidthCollapsed mutable.
2767
2768         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
2769         InsetPrintIndex returns INDEX_PRINT_CODE.
2770
2771         * inset.h: add INDEX_PRINT_CODE
2772
2773         * insetcollapsable.C (draw): init widthCollapsed if necessary
2774         (width): ditto.
2775
2776         * insetquotes.C (width): use the local language, not the document
2777         language.
2778         (draw): ditto.
2779         (dispString): add additional spacing for all french languages,
2780         like fr_CA.
2781         (validate): make it work when there is no default language
2782
2783         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
2784
2785         * insetnote.C (init): new method, called by the constructors
2786         (InsetNote): new constructor with contents passed as a string
2787
2788 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2789
2790         * insetfootlike.C (insetAllowed): disallow float in footlike.
2791
2792         * insetert.C (InsetERT): add collapsed argument to the constrctor
2793         with contents.
2794
2795 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2796
2797         * insetindex.h: shut off warning
2798
2799 2001-07-20  Juergen Vigna  <jug@sad.it>
2800
2801         * insetcollapsable.C (update): recoded hopefully works now!
2802
2803 2001-07-19  Juergen Vigna  <jug@sad.it>
2804
2805         * most files: implemented the below new introduced function.
2806
2807         * inset.h: added new edit(BufferView *, bool front) method to be able
2808         to enter an inset from the front/back without knowing x/y positions
2809         and baselines inside the inset. So I just can tell the inset activate
2810         me and set the cursor on the front/back of yourself.
2811
2812 2001-07-18  Juergen Vigna  <jug@sad.it>
2813
2814         * insetcollapsable.C (edit): fixed hopefully the y parameter which
2815         is given to the InsetText.
2816         (insetButtonPress): ditto
2817         (insetButtonRelease): ditto
2818         (insetMotionNotify): ditto
2819
2820 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2821
2822         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
2823         LIGATURE_BREAK, since the name is so stupid.
2824
2825 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
2826
2827         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
2828         the default InsetCollapsable methods. I.e., it can insert anything.
2829         (write) output the name of the inset, not some silly hack for
2830         compatability with the old InsetInfo.
2831
2832         * insetinfo.[Ch]: removed.
2833         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
2834         now collapsable, but functionality is otherwise identical to InsetInfo.
2835
2836         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
2837
2838 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2839
2840         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
2841         reformatting
2842
2843         * insetquotes.C: general cleanup
2844         (dispString): add spaces inside french double quotes.
2845         (latex): ditto. Moreover, treat first the case where the frenchb
2846         or french options have been given.
2847
2848 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2849
2850         * insetcite.[Ch] (latex, validate): new methods, required for natbib
2851         support.
2852
2853 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
2854
2855         * figinset.C (RegisterFigure): Print debug message only when
2856         current_view is available.
2857
2858 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2859
2860         * many files: update to match the change below
2861
2862         * inset.h (insetAllowed): renamed from insertInsetAllowed;
2863         implement the version which takes an inset here.
2864
2865         * insetcollapsable.[Ch]: implement open and isOpen
2866
2867         * inset.h: remove insertInsetAllowed from Inset
2868         (open): new method, to open or close an inset
2869         (isOpen): returns the status of an inset
2870         (isCollapsable, colapse): removed
2871
2872 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
2873
2874         * insetquotes.C (dispString): display french guillemets when using
2875         ISO8859-15.
2876
2877 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2878
2879         * insetcollapsable.h: remove bogus return statements
2880
2881 2001-07-18  Juergen Vigna  <jug@sad.it>
2882
2883         * insettabular.C (selectNextWord): fixed spellchecking for the
2884         first cell of a tabular (wasn't entered!)
2885         (getLyXText): changed to enter automatically insettext and return
2886         it's LyXText if we're locked.
2887
2888 2001-07-17  Juergen Vigna  <jug@sad.it>
2889
2890         * various files: implemented the below functions.
2891
2892         * inset.h: added functions
2893         - virtual string selectNextWord(BufferView *, float & value) const;
2894         - virtual void selectSelectedWord(BufferView *) { return; }
2895         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
2896         needed for spellchecking correctly!
2897
2898 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2899
2900         * insetert.C (latex): write out all paragraphs.
2901
2902 2001-07-17  Baruch Even  <baruch@lyx.org>
2903
2904         * insetgraphics.C (draw): Removed unneeded casts.
2905
2906 2001-07-16  Juergen Vigna  <jug@sad.it>
2907
2908         * insettext.C (update): fixed small oversight (reset lt to 0).
2909
2910 2001-07-14  Baruch Even  <baruch@lyx.org>
2911
2912         * insetgraphics.h:
2913         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
2914
2915 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2916
2917         Consistent use of Lsstream.h:
2918         * figinset.C: removed using std::ostringstream directive.
2919
2920         * insetgraphics.C (createLatexOptions):
2921         * insetinclude.C (unique_id):
2922         std::ostringstream -> ostringstream.
2923         * insettext.C (localDispatch): std::istringstream -> istringstream.
2924
2925 2001-07-13  Juergen Vigna  <jug@sad.it>
2926
2927         * insetfloat.C (insertInsetAllowed): added missing const_cast.
2928
2929         * insetcollapsable.C (getLockingInset): ditto.
2930
2931 2001-07-12  Juergen Vigna  <jug@sad.it>
2932
2933         * insetcollapsable.h: added implementation of new function for
2934         collapsable status.
2935
2936         * various files: added implementation of new insertInsetAllowed-func
2937         and redone the function a bit more.
2938
2939         * inset.h: added isCollapsable(), bool collapsed(),
2940         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
2941
2942         * insetfloat.C (insertInsetAllowed): make a bit more checks.
2943
2944         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
2945         LyXText which is marked for removal while we're using it!
2946
2947         * insettext.h: added private LyXText * lt to use it to assure we are
2948         not deleting our LyXText while we're using it!
2949
2950 2001-07-11  Juergen Vigna  <jug@sad.it>
2951
2952         * insettext.C (insertInset): check if we are before the inset after
2953         inserting it! This check IS needed. Remove the Undo-Call as it is
2954         called in LyXText::insertInset!
2955
2956         * insettext.h: added struct InnerCache.
2957
2958         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
2959         that we ONLY delete the LyXText in the getLyXText() routine. So we
2960         are sure we don't delete LyXText while someone is working with it!
2961
2962 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2963
2964         * insetexternal.C: (*it). -> it->
2965         * insettext.C: ditto
2966
2967 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2968
2969         * insetcollapsable.C (edit): always open collapsed insets (even if
2970         they are not autocollapsable)
2971
2972         * insetcommand.C (operator=): simplify.
2973
2974 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2975
2976         * insetert.C (latex): handle META_NEWLINE
2977
2978 2001-07-09  Juergen Vigna  <jug@sad.it>
2979
2980         * insetert.h: a normal InsetText can insert insets, but we won't.
2981
2982         * inset.h: return default "false" on insertInsetAllowed and implement
2983         this function where a returnvalue != "false" is needed.
2984
2985 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2986
2987         * insetert.C (InsetERT): new contructor
2988
2989 2001-07-06  Juergen Vigna  <jug@sad.it>
2990
2991         * a lot of files: added implementation of the below new functions
2992         and the change to clone(). Also the call of the new undo-functions
2993         where needed.
2994
2995         * inset.h: added an inset_id, added functions getParFromID,
2996         getInsetFromID, firstParagraph, cursor and id functions, added
2997         bool same_ids to clone function.
2998
2999 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3000
3001         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
3002         of BufferView * and shared_ptr<LyXText>
3003
3004 2001-07-05  Juergen Vigna  <jug@sad.it>
3005
3006         * insettext.C (clear): deleted also the cache not only LyXText.
3007         (setParagraphData): ditto.
3008
3009 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3010
3011         * insetfloat.C (latex): let the specific placement take presedence
3012         if set, otherwise choose document placement if set, otherwise just
3013         use float default placement.
3014
3015 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3016
3017         * insettext.C (localDispatch): call CutAndPaste::'s static method
3018         directly.
3019
3020 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3021
3022         * insetbib.C: no meed to include forms.h here.
3023
3024 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
3025
3026         * insettext.C: added using std::make_pair directive.
3027
3028 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3029
3030         * insettext.C (getLyXText): avoid multiple lookups, and simplify
3031         slightly
3032         (deleteLyXText): ditto
3033         (resizeLyXText): ditto
3034
3035 2001-07-02  Juergen Vigna  <jug@sad.it>
3036
3037         * insettext.C (getLyXText): introduce a cache in getLyXText so that
3038         following calls are only returned the right pointer without the over
3039         head to search in the map.
3040         (various funcs): reset the cached_bview variable as this signs that
3041         the cache is not valid anymore.
3042
3043 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3044
3045         * insettabular.C (clone): do not copy the LyXTabular twice
3046
3047 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3048
3049         * insettext.h (TEXT): delete method
3050
3051 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3052
3053         * insetmarginal.C (latex):
3054         * insetfoot.C (latex): fix spacing of notes in LaTeX
3055
3056         * insettext.C (localDispatch): use .c_str() on istringstream
3057         constructor argument.
3058
3059 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
3060
3061         * insettoc.h:
3062         * insettoc.C:
3063         * inseturl.h:
3064         * inseturl.C: fix method names in these to begin
3065           with small char too, so they inherit
3066
3067 2001-06-28  Juergen Vigna  <jug@sad.it>
3068
3069         * insettext.C (setFont): fixed font settings using toggleFree()
3070         instead of setFont().
3071
3072 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3073
3074         * Change a lot of method names to begin with a small char.
3075         Changes to a lot of files because of this.
3076
3077 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3078
3079         * insetfloatlist.C (Write): std:: qualify ostream
3080         (Latex): ditto
3081
3082 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3083
3084         * figinset.C:
3085         * inset.C:
3086         * insetgraphics.C: send debug output to Debug::INFO instead of
3087         Debug::ANY.
3088
3089 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3090
3091         * insettabular.h:
3092         * insettabular.C (getStatus): update to use func_status
3093
3094 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
3095
3096         * insetref.C (DocBook): added support for cross-references without
3097         a name.
3098
3099 2001-06-26  The LyX Project  <jug@sad.it>
3100
3101         * insetref.C:
3102         * insetref.h:
3103         * insetlabel.C:
3104         * insetlabel.h: removed escape method and moved it to
3105         support/lstrings.h.
3106
3107 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3108
3109         * insettabular.C (getMaxWidth): do the speedup in a different way,
3110         remove dead code
3111
3112 2001-06-24  The LyX Project  <Asger>
3113
3114         * insettabular.C (getMaxWidth): We cache a mapping from
3115         inset to cell in order to speed this method up.
3116
3117 2001-06-24  The LyX Project  <Asger>
3118
3119         * insettext.C: Optimized InsetText::draw or something.
3120
3121 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
3122
3123         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
3124
3125 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3126
3127         * inset.h: name change from lyxinset.h
3128
3129 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
3130
3131         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
3132
3133 2001-06-14  Juergen Vigna  <jug@sad.it>
3134
3135         * insettext.C (draw): removed warnings.
3136
3137 2001-06-13  Juergen Vigna  <jug@sad.it>
3138
3139         * insettabular.C (nodraw): only go down the tree if we don't have
3140         that flag set otherwise it's obvious that we don't want to draw.
3141         (LocalDispatch): do also an update if we have an undispached result.
3142
3143 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
3144
3145         * insetcite.C:
3146         * insetgraphicsParams.C:
3147         * insettext.C: removed // -*- C++ -*- as first line.
3148
3149 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3150
3151         * lyxinset.h (resizeLyXText): shut off warning about unused
3152         parameter "force"
3153
3154 2001-06-07  Juergen Vigna  <jug@sad.it>
3155
3156         * insettext.C (resizeLyXText): honor the new force flag.
3157
3158         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
3159
3160         * insettabular.C (deleteLyXText): new function
3161
3162 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
3163
3164         * insettheorem.C:
3165         * insetminipage.C:
3166         * insetlist.C:
3167         * insetfootlike.C:
3168         * insetfloat.C:
3169         * insetert.C:
3170         * insetcollapsable.C:
3171         * insetcaption.C: LColor tidy
3172
3173 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3174
3175         * figinset.C: fix typo
3176
3177 2001-06-01  Juergen Vigna  <jug@sad.it>
3178
3179         * insettabular.C (resetPos): small hack so that scroll is not set to
3180         0 when we are in the last column of a tabular. This is a problem we
3181         have because of constats 20 offset on both directions, so this can
3182         cause on the limit an endless loop.
3183
3184         * insettext.C (SetFont): forgot that we can have locking insets ;)
3185
3186 2001-05-31  Juergen Vigna  <jug@sad.it>
3187
3188         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
3189
3190 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3191
3192         * figinset.C: add using std:: directive for the C functions which
3193         need that.
3194
3195 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3196
3197         * insetfloat.C (Write): write out wide info
3198         (Read): read the wide info
3199         (Latex): use the wide info when creating latex.
3200
3201         * insettext.C: adjust
3202
3203         * insetgraphics.[Ch] (statusMessage): change to return string
3204         (width): adjust
3205         (draw): adjust
3206
3207         * figinset.C (runqueue): add std::
3208         (Recompute): ditto
3209
3210 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3211
3212         * insetcite.C (Ascii): add std:: qualifier
3213
3214 2001-05-28  Juergen Vigna  <jug@sad.it>
3215
3216         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
3217         a endless-width inset (maxWidth < 0).
3218         (Edit): change language only if not equal.
3219
3220         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
3221
3222         * insettext.C (draw): fixed draw/clear of InsetText-Frame
3223
3224 2001-05-16  Juergen Vigna  <jug@sad.it>
3225
3226         * insettext.C (selectAll): added
3227         (clearSelection): added
3228
3229         * insettabular.C (SetFont): now we may set a font on a whole selection!
3230         (getSelection): added helper function.
3231
3232 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
3233
3234         * insetcite.C (Ascii): Add method.
3235
3236 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
3237
3238         * figinset.C:
3239         * insetbib.C: fix path for OS/2 & Win32
3240
3241 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3242
3243         * insetfoot.C (Latex): don't use % after footnote.
3244
3245 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3246
3247         * insettext.C (Read): use clear
3248         (SetParagraphData): use LyXParagraph copy constructor instead of clone
3249
3250 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3251
3252         * insetfloatlist.h: add a bunch of std:: qualifiers.
3253
3254 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3255
3256         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
3257         FLOAT_LIST_CODE, renumber code list.
3258
3259         * insettoc.C (getScreenLabel): remove support for float lists
3260         (LyxCode): ditto
3261         (Ascii): ditto
3262
3263         * insetfloatlist.[Ch]: new files
3264
3265         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
3266
3267 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
3268
3269         * insettabular.C (LocalDispatch):
3270         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
3271         method
3272
3273 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3274
3275         * insettext.C: remvoe !NEW_INSETS cruft
3276
3277         * insettabular.C: remove !NEW_INSETS cruft
3278
3279         * insetcollapsable.h: remove !NEW_INSETS cruft
3280
3281         * insetbib.C: remove !NEW_INSETS cruft
3282
3283 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3284
3285         * insettoc.C: hack to make listof algorithm work
3286
3287 2001-04-20  Juergen Vigna  <jug@sad.it>
3288
3289         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
3290
3291 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3292
3293         * insetquotes.C (Latex): improve the guard against
3294         unwanted !` and ?` ligatures. This should really be done in
3295         another place (to catch all this ligatures at low-level).
3296
3297 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3298
3299         * insettext.C (init): remvoe leftovers from cursor_visible change
3300         (draw): use c++ cast
3301         (LocalDispatch): dispatch LFUN_MESSAGE
3302
3303         * insettabular.C (InsetTabular): remove leftovers from
3304         cursor_visible, and scoped_ptr changes
3305         (draw): use c++ cast
3306
3307         * insetcollapsable.C (draw): use c++ cast
3308
3309         * ExternalTemplate.h: inherit privaely from noncopyable
3310         * insetcommand.h: ditto
3311         * insetinclude.h: ditto
3312
3313 2001-04-16  Allan Rae  <rae@lyx.org>
3314
3315         * insettoc.C (Ascii):
3316         * insettext.C (draw):
3317         * insettabular.C (setPos):
3318         * insetminipage.C (Read):
3319         * insetfloat.C (placement):
3320         * insetcaption.C (Ascii, DocBook):
3321         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
3322         an unrecognised preprocessor directive.  So ensure they're wrapped.
3323
3324 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
3325
3326         * insetexternal.h:
3327         * insetexternal.C: set view on Clone. Add _ to private members.
3328
3329 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3330
3331         * insettext.C (InsetText): fix new
3332         (InsetText): reindent some, simplify deletion of par list
3333         (clear): simplify deletion of par list, fix new
3334         (SetParagraphData): simplify deletion of par list
3335
3336         * insettabular.[Ch] (getLabelList): implement new method
3337
3338 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3339
3340         * lyxinset.h: do not include gettext.h...
3341
3342         * inset.C:
3343         * insetcaption.C:
3344         * insetexternal.C:
3345         * insetgraphics.C:
3346         * insetindex.C:
3347         * insetlabel.C:
3348         * insetlatexaccent.C:
3349         * insetminipage.C:
3350         * insetquotes.C:
3351         * insettabular.C:
3352         * inseturl.C: ... and do it here instead
3353
3354 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3355
3356         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
3357
3358         * insettext.[Ch] (getLabelList): add std:: on vector<string>
3359
3360         * insetcollapsable.[Ch] (getLabelList): implement
3361
3362         * insettext.[Ch] (getLabelList): implement
3363
3364         * insettext.h: reindent
3365
3366         * insettabular.h: make tabular a scoped_ptr
3367
3368         * insettext.C (init): adjust for cursor_visible
3369         (ToggleInsetCursor): constify asc and desc, font, adjust for
3370         cursor_visible
3371         (ShowInsetCursor): constify asc and desc, font, adjust for
3372         cursor_visible
3373         (HideInsetCursor): adjust for cursor_visible
3374
3375         * insettabular.C: reindent some
3376         (InsetTabular): adjust for scoped_ptr and cursor_visible
3377         (InsetTabular): ditto
3378         (~InsetTabular): delete delete
3379         (Clone): adjust for scoped_ptr
3380         (Read): constify old_format, adjust for scoped_ptr, move init of
3381         token
3382         (draw): constify tx, localize loop vars.
3383         some other localization of variables, remove double initilizatons.
3384
3385         * insetfoot.C: remove using std::ostream, add ostream where needed
3386
3387 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3388
3389         * lyxinset.h: some reindentaion, use initializer list for
3390         constructro.
3391         UpdatableInset: make cursor_visible a private var add
3392         public isCursorVisible(), add protected toggleCursorVisible() and
3393         proctected setCursorVisible(bool), make scroll call the Inset::scroll
3394
3395         * insettoc.C: remvoe using decl
3396         (getScreenLabel): make cmdname donst
3397         (LyxCode): ditto
3398         (Ascii): ditto
3399         (Ascii): don't use endl
3400
3401         * insetfootlike.C: remove using decl at file scope and add std::
3402         where needed
3403         * insetmarginal.C: ditto
3404
3405         * insetfoot.C: some reformatting
3406
3407         * insetfloat.C (InsetButtonRelease): adjust the hit area
3408
3409         * insetert.C (SetFont): some reformatting
3410
3411         * insetcollapsable.C: some reformatting and constification
3412         (Clone): comment out.
3413         * insetcollapsable.h: some reformatting
3414         (Clone): comment out.
3415
3416         * inset.C: reindent
3417         (scroll): simplify
3418
3419 2001-03-30  Juergen Vigna  <jug@sad.it>
3420
3421         * insetcollapsable.h: changen *inset to be a InsetText inset.
3422
3423         * some files: changed to reflect the above change.
3424
3425 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
3426
3427         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
3428         InsetExternal::Params.
3429         Added operator==() and operator!=() for the Params struct.
3430
3431 2001-03-29  Juergen Vigna  <jug@sad.it>
3432
3433         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
3434         BufferView *.
3435
3436         * insetminipage.C: removed widthp_ and all it's functions and changed
3437         to use new %-lengths of LyXLength.
3438
3439 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3440
3441         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
3442
3443 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3444
3445         * insetgraphicsParams.C (operator!=): new function, needed by the
3446         ControlGraphics class.
3447
3448 2001-03-28  Juergen Vigna  <jug@sad.it>
3449
3450         * insettext.C (InsetButtonPress): only enter !inset if button == 2
3451         (checkAndActivateInset): don't use the values returned from
3452         call to bv->checkInsetHit.
3453
3454         * insetminipage.C (Clone): set special minipage values.
3455
3456         * insetcollapsable.C (draw): changed to draw the button in the
3457         upper left corner outside the textinset.
3458         (ascent): changed because of different drawing
3459         (descent): ditto
3460         (width): ditto
3461         (Edit): ditto
3462         (InsetButtonPress): ditto
3463         (InsetButtonRelease): ditto
3464         (InsetMotionNotify): ditto
3465
3466 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
3467
3468         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
3469         contain a suffix.
3470         (Clone): ditto
3471
3472 2001-03-26  Juergen Vigna  <jug@sad.it>
3473
3474         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
3475
3476         * insettext.C (ShowInsetDialog): implemented above function.
3477
3478         * insettabular.C (ShowInsetDialog): ditto
3479
3480         * insetminipage.C (ShowInsetDialog): ditto
3481
3482 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3483
3484         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
3485         InsetInclude::Params. Don't store a buffer * in Params. Store the
3486         master file name instead.
3487
3488 2001-03-23  Juergen Vigna  <jug@sad.it>
3489
3490         * insetcollapsable.C (InsetMotionNotify):
3491         (InsetButtonRelease):
3492         (InsetButtonPress): fixed y-offset (minipages).
3493
3494         * insettext.C (draw): force a FULL update if cleared == true.
3495
3496         * insetcollapsable.C (draw): Lars forgotten entry for changing this
3497         routine to draw the minipages on its position-flag.
3498         (InsetInInsetY): give back the right y position, because of minipage
3499         position-flag.
3500
3501 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
3502
3503         * insetfloat.h
3504         * insetfloat.C (DocBook): docbook export code.
3505
3506 2001-03-22  Juergen Vigna  <jug@sad.it>
3507
3508         * insetminipage.C (getMaxWidth): added function to set the drawing
3509         width!
3510         (Read): should work now!
3511
3512         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
3513         if we create a new inset.
3514
3515 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3516
3517         * figinset.C (fl_set_preemptive_callback): moved definition outside
3518         of namespace anon.
3519
3520 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3521
3522         * insetminipage.C (Read): prepare for reading of minipage arguments.
3523
3524 2001-03-18  Baruch Even  <baruch@lyx.org>
3525
3526         * insetgraphics.C: Minor cleanups of the comments and code.
3527
3528 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3529
3530         * insetminipage.C (InsetMinipage): default to not collapsed
3531
3532 2001-03-16  Juergen Vigna  <jug@sad.it>
3533
3534         * insetminipage.C (width): modified with to be a string
3535         (widthp): added widthp (for % width) support functions.
3536         (InsetButtonRelease): added to open the options dialog on button==3.
3537         (~InsetMinipage): added to hide the dialog.
3538
3539         * insetminipage.h: added hideDialog signal
3540
3541 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3542
3543         * insetminipage.h: change the order or Position to match
3544         LyXParagraph::MINIPAGE_ALIGNMENT
3545
3546         * several files: remvoe CXX_WORKING_NAMESPACES
3547
3548         * ExternalTemplate.h: noncopyable is in namespace boost
3549         * insetinclude.h: ditto
3550         * insetcommand.h: ditto
3551
3552 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3553
3554         * insettext.C (Edit): #else# -> #else.
3555         * insettoc.C: added using directive.
3556
3557 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3558
3559         * insetminipage.h: add pos, inner_pos, width and height. + getters
3560         and setters for all of them.
3561
3562 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3563
3564         * insetinclude.C (Latex): Do not exit when the textclass of the
3565         included file differ from the textclass of the parent file.
3566
3567 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3568
3569         * ExternalTemplate.C (read): the reading of external insets now checks
3570         for \end_inset and removes it form the input stream.
3571
3572 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3573
3574         * ExternalTemplate.h:
3575         * ExternalTemplate.C:
3576         * insetexternal.h:
3577         * insetexternal.C: move form to GUII
3578
3579 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3580
3581         * insetinclude.h:
3582         * insetinclude.C: add InsetIncludeParams, use
3583         composition rather than derivation of InsetCommand
3584
3585 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3586
3587         * insettoc.C (Ascii): use the Buffer typedefs
3588
3589 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3590
3591         * insettoc.C (Ascii): implement for dynamic number of lists
3592
3593         * insetcaption.[Ch]: update from new_insets branch
3594         * insetfloat.[Ch]: ditto
3595
3596 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3597
3598         * insetexternal.C:
3599         * figinset.C: use new File Dialog
3600
3601 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3602
3603         * insettext.C: changes becuase of ParagraphParameters.
3604
3605 2001-02-28  Baruch Even  <baruch@ev-en.org>
3606
3607         * insetgraphics.C (updateInset): Changed due to the change in
3608         GraphicsCache.
3609
3610 2001-02-26  Juergen Vigna  <jug@sad.it>
3611
3612         * insettext.C (SetFont): Set Undo only if we have selection (as it is
3613         handled in LyXText).
3614
3615 2001-02-23  Juergen Vigna  <jug@sad.it>
3616
3617         * insettext.C (draw): some small repainting fixes.
3618         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
3619
3620         * inset.C (LocalDispatch): changed action to be a kb_action (as it
3621         should be) and not an int.
3622
3623         * insettabular.C (LocalDispatch): ditto
3624
3625         * insettext.C (LocalDispatch): ditto
3626
3627         * insetcollapsable.C (LocalDispatch): ditto
3628
3629 2001-02-22  Juergen Vigna  <jug@sad.it>
3630
3631         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
3632         DISPATCH it and we don't have a locking_inset.
3633
3634 2001-02-21  Baruch Even  <baruch@ev-en.org>
3635
3636         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
3637         instead of GraphicsCacheItem *.
3638
3639 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3640
3641         * insetcollapsable.C (getLyXText): add const qualifier to second
3642         parameter.
3643
3644 2001-02-22  Juergen Vigna  <jug@sad.it>
3645
3646         * insettext.C (getLyXText): honor the recursive parameter.
3647         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
3648
3649         * inset.C (getLyXText): added bool recursive parameter.
3650
3651         * insettext.C (SetUpdateStatus): or the update codes.
3652         (draw): check need_update with &.
3653         (InsetButtonPress): set no_selection to not put a selection when
3654         entering an inset and it is redraws in another spot.
3655
3656         * insettext.h: made need_update an int.
3657
3658 2001-02-20  Baruch Even  <baruch@ev-en.org>
3659
3660         * insetgraphics.h:
3661         * insetgraphisc.C: Changed to use better semantics when loading images
3662         for inline view. Now it doesn't keep the pixmap itself but it's holder.
3663
3664 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3665
3666         * insetcommand.h:
3667         * inseterror.h:
3668         * insetgraphics.C: change name of "hide" signal to "hideDialog",
3669         consistent with InsetTabular.
3670
3671 2001-02-19  Juergen Vigna  <jug@sad.it>
3672
3673         * insettabular.C (LocalDispatch): implement PAGE up/down.
3674
3675         * insettext.C (draw): clear all of it on need_update==INIT too!
3676
3677         * insettabular.C (InsetUnlock): always clear the selection.
3678
3679         * inset.C (scroll): normally we only want to scroll the inset until
3680         it is fully visible so if top_x + offset > 20 then just set scx to 0.
3681
3682 2001-02-14  Juergen Vigna  <jug@sad.it>
3683
3684         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
3685         (resetPos): fixed scroll behaviour.
3686         (LocalDispatch): do an update if moving cursor inside a table cell
3687         requests a scroll of the tabular.
3688
3689 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3690
3691         * insettext.C (textWidth): constify local var
3692
3693         * insettabular.C: small cleanup.
3694
3695         * insetfoot.C (Latex): constify local var
3696
3697         * insetcollapsable.C: small cleanup.
3698
3699         * figinset.C (runqueue): use compare instead of strcmp
3700
3701 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3702
3703         * insettext.C:
3704         * insetinfo.C: remove cruft
3705
3706 2001-02-14  Juergen Vigna  <jug@sad.it>
3707
3708         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
3709
3710 2001-02-13  Juergen Vigna  <jug@sad.it>
3711
3712         * insettext.C (InsertInset): don't move left (is this right?)
3713
3714         * insettabular.C (LocalDispatch): use of the no_draw variable
3715
3716         * insettabular.h: new no_draw variable to stop redraw
3717
3718         * insettabular.C (TabularFeatures): fixed update for alignment change
3719
3720 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3721
3722         * insetinclude.C:
3723         * insetbib.h:
3724         * insetbib.C: move dialogs to frontends/
3725
3726 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3727
3728         * insettext.C (LocalDispatch): Restore the language if the inset
3729         becomes empty.
3730
3731 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3732
3733         * insettext.C (moveRightIntern): Update the selection cursor.
3734         (moveLeftIntern): Ditto.
3735
3736 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3737
3738         * Makefile.am: remove BoundingBox.h
3739
3740         * BoundingBox.h: removed
3741
3742 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
3743
3744         * insettext.C (LocalDispatch): Update selection cursor when moving
3745         cursor to the right.
3746         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
3747         (moveLeftIntern): Ditto.
3748
3749 2001-02-05  Baruch Even  <baruch.even@writeme.com>
3750
3751         * insetgraphics.C: Updated automatic image conversion, it now goes into
3752         temporary directory instead of with the image itself.
3753
3754 2001-01-21  Baruch Even  <baruch@ev-en.org>
3755
3756         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
3757         to EPS or PNG when needed (support bitmap graphics).
3758
3759 2000-11-02  Baruch Even  <baruch@ev-en.org>
3760
3761         * insetgraphics.C:
3762         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
3763         and removal of commented out code.
3764
3765 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3766
3767         * insetbib.C (callback): Update citations if the key has changed.
3768
3769 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3770
3771         * insetbib.C (InsetBibKey): Better computation of default key.
3772         (getScreenLabel) Show both the key and the label.
3773         (getBibLabel): New method.
3774         (callback): Force a redraw if the inset have been changed.
3775
3776 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3777
3778         * insetref.C (getType, getName): Move methods from
3779         src/frontends/xforms/FormRef.C.
3780
3781 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
3782
3783         * insettabular.C: Various improvements (use only one dummy position).
3784
3785 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
3786
3787         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
3788         par->bibkey->width. This fixes the crashes when running without
3789         gui or when having included documents.
3790
3791 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
3792
3793         * insetcommand.C (getAsString, setFromString): Cleanup.
3794
3795 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
3796
3797         * insetref.C: Add the array InsetRef::types that contains
3798         information about all supported reference types.
3799
3800 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3801
3802         * lyxinset.h: remove trailing comma in enum.
3803
3804 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
3805
3806         * insettext.C: kill LyXBell.