]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
* insettext.C (read): make sure there is at least one par
[lyx.git] / src / insets / ChangeLog
1 2003-10-02  André Pönitz  <poenitz@gmx.net>
2
3         * insettext.C (read): make sure there is at least one par
4           in the text after reading.
5
6 2003-10-01  José Matos  <jamatos@lyx.org>
7
8         * insetbranch.C (linuxdoc, docbook): minor fix.
9
10 2003-10-01  Angus Leeming  <leeming@lyx.org>
11
12         * ExternalTemplace.[Ch]: introduce namespace lyx::external.
13
14         * insetexternal.[Ch]: changes due to the introduction of
15         namespace lyx::external.
16
17 2003-09-30  Angus Leeming  <leeming@lyx.org>
18
19         * insetexternal.[Ch] (Params::read, write): new member functions.
20
21 2003-09-25  Angus Leeming  <leeming@lyx.org>
22
23         * insetexternal.[Ch] (TempName): new (private) nested struct with
24         fake copy semantics. Enables us to use the generated copy c-tor
25         in the Params struct.
26         (Params::templatename, Params::tempname): use accessor functions.
27
28 2003-09-25  Angus Leeming  <leeming@lyx.org>
29
30         * ExternalTemplate.[Ch] (getTemplateByName): now it's a const member
31         function, returning a const pointer.
32
33 2003-09-23  Angus Leeming  <leeming@lyx.org>
34
35         * ExternalTemplate.[Ch]: can have multiple preamble snippets if we
36         store them in a vector, preambleNames.
37
38         * insetexternal.C (validate): loop over all preambleNames and call
39         LaTeXFeatures::addExternalPreamble with each.
40
41 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
42
43         * insetbranch.C: bug fix in branches
44
45 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
46
47         * insetnote.C: small clean-up.
48
49 2003-09-19  Angus Leeming  <leeming@lyx.org>
50
51         * inset.h (generatePreview): passed a 'Buffer const &' arg.
52
53         * insetcommand.C (string2params): clear params using the default c-tor.
54
55         * insetinclude[Ch]: get rid of the masterFilename_ parameter in
56         InsetInclude::Params. No more data in this struct than in
57         InsetCommandParams, so get rid of it and use InsetCommandParams instead.
58         (c-tor): no need to pass a 'Buffer const &' arg anymore.
59         (clone): remove #warning as it's now redundant.
60         (set): add a 'Buffer const &' arg. Make private.
61         (loadIfNeeded) move out of the class definition and into namespace anon.
62         (getMasterFilename, getFileName): ditto.
63
64 2003-09-18  Angus Leeming  <leeming@lyx.org>
65
66         * insetcommand.C (setParams): use the params' copy constructor.
67
68 2003-09-18  Angus Leeming  <leeming@lyx.org>
69
70         * insetinsetbase.h (getLabelList):
71         * insetinsetcollapsable.[Ch] (getLabelList):
72         * insetinsetinclude.[Ch] (getLabelList):
73         * insetinsetlabel.[Ch] (getLabelList):
74         * insetinsettabular.[Ch] (getLabelList):
75         * insetinsettext.[Ch] (getLabelList): receive a Buffer const & arg.
76         * insetinsetinclude.[Ch] (fillWithBibKeys): ditto.
77
78 2003-09-18  Angus Leeming  <leeming@lyx.org>
79
80         * insetinclude.[Ch]: remove Params::operator==, operator!= as they're
81         redundant baggage from yesteryear.
82         Remove Params::flag as it is redundant; the info is present in
83         getCmdName.
84
85 2003-09-18  Angus Leeming  <leeming@lyx.org>
86
87         * insetinclude.C (latexString): add a Buffer const & arg.
88
89 2003-09-18  Angus Leeming  <leeming@lyx.org>
90
91         * inset.C:
92         * inset.h:
93         * insettext.C:
94         * insettext.h: rename EnumLColor as LColor_color.
95
96 2003-09-18  Angus Leeming  <leeming@lyx.org>
97
98         * inset.h: add the InsetOld::Code wrapper class InsetOld_code.
99         * insetbase.h: add the dispatch_result wrapper class DispatchResult.
100
101 2003-09-16  Angus Leeming  <leeming@lyx.org>
102
103         * insetinclude.C (localDispatch): ensure that params_.masterFilename_ is
104         set before trying to generate a preview, else we trigger an assert.
105
106 2003-09-16  Angus Leeming  <leeming@lyx.org>
107
108         * insetinclude.C (PreviewImpl::parent): return a const reference.
109
110 2003-09-16  Angus Leeming  <leeming@lyx.org>
111
112         * insetcollapsable.[Ch]: make all member variables, except for 'inset', private.
113
114         * insetert.C (init): use InsetCollapsable::setLabelFont rather than access
115         labelfont directly.
116         (read, updateStatus, lfunMouseRelease, status, showInsetDialog): use
117         InsetCollapsable::setCollapsed, isOpen rather than access collapsed_ directly.
118
119         * insetminipage.C (metrics):
120         * insetnote.C (metrics):
121         * insettheorem.C (clone): use InsetCollapsable::isOpen rather than
122         access collapsed_ directly.
123
124 2003-09-16  Angus Leeming  <leeming@lyx.org>
125
126         * insetbibitem.C: add #include "lyxfont.h".
127
128 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
129
130         * insetgraphics.C: 
131         * insetbibtex.C: use namespace alias for lyx::support::os
132
133 2003-09-16  Angus Leeming  <leeming@lyx.org>
134
135         * insetcollapsable.h: remove unused framecolor variable.
136         Remove #include "LColor.h".
137
138         * insetcollapsable.C: remove unused framecolor variable.
139
140         * insetcaption.C:
141         * insetcollapsable.C:
142         * insetert.C:
143         * insetfloat.C:
144         * insetfootlike.C:
145         * insetminipage.C:
146         * insetnote.C:
147         * insetoptarg.C:
148         * insetwrap.C:
149         Add #include "LColor.h".
150
151 2003-09-16  Angus Leeming  <leeming@lyx.org>
152
153         * insettext.[Ch] (frameColor): new accessor function.
154         (frame_color_): stored as an int, allows us to remove #include "LColor.h" from
155         insettext.h
156
157         * insetbranch.C:
158         * insettabular.C:
159         * insettext.C:
160         add #include "LColor.h".
161
162         * insetcollapsable.h: add #include "LColor.h"
163         (for its framecolor member variable).
164
165 2003-09-16  Angus Leeming  <leeming@lyx.org>
166
167         * insetenv.C (constructor): use accessor functions to access InsetText variables.
168
169         * insettext.h: rename autoBreakRows as autoBreakRows_. Make private.
170         rename frame_color as frame_color_. Make private.
171
172         * insettext.C: associated changes.
173
174 2003-09-16  Angus Leeming  <leeming@lyx.org>
175
176         * inset.h: store background_color_ as an int, not as an LColor::color to
177         get LColor.h out of the header file.
178
179         * inset.C:
180         * insetlatexaccent.C:
181         * insetnewline.C:
182         * insetspace.C:
183         * insetspecialchar.C:
184         * renderers.C:
185         add #include "LColor.h".
186
187 2003-09-16  Angus Leeming  <leeming@lyx.org>
188
189         * renderers.C:  LyXFont::setColor no longer return a LyXFont &, so cannot string
190         calls together.
191
192 2003-09-15  Angus Leeming  <leeming@lyx.org>
193
194         * inset.[Ch] (setBackgroundColor, backgroundColor):
195         * insettext.[Ch] (setFrameColor):
196         pass EnumLColor args, rather than LColor::color ones.
197
198 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
199
200         * insetcommand.C
201         * insetexternal.C
202         * insetfloat.C
203         * insetgraphics.C
204         * insetinclude.C
205         * insetminipage.C
206         * insetnote.C
207         * insettabular.C
208         * insetwrap.C: remove usage of STRCONV
209
210 2003-09-15  Angus Leeming  <leeming@lyx.org>
211
212         * renderers.C (draw):
213         * insetlatexaccent.C (draw): explicitly define the color passed to
214         the painter.
215
216 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
217
218         * insettext.C: remove block causing problems in lockInsetInInset
219         (mentioned erroneously under Bug #1366)
220
221 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
222
223         * insetcollapsable.C: Simplify by using adjustCommand, and fix bug
224         in the process
225
226 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
227
228         * several files: change Assert to BOOST_ASSERT
229
230 2003-09-09  Martin Vermeer  <martin.vermeer@hut.fi>
231
232         * insettext.[Ch]: remove drawText[XY]Offset
233
234 2003-09-08  Angus Leeming  <leeming@lyx.org>
235
236         * insetcollapsable.C:
237         * insetenv.C:
238         * insetinclude.C:
239         * insetlabel.C:
240         * insetoptarg.C:
241         * insetspecialchar.C:
242         * insettabular.C:
243         * insettext.C:
244         * insettoc.C: remove redundant using directives.
245
246 2003-09-07  Angus Leeming  <leeming@lyx.org>
247
248         * insetspace.h:
249         * insetspecialchar.h: remove #include "support/std_string.h".
250
251 2003-09-06  Angus Leeming  <leeming@lyx.org>
252
253         * renderers.C: add #include "insets/inset.h"
254
255 2003-09-05  Angus Leeming  <leeming@lyx.org>
256
257         * *.C: strip out redundant #includes. (193 in total.)
258
259 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
260
261         * insets/insetbibtex.[Ch]:
262         * insets/insetcommand.h:
263         * insets/insetfloatlist.[Ch]:
264         * insets/insetinclude.[Ch]:
265         * insets/insettoc.[Ch]: Restricts the mouse click functionality
266         of insets like bibtex, include, toc and floatlist to the visible
267         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
268         up the dialogs. Cursor has to be in front of the inset (i.e.
269         start of row) for this to function.
270
271 2003-09-04  Angus Leeming  <leeming@lyx.org>
272
273         * ExternalTemplate.[Ch]: store the preamble snippets in a separate
274         structure outside of the Format struct. Format::preambleName refers to
275         an item in the map of all preamble snippets.
276         Make use of the new Debug::EXTERNAL flag.
277
278         * insetexternal.C: make use of the new Debug::EXTERNAL flag.
279         (validate): Small change due to the changed storage of preamble snippets.
280
281 2003-09-04  Angus Leeming  <leeming@lyx.org>
282
283         * insetgraphics.C: #include "support/os.h"
284
285         * insetfoot.h: move #include "LaTeXFeatures.h" out of the header file.
286         * insettabular.h: move #include "FuncStatus.h" out of the header file.
287         * insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
288
289         * insetcollapsable.h:
290         * insetbranch.C:
291         * insetnote.C: move #include "funcrequest.h" out of the header file.
292
293 2003-09-03  Angus Leeming  <leeming@lyx.org>
294
295         * insetexternal.C (updateExternal):
296         * insetgraphics.C (prepareFile): Fix the conversion when exporting to
297         latex.
298
299 2003-09-03  Angus Leeming  <leeming@lyx.org>
300
301         * insetexternal.C: don't bring namespace lyx::support into the global
302         namespace.
303
304 2003-09-02  Martin Vermeer  <martin.vermeer@hut.fi>
305
306         * insetbranch.C: Add Branch: to label
307
308 2003-09-02  John Levon  <levon@movementarian.org>
309
310         * insettext.h:
311         * insettext.C: remove cursor.i[xy]()
312
313 2003-08-28  Angus Leeming  <leeming@lyx.org>
314
315         * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with
316         "sh ", enabling the conversion to be carried out even if the script
317         is not executable.
318
319 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
320
321         * most files: change to use const Buffer refs
322
323 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
324
325         * insetfootlike.C: whitespace.
326
327 2003-08-26  John Levon  <levon@movementarian.org>
328
329         * insetenv.h:
330         * insetcaption.h:
331         * insetindex.h: remove remaining mentions of needFullRow()
332
333 2003-08-26  André Pönitz  <poenitz@gmx.net>
334
335         * insetfoot.C:
336         * insetnewline.C:
337         * insetquotes.C:
338         * insettabular.C:
339         * inset.[Ch]: remove InsetOld::par_owner_ & handling
340
341 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
342
343         * insetbranch.C: Small fix to prevent a crash on loading.
344
345 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
346
347         * inset.h:
348         * insetbibtex.[Ch]:
349         * insetbranch.[Ch]:
350         * insetcollapsable.h:
351         * insetert.[Ch]:
352         * insetfloatlist.[Ch]:
353         * insetfootlike.[Ch]:
354         * insetinclude.[Ch]:
355         * insetindex.[Ch]:
356         * insetindex.h:
357         * insetminipage.h:
358         * insetnote.[Ch]:
359         * insettext.C:
360         * insettheorem.[Ch]:
361         * insettoc.[Ch]: eliminates the needFullRow/display() stuff
362         altogether, putting the logic in metrics/draw in the insets.=20
363         Draws short single row insets with more or less realistic metrics.
364
365 2003-08-19  André Pönitz  <poenitz@gmx.net>
366
367         * insettext.C: use new RowPainter interface
368
369 2003-08-18  John Levon  <levon@movementarian.org>
370
371         * insetref.C: require amsmath for eqref
372
373 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
374
375         * Makefile.am:
376         * inset.h:
377         * insetbranch.[Ch]: implements the 'branch inset'
378         idea. This allows the output of various versions of a document
379         from a single source version, selectively outputing or suppressing
380         output of parts of the text.
381         This implementation contains a 'branch list editor' in a separate
382         tab of the document settings dialog. Branches are user definable
383         and have a "display colour" to distinguish them on-screen.
384
385         ColorHandler was somewhat cleaned up.
386         (1) make possible a dynamically growing LColor list by allowing
387         the graphic context cache to grow along (vector);
388         (2) eliminate an IMHO unnecessary step in colour allocation.
389
390 2003-08-15  André Pönitz  <poenitz@gmx.net>
391
392         * insettext.[Ch]: adjust after rowlist split
393
394 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
395
396         * insettabular.C: rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
397           rename valign-center to valign-middle;
398           rename VALIGN_CENTER to VALIGN_MIDDLE
399
400 2003-08-11  André Pönitz  <poenitz@gmx.net>
401
402         * inset.h: remove resizeLyXText
403
404         * insetcaption.C:
405         * insetcollapsable.[Ch]:
406         * insetminipage.C:
407         * insettabular.[Ch]: adjust
408
409         * insettext.[Ch]: remove saveLyXTextState,
410          restoreLyXTextStat, sstate, reinitLyXText
411
412 2003-08-07  André Pönitz  <poenitz@gmx.net>
413
414         * inset.[Ch]: move non-crucial functions out-of-line
415
416         * insettext.C: rely on LyXText's LFUN handlers in some more cases,
417         remove duplicated code.
418
419 2003-08-05  André Pönitz  <poenitz@gmx.net>
420
421         * insetbibitem.C:
422         * insetcollapsable.[Ch]:
423         * insetcommand.C:
424         * insetert.C:
425         * insetexternal.C:
426         * insetfloat.C:
427         * insetgraphics.C:
428         * insetinclude.C:
429         * insetlabel.C:
430         * insetminipage.C:
431         * insetnote.C:
432         * insettabular.[Ch]:
433         * insettext.[Ch]:
434         * insetwrap.C:
435         * updatableinset.[Ch]: rip out "deep update"
436
437         * insettext.C (localDispatch): merge cases with default branch
438
439         * insettext.C (frame_x,y,w,h): replace member with automatic variables
440
441         * insettabular.[Ch] (updateLocal): simplify logic
442
443 2003-08-04  André Pönitz  <poenitz@gmx.net>
444
445         * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
446   is 'FULL' all the time.
447
448 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
449
450         * insetert.C (get_new_label): only add ... to the (closed) label
451         when the string has been shortened
452
453 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
454
455         * Always use std::endl with lyxerr
456
457 2003-08-01      Martin Vermeer  <martin.vermeer@hut.fi>
458
459         * insetnote.C: update \author list
460
461 2003-07-31  André Pönitz  <poenitz@gmx.net>
462
463         * insetcollapsable.h:
464         * insettabular.[Ch]:
465         * insettext.[Ch]: remove toggleSelection
466
467 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
468
469         (with help from Juergen Spitzmueller)
470         * insetnote.C: add add i18n support. Use Prefs-definable
471         colours for Comment and Greyedout.
472
473 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
474
475         * insetcollapsable.[Ch]:
476         * insetnote.C:
477         * insetert.C: factor out the detection of clicking on the inset
478       button as 'hitButton'. John Levon contributed.
479
480 2003-07-30  André Pönitz  <poenitz@gmx.net>
481
482         * insetcollapsable.C:
483         * insetfootlike.C:
484         * insettabular.C: parantheses, localize vars etc.
485
486 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
487
488         * insetnote.C: Implement a newenvironment in preamble for
489         greyedout. Patch provided by Jürgen Spitzmüller.
490
491 2003-07-29  Angus Leeming  <leeming@lyx.org>
492
493         * insetcommand.C (localDispatch): default to
494         InsetOld::localDispatch.
495
496         * insetbibitem.C (localDispatch):
497         * insetbibtex.C (localDispatch): remove call to
498         ChangeCitationsIfUnique.
499
500         * insetbibtex.[Ch] (clone): move out of line; use copy c-tor.
501
502         * insetexternal.C (read): use pushpophelper.
503
504 2003-07-28  José Matos  <jamatos@lyx.org>
505
506         * insetext.C (read): \end_document replaces \the_end.
507
508 2003-07-28  José Matos  <jamatos@fep.up.pt>
509
510         * insetert.C (write): \layout -> \begin_layout.
511         Add missing \end_layout.
512
513 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
514
515         * insetquotes.C: document a bit the format
516
517         * insettabular.C (write): remove extra space
518
519 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
520         * insetnote.C: Umpf. Hope I *now* get it right :-(
521
522 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
523         *insetnote.C: did the right fix to greyedout: \color
524         instead of \textcolor.
525
526 2003-07-28  Angus Leeming  <leeming@lyx.org>
527
528         * insetbibtex.h: remove extraneous forward declaration.
529
530         * insetbibitem.h:
531         * insetbibtex.h: Also remove long-dead Holder member class
532         and variable.
533
534 2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>
535
536         * insetbase.h: add #include <memory> needed by gcc 2.95.2 at
537         least.
538
539 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
540
541         * insetwrap.C (addToToc): adjust for lyx::toc
542
543         * insetfloatlist.C (ascii): adjust for lyx::toc
544
545         * insetfloat.C (addToToc): adjust for lyx::toc
546
547 2003-07-27  José Matos  <jamatos@fep.up.pt>
548
549         * insetnote.h (linuxdoc,docbook): update support.
550
551 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
552
553         * insetfloat.C (wide): add a space to label, for consistency
554
555 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
556
557         * insettext.C (nextChange): adjust for lyx::find
558         (searchForward): ditto
559         (searchBackward): ditto
560
561 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
562
563         * insetgraphicsParams.C:
564         * insetexternal.C: declare extern displayTranslator
565
566         * insetexternal.C:
567         * renderers.C: add #include "support/LAssert.h"
568
569 2003-07-27  José Matos  <jamatos@fep.up.pt>
570
571         * insetfloat.[Ch] (linuxdoc):
572         * insetgraphics.C (linuxdoc):
573         * insettabular.C (linuxdoc):
574         * insettext.[Ch] (linuxdoc): add support for tables and figures
575         (linuxdoc).
576
577 2003-07-27  José Matos  <jamatos@fep.up.pt>
578
579         * insetinclude (latex): comply with makeLaTeXFile argument change.
580
581 2003-07-26  Asger Alstrup  <alstrup@local>
582
583         * insettext.C (reinitLyXText): Get rid of updateLocal which causes
584         the undo crashes. We'll see what problems other places this will
585         cause.
586
587 2003-07-26  Angus Leeming  <leeming@lyx.org>
588
589         * insetgraphics.C: remove unused declaration of system_tempdir.
590
591 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
592
593         * rename Inset to InsetOld
594
595         * all inset files (clone): return a auto_ptr<InsetBase>
596
597 2003-07-23  Angus Leeming  <leeming@lyx.org>
598
599         * insetexternal.[Ch] (setParams): pass it a Buffer const *.
600
601 2003-07-23  Angus Leeming  <leeming@lyx.org>
602
603         * mailinset.[Ch] (inset2string):
604         * insetcommand.[Ch] (inset2string):
605         * insetert.[Ch] (inset2string):
606         * insetexternal.[Ch] (inset2string):
607         * insetfloat.[Ch] (inset2string):
608         * insetgraphics.[Ch] (inset2string):
609         * insetinclude.[Ch] (inset2string):
610         * insetminipage.[Ch] (inset2string):
611         * insetnote.[Ch] (inset2string):
612         * insettabular.[Ch] (inset2string):
613         * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg.
614
615         * insetexternal.[Ch]:
616         * insetgraphics.[Ch]: get rid of the view() function. Associated
617         changes to the mailers' string2params and params2string functions.
618
619 2003-07-23  Angus Leeming  <leeming@lyx.org>
620
621         * insetexternal.[Ch]: store the external file name in a FileName
622         member variable rather than a string + associated changes.
623
624 2003-07-21  Angus Leeming  <leeming@lyx.org>
625
626         * insetgraphicsParams.[Ch]: store the graphics file name in
627         a FileName member variable rather than a string.
628
629         * insetgraphics.[Ch]:
630         * insetgraphicsParams.[Ch]: Associated changes.
631
632 2003-07-21  Angus Leeming  <leeming@lyx.org>
633
634         * insetgraphics.[Ch] (string2params, params2string): passed a
635         buffer_path argument.
636         (view): new method.
637
638 2003-07-21  Angus Leeming  <leeming@lyx.org>
639
640         * insetexternal.C:
641         * insetgraphicsParams.[Ch]:
642         * insetinclude.C:
643         * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
644
645 2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
646
647         * insetnote.C: fixed greyout and conditionals layout foul-ups.
648
649 2003-07-18  André Pönitz  <poenitz@gmx.net>
650
651         * insetert.[Ch]:
652         * insetminipage.[Ch]:
653         * insettabular.[Ch]:
654         * insettext.[Ch]:
655         * insetwrap.[Ch]:
656         * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
657
658 2003-07-18  André Pönitz  <poenitz@gmx.net>
659
660         * inset.[Ch]:
661         * insetbibitem.C:
662         * insetcollapsable.C:
663         * insetcommand.C:
664         * insetert.C:
665         * insetexternal.C:
666         * insetgraphics.[Ch]:
667         * insetlatexaccent.[Ch]:
668         * insetminipage.C:
669         * insetnewline.C:
670         * insetquotes.C:
671         * insetspace.C:
672         * insetspecialchar.C:
673         * insettabular.[Ch]:
674         * insettext.[Ch]:
675         * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
676
677 2003-07-17  André Pönitz  <poenitz@gmx.net>
678
679         * insetcollapsable.C:
680         * insettabular.C:
681         * insettext.C: don't call Inset::update() anymore
682
683         * insettext.[Ch]:
684         * insettabular.[Ch]: remove unneeded in_update_ members
685
686         * insettext.[Ch]: remove unneeded InsetText::old_max_width member
687
688 2003-07-16  André Pönitz  <poenitz@gmx.net>
689
690         * insettext.C (selectAll): remove
691
692 2003-07-16  John Levon  <levon@movementarian.org>
693
694         * insetnote.h:
695         * insetnote.C: implement showInsetDialog()
696
697 2003-07-15  André Pönitz  <poenitz@gmx.net>
698
699         * insettabular.C:
700         * insettext.C: refresh_status tristate -> need_update bool
701
702 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
703
704         * insettext.C: adjust call to LyXText::init
705
706 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
707
708         * insettext.C: use bufferview_funcs->replaceSelection()
709         to delete selections in some cases (bugs 441, 673, 702, 954).
710
711 2003-07-14  André Pönitz  <poenitz@gmx.net>
712
713         * insettext.C (draw): use slimmed down rowpainter interface
714
715 2003-07-14  André Pönitz  <poenitz@gmx.net>
716
717         * insetcollapsable.C:
718         * insetert.C:
719         * insettext.[Ch] (cy, ciy, setUpdateStatus):
720         remove unused BufferView * argument
721
722 2003-07-14  André Pönitz  <poenitz@gmx.net>
723
724         * insettext.[Ch]: used cached metrics a bit more
725
726 2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
727
728         * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
729
730 2003-07-10  André Pönitz  <poenitz@gmx.net>
731
732         * insettabular.C:
733         * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
734
735 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
736
737         * introduce namespace lyx::graphics
738
739 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
740
741         * introduce namespace lyx::support
742
743 2003-06-30  André Pönitz  <poenitz@gmx.net>
744
745         * insetcite.C (localDispatch): fix case of missing return value
746
747         * insetcite.C (ascii): remove unneeded temporary
748
749 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
750
751         * insetspace.h: fix \file
752
753         * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
754         * insetinclude.C (fillWithBibKeys): ditto
755
756         * insetbibitem.C: fix type const order
757
758         * inset.C (getLyXText): add varname for arg
759
760         * ExternalTemplate.h: fix type const order
761
762 2003-06-27  André Pönitz  <poenitz@gmx.net>
763
764         * insettext.C: take care of removed LyXCursor::row_ member
765
766         * insettext.[Ch]: use new TextCursor struct for sstate
767
768 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
769
770         * inseterror.[Ch]: removed
771
772 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
773
774         * insetinclude.C (docbook): use parseError instead of sgmlError
775
776 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
777
778         * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
779         of BufferList::loadLyXFile
780
781 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
782
783         * insettext.C (update): simplify
784         (updateLocal): remove commented code
785         (insetUnlock): simplify
786         (lockInset): simplify
787         (updateInsetInInset): simplify
788         (localDispatch): simplify
789         (setFont): simplify
790         (resizeLyXText): simplify
791         (collapseParagraphs): simplify
792
793         * insetert.C (get_new_label): simplify
794
795 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
796
797         * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
798         pasteSelection with index
799
800 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
801
802         * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
803
804 2003-06-16  André Pönitz  <poenitz@gmx.net>
805
806         * insetbase.h: new virtual base function clone()
807
808         * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
809           Inset * clone()  ->  InsetBase * clone()
810
811 2003-06-13  André Pönitz  <poenitz@gmx.net>
812
813         * insettabular.[Ch]: make tabular a proper member
814
815 2003-06-12  André Pönitz  <poenitz@gmx.net>
816
817         * insettabular.[Ch]: some renaming plus whitespace
818
819 2003-06-11  Angus Leeming  <leeming@lyx.org>
820
821         * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].
822         Add renderers.[Ch].
823
824         * insetbutton.[Ch]: removed.
825         * graphicinset.[Ch]: renamed as renderers.[Ch].
826
827         * renderers.[Ch]: new files. Rename GraphicsInset as GraphicsRenderer.
828         Create a new class ButtonRenderer using the InsetButton::metrics() and
829         draw() functions.
830         Derive both from a common RenderedInset base class.
831
832         * insetcommand.[Ch]:
833         * insetinclude.[Ch]: derive from Inset, not InsetButton.
834         Give it a ButtonRenderer member variable. Use it.
835         Give the classes working copy c-tors.
836         No longer derive from boost::noncopyable.
837
838         * insetexternal.[Ch]: enable the inset to choose dynamically whether to
839         display its contents as a button or as a graphic.
840
841         * insetgraphic.[Ch]: changes due to the change in name GraphicInset ->
842         GraphicRenderer.
843
844 2003-06-11  Angus Leeming  <leeming@lyx.org>
845
846         * insetcite.C (localDispatch): reformat.
847
848         * insetref.C (localDispatch): enable dialog to be lauched.
849
850 2003-06-11  John Levon  <levon@movementarian.org>
851
852         * insettabular.C: correctly mark all cells as erased
853
854 2003-06-11  Angus Leeming  <leeming@lyx.org>
855
856         * insetexternal.[Ch]: InsetExternal::Params no longer stores the
857         ExternalTemplate but its name, templatename. This means that a file
858         containing a reference to an External Template not installed on the
859         current machine will be saved retaining this info rather than inserting
860         the first "valid" template from the list of templates.
861
862         As a by product, the visual statement that the Template is missing is
863         now very clear!
864
865 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
866
867         * insettext.C (appendParagraphs): remove some commented code.
868
869 2003-06-10  Angus Leeming  <leeming@lyx.org>
870
871         * graphicinset.[Ch] (view): removed the publicly accessible function to set
872         the cache.
873
874         * insetexternal.[Ch]: move tempname_ into the Params struct.
875         (Params d-tor): new function, to clean-up this temp file.
876         (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
877         (cache): removed.
878         (editExternal, doSubstitution): move out of class.
879
880 2003-06-10  Angus Leeming  <leeming@lyx.org>
881
882         * graphicinset.[Ch] (params): removed.
883         * graphicinset.h (operator=): declared private but not defined.
884         (statusMessage): made private.
885
886         * insetexternal.[Ch]: graphic_ renamed as renderer_.
887
888 2003-06-07  John Levon  <levon@movementarian.org>
889
890         * insetert.C (latex): make a newline mean just that not
891         a new par
892
893 2003-06-07  José Matos  <jamatos@fep.up.pt>
894
895         * insethfill.[Ch] (linuxdoc, docbook): implement output
896         * insetspace.C (linuxdoc, docbook): remove coments as the code
897         is correct.
898
899 2003-06-06  José Matos  <jamatos@fep.up.pt>
900
901         * insetnewline.C (linuxdoc,docbook): return newline, fix bug 1148.
902
903 2003-06-06  André Pönitz  <poenitz@gmx.net>
904
905         * insetwrap.[Ch]: code compactification
906
907 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
908
909         * mailinset.C (updateDialog): use Dialogs::visible
910
911 2003-06-04  Angus Leeming  <leeming@lyx.org>
912
913         * graphicinset.C (draw): add a comment for the #if 0 block.
914
915         * insetexternal.h: remove Params::parameters variable.
916         * insetexternal.C (read, write): rewrite to output new ExternalInset format
917         and read it back making full use of LyXLex.
918
919 2003-06-04  André Pönitz  <poenitz@gmx.net>
920
921         * inset.[Ch]: change owner_ from Inset * to UpdatableInset *
922
923 2003-06-04  John Levon  <levon@movementarian.org>
924
925         * insettabular.C: back out tall table speed up. It was broken
926
927 2003-06-03  Angus Leeming  <leeming@lyx.org>
928
929         * ExternalTemplate.[Ch]: add inputFormat and UpdateFormat variables.
930         Remove ViewCommand and UpdateCommand.
931
932         * graphicinset.C (update): bug fix. Set the params before calling the
933         loader.
934         * graphicinset.[Ch] (view): new method. A bit of a fudge to set the
935         BufferView cache to enable the InsetExternal::editCommand to be invoked
936         from the frontends. Would not be needed if this were dispatched properly.
937         (old_ascent_): variable removed.
938
939         * insetexternal.[Ch]: large clean-up to use the converter mechanism to
940         do any necessary conversions of external material. Also use the
941         new GraphicsInset to display the inset within LyX.
942
943 2003-06-03  Angus Leeming  <leeming@lyx.org>
944
945         * graphicinset.[Ch]: new files. Clean up the InsetGraphics::Cache
946         and move it somewhere where InsetExternal can use it too.
947
948         * Makefile.am: add the new files.
949
950         * insetgraphics.[Ch]: make use of the new GraphicInset.
951
952 2003-06-03  John Levon  <levon@movementarian.org>
953
954         * inset.h:
955         * insetbibitem.[Ch]:
956         * insetbibtex.h:
957         * insetcite.h:
958         * insetcommand.[Ch]:
959         * insetenv.[Ch]:
960         * inseterror.h:
961         * insetert.[Ch]:
962         * insetexternal.[Ch]:
963         * insetfloat.[Ch]:
964         * insetfloatlist.h:
965         * insetfoot.[Ch]:
966         * insetgraphics.[Ch]:
967         * insethfill.h:
968         * insetinclude.[Ch]:
969         * insetindex.h:
970         * insetlabel.h:
971         * insetlatexaccent.[Ch]:
972         * insetmarginal.[Ch]:
973         * insetminipage.[Ch]:
974         * insetnewline.h:
975         * insetnote.[Ch]:
976         * insetoptarg.[Ch]:
977         * insetquotes.[Ch]:
978         * insetref.[Ch]:
979         * insetspace.[Ch]:
980         * insetspecialchar.[Ch]:
981         * insettabular.[Ch]:
982         * insettext.[Ch]:
983         * insetthereom.[Ch]:
984         * insettoc.h:
985         * inseturl.h:
986         * insetwrap.[Ch]: make clone() not take a Buffer * arg
987
988         * insetgraphics.[Ch]:
989         * insetgraphicsParams.[Ch]: always store an absolute
990         path at runtime
991
992 2003-06-02  André Pönitz  <poenitz@gmx.net>
993
994         * inseterror.C:
995         * insetgraphics.C:
996         * insetlatexaccent.C: remove duplicated call to metrics()
997
998 2003-06-02  John Levon  <levon@movementarian.org>
999
1000         * insettabular.C: fix resize of column width
1001
1002 2003-06-02  John Levon  <levon@movementarian.org>
1003
1004         * Makefile.am:
1005         * inset.h:
1006         * insetparent.h:
1007         * insetparent.C: remove insetparent
1008
1009 2003-06-02  André Pönitz  <poenitz@gmx.net>
1010
1011         * inset.[Ch]:
1012         * insetbase.h:
1013         * insetbibtex.[Ch]:
1014         * insetbutton.[Ch]:
1015         * insetcaption.C:
1016         * insetcollapsable.[Ch]:
1017         * inseterror.[Ch]:
1018         * insetert.[Ch]:
1019         * insetfootlike.C:
1020         * insetgraphics.[Ch]:
1021         * insetinclude.[Ch]:
1022         * insetlatexaccent.[Ch]:
1023         * insetminipage.[Ch]:
1024         * insetnewline.[Ch]:
1025         * insetquotes.[Ch]:
1026         * insetspace.[Ch]:
1027         * insetspecialchar.[Ch]:
1028         * insettabular.[Ch]:
1029         * insettext.[Ch]: unify first drawing phase
1030
1031         * inset.[Ch]:
1032         * insetbase.h: move validate() to the base
1033
1034 2003-05-31  Angus Leeming  <leeming@lyx.org>
1035
1036         * Makefile.am: moved insetwrap.[Ch] into alphabetical order.
1037
1038 2003-05-30  André Pönitz  <poenitz@gmx.net>
1039
1040         * inset.h:
1041         * insetbase.h:
1042         * insetbutton.[Ch]:
1043         * insetcaption.[Ch]:
1044         * insetcollapsable.[Ch]:
1045         * inseterror.[Ch]:
1046         * insetert.[Ch]:
1047         * insetgraphics.[Ch]:
1048         * insetinclude.[Ch]:
1049         * insetlatexaccent.[Ch]:
1050         * insetnewline.[Ch]:
1051         * insetquotes.[Ch]:
1052         * insetspace.[Ch]:
1053         * insetspecialchar.[Ch]:
1054         * insettabular.[Ch]:
1055         * insettext.[Ch]:
1056         * updatableinset.[Ch]: unify second drawing phase
1057
1058 2003-05-30  John Levon  <levon@movementarian.org>
1059
1060         * insetgraphics.C: fix a bformat
1061
1062 2003-05-29  John Levon  <levon@movementarian.org>
1063
1064         * insettabular.C: remove unused bufferOwner()
1065
1066 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1067
1068         * insettext.C (lockInsetInInset): adjust
1069         (getLabelList): use const_iterator, adjust
1070         (getInsetFromID): use const_iterator, adjust
1071         (addPreview): use const_iterator, adjust
1072
1073         * insetwrap.C (clone): remove const_cast
1074
1075         * insetnote.C (clone): remove const_cast
1076
1077         * insetminipage.C (clone): remove const_cast
1078
1079         * insetmarginal.C (clone): remove const_cast
1080
1081         * insetfoot.C (clone): remove const_cast
1082
1083         * insetfloat.C (clone): remove const_cast
1084
1085         * insetert.C (clone): remove const_cast
1086
1087         * delete commented same_id functions from a lot of files.
1088
1089 2003-05-28  John Levon  <levon@movementarian.org>
1090
1091         * insetcite.C:
1092         * insetinclude.C:
1093         * insetindex.C:
1094         * insetparent.C:
1095         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
1096
1097         * insetminipage.C: fix metrics (bug 1144)
1098
1099 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1100
1101         * insettext.C (saveLyXTextState): adjust
1102         (restoreLyXTextState): adjust
1103         (init): adjust
1104         (lockInset): adjust
1105         (unlockInsetInInset): adjust
1106         (localDispatch): adjust
1107         (getLyXText): adjust
1108
1109         * insettabular.C (insertAsciiString): adjust
1110
1111 2003-05-27  André Pönitz  <poenitz@gmx.net>
1112
1113         * insetbutton.C:
1114         * insetcollapsable.C:
1115         * inseterror.C:
1116         * insetgraphics.C:
1117         * insetlatexaccent.C:
1118         * insetminipage.C:
1119         * insetnewline.C:
1120         * insetquotes.C:
1121         * insetspace.C:
1122         * insetspecialchar.C:
1123         * insettabular.C:
1124         * insettext.C: dim.w -> dim.wid
1125
1126 2003-05-26  John Levon  <levon@movementarian.org>
1127
1128         * insettabular.C: avoid drawing all of a long table
1129         if it's not needed. A big speedup
1130
1131 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1132
1133         * remove same_id from function signatures, adjust
1134
1135 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1136
1137         * insettext.C (InsetText): adjust
1138         (clear): adjust
1139         (setParagraphData): separate same_id cases, adjust
1140         (appendParagraphs): adjust
1141         (appendParagraphs): adjust
1142
1143 2003-05-23  André Pönitz  <poenitz@gmx.net>
1144
1145         * insetbutton.h: whitespace
1146
1147         * insettabular.C: more compact code
1148
1149         * updatableinset.C: remove const_cast
1150
1151
1152 2003-05-23  Angus Leeming  <leeming@lyx.org>
1153
1154         * insetexternal.C (write): check how many lines are output.
1155         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
1156         if the template has defined it.
1157
1158 2003-05-23  Angus Leeming  <leeming@lyx.org>
1159
1160         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
1161
1162 2003-05-23  Angus Leeming  <leeming@lyx.org>
1163
1164         * insetfoot.C (latex):
1165         * inseturl.C (latex): rename fragile as moving_arg.
1166
1167 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1168
1169         * inseterror.C (localDispatch): comment out unused var.
1170
1171 2003-05-22  Angus Leeming  <leeming@lyx.org>
1172
1173         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
1174         passed through the LatexRunParams arg.
1175
1176 2003-05-22  Angus Leeming  <leeming@lyx.org>
1177
1178         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
1179         through the LatexRunParams arg.
1180
1181         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
1182         arg rather than through a global var.
1183
1184 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1185
1186         * insetspecialchar.C (dimension): use a string.
1187
1188 2003-05-22  Angus Leeming  <leeming@lyx.org>
1189
1190         * insetbibtex.C (latex):
1191         * insetgraphics.C (latex):
1192         * insetinclude.C (latex): extract the buffer's 'nice'ness from
1193         runparams rather than from the buffer itself.
1194
1195 2003-05-22  Angus Leeming  <leeming@lyx.org>
1196
1197         * inset*.[Ch] (latex):
1198         passed a LatexRunParams parameter.
1199
1200         * insetgraphics.C (latex): actually use it ;-)
1201
1202 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
1203
1204         * insetfloat.C (addToToc): trivial compile fix
1205
1206 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1207
1208         * insettext.[Ch] (paragraph): delete unused function
1209
1210         * insetfloat.C (addToToc): parlist simplfication
1211
1212 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1213
1214         * insetspace.[Ch]: added (new space insets)
1215         * Makefile.am:
1216         * inset.h: handle new space insets
1217
1218 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1219
1220         * insetfloat.C (addToToc): adjust
1221
1222 2003-05-21  André Pönitz  <poenitz@gmx.net>
1223
1224         * insettext.[Ch]: fix drawing bug introduced earlier
1225
1226 2003-05-19  André Pönitz  <poenitz@gmx.net>
1227
1228         * insetspecialchar.C: fix bug introduced yesterday
1229
1230 2003-05-19  André Pönitz  <poenitz@gmx.net>
1231
1232         * inset.[Ch]:
1233         * insetbutton.[Ch]:
1234         * insetcollapsable.[Ch]:
1235         * inseterror.[Ch]:
1236         * insetert.[Ch]:
1237         * insetfoot.[Ch]:
1238         * insetgraphics.[Ch]:
1239         * insetgraphicsParams.[Ch]:
1240         * insetlatexaccent.[Ch]:
1241         * insetminipage.[Ch]:
1242         * insetnewline.[Ch]:
1243         * insetquotes.[Ch]:
1244         * insetspecialchar.[Ch]:
1245         * insettabular.[Ch]:
1246         * insettext.[Ch]: dimensions() instead of ascend/descend/width
1247
1248 2003-05-19  André Pönitz  <poenitz@gmx.net>
1249
1250         * insetenv.[Ch]:
1251         * insettext.C: more insetenv
1252
1253 2003-05-16  André Pönitz  <poenitz@gmx.net>
1254
1255         * insetcommand.C:
1256         * insetminimpage.[Ch]:
1257         * insetcollapsable.[Ch]: fix #832
1258
1259 2003-05-16  André Pönitz  <poenitz@gmx.net>
1260
1261         * inset.[Ch]:
1262         * insetbibitem.[Ch]:
1263         * insetbibtex.[Ch]:
1264         * insetbutton.[Ch]:
1265         * insetcite.[Ch]:
1266         * insetcollapsable.[Ch]:
1267         * insetcommand.[Ch]:
1268         * inseterror.[Ch]:
1269         * insetert.[Ch]:
1270         * insetexternal.[Ch]:
1271         * insetfloatlist.[Ch]:
1272         * insetgraphics.[Ch]:
1273         * insetinclude.[Ch]:
1274         * insetindex.[Ch]:
1275         * insetlabel.[Ch]:
1276         * insetlatexaccent.[Ch]:
1277         * insetparent.[Ch]:
1278         * insetref.[Ch]:
1279         * insettabular.[Ch]:
1280         * insettext.[Ch]:
1281         * insettoc.[Ch]:
1282         * inseturl.[Ch]:
1283         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
1284
1285 2003-05-13  André Pönitz <poenitz@gmx.net>
1286
1287         * insetbibitem.C:
1288         * insetcollapsable.C:
1289         * insetert.C:
1290         * insetfloat.C:
1291         * insetinclude.C:
1292         * insetwrap.C: tostr from own header
1293
1294         * insetcommand.C:
1295         * insetexternal.C:
1296         * insetfloat.C:
1297         * insetfloat.h:
1298         * insetgraphics.C:
1299         * insetinclude.C:
1300         * insetminipage.C:
1301         * insetparent.C:
1302         * insettabular.C:
1303         * insettext.C:
1304         * insetwrap.C: STRCONV
1305
1306
1307 2003-05-12  André Pönitz <poenitz@gmx.net>
1308
1309         * insetcaption.C:
1310         * insetexternal.C:
1311         * insetfloat.C:
1312         * insetfloatlist.C:
1313         * insetgraphics.C:
1314         * insetinclude.C:
1315         * insetminipage.C:
1316         * insetminipage.C:
1317         * insettabular.C:
1318         * insettext.C:
1319         * insetwwrap.C:  boost::format -> bformat  all over the place
1320
1321 2003-05-05  André Pönitz <poenitz@gmx.net>
1322
1323         * insettext.h: add missing #include <map>
1324
1325 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1326
1327         * insettext.C (InsetText): parlist cleanup
1328         (clear): ditto
1329         (edit): ditto
1330         (insetUnlock): ditto
1331         (lockInset): ditto
1332         (lockInsetInInset): ditto
1333         (cx): ditto
1334         (cix): ditto
1335         (getLyXText): ditto
1336         (searchBackward): ditto
1337         (collapseParagraphs): ditto
1338
1339 2003-05-06  John Levon  <levon@movementarian.org>
1340
1341         * insetcaption.C: don't cast wrap inset to InsetFloat
1342
1343         * insetfloat.h:
1344         * insetfloat.C: remove unneeded type() function
1345
1346 2003-05-05  André Pönitz <poenitz@gmx.net>
1347
1348         * inset.h:
1349         * insettext.[Ch]:
1350         * insettabular.[Ch]:
1351         * insetcollapsable.[Ch]: remove unused function firstParagraph()
1352         replace getFirstParagraph() by getParagraphs()
1353
1354 2003-05-03  John Levon  <levon@movementarian.org>
1355
1356         * insetcollapsable.h:
1357         * insetcollapsable.C:
1358         * insettabular.h:
1359         * insettabular.C:
1360         * insettext.h:
1361         * insettext.C:
1362         * updatableinset.h:
1363         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
1364         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
1365         getCursor(). Remove explicit cursor hides.
1366
1367 2003-05-02  André Pönitz <poenitz@gmx.net>
1368
1369         * insettext.C: remove unneeded &*
1370
1371 2003-04-30  John Levon  <levon@movementarian.org>
1372
1373         * insettabular.C: fix edit message
1374
1375 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1376
1377         * insettext.C (setFont): do not convert iterator -> pointer
1378
1379         * insettabular.C (localDispatch): do not convert iterator -> pointer
1380         (setFont): ditto
1381         (tabularFeatures): ditto
1382
1383 2003-04-29  André Pönitz <poenitz@gmx.net>
1384
1385         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
1386
1387 2003-04-28  André Pönitz <poenitz@gmx.net>
1388
1389         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
1390           Changes
1391
1392 2003-04-25 André Pönitz <poenitz@gmx.net>
1393
1394         * insetenv.C: derive from InsetText instead of InsetCollapsable
1395
1396 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1397
1398         * insetexternal.C (string2params): dont do anything if the string
1399         is empty.
1400         * insetgraphics.C (string2params): ditto
1401         * insetcommand.C (string2params): ditto
1402         * insetert.C (string2params): ditto
1403         * insetfloat.C (string2params): ditto
1404         * insetinclude.C (string2params): ditto
1405         * insetminipage.C (string2params): ditto
1406         * insettabular.C (string2params): ditto
1407         * insetwrap.C (string2params): ditto
1408
1409 2003-04-24  André Pönitz <poenitz@gmx.net>
1410
1411         * insetref.C: support for eqref
1412
1413 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1414
1415         * insetert.C (read): use ParagraphList::iterator.
1416
1417 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1418
1419         * insetquotes.C (latex): comment some code and add warnings.
1420
1421 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
1422
1423         * insetexternal.C (localDispatch): added a missing DISPATCHED
1424
1425 2003-04-12  John Levon  <levon@movementarian.org>
1426
1427         * insetwrap.C (addToToc): fix a crash, conversion
1428         from while to for loop forgot to remove the explicit
1429         increment
1430
1431 2003-04-10  John Levon  <levon@movementarian.org>
1432
1433         * insettabular.C (tabularFeature): make sure
1434         to update the dialog when we change something
1435         (bug 1036).
1436
1437         (getStatus): don't disable some lfuns (bug 939)
1438
1439 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1440
1441         * insettext.C (saveLyXTextState): adjust
1442         (localDispatch): adjust
1443         (setFont): adjust
1444         (cx): adjust
1445         (cix): adjust
1446         (cpar): adjust
1447
1448         * insettabular.C (localDispatch): adjust
1449         (setFont): adjust
1450         (tabularFeatures): adjust
1451
1452 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
1453
1454         * insettabular.C (searchForward,searchBackward): fix bug 782
1455
1456 2003-04-07  John Levon  <levon@movementarian.org>
1457
1458         * insettabular.C:
1459         * insettext.C: clear status message on inset exit
1460
1461 2003-04-03  John Levon  <levon@movementarian.org>
1462
1463         * insetcommand.C: return dispatched on DIALOG_UPDATE
1464
1465 2003-04-02  John Levon  <levon@movementarian.org>
1466
1467         * insettabular.C: tab lfuns renamed
1468
1469 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1470
1471         * insettext.C (update): move towards ParagraphList
1472         (updateLocal): ditto
1473         (edit): ditto
1474         (insetUnlock): ditto
1475         (lockInset): ditto
1476         (lockInsetInInset): ditto
1477         (updateInsetInInset): ditto
1478         (localDispatch): ditto
1479         (docbook): ditto
1480         (setFont): ditto
1481         (resizeLyXText): ditto
1482         (searchBackward): ditto
1483         (collapseParagraphs): ditto
1484         (addPreview): ditto
1485
1486         * insetwrap.C (InsetWrap): adjust
1487         (addToToc): adjust and rewrite loop
1488
1489         * insettext.[Ch] (paragraph): delete function
1490
1491         * insettabular.C (moveNextCell): adjust
1492         (movePrevCell): adjust
1493         (insertAsciiString): adjust
1494
1495         * insetfloat.C (InsetFloat): adjust
1496         (addToToc): adjust
1497
1498         * insetert.C (InsetERT): adjust
1499         (write): adjust, and rewrite loop
1500         (latex): adjust, and rewrite loop
1501         (linuxdoc): adjust, and rewrite loop
1502         (docbook): adjust, and rewrite loop
1503         (localDispatch): adjust
1504         (get_new_label): adjust
1505
1506 2003-04-01  John Levon  <levon@movementarian.org>
1507
1508         From Alfredo Braunstein
1509
1510         * insetbutton.h:
1511         * insetbutton.C: add localDispatch()
1512
1513         * insetcommand.C: return DISPATCHED when edit() called
1514
1515         * insettext.C: fix bug 967
1516
1517 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1518
1519         * insettext.C: adjust
1520
1521 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1522
1523         * insettext.C (draw): adjust
1524         (crow): return a RowList::iterator not a Row*
1525
1526         * insetminipage.C (localDispatch): adjust
1527
1528         * insetert.C (localDispatch): adjust
1529
1530 2003-03-31  John Levon  <levon@movementarian.org>
1531
1532         * insetgraphics.C:
1533         * insetgraphicsParams.C: use_gui moved to lyx_gui
1534
1535 2003-03-31  John Levon  <levon@movementarian.org>
1536
1537         * insettext.C: Alert fix
1538
1539 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1540
1541         * insettext.C (ascent): adjust for RowList
1542         (descent): ditto
1543         (draw): ditto
1544         (getLyXText): adjust
1545         (toggleSelection): adjust
1546
1547         * insetminipage.C (localDispatch): adjust for RowList
1548
1549         * insetert.C (localDispatch): adjust for RowList
1550         (getMaxWidth): adjust for RowList
1551
1552 2003-03-29  John Levon  <levon@movementarian.org>
1553
1554         * insetert.C: Alert cleanup
1555
1556 2003-03-29  John Levon  <levon@movementarian.org>
1557
1558         * insettabular.C: Alert fix
1559
1560 2003-03-28  John Levon  <levon@movementarian.org>
1561
1562         * insetfloat.C: reset label on INSET_MODIFY
1563
1564 2003-03-28  John Levon  <levon@movementarian.org>
1565
1566         * insetgraphicsParams.C: read subcaptionText as a whole line
1567         (bug 656)
1568
1569 2003-03-28  John Levon  <levon@movementarian.org>
1570
1571         * insettext.C: remove unused prototypes
1572
1573 2003-03-25  Angus Leeming  <leeming@lyx.org>
1574
1575         * insetbibitem.C (localDispatch): repaint the view after modifying
1576         a bibitem inset in case the maximum InsetBibitem width has changed.
1577
1578 2003-03-25  John Levon  <levon@movementarian.org>
1579
1580         * insettext.C:
1581         * insettabular.C: LyXText renamings
1582
1583 2003-03-24  John Levon  <levon@movementarian.org>
1584
1585         * insettext.C: remove some dead code. Fix bug 972 and
1586           related by posting a repaint in updateLocal(), and making
1587           the SEL functions set SELECTION.
1588
1589 2003-03-22  John Levon  <levon@movementarian.org>
1590
1591         * inset.h:
1592         * inset.C: remove no-longer-needed topx_set
1593
1594         * insetcollapsable.h:
1595         * insetcollapsable.C: remove dead code
1596
1597         * insetminipage.C:
1598         * insetert.C: rebreak the rows when a possible
1599           change in size is made, and reset the cursor
1600           (bug 962, bug 965)
1601
1602         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
1603
1604         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
1605           topx_set. Fix drawing errors for clearInset(). Remove
1606           some unnecessary uses of topx, which should die.
1607
1608         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
1609           is no longer needed. Replace it with an ugly hack.
1610
1611 2003-03-20  John Levon  <levon@movementarian.org>
1612
1613         * inset.h:
1614         * insetcollapsable.h:
1615         * insetcollapsable.C:
1616         * insetert.h:
1617         * insetert.C:
1618         * insetminipage.C:
1619         * insetminipage.C:
1620         * insettabular.h:
1621         * insettabular.C:
1622         * insettext.h:
1623         * insettext.C: remove spurious font parameter
1624         from update(). Fix drawing of ERT insets inside
1625         insets (bug 966). Remove unused mark_dirty from
1626         tabular's updateLocal()
1627
1628 2003-03-19  John Levon  <levon@movementarian.org>
1629
1630         * insetfloat.h:
1631         * insetfloat.C:
1632         * insetinclude.h:
1633         * insetinclude.C:
1634         * insetminipage.h:
1635         * insetminipage.C:
1636         * insetwrap.h:
1637         * insetwrap.C: remove unused getter/setters
1638
1639 2003-03-19  John Levon  <levon@movementarian.org>
1640
1641         * several files: bv->updateInset() doesn't take
1642         a bool mark_dirty any more
1643
1644 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1645
1646         * adjust for BufferView* arg removal from lyxtext.
1647
1648 2003-03-17  John Levon  <levon@movementarian.org>
1649
1650         * most files: remove the "cleared" parameter
1651         to draw in favour of always clearing. Associated
1652         code removal.
1653
1654 2003-03-16  John Levon  <levon@movementarian.org>
1655
1656         * insettext.C: remove unused s.refresh
1657
1658 2003-03-13  Angus Leeming  <leeming@lyx.org>
1659
1660         * insettext.C (edit): replace Dialogs::updateParagraph with
1661         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
1662
1663 2003-03-13  André Pönitz <poenitz@gmx.net>
1664
1665         * Makefile.am: insert insetenv
1666
1667         * insethenv.[Ch]: new files, currently inactive
1668
1669 2003-03-12  John Levon  <levon@movementarian.org>
1670
1671         * Makefile.am:
1672         * inset.h:
1673         * inset.C:
1674         * insetert.h:
1675         * insetert.C:
1676         * insetnewline.h:
1677         * insetnewline.C:
1678         * insetquotes.C:
1679         * insettext.C: use new insetnewline
1680
1681 2003-03-12  John Levon  <levon@movementarian.org>
1682
1683         * insettext.C: readToken became readParagraph
1684
1685 2003-03-12  John Levon  <levon@movementarian.org>
1686
1687         * insettext.C: use parlist iterator for reading contents
1688
1689 2003-03-12  John Levon  <levon@movementarian.org>
1690
1691         * insettext.C: name change to readToken()
1692
1693 2003-03-11  André Pönitz <poenitz@gmx.net>
1694
1695         * Makefile.am: insert insethfill
1696
1697         * insethfill.[Ch]: new files
1698
1699 2003-03-10  Angus Leeming  <leeming@lyx.org>
1700
1701         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
1702         BufferView * arg.
1703         (hideDialog): calls the new static Dialogs::hide() method.
1704
1705         * insetbibitem.C (edit):
1706         * insetbibtex.C (edit):
1707         * insetcite.C (edit):
1708         * insetcommand.C (localDispatch):
1709         * inseterror.C (d-tor):
1710         * insetert.C (showInsetDialog):
1711         * insetexternal.C (localDispatch, edit):
1712         * insetfloat.C (localDispatch, showInsetDialog):
1713         * insetfloatlist.C (edit):
1714         * insetgraphics.C (localDispatch, edit):
1715         * insetinclude.C (localDispatch, edit):
1716         * insetindex.C (edit):
1717         * insetlabel.C (edit):
1718         * insetminipage.C (localDispatch, showInsetDialog):
1719         * insetref.C (edit):
1720         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
1721         resetPos, showInsetDialog, openLayoutDialog):
1722         * insettoc.C (edit):
1723         * inseturl.C (edit):
1724         * insetwrap.C (localDispatch, showInsetDialog):
1725         changes due to the changed MailInset interface.
1726
1727 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
1728
1729         * insetfloat.h: Set default placement to an empty string.
1730
1731 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1732
1733         * insettext.C (latex): adjust call to latexParagraphs.
1734
1735 2003-03-10  Angus Leeming  <leeming@lyx.org>
1736
1737         * mailinset.C: warn the user if the BufferView has not been cached.
1738
1739 2003-03-10  Angus Leeming  <leeming@lyx.org>
1740
1741         * inset.h, insetbase.h: move cache() and view() into InsetBase.
1742
1743         * insetcommand.h (inset):
1744         * insetert.h (inset):
1745         * insetexternal.h (inset):
1746         * insetfloat.h (inset):
1747         * insetgraphics.h (inset):
1748         * insetinclude.h (inset):
1749         * insetminipage.h (inset):
1750         * insettabular.h (inset):
1751         * insetwrap.h (inset):
1752         * mailinset.h (inset): return an InsetBase &, not an Inset &.
1753
1754 2003-03-10  Angus Leeming  <leeming@lyx.org>
1755
1756         * insetcommand.C (string2params):
1757         * insetexternal.C (string2params):
1758         * insetfloat.C (string2params):
1759         * insetgraphics.C (string2params):
1760         * insetinclude.C (string2params):
1761         * insetminipage.C (string2params):
1762         * insettabular.C (string2params):
1763         * insetwrap.C (string2params): cure warning message about missing
1764         '\end_inset'.
1765
1766 2003-03-09  Angus Leeming  <leeming@lyx.org>
1767
1768         * insettabular.[Ch]: define a new class InsetTabularMailer and use
1769         it to communicate with the frontend dialogs.
1770
1771         * mailinset.C (hideDialog): only hide the dialog if it is showing the
1772         contents of this inset!
1773
1774 2003-03-07  Angus Leeming  <leeming@lyx.org>
1775
1776         * inseterror.C (localDispatch): new method; calls edit() on
1777         LFUN_MOUSE_RELEASE.
1778
1779 2003-03-07  Angus Leeming  <leeming@lyx.org>
1780
1781         * insetbibitem.C (localDispatch):
1782         * insetbibtex.C (localDispatch):
1783         * insetlabel.C (localDispatch):
1784         rewrite as a switch.
1785
1786 2003-03-07  Angus Leeming  <leeming@lyx.org>
1787
1788         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
1789         it to communicate with the frontend dialogs.
1790
1791 2003-03-07  Angus Leeming  <leeming@lyx.org>
1792
1793         * insetexternal.C: remove operator== and operator!= for
1794         InsetExternal::Params. They were used only by the old controller
1795         scheme.
1796
1797 2003-03-07  Angus Leeming  <leeming@lyx.org>
1798
1799         * insetcommand.C (localDispatch):
1800         * insetexternal.C (localDispatch):
1801         * insetfloat.C (localDispatch):
1802         * insetinclude.C (localDispatch):
1803         * insetminipage.C (localDispatch):
1804         * insetwrap.C (localDispatch):
1805         add LFUN_INSET_DIALOG_UPDATE to the switch.
1806
1807 2003-03-07  Angus Leeming  <leeming@lyx.org>
1808
1809         * insetcommand.C (string2params):
1810         * insetexternal.C (string2params):
1811         * insetfloat.C (string2params):
1812         * insetinclude.C (string2params):
1813         * insetwrap.C (string2params): use LyXLeX more.
1814
1815         * insetert.[Ch]:
1816         * insetexternal.[Ch]:
1817         * insetfloat.[Ch]:
1818         * insetinclude.[Ch]:
1819         * insetwrap.[Ch]: change Mailer::name_ to be static.
1820
1821         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
1822         it to communicate with the frontend dialogs.
1823
1824 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1825
1826         * insettext.C:
1827         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
1828
1829 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1830
1831         * insettext.C (updateLocal): un-const function
1832         (updateLocal): adjust
1833         (collapseParagraphs): un-const function
1834         (collapseParagraphs): adjust
1835
1836 2003-03-05  Angus Leeming  <leeming@lyx.org>
1837
1838         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
1839         it to communicate with the frontend dialogs.
1840
1841 2003-03-05  Angus Leeming  <leeming@lyx.org>
1842
1843         * insetcollapsable.C (draw): cache the BufferView.
1844
1845         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
1846         it to communicate with the frontend dialogs.
1847
1848 2003-03-05  Angus Leeming  <leeming@lyx.org>
1849
1850         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
1851         struct.
1852
1853 2003-03-05  Angus Leeming  <leeming@lyx.org>
1854
1855         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
1856
1857         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
1858         it to communicate with the frontend dialogs.
1859
1860 2003-03-05  Angus Leeming  <leeming@lyx.org>
1861
1862         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
1863         it to communicate with the frontend dialogs.
1864
1865 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1866
1867         * insettext.C (collapseParagraphs): adjust
1868         (appendParagraphs): make it take a Buffer* instead of a
1869         BufferParams& as arg.
1870         (appendParagraphs): adjust
1871
1872 2003-03-04  Angus Leeming  <leeming@lyx.org>
1873
1874         * insetbibitem.C (localDispatch):
1875         * insetbibtex.C (localDispatch):
1876         * insetcommand.C (localDispatch):
1877         * insetert.C (localDispatch):
1878         * insetlabel.C (localDispatch):
1879         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
1880
1881 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1882
1883         * insettext.C (latex): adjust for ParagraphList::iterator
1884
1885 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1886
1887         * insetbutton.C (view): adjust for boost 1.30.0
1888         * insetcollapsable.C (view): ditto
1889         * insetgraphics.C (statusChanged): ditto
1890
1891         * insettext.h: move paragraphs to be public.
1892
1893 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1894
1895         * insetnote.[Ch] (InsetNote): remove unused constructor
1896
1897 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
1898
1899         * insetgraphics.C: added include "format.h"
1900
1901 2003-02-27  Angus Leeming  <leeming@lyx.org>
1902
1903         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
1904         thingy.
1905
1906 2003-02-27  Angus Leeming  <leeming@lyx.org>
1907
1908         * insetbibitem.C (localDispatch):
1909         * insetbibtex.C (localDispatch):
1910         * insetcommand.C:
1911         * insetert:
1912         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
1913
1914 2003-02-26  Angus Leeming  <leeming@lyx.org>
1915
1916         * insetbibitem.[Ch] (localDispatch):
1917         * insetbibtex.[Ch] (localDispatch):
1918         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
1919
1920         * insetcommand.C (localDispatch):
1921         act only on receipt of LFUN_XYZ_APPLY.
1922
1923         * insetert.C (localDispatch): reformat.
1924         add LFUN_XYZ_APPLY to the switch.
1925
1926 2003-02-26  John Levon  <levon@movementarian.org>
1927
1928         * insettext.C: use RowPainter
1929
1930         * inset.h: make helpers take const *
1931
1932 2003-02-26  Angus Leeming  <leeming@lyx.org>
1933
1934         * insetcommand.[Ch] (localDispatch): new method.
1935
1936 2003-02-26  Angus Leeming  <leeming@lyx.org>
1937
1938         * insetinclude.C (draw): cache the BufferView* using cache not
1939         PreviewImpl::setView
1940
1941 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
1942
1943         * insetgraphics.C (draw)
1944         * insetinclude.C (draw): Eliminate also the other argument (owner
1945         inset inset) in the call to PreviewImage::image
1946
1947 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1948
1949         * insetgraphics.C (draw)
1950         * insetinclude.C (draw): Eliminate Buferview argument in call to
1951         PreviewImage::image
1952
1953 2003-02-25  John Levon  <levon@movementarian.org>
1954
1955         * insetgraphicsParams.h:
1956         * insetgraphics.C: don't start a load process if
1957           the inset is set to NoDisplay (bug #920)
1958
1959 2003-02-22  John Levon  <levon@movementarian.org>
1960
1961         * insetfloat.C:
1962         * insetwrap.C: TocItem changed API (bug 913)
1963
1964 2003-02-21  Angus Leeming  <leeming@lyx.org>
1965
1966         * insetcollapsable.[Ch] (cache, edit):
1967         * insetbutton.[Ch] (cache, edit): new methods to cache the
1968         BufferView in the draw method.
1969
1970         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
1971         simplify comunication between InsetCommand-derived classes and
1972         the Dialogs.
1973
1974         * insetbibitem.[Ch]:
1975         * insetbibtex.[Ch]:
1976         * insetcite.[Ch]:
1977         * inseterror.[Ch]:
1978         * insetfloatlist.[Ch]:
1979         * insetindex.[Ch]:
1980         * insetref.[Ch]:
1981         * insettoc.[Ch]:
1982         * inseturl.[Ch]: small changes to reflect the new interface to the
1983         Dialogs code.
1984
1985         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
1986         other, similar classes.
1987
1988         * Makefile.am: add new files.
1989
1990 2003-02-21  Angus Leeming  <leeming@lyx.org>
1991
1992         * updatableinset.h (setView, view): remove.
1993         * inset.h (view, cache): to be replaced by these.
1994
1995         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
1996         insetbibtex.[Ch]:
1997
1998         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
1999         insetbibtex.[Ch].
2000
2001         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
2002
2003 2003-02-21  Allan Rae  <rae@lyx.org>
2004
2005         * insetinclude.C (loadIfNeeded): ensure loading also works when
2006         child document is under version control.
2007
2008 2003-02-17  André Pönitz <poenitz@gmx.net>
2009
2010         * insetbib.[Ch]: Adjust access to bibkeys
2011
2012 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2013
2014         * insetquotes.C (dispString): remove use of acute accent for "'"
2015         right quote.
2016
2017 2003-02-14  John Levon  <levon@movementarian.org>
2018
2019         * insettabular.C: changed method names in tabular.C
2020
2021 2003-02-14  John Levon  <levon@movementarian.org>
2022
2023         * inset.h:
2024         * inset.C:
2025         * insetcollapsable.h:
2026         * insetcollapsable.C:
2027         * insettabular.h:
2028         * insettabular.C:
2029         * insettext.h:
2030         * insettext.C: remove unused getParFromID()
2031
2032 2003-02-13  John Levon  <levon@movementarian.org>
2033
2034         * insettext.h:
2035         * insettext.C: remove unused beginningofMainBody()
2036
2037 2003-02-08  John Levon  <levon@movementarian.org>
2038
2039         * inset.h:
2040         * inset.C:
2041         * insetcollapsable.h:
2042         * insetcollapsable.C:
2043         * insettabular.h:
2044         * insettabular.C:
2045         * insettext.h:
2046         * insettext.C:
2047           add nextChange(). Make allowSpellcheck() const. Add markErased().
2048
2049         * insetert.C: ignore deleted text
2050
2051         * insettabular.C: make sure to keep change  tracking working
2052           properly.
2053
2054 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
2055
2056         * insetert.C:
2057         * insetgraphics.C:
2058         * insettabular.C:
2059         * insettext.C: Use error messages with identical spelling and punctuation
2060
2061 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
2062
2063         * insetgraphics.C (draw, width): Fix spacing around graphics inset
2064
2065 2002-12-17  Juergen Vigna  <jug@lyx.org>
2066
2067         * insettext.C (localDispatch): hopefully fixed cursor up down
2068         movement on leaving other insets.
2069
2070 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2071
2072         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
2073         and the like.
2074
2075 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2076
2077         * insetgraphics.C (prepareFile): do not remove the extension of
2078         the file name if it is not the default extension for the given
2079         format (that is, in latex output, remove extension from foo.eps,
2080         but not from foo.epsi)
2081
2082 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2083
2084         * insettext.C (lfunMouseRelease): hackish solution to the "double
2085         menu open" bug
2086
2087 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2088
2089         * insetfloat.C (addToToc): use the floats name not its type
2090         * insetwrap.C (addToToc): ditto
2091
2092 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2093
2094         * insetnote.C (init): make label font smaller
2095
2096 2002-12-04  John Levon  <levon@movementarian.org>
2097
2098         * insetinclude.C: ressurect setting of command name
2099
2100 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2101
2102         * insetquotes.C (dispString): disambiguate insert call
2103
2104 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2105
2106         * several files: ws changes
2107
2108 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2109
2110         * insetquotes.C (dispString): use string::insert for prepending a
2111         char.
2112
2113 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2114
2115         * insetparent.C (getScreenLabel): use boost::format
2116
2117         * insetgraphics.C (prepareFile): use boost::format
2118         (ascii): ditto
2119
2120         * insetfloatlist.C (latex): use boost::format
2121
2122         * insetcaption.C (draw): use boost::format
2123
2124 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
2125
2126         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
2127         columns.
2128
2129 2002-11-20  Juergen Vigna  <jug@sad.it>
2130
2131         * insettabular.C (resetPos): temporary fix for endless loop in
2132         this function on a redraw.
2133
2134 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2135
2136         * insettabular.C (copySelection): STRCONV
2137
2138         * insetinclude.C (uniqueID): STRCONV
2139         (latexString): ditto
2140
2141         * insetgraphics.C: put VersionNumber inside anon namespace
2142         (createLatexOptions): STRCONV
2143
2144         * insetcommandparams.C: include config.h
2145
2146 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
2147
2148         * insetgraphicsParams.C (Write): use lyx::float_equal.
2149         Write height data correctly.
2150         (Read): zero scale when reading height data.
2151
2152 2002-10-30  John Levon  <levon@movementarian.org>
2153
2154         * insetfloat.C (addToTOC): recursively traverse all
2155           contents looking for captions (fix #568)
2156
2157 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2158
2159         * insetexternal.C (doSubstitution): do not try to replace
2160         environment variables, this is done when executing the command
2161
2162 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2163
2164         * insetexternal.C (doSubstitution): change order of substitution
2165         to work around ReplaceEnvironmentPath brokenness
2166
2167 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2168
2169         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
2170
2171         * insetgraphicsParams.C (init, Write): associated changes
2172         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
2173         InsetGraphicsParams::scale.
2174
2175 2002-10-21  John Levon  <levon@movementarian.org>
2176
2177         * inset.h: remove unused DISPATCH_RESULT
2178
2179         * insettext.C: sgml open/close tag now in sgml namespace
2180
2181 2002-10-21  Angus Leeming  <leeming@lyx.org>
2182
2183         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
2184         file path subdir/fig.eps when pasting it into a buffer in a different
2185         directory.
2186
2187 2002-10-16  John Levon  <levon@movementarian.org>
2188
2189         * insetspecialchar.C: remove \\protected_separator parsing
2190
2191 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2192
2193         * insetquote.C: fix LaTeX output of quotation marks.
2194
2195 2002-10-14  Juergen Vigna  <jug@sad.it>
2196
2197         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
2198         Backspace functions which confused the Undo handling.
2199
2200 2002-10-09  Angus Leeming  <leeming@lyx.org>
2201
2202         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
2203         BufferView::dispatch that turns off this optimisation when a new inset
2204         is inserted.
2205
2206         * insetcite.C (getNatbibLabel): correct logic of when and when not to
2207         reload the BibTeX keys.
2208
2209 2002-10-11  André Pönitz <poenitz@gmx.net>
2210
2211         * insettext.h: handle LFUN_PRIOR/NEXT
2212
2213 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2214
2215         * insetfloat.C: fix bug with float settings
2216         (document default != float default).
2217
2218 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
2219
2220         * insetwrap.C (addToToc): New method.
2221         (InsetWrap): Set layout to caption.
2222
2223 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2224
2225         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
2226
2227 2002-09-16  John Levon  <levon@movementarian.org>
2228
2229         * insettabular.h: hasSelection() needs to be public
2230
2231 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
2232
2233         * insetgraphicsParams.C: use empty string as default for rotateOrigin
2234
2235 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2236
2237         * insetgraphicsParams.C: use empty string as default for rotateOrigin
2238
2239 2002-09-11  André Pönitz <poenitz@gmx.net>
2240
2241         * insettabular.C: implement LFUN_WORDSEL
2242
2243 2002-09-10  John Levon  <levon@movementarian.org>
2244
2245         * insetinclude.h: remove unused param
2246
2247 2002-09-09  John Levon  <levon@movementarian.org>
2248
2249         * insetinclude.h:
2250         * insetinclude.C: remove noload, default to input
2251
2252 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
2253
2254         * insetgraphics.C: disfuscated use of ']' in built output string.
2255
2256 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2257
2258         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
2259
2260 2002-08-29  Juergen Vigna  <jug@sad.it>
2261
2262         * insettabular.C (lfunMousePress): Pay attention where you set
2263         the x/y values as they depend on which inset in the tabular is
2264         actually locked. So you surely have to reset them if you (un)lock
2265         a inset!
2266
2267 2002-08-29  André Pönitz <poenitz@gmx.net>
2268
2269         * insetfootlike.h: rename include guard to ALL CAPS
2270
2271         * insettext.C: swap object and first parameter for checkInsetHit calls
2272           as this functions has moved from BufferView to LyXText
2273
2274
2275 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
2276
2277         * insetgraphicsParams.C: remove local displayTranslator and use
2278         the one from graphics/GraphicsTypes.h.
2279
2280 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2281
2282         * insetfloat.C (wide): add BufferParams parameter
2283
2284         * insetfloatlist.C (read):
2285         (latex):
2286         (getScreenLabel):
2287         * insetfloat.C (latex):
2288         (floatname):
2289         * insetcaption.C (draw): use LyXTextClass::floats()
2290
2291 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2292
2293         * insetoptarg.h: add std:: qualifier.
2294
2295 2002-08-26  Juergen Vigna  <jug@sad.it>
2296
2297         * insettext.C (localDispatch): ditto.
2298
2299         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
2300
2301 2002-08-25  John Levon  <levon@movementarian.org>
2302
2303         * inseturl.C: elide long URLs (bug 404)
2304
2305 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
2306
2307         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
2308         remove "Format Version <version_no.>" string from inset header
2309
2310         * insetgraphics.C:
2311         * insetgraphicsParams.[Ch]: Implement new graphics dialog
2312
2313         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
2314         a member of "grfx::Params" anymore.
2315
2316         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
2317
2318 2002-08-24  John Levon  <levon@movementarian.org>
2319
2320         * insetoptarg.h:
2321         * insetoptarg.C: ws, pedantry ...
2322
2323 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2324
2325         * insettext.C (collapseParagraphs): pasteParagraph now in global
2326         scope
2327         (appendParagraphs): ditto
2328
2329 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
2330
2331         * insetcite.C (latex): Remove spaces only after commmas.
2332
2333 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2334
2335         * insettext.C: remove NO_COMPABILITY stuff
2336
2337 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2338
2339         * insettext.C (edit): use ParagraphList iterators
2340
2341         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
2342         (bibitemWidest): ditto
2343
2344 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2345
2346         * insettext.C: include <boost/bind.hpp>
2347         add using std::for_each
2348         (saveLyXTextState): use ParagraphsList::iterator
2349         (init): use for_each on paragraphlist iterators
2350         (InsetText): remove superflous setting cached_bview to 0
2351         (latex): reformat a bit
2352         (ascii): use paragraphlist iterators
2353         (validate): use for_each + boost bind
2354         (getLabelList): use paragraphlist iterators
2355         (deleteLyXText): use for_each + boost::bind
2356         (resizeLyXText): ditto
2357         (reinitLyXText): ditto
2358         (removeNewlines): use paragraphlist iterators
2359         (getParFromID): ditto
2360         (paragraph): use for_each + boost::bind
2361         (getInsetFromID): use paragraphlist iterators
2362         (getLabelList): typo fix
2363
2364 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2365
2366         * insettext.C (read): assign tmp to paragraphs after return from
2367         call to parseSingleLyXformat2Token
2368
2369
2370 2002-08-13  Angus Leeming  <leeming@lyx.org>
2371
2372         * insetbib.C:
2373         * insetcite.C:
2374         * inseterror.C:
2375         * insetert.C:
2376         * insetexternal.C:
2377         * insetfloat.C:
2378         * insetfloatlist.C:
2379         * insetgraphics.C:
2380         * insetinclude.C:
2381         * insetindex.C:
2382         * insetminipage.C:
2383         * insetparent.C:
2384         * insetref.C:
2385         * insettabular.C:
2386         * insettext.C:
2387         * insettoc.C:
2388         * inseturl.C:
2389         changes due to the changed LyXView interface that now returns references
2390         to member variables not pointers.
2391
2392 2002-08-13  Angus Leeming  <leeming@lyx.org>
2393
2394         * inset.h:
2395         * insetcollapsable.h:
2396         * insetert.h:
2397         * insettabular.h:
2398         * insettext.h: forward-declare WordLangTuple
2399         (selectNextWordToSpellcheck) constify return type.
2400
2401         * inset.C:
2402         * insetcollapsable.C:
2403         * insetert.C:
2404         * insettabular.C:
2405         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
2406
2407 2002-08-12  Angus Leeming  <leeming@lyx.org>
2408
2409         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
2410
2411 2002-08-12  Juergen Vigna  <jug@sad.it>
2412
2413         * insetcollapsable.C (edit): ignore if entered when pressing mouse
2414         button 3.
2415
2416 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2417
2418         * insetbib.C (bibitemMaxWidth): ParagraphList changes
2419         (bibitemWidest): ditto
2420         * insettext.[Ch]: ditto
2421
2422 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2423
2424         * insettext.C, insetert.C: use Paragraph::empty where appropriate
2425
2426 2002-08-09  Angus Leeming  <leeming@lyx.org>
2427
2428         * insetinclude.C (latexString): remove fudge now that I've found out
2429         how to enable LaTeX to find the file using input@path.
2430
2431 2002-08-09  John Levon  <levon@movementarian.org>
2432
2433         * insettext.h:
2434         * insettext.C: remove unused xpos
2435
2436 2002-08-07  Juergen Vigna  <jug@lyx.org>
2437
2438         * insettabular.C (localDispatch): make delete not put the stuff
2439         in the clipboard only do this on a cut operation.
2440
2441         * insettext.C (localDispatch): make delete and backspace not put
2442         selected stuff to the clipboard.
2443
2444 2002-08-07  André Pönitz <poenitz@gmx.net>
2445
2446         * inset.[Ch]:
2447         * insetcollapsable.[Ch]:
2448         * insetert.[Ch]:
2449         * insetparent.[Ch]:
2450         * insetref.[Ch]:
2451         * insettabular.[Ch]:
2452         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
2453
2454 2002-08-06  John Levon  <levon@movementarian.org>
2455
2456         * inset.h:
2457         * inset.C:
2458         * insetcollapsable.h:
2459         * insetcollapsable.C:
2460         * insetert.h:
2461         * insetert.C:
2462         * insettabular.h:
2463         * insettabular.C:
2464         * insettext.h:
2465         * insettext.C: use WordLangTuple for spellcheck
2466
2467 2002-08-06  Angus Leeming  <leeming@lyx.org>
2468
2469         * insetinclude.C: add a monitor to the previewed image, so that the
2470         image is refreshed if the \input-ed file changes.
2471
2472 2002-08-04  John Levon  <levon@movementarian.org>
2473
2474         * inset.h:
2475         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
2476
2477 2002-08-02  Angus Leeming  <leeming@lyx.org>
2478
2479         * insetcommandparams.[Ch] (preview): new methods returning and setting
2480         a new bool preview_ flag.
2481         (read): read this flag.
2482         (operator==): add flag to check.
2483
2484         * insetinclude.C (write): output new preview() flag.
2485         (previewWanted): use this flag.
2486
2487 2002-08-02  Angus Leeming  <leeming@lyx.org>
2488
2489         * insetcollapsable.[Ch] (addPreview):
2490         * insettabular.[Ch] (addPreview):
2491         * insettext.[Ch] (addPreview): new methods. Can now generate previews
2492         for insets in insets.
2493
2494 2002-08-02  Angus Leeming  <leeming@lyx.org>
2495
2496         * insetcite.C: fix typo.
2497
2498         * insetgraphics.C: kill current_view and instead cache the BufferView
2499         as a weak_ptr.
2500
2501         * insetinclude.C: kill current_view and pass the BufferView to the
2502         PreviewedInset so that it can cache it.
2503
2504 2002-08-01  Angus Leeming  <leeming@lyx.org>
2505
2506         * inset.h (generatePreview): renamed as addPreview.
2507         (generatePreview): new method. Allows code to be moved out of
2508         math_nestinset.C and into the new PreviewedInset class.
2509
2510         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
2511         add previews to the inset when \input-ing LaTeX.
2512
2513 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2514
2515         * several files: strip,frontStrip -> trim,ltrim,rtrim
2516
2517 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2518
2519         * insetbib.C (latex): modify because of strip changes
2520         (getKeys): ditto
2521         * insetnote.C (InsetNote): ditto
2522
2523 2002-07-26  Juergen Vigna  <jug@sad.it>
2524
2525         * insettabular.C (searchForward): check for lastcell if we
2526         had a locking inset.
2527
2528 2002-07-25  Juergen Vigna  <jug@sad.it>
2529
2530         * insettabular.C (insetMotionNotify): Don't update the screen
2531         if we didn't do nothing.
2532         (searchForward): last cell was not checked.
2533
2534 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
2535
2536         * insetfloat.C (read, write): Allow default placement
2537         (floatPlacement_ is empty).
2538
2539 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2540
2541         * insetminipage.h (noFontChange):
2542         * insettabular.h (noFontChange):
2543         * insetfootlike.h (noFontChange):
2544         * insetfloat.h (noFontChange): return true
2545
2546         * inset.h (noFontChange): new method, defaulting to false
2547
2548 2002-07-22  Herbert Voss  <voss@lyx.org>
2549
2550         * insetgraphicsParams.[Ch]: support size_type for old docs
2551
2552 2002-07-22  Herbert Voss  <voss@lyx.org>
2553
2554         * insetgraphics.C:
2555         * insetgraphicsParams.[Ch]: change size_type to size_kind and
2556         other small changes
2557
2558 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2559
2560         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
2561
2562         * insetlatexaccent.h: do not include "lyxlex.h"
2563
2564         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
2565
2566         * insetquotes.C:
2567         * insetlatexaccent.C:
2568         * insetgraphics.C:
2569         * insetexternal.C:
2570         * insetert.C:
2571         * insetbib.C: #include "lyxlex.h"
2572
2573         * insetinclude.C:
2574         * insetfloat.C:
2575         * insetert.C:
2576         * insetbib.C:
2577         * insettext.C: use BufferParams::getLyXTextClass
2578
2579
2580         * insetfloat.C (addToToc): new method. Add to toclist the entries
2581         corresponding to Caption layouts
2582         (InsetFloat): when creating a new float, set the layout to "Caption"
2583
2584 2002-07-21  Herbert Voss  <voss@lyx.org>
2585
2586         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
2587         image relevant part into graphics/GraphicsImgae.C
2588
2589 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2590
2591         * insettoc.C (ascii):
2592         * insetfloatlist.C (ascii): change to use the new Toc functions
2593         instead of stuff that was in Buffer
2594
2595 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2596
2597         * insettext.C (localDispatch): BufferView::Dispatch has been
2598         renamed to BufferView::dispatch
2599
2600 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2601
2602         * insetgraphicsParams.C (as_grfxParams): use the new
2603         keepLyXAspectRatio parameter. Note that this is an adaptation of a
2604         1.2.0 patch, and I do not really know how to adapt it to the new
2605         grfx::Cache world. Angus, please could you have a look?
2606
2607 2002-05-01  Herbert Voss  <voss@lyx.org>
2608
2609         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
2610
2611 2002-07-18  Angus Leeming  <leeming@lyx.org>
2612
2613         * insetgraphics.C: clean-up comments (from Herbert).
2614         add a new checksum variable to the cache. Use it in PrepareFile.
2615         (draw): start monitoring the file for a change.
2616         (prepareFile): re-arrange a little to avoid unnecessary steps.
2617
2618 2002-07-17  Angus Leeming  <leeming@lyx.org>
2619
2620         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
2621         a method rather than to the signal directly.
2622
2623 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
2624
2625         * insettext.C: use view_state_changed, switchKeyMap
2626
2627 2002-07-17  Herbert Voss  <voss@perce.de>
2628
2629         * insetgraphics.C (prepareFile): keep the extension when
2630         exporting to nice file
2631
2632 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2633
2634         * insetcite.C (getNatbibLabel):
2635         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
2636
2637 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
2638
2639         * insetgraphics.C: use ->isDrawable()
2640
2641 2002-07-12  Angus Leeming  <leeming@lyx.org>
2642
2643         * insetgraphics.C: use the new smart loading capabilities of the image
2644         loader.
2645
2646 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
2647
2648         * insettabular.C (edit): Move into correct cell when entering a
2649         tabular in
2650
2651         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
2652         RTL paragraphs.
2653
2654 2002-07-05  Angus Leeming  <leeming@lyx.org>
2655
2656         * inset.h (generatePreview): new virtual method.
2657
2658 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2659
2660         * insetcommandparams.[Ch] (operator=): move out of class
2661         (operator!): move out of class
2662
2663 2002-07-04  André Pönitz <poenitz@gmx.net>
2664
2665         * insetcommandparams.[Ch]: new files
2666
2667         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
2668
2669 2002-06-15  Herbert Voss  <voss@perce.de>
2670
2671         * insetgraphics.C (prepareFile): bugfix; return always
2672         files without extension
2673
2674 2002-06-28  Angus Leeming  <leeming@lyx.org>
2675
2676         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
2677         rename asGParams -> as_grfxParams.
2678
2679         * insetgraphics.C: reflect above change.
2680
2681 2002-06-26  Angus Leeming  <leeming@lyx.org>
2682
2683         * insetgraphics.h: use boost::scoped_ptr in preference to
2684         std::auto_ptr.
2685
2686 2002-06-26  Angus Leeming  <leeming@lyx.org>
2687
2688         * insetgraphics.C: moved the image loading stuff into a new class
2689         grfx::Loader. Simplifies this file enormously.
2690
2691         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
2692
2693         * insetgraphicsParams.C: changes aassociated with moving
2694         grfx::DisplayType out of grfx::GParams.
2695
2696 2002-06-26  André Pönitz <poenitz@gmx.net>
2697
2698         * insetgraphics.C: use os::external_path where necesaary according to a
2699         patch from Claus Hentschel)
2700
2701 2002-06-25  Angus Leeming  <leeming@lyx.org>
2702
2703         * insetgraphics.[Ch]: The inset now assumes the responsibility for
2704         generating a pixmap once the graphics file is loaded into memory.
2705         The current_view ugliness that was in grfx::ModifiedImage has been
2706         moved here now that grfx::ModifiedImage is no more.
2707
2708 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2709
2710         * insettext.C: layout as layout
2711
2712 2002-05-28  André Pönitz <poenitz@gmx.net>
2713
2714         * insetfloatlist.h: remove source of compiler warning
2715
2716         * insetref.C: tiny whitespace
2717
2718 2002-06-15  Herbert Voss  <voss@perce.de>
2719
2720         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
2721         and take always convert when no userdefined converter was
2722         found
2723         (latex) small changes in the lyxerr output
2724
2725 2002-06-15  LyX Development team <lyx@rilke>
2726
2727         * inset*.[Ch] (docbook): Added new argument to take the pernicious
2728         mixed content. Small white spaces clean.
2729
2730 2002-06-14  Angus Leeming  <leeming@lyx.org>
2731
2732         * inseetexternal.C: remove the using std::difftime declaration.
2733
2734 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
2735
2736         * insetquotes.C: change lyxfont::draw to font_metrics::draw
2737
2738 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
2739
2740         * insetquotes.C (draw): fix drawing of double quotes
2741
2742 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2743
2744         * insettabular.C: s/scrollCB/scrollDocView/
2745
2746 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2747
2748         * insettext.C: change of topCursorVisible()
2749           prototype
2750
2751 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2752
2753         * insettext.h:
2754         * insettext.C: rename/change of LyXScreen
2755
2756 2002-06-07  Angus Leeming  <leeming@lyx.org>
2757
2758         Fixes needed to compile with Compaq cxx 6.5.
2759         * insetexternal.C:
2760         all c-library variables have been moved into namespace std.
2761         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
2762
2763 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2764
2765         * insetinclude.C (uniqueID):
2766         * insetgraphics.C (uniqueID): renamed from unique_id, since this
2767         conflicted with some AIX headers.
2768
2769 2002-05-31  Juergen Vigna  <jug@sad.it>
2770
2771         * insetert.C (get_new_label): add '...' for multi-paragraph ert
2772         insets too
2773         (update) new method
2774
2775 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2776
2777         * insetexternal.C (clone): fix () bug when using new
2778         (updateExternal): don't only look for difftime in global scope
2779
2780 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
2781
2782         * insettabular.C: add const
2783
2784 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2785
2786         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
2787         file name, in case there are weird characters like ',' in there.
2788         (bug #407)
2789
2790 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2791
2792         * switch from SigC signals to boost::signals.
2793
2794 2002-05-28  André Pönitz <poenitz@gmx.net>
2795
2796         * insets/insetgraphicsParams.[Ch]:
2797           put in inset related stuff from src/graphic
2798
2799 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
2800
2801         * inset.C:
2802         * inset.h:
2803         * insetbib.C:
2804         * insetbib.h:
2805         * insetcite.h:
2806         * insetcite.C:
2807         * insetcollapsable.C:
2808         * insetcollapsable.h:
2809         * inseterror.C:
2810         * inseterror.h:
2811         * insetert.C:
2812         * insetert.h:
2813         * insetexternal.C:
2814         * insetexternal.h:
2815         * insetfloatlist.C:
2816         * insetfloatlist.h:
2817         * insetgraphics.C:
2818         * insetgraphics.h:
2819         * insetinclude.C:
2820         * insetinclude.h:
2821         * insetindex.C:
2822         * insetindex.h:
2823         * insetlabel.C:
2824         * insetlabel.h:
2825         * insetparent.C:
2826         * insetparent.h:
2827         * insetref.C:
2828         * insetref.h:
2829         * insettabular.C:
2830         * insettabular.h:
2831         * insettext.C:
2832         * insettext.h:
2833         * insettoc.C:
2834         * insettoc.h:
2835         * inseturl.C:
2836         * inseturl.h: use mouse_state. Kill insetKeyPress
2837
2838 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
2839
2840         * insetbib.C:
2841         * insetbutton.C:
2842         * insetcaption.C:
2843         * insetcollapsable.C:
2844         * inseterror.C:
2845         * insetgraphics.C:
2846         * insetlatexaccent.C:
2847         * insetquotes.C:
2848         * insetspecialchar.C:
2849         * insettabular.C:
2850         * insettext.C: name change for font metrics
2851
2852 2002-05-24  Juergen Vigna  <jug@sad.it>
2853
2854         * insetgraphics.h: include inset.h first (for LString.h)
2855
2856 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2857
2858         * insettext.C: screen moved
2859
2860 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2861
2862         * insetbib.C:
2863         * insetcite.C:
2864         * inseterror.C:
2865         * insetert.C:
2866         * insetexternal.C:
2867         * insetfloat.C:
2868         * insetfloatlist.C:
2869         * insetgraphics.C:
2870         * insetinclude.C:
2871         * insetindex.C:
2872         * insetminipage.C:
2873         * insetparent.C:
2874         * insetref.C:
2875         * insettabular.C:
2876         * insettext.C:
2877         * insettoc.C:
2878         * inseturl.C: LyXView moved into frontends/
2879
2880 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2881
2882         * inset.C:
2883         * insetbutton.C:
2884         * insetcaption.C:
2885         * insetcollapsable.C:
2886         * insetcommand.C:
2887         * inseterror.C:
2888         * insetgraphics.C:
2889         * insetgraphicsParams.C:
2890         * insetlatexaccent.C:
2891         * insetquotes.C:
2892         * insetspecialchar.C:
2893         * insettabular.C:
2894         * insettext.C: move Painter to frontends/
2895
2896 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2897
2898         * insettabular.h: use more specific smart_ptr header.
2899         * insettext.h: ditto
2900
2901         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
2902         (draw): ditto
2903
2904 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
2905
2906         * insettext.C: clear selection on paste (bug 393)
2907
2908 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
2909
2910         * insettext.C (latex): Honor the moving_arg argument.
2911
2912 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2913
2914         * insetfoot.C (latex): if a footnote is in a title layout, then it
2915         is a \thanks. And then, its contents is a moving argument.
2916
2917 2002-05-14  Juergen Vigna  <jug@sad.it>
2918
2919         * insetcollapsable.C (InsetCollapsable): forgot to initialize
2920         first_after_edit.
2921
2922 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
2923
2924         * Insetcite.C (getNatbibLabel): don't disable natbib label support
2925         when using options "Full author list" or "Upper case".
2926
2927 2002-05-14  Herbert Voss  <voss@perce.de>
2928
2929         * insetgraphics.C (prepareFile): allow files with same name
2930         in different dirs
2931         (readFigInset): set the flags from old figinset in the right
2932         manner
2933         (findTargetFormat): more comments
2934
2935 2002-05-14  Juergen Vigna  <jug@sad.it>
2936
2937         * insettext.C (edit): tell checkAndActivateInset() that we don't
2938         have a button press.
2939         (checkAndActivateInset): if button < 0 we don't have a button press
2940         on the inset and os we won't call edit on it if it's not a Highly
2941         editable inset (then we have to enter it).
2942
2943 2002-05-13  Juergen Vigna  <jug@sad.it>
2944
2945         * insetcollapsable.C (insetButtonRelease): returned wrong return
2946         value.
2947
2948 2002-05-09  Juergen Vigna  <jug@sad.it>
2949
2950         * insetcollapsable.C (edit): first_after_edit should only be
2951         set to true if we enter this inset and it was collapsed so we
2952         open it up. This is needed to reclose it after a search/replace
2953         or spellcheck function opened it and was negative.
2954
2955 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
2956
2957         * insetfloat.C (latex): Return correct value.
2958
2959 2002-05-04  Herbert Voss  <voss@perce.de>
2960
2961         * InsetgraphicsParams.C (read): fix bug with WH
2962
2963 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
2964
2965         * insetfloat.C (latex): More sensible latex output
2966         (fix the problem with endfloat).
2967
2968 2002-05-02  José Matos  <jamatos@fep.up.pt>
2969
2970         * insetgraphics.C (validate): acess params as everyone else.
2971
2972 2002-05-03  Juergen Vigna  <jug@sad.it>
2973
2974         * insettabular.C (fitInsetCursor): recalculate the cursor position
2975         if I request it.
2976
2977 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
2978
2979         * InsetgraphicsParams.[Ch]: whitespace.
2980
2981 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
2982
2983         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
2984         float type do not exist.
2985
2986 2002-04-28  Herbert Voss  <voss@perce.de>
2987
2988         * insetgraphics.C (latex): fix bug with missing file-extension.
2989         LaTeX still allows a missing "eps" or "ps".
2990
2991 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2992
2993         * insetfloat.C (c-tor, wide): translate the name of the float.
2994
2995 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2996
2997         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
2998         when using natbib and make it work efficiently. Must emphasise that the
2999         real work is Herbert's.
3000
3001 2002-04-23  Herbert Voss  <voss@perce.de>
3002
3003         * insetgraphic.C (prepareFile): fix bug with overwriting and
3004         deleting an existing *.eps-file in the doc-dir
3005
3006 2002-04-23  Juergen Vigna  <jug@sad.it>
3007
3008         * insettabular.C (drawCellSelection): fix off by 1 error.
3009
3010 2002-04-22  Juergen Vigna  <jug@sad.it>
3011
3012         * insettabular.C (setFont): rewoke full selection if it was asked,
3013         after we changed all we had to change.
3014
3015         * insettext.C (insetUnlock): code was uninitialized in some situations.
3016
3017 2002-04-19  Herbert Voss  <voss@perce.de>
3018
3019         * insetgraphic.C (prepareFile): return filename without
3020         extension if we only export without compiling
3021
3022 2002-04-19  Juergen Vigna  <jug@sad.it>
3023
3024         * insettext.C (draw): call a fullRebreak on the row where we had a
3025         change and reset the cursor and selection-cursors.
3026
3027         * insettabular.C (insetUnlock):
3028         (insetButtonPress): call an update before setting the_locking_inset = 0
3029         as otherwise we don't repaint!
3030         (update): reset the cursor position when we changed dimensions as
3031         otherwise our cursor may be on the wrong spot.
3032
3033 2002-04-18  Juergen Vigna  <jug@sad.it>
3034
3035         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
3036         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
3037         redraw otherwise we won't redraw.
3038
3039         * insettext.C (draw): fixed the setting of LyXText::first_y it was
3040         not really right before, but I only discovered this with the last
3041         changes to Page up/down.
3042
3043 2002-04-17  Juergen Vigna  <jug@sad.it>
3044
3045         * insettext.C (checkAndActivateInset): simplified as we now have the
3046         edit(bv, bool) call.
3047
3048         * insettext.h: changed behind variables to front variables to be
3049         equal to the one in the edit call (as it is for that they are used).
3050
3051 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3052
3053         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
3054         not output anything at all!
3055
3056 2002-04-16  Juergen Vigna  <jug@sad.it>
3057
3058         * insettabular.C (insetButtonPress):
3059         (insetUnlock): call a redraw on unlocking the cell inset.
3060
3061         * insettext.C (insetButtonPress): same as below.
3062         (lockInset): new function to set initial values when inset should
3063         be locked.
3064         (insetButtonPress): use above function.
3065         (insetUnlock): don't force a repaint only set the updateStatus. The
3066         outside world should repaint if it thinks it should be done!
3067
3068         * insettabular.C (insetButtonPress): init values if not set as locked
3069         as we are locked if someone presses on us and don't call the edit()
3070         call of the InsetText to lock it do it as BufferView does it!
3071
3072         * inset.h (insetInInsetY): make func const and return an int.
3073         * insettext.C:
3074         * insettabular.C:
3075         * insetcollapsable.C: adapt the above changed function.
3076
3077 2002-04-15  Juergen Vigna  <jug@sad.it>
3078
3079         * insettext.C (getCursorPos): return relative position as to be able
3080         to give them directly to the edit() call.
3081         (edit): we have to set also x_fix as it is not set inside the
3082         setCursorFromCoordinates call!
3083         (insetMotionNotify): ditto.
3084
3085 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
3086
3087         * insetbib.C (getKeys): strip leading '\t's from the line too.
3088         With thanks to Henry Pfister <hpfister@ucsd.edu>.
3089
3090 2002-04-12  Juergen Vigna  <jug@sad.it>
3091
3092         * insettext.h: added cix() helper function and use it where appropriate
3093
3094 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3095
3096         * insetgraphics.C (prepareFile): fix bug when graphics is a
3097         relative path
3098
3099 2002-04-12  Juergen Vigna  <jug@sad.it>
3100
3101         * insettext.C (insertInset): remove unneeded code!
3102         (updateLocal): fitCursor() fixes.
3103         (collapseParagraphs): fix a possible problem when having a selection
3104         and collapsing the paragraphs.
3105
3106 2002-04-08  Herbert Voss  <voss@perce.de>
3107
3108         * insetgraphic.C (write): write the rotating angle as
3109         a float as is. test only for != 0.0
3110
3111 2002-04-11  Juergen Vigna  <jug@sad.it>
3112
3113         * insettext.C: new function ciy() and use it for setting inset_y.
3114
3115         * insetert.C (draw): fix the x return for collapsed version.
3116
3117 2002-04-07  Herbert Voss  <voss@perce.de>
3118
3119         * insetgraphic.C (readFigInset): fix bug with subcaption and
3120         rotating
3121
3122 2002-04-08  Herbert Voss  <voss@lyx.org>
3123
3124         * insetgraphicsparam.C: forgot special option and delete old
3125         1.2.0 stuff
3126
3127 2002-04-05  Juergen Vigna  <jug@sad.it>
3128
3129         * insettext.C (localDispatch): make a CURSOR update if we inserted
3130         a character.
3131
3132 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3133
3134         * insetfloatlist.C (getScreenLabel):
3135         (latex): use Floating::listName
3136         (validate): new method
3137
3138 2002-04-03  José Matos  <jamatos@fep.up.pt>
3139
3140         * insetlabel.C (docbook): the anchor is an empty element in docbook.
3141
3142         * insetfoot.[Ch] (docbook): added forgotten method.
3143
3144 2002-04-03  Juergen Vigna  <jug@sad.it>
3145
3146         * insettext.C (insetButtonPress): fix insetButtonPress events the same
3147         way as in Bufferview_pimpl.
3148
3149 2002-04-03  Allan Rae  <rae@lyx.org>
3150
3151         * insetgraphics.C (latex): one % too many makes living on the bleeding
3152         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
3153
3154 2002-03-28  Herbert Voss  <voss@lyx.org>
3155
3156         * insetgraphic.C (latex): simplify the code for the latex
3157         output when the file doesn't exist
3158
3159 2002-03-29  Juergen Vigna  <jug@sad.it>
3160
3161         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
3162         unlocking inset.
3163
3164         * insettabular.C (edit): call fitCursor().
3165
3166         * insettext.C (insetButtonPress): change behaviour of no_selection
3167         to the one in the BufferView selection_possible and fix the spurious
3168         selection bug with it.
3169         (localDispatch): revoke selection on BREAK... functions.
3170
3171 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3172
3173         * insetfloatlist.C (getScreenLabel): translate the GUI label.
3174
3175 2002-03-28  Juergen Vigna  <jug@sad.it>
3176
3177         * insettabular.C (insetAllowed): return true as default value otherwise
3178         we're not able to insert insets inside paragraphs of an not locked
3179         insettext!
3180
3181 2002-03-27  Herbert Voss  <voss@lyx.org>
3182
3183         * insetgraphicsparam.C: change c%, p% to col%, page%
3184
3185 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3186
3187         * insetspecialchar.C (isLineSeparator): disable the nice code to
3188         allow linebreaks after hyphenation and menu separators.
3189
3190 2002-03-26  Herbert Voss  <voss@lyx.org>
3191
3192         * insetgraphics.C (figinsetRead): set the right lyxview
3193
3194 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3195
3196         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
3197         $\backslash$ and pass a "string const &" to the function.
3198         (prepareFile, latex): use Path rather than MakeAbsPath.
3199
3200 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3201
3202         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
3203         proper fix to the graphics cache.
3204         (latex): "really" nice output if the file is not found ;-)
3205
3206 2002-03-26  Juergen Vigna  <jug@sad.it>
3207
3208         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
3209         (collapseParagraphs): fixed inserting of separator ' '
3210
3211         * insettabular.C (insertAsciiString): only check for buffer lenght
3212         not if we have \t or \n inside the buffer as if we don't have we only
3213         have 1 cell and that's it!
3214
3215         * insetert.C (close): don't collapse if inlined.
3216
3217 2002-03-25  Herbert Voss  <voss@lyx.org>
3218
3219         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
3220         graphics file does not exist.
3221
3222 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
3223
3224         * insetgraphics.C (prepareFile): ensure that the file has an absolute
3225         path when preparing export.
3226
3227         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
3228         no longer MakeRelPath.
3229
3230 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3231
3232         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
3233         Used to determine the absolute path to the graphics file in the
3234         graphics cache and only in the graphics cache.
3235         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
3236         make graphics file name absolute if it is stored as a relative path.
3237
3238         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
3239         make graphics file name absolute if it is stored as a relative path.
3240
3241         * insettext.C (edit): emit an updateParagraph signal on entering a text
3242         inset. Needs to be emitted when leaving the inset also.
3243
3244 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3245
3246         * all files: ws cleanup
3247
3248         * Makefile.am: remove ld -r stuff
3249
3250 2002-03-21  Juergen Vigna  <jug@sad.it>
3251
3252         * insettext.C (appendParagraphs): new function added to append
3253         the paragraphs to this insets paragraphs.
3254
3255 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3256
3257         * Makefile.am: special rules if partial linking
3258
3259 2002-03-19  Juergen Vigna  <jug@sad.it>
3260
3261         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
3262
3263 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
3264
3265         * insetgraphics.C: Clean up Baruch's comments a little.
3266         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
3267
3268 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
3269
3270         * insettabular.C:
3271         * insettheorem.C: wrap warnings
3272
3273         * insetgraphics.C: improve messages, move cached_status_
3274           setting to safer place
3275
3276 2002-03-18  Juergen Vigna  <jug@sad.it>
3277
3278         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
3279         calls.
3280         (localDispatch): ditto
3281
3282         * insettext.C (edit): removed unneeded showCursor calls.
3283         (localDispatch): ditto.
3284
3285 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3286
3287         * insetgraphics.h: remove display() method.
3288
3289 2002-03-11  Juergen Vigna  <jug@sad.it>
3290
3291         * insetgraphics.C (draw): hack to fix the redrawing bug.
3292         (draw): seems this fixes #268 (force redraw of row if we changed).
3293
3294         * insettext.C (updateInsetInInset): fixed for updates in insets inside
3295         this inset text (don't know why I missed this earlier).
3296
3297 2002-03-08  Juergen Vigna  <jug@sad.it>
3298
3299         * insettabular.C (updateLocal): do a FULL update if we're not locked
3300         and only a CELL update is asked.
3301
3302         * insettext.C (updateInsetInInset): update insets inside inset also
3303         if it isn't inside the_locking_inset.
3304
3305         * insettabular.C (updateInsetInInset): ditto.
3306
3307 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3308
3309         * insetexternal.C (doSubstitution): check whether we are using a
3310         temp dir for defining $$FPath
3311
3312 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3313
3314         * insettabular.C:
3315         * insettext.C: remove #include "WorkArea.h".
3316
3317 2002-03-06  Juergen Vigna  <jug@sad.it>
3318
3319         * insettext.C (draw): fixed frame redrawing.
3320         (clear): forgot to set the inset_owner of the paragraph.
3321
3322         * insetert.C (status): pay attention the bv can be 0 here!
3323         (getMaxWidth): add the default leftMargin
3324
3325 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3326
3327         * insetert.C (getMaxWidth): make w unsigned int.
3328
3329 2002-03-05  Juergen Vigna  <jug@sad.it>
3330
3331         * insetert.C (status): change behaviour of Inlined.
3332         (getMaxWidth): added for new inlined behaviour.
3333
3334 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
3335
3336         * insetnote.h (linuxdoc, docbook): add empty methods.
3337         * insetinclude.C (validate): fix a case where buffer->niceFile was used
3338         before being initialized.
3339
3340 2002-03-05  Juergen Vigna  <jug@sad.it>
3341
3342         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
3343         only that one in the inset. Should be enough.
3344         (updateLocal): set the selection cursor always if we don't have a
3345         selection to be sure it's set!
3346
3347         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
3348
3349 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3350
3351         * insettext.C (clear): a gross hack to set layout on a newly
3352         created paragraph.
3353
3354 2002-03-04  Juergen Vigna  <jug@sad.it>
3355
3356         * insettabular.C (localDispatch): inserted handling of
3357         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
3358         (insertAsciiString): new helper function.
3359
3360 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
3361
3362         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
3363         argument.
3364
3365 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3366
3367         * insettext.C (InsetText): initalize newly created par with
3368         default layout. add bufferparams parameter
3369         first -> first_y
3370
3371         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
3372         * insetcollapsable.[Ch] (InsetCollapsable): ditto
3373         * insetert.[Ch] (InsetERT): ditto
3374         * insetfloat.[Ch] (InsetFloat): ditto
3375         * insetfoot.[Ch] (InsetFoot): ditto
3376         * insetfootlike.[Ch] (InsetFootLike): ditto
3377         * insetmarginal.[Ch] (InsetMarginal): ditto
3378         * insetminipage.[Ch] (InsetMinipage): ditto
3379         * insetnote.[Ch] (InsetNote): ditto
3380         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
3381
3382 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3383
3384         * insettext.C: layout as string
3385
3386         * insetinclude.C: layout as string
3387
3388         * insetert.C: layout as string
3389
3390         * insetbib.C: layout as string
3391
3392 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
3393
3394         * insetert.C:
3395         * insettabular.C: remove #include "lyx_gui_misc.h".
3396
3397 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
3398
3399         * Makefile.am:
3400         * figinset.h:
3401         * figinset.C:
3402         * inset.h: remove figinset, yahoo !
3403
3404 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
3405
3406         * insetgraphics.C (c-tors): initialise parent classes explicitly in
3407         copy c-tor and initialise member variables in the correct order.
3408
3409 2002-02-28  Juergen Vigna  <jug@sad.it>
3410
3411         * insettabular.C (localDispatch): clear selection on PgUp/Down.
3412
3413 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3414
3415         * inset.h: ... and add a better one here.
3416
3417         * insetcommand.C (insetButtonRelease): remove that one which was a
3418         bit broken...
3419
3420 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3421
3422         * insetcommand.C (insetButtonRelease): ... and move it here.
3423
3424         * inseturl.h: remove insetButtonRelease from there...
3425
3426 2002-02-26  Juergen Vigna  <jug@sad.it>
3427
3428         * inseturl.h: Added a insetButtonRelease call returning true as
3429         prove of concept.
3430
3431         * insetlabel.C (edit): Fixed wrong update handling after change I
3432         leave in the wrong code for the one who wrote it to remove and have
3433         a look what he did wrong.
3434
3435         * insettabular.C (localDispatch): force a SELECTION update if we
3436         had a selection and we passed the event down to the inset (fix #213)
3437         (localDispatch): handle font changing stuff when we have a cell
3438         selection so that the selection is not rewoked. I don't really like
3439         this fix, but it's the only way I see to do it right now.
3440
3441 2002-02-22  Juergen Vigna  <jug@sad.it>
3442
3443         * insettext.C (insetUnlock): set the cursor to the second paragraph
3444         if available and if the first one is empty (fix #191).
3445
3446 2002-02-20  Juergen Vigna  <jug@sad.it>
3447
3448         * insettext.C (getDrawFont): implemented this function to call the
3449         one of the owner if present as the owner normally knows what to do
3450         with us.
3451
3452         * insetert.C: implement getDrawFont() function and comment out all
3453         the crap for setting a special latex font inside this inset.
3454         (InsetERT): added a Lanugage parameter to this constructor.
3455
3456         * inset.h: added function getDrawFont(LyXFont & font) to be able to
3457         change the font for being drawn on screen (used only in InsetERT for
3458         now).
3459
3460         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
3461         and also above (was missing).
3462         (updateLocal): don't remove the cell selection if we have one this
3463         should be done where we really want to remove it.
3464
3465 2002-02-20  José Matos  <jamatos@fep.up.pt>
3466
3467         * insetinclude.h: include_label made string const.
3468
3469         * insetinclude.C (InsetInclude): moved include_label initialization.
3470         (linuxdoc):
3471         (docbook):
3472         (validate): fix support for temporary directory, for docbook and
3473         linuxdoc.
3474
3475         * insetgraphics.h : new private member, graphic_label, that holds
3476         the entity name that defines the graphics location (SGML).
3477
3478         * insetgraphics.C (unique_id): new function to give a unique label
3479         for graphic.
3480         (docbook):
3481         (validate): the file locatation is given by an entity reference.
3482
3483 2002-02-18  Herbert Voss  <voss@lyx.org>
3484
3485         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
3486
3487 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
3488
3489         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
3490         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
3491
3492 2002-02-18  José Matos  <jamatos@fep.up.pt>
3493
3494         * insetinclude.C (validate): some code only applies to latex buffers,
3495         it was made conditional.
3496
3497 2002-02-12  Herbert Voss  <voss@lyx.org>
3498
3499         * insetgraphics.C: (prepareFile) do not check at this time
3500         if the file is present.
3501
3502 2002-02-12  Herbert Voss  <voss@lyx.org>
3503
3504         * insetgraphics.C: latex(), return the correct newlines
3505
3506 2002-02-13  José Matos  <jamatos@fep.up.pt>
3507
3508         * inseturl.C (docbook): escape & in url.
3509
3510 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3511
3512         * insetspecialchar.C (isLineSeparator): line breaking is allowed
3513         after HYPHENATION and MENU_SEPARATOR
3514
3515         * inset.h (isLineSeparator): new method, returns false by default.
3516
3517 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3518
3519         * insetert.C (status): do not update the text inset, but the ERT
3520         inset.
3521
3522 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
3523
3524         * insetnote.C: use notebg for background
3525
3526 2002-02-08  Herbert Voss  <voss@lyx.org>
3527
3528         * insetgraphic.C:
3529         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
3530         prevent LyX from unzipping when this should be handled
3531         by latex vis the graphic.cfg.
3532         clean up the code
3533
3534 2002-02-08  Herbert Voss  <voss@lyx.org>
3535
3536         * insetgraphic.C: prepareFile(): fix bug when file doesn't
3537         exists, than return filename with extension
3538
3539 2002-02-06  Herbert Voss  <voss@lyx.org>
3540
3541         * insetgraphic.C: prepareFile(): don't convert the file, when
3542         it's not viewed in LyX. Saves a lot of time when opening a
3543         document!
3544
3545 2002-02-05  Herbert Voss  <voss@lyx.org>
3546
3547         * insetgraphic.C:
3548         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
3549         and adding a rotate bool similiar to subcaption
3550
3551 2002-02-04  Herbert Voss  <voss@lyx.org>
3552
3553         * insetgraphic.C:
3554         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
3555         similiar view to the LaTeX one. Get zipped files work.
3556
3557 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
3558
3559         * insetgraphicsParams.C (init): set display to DEFAULT.
3560         No longer #include "lyxrc.h".
3561
3562 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
3563
3564         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
3565         for now (so that the code compiles).
3566
3567 2002-02-02  Herbert Voss  <voss@lyx.org>
3568
3569         * insetgraphic.C: delete inVariant() and some minor changes
3570         * insetgraphicsParams.[C]:
3571
3572 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
3573
3574         * insetgraphics.C (updateInset): if params.display == DEFAULT,
3575         interogate lyxrc.display_graphics before diaplaying the graphic.
3576
3577         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
3578         InsetGraphicsParams::DisplayType.
3579
3580 2002-01-31  Herbert Voss  <voss@lyx.org>
3581
3582         * insetgraphic.C: (readfigInset) set display to pref-default
3583
3584 2002-01-30  Herbert Voss  <voss@lyx.org>
3585
3586         * insetgraphic.C: get the filetyp from it's contents
3587         * insetgraphicparams.C: add token scale and lyxrc.display when
3588         creating a new inset
3589
3590 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
3591
3592         * figinset.C: added using std::ios directive.
3593
3594 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3595
3596         * figinset.C (runqueue): open translation file in binary mode (for
3597         cygwin).
3598
3599 2002-01-27  Herbert Voss  <voss@lyx.org>
3600
3601         * insetgraphic.[Ch]: mostly newritten to support graphicx with
3602         all options and to be sure that the old figinsets are correct
3603         converted.
3604         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
3605         structure and to support all lengths as LyXLength. The Parameter
3606         structure changed again, but reading of "old" 1.2 graphic insets
3607         is no problem.
3608
3609 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
3610
3611         * insetert.h (forceDefaultParagraphs): Added
3612
3613 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3614
3615         * insettabular.C (getMaxWidth):
3616         (forceDefaultParagraphs): use Tabular::GetCellFromInset
3617
3618 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3619
3620         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
3621         of LyXLength::inPixels
3622
3623         * inset.C (latexTextWidth):
3624         * insetminipage.C (latexTextWidth): new method, which implements
3625         the equivalent of the LaTeX macro \textwidth
3626
3627         * insetminipage.C (getMaxWidth): use latexTextWidth
3628
3629 2002-01-18  Juergen Vigna  <jug@sad.it>
3630
3631         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
3632
3633 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3634
3635         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
3636
3637         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
3638         instead of string
3639
3640 2002-01-17  Juergen Vigna  <jug@sad.it>
3641
3642         * insettabular.C (lockInsetInInset): same change as in insettext.
3643
3644         * insettext.C (draw): width() function was called without setting
3645         the right top_x which could lead to wrong insetWidth setting!
3646         (lockInsetInInset): call edit instead of calling lockInset if we
3647         have to lock an inset inside!
3648         (edit): we have to also tell the inset that we have to redraw the
3649         frame on an edit call if this inset draws a frame only if locked.
3650
3651 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3652
3653         * insetbib.C (getFiles): uncomment Path variable.
3654
3655 2002-01-16  Juergen Vigna  <jug@sad.it>
3656
3657         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
3658         of wrong cell.
3659
3660 2002-01-16  Allan Rae  <rae@lyx.org>
3661
3662         * insetinclude.C (docbook): someone forgot a ";"
3663
3664 2002-01-16  José Matos  <jamatos@fep.up.pt>
3665
3666         * figinset.C (docbook): removed a old place holder "@".
3667         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
3668         * insetinclude.C (linuxdoc): if include is verbatim, then export the
3669         ascii text version, clearly guarded inside a CDATA section.
3670         (docbook): in docbook 4, inlinegraphics is empty.
3671         * insettabular.C (linuxdoc): export the ascii version of the table
3672         inside a CDATA section.
3673
3674 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3675
3676         * insetparent.C (InsetParent):
3677         * insetgraphicsParams.C (Write):
3678         (Read):
3679         * insetgraphics.C (prepareFile):
3680         (readFigInset):
3681         (docbook):
3682         * insetexternal.C (executeCommand):
3683         (doSubstitution): use Buffer::filePath
3684
3685         * insetbib.C (getFiles): add a #warning for Angus
3686
3687         * insetgraphics.C: Add a remark about how filenames should be
3688         considered to be relative to buffer (but absolute is still allowed)
3689         (draw): do not try to get status if lyxrc.use_gui is false
3690
3691 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3692
3693         * inset.[Ch]:
3694         * insetcollapsable.[Ch]:
3695         * insettabular.[Ch] (searchForward, searchBackward): change the
3696         bool const & params to bool.
3697
3698         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
3699         to avoid the name clash with InsetCollapsable's methods of the same
3700         names but different functionality.
3701
3702 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3703
3704         * insettext.C (ascii): use lyx::count rather than countChar.
3705
3706 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
3707
3708         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
3709
3710 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3711
3712         * insetgraphics.C (updateInset): do not try to render image if
3713         lyxrc.use_gui is false (bug #104)
3714
3715         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
3716         if file does not exist
3717
3718         * figinset.C (browseFile): add shortcuts to directory buttons
3719
3720         * insettext.C (updateLocal): update menubar and toolbar here too.
3721
3722 2002-01-13  Allan Rae  <rae@lyx.org>
3723
3724         * insettabular.C (InsetTabular): Both constructors now initialise
3725         all class variables.
3726
3727 2002-01-11  Juergen Vigna  <jug@sad.it>
3728
3729         * insettext.C (insetButtonPress): set the_locking_inset to 0.
3730
3731 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3732
3733         * insettabular.C (getStatus): add forgotten brace around multiline
3734         if statement.
3735
3736 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3737
3738         * insetfloat.C (validate): require "float" instead of "floats".
3739
3740 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
3741
3742         * insettabular.C (getStatus): use FuncStatus
3743
3744 2002-01-08  Juergen Vigna  <jug@sad.it>
3745
3746         * insettabular.C (insetButtonRelease): now this should work too
3747         correctly.
3748
3749         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
3750         if the width is a percentage.
3751
3752         * inset.h: added isChar() function and implemented this for
3753         insetspecialchar insetquotes and insetlatexaccent.
3754         added forceDefaultParagraphs() and implemented it for insettabular.
3755
3756 2002-01-07  Juergen Vigna  <jug@sad.it>
3757
3758         * insettext.C (getLyXText): Fixed this function. An insert into the
3759         map is only done if we REALLY have a new BufferView.
3760
3761 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
3762
3763         * insettext.C: fix bug illustrated by attachment #37 of bug #59
3764
3765 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
3766
3767         * insetinclude.C: fix use of FileInfo
3768
3769 2002-01-07  Juergen Vigna  <jug@sad.it>
3770
3771         * insettabular.C (draw): fixed clearing of cell around inset.
3772
3773 2002-01-05  Juergen Vigna  <jug@sad.it>
3774
3775         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
3776         variables are updated.
3777
3778         * insettabular.C (resetPos): set always the inset_y as it may be
3779         needed in another function.
3780         (searchBackward): don't draw while searching.
3781
3782 2002-01-04  Juergen Vigna  <jug@sad.it>
3783
3784         * insettext.C (lockInsetInInset): forgot to set a cursor.
3785
3786 2002-01-02  Juergen Vigna  <jug@sad.it>
3787
3788         * insettext.C (insertInset): make the correct undo informations on
3789         inserting new insets.
3790
3791 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
3792
3793         * insettabular.C: correct single-cell select vertically
3794
3795 2001-12-27  Juergen Vigna  <jug@sad.it>
3796
3797         * insettabular.C (ascii): export as tab-separated-values if the
3798         function was not called from export (f.ex.: clipboard).
3799
3800         * insetcollapsable.h: added default support for ascii, linuxdoc and
3801         docbook export (the insettext is exported by default!)
3802
3803         * insettabular.C (copySelection): suff the clipboard with the tabular
3804         data in a tab separated format, seems more naturals then with all the
3805         formating.
3806
3807 2001-12-24  Juergen Vigna  <jug@sad.it>
3808
3809         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
3810         to check for REAL mouseMotion.
3811
3812 2001-12-20  Juergen Vigna  <jug@sad.it>
3813
3814         * inset.C (cursor): return the owners cursor if available instead of
3815         always only the bv->text->cursor.
3816
3817         * insettabular.C (checkLongtableSpecial): works now.
3818
3819 2001-12-19  Juergen Vigna  <jug@sad.it>
3820
3821         * insettabular.C (tabularFeatures): fix the row setting of ltt as
3822         this has to be always row + 1 as 0 means not selected!
3823         (checkLongtableSpecial): added
3824         (tabularFeatures): better longtable options support
3825
3826         * insettext.C (resizeLyXText): reinit the text always also on a
3827         empty insettext!
3828
3829 2001-12-18  Juergen Vigna  <jug@sad.it>
3830
3831         * insettext.C (updateInsetInInset): look if we have to autocollapse
3832         paragraps and return if the update is requested for ourself.
3833
3834         * insetert.C (status): update the insettext not myself as that is what
3835         we need.
3836
3837         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
3838         function only return if the update was requested with myself.
3839
3840         * insettext.C (insetButtonPress): fixed stupid bug.
3841         (various functions): pay attention that lt is cleared BEFORE calling
3842         updateLocal() and try to use it in the right manner (don't use it
3843         if it's not really neccessary!)
3844         (collapseParagraphs): insert a blank between collapsing paragraphs
3845         if neccessary (not already there!).
3846
3847 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3848
3849         * insettabular.C: move includes around a bit, add a couple of
3850         consts.
3851
3852         * insettext.[Ch]: move includes around a bit, other ws changes and
3853         small stuff.
3854
3855 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3856
3857         * insettext.C (insetButtonRelease): fix compile problem
3858
3859 2001-12-17  Juergen Vigna  <jug@sad.it>
3860
3861         * insettext.C (insetButtonPress): set the selection cursor!
3862         (insetButtonPress): clear the selection (and set with that the
3863         selection.cursor) if we only hit an inset!
3864
3865         * insetert.C (read): removed piece of compatibility code only needed
3866         for 1.2.0.
3867
3868         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
3869         can be opened.
3870
3871         * insetcollapsable.C (insetButtonRelease): changed so that it can
3872         open eventual existing popup dialogs on mousebutton==3.
3873
3874         * insetfloat.C (insetButtonRelease): removed not needed anymore!
3875
3876         * insetminipage.C (insetButtonRelease): removed not needed anymore!
3877
3878         * inset.C (insetButtonRelease): return a bool for telling the outer
3879         world that we opened a dialog.
3880
3881 2001-12-07  Juergen Vigna  <jug@sad.it>
3882
3883         * insettext.C (paragraph): remove the deleteing of paragraphs as
3884         it was a WRONG move!
3885
3886 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3887
3888         * insettabular.h:
3889         * insettabular.C: use new setSelection(). Allow
3890           selection of single cells.
3891
3892 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3893
3894         * insetquotes.C (latex): fix to use the local language setting at
3895         the point where the inset is inserted (different macros for
3896         different french packages)
3897
3898 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3899
3900         * inset.h: add par_owner_ member variable and parOwner
3901         setter/accessor.
3902
3903 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3904
3905         * insettabular.C (everywhere): adapt because widths are now real
3906         widths and not strings
3907
3908         * insettext.C (draw): re-introduce the calls to width(), ascent()
3909         and descent() to initialize the caching variables.
3910
3911 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3912
3913         * insettext.C (draw):
3914         (drawFrame): use insetWidth instead of last_width
3915
3916         * insettext.h: remove variable last_width (insetWidth is exactly
3917         the same) and last_height (computed but never used!)
3918
3919 2001-12-10  Allan Rae  <rae@lyx.org>
3920
3921         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
3922
3923 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3924
3925         * insettext.C (insetAllowed): add comment
3926
3927 2001-12-05  Juergen Vigna  <jug@sad.it>
3928
3929         * insettext.C (insetAllowed): fixed for the case that we directly
3930         ask the insettext from its LyXText.
3931         (paragraph): fixed the crash when assigning the par->next() from
3932         the EmptyParagraphMechanism!
3933
3934 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3935
3936         * insetbib.C:
3937         * insettabular.C:
3938         * insettext.C: change "while(" to "while ("
3939
3940 2001-12-04  Juergen Vigna  <jug@sad.it>
3941
3942         * insetert.C (edit): handle Inlined status.
3943
3944         * insettext.C (insertInset): trying John's fix for the trailing cursor
3945
3946         * insetert.C (insetButtonPress): added to handle inlined status
3947         (insetMotionNotify): ditto.
3948
3949         * insettext.C (clearInset): changed Painter & in BufferView * param,
3950         to be able to call ascent,descent methods.
3951
3952 2001-12-03  Juergen Vigna  <jug@sad.it>
3953
3954         * insettext.C (updateInsetInInset): use lt variable to forbid
3955         changes of LyXText in an update call.
3956         (updateInsetInInset): fixed updating of non locked insets!
3957
3958 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3959
3960         * insettabular.C: capture some more functions to prevent
3961         selection drawing problems. Bug #451274
3962
3963 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3964
3965         * insetgraphics.C:
3966         * insetgraphicsParams.C: fix inverted sense of float_equal
3967
3968 2001-11-30  Juergen Vigna  <jug@sad.it>
3969
3970         * insettabular.C (InsetTabular): use the save_id flag to create also
3971         the tabular with the same id's.
3972
3973         * insettext.C (setParagraphData): added a same_id function for undo
3974         to set the same paragraph id's as of the paragraph we are setting.
3975
3976 2001-11-30  José Matos <jamatos@fep.up.pt>
3977
3978         * inseturl.[Ch]:
3979         * insettoc.[Ch]: DocBook -> docbook.
3980
3981 2001-11-29  André Pönitz <poenitz@gmx.net>
3982
3983         * inseterror.C:
3984         * insettext.C: further reduction of header dependencies by using
3985         lyx::layout_type and lyx::textclass_type from support/types.h
3986
3987 2001-11-29  Juergen Vigna  <jug@sad.it>
3988
3989         * insettext.C: inserted a reinitLyXText function everywhere I delete
3990         the paragraphs! This should fixe the crashes we had.
3991         Also use the new function firstRow() instead of getRowNearY(dummy_y)
3992         (paragraph): set the InsetOwner() of the new paragraphs!
3993
3994 2001-11-28  André Pönitz <poenitz@gmx.net>
3995
3996         * insetnote.C: add pos initialization that I removed without
3997           knowing what I did.
3998
3999 2001-11-28  Juergen Vigna  <jug@sad.it>
4000
4001         * insettabular.C (resetPos): hack to not crash with infinite paints.
4002
4003         * insettabular.h: insert missing function allowSpellcheck()!
4004
4005         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
4006
4007 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4008
4009         * insetfloatlist.h:
4010         * insetfloatlist.C: derive from InsetCommand so gui can use it
4011           easily
4012
4013 2001-11-26  André Pönitz <poenitz@gmx.net>
4014
4015         * insettext.[Ch]:
4016         * insetert.C:
4017         * insetnote.C: reduce header dependencies, introduce type for
4018         positions
4019
4020 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
4021
4022         * various: update for Alert.h
4023
4024 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
4025
4026         * inset.h: fix comment
4027
4028         * insettext.C: use par->isInset()
4029
4030 2001-11-22  Allan Rae  <rae@lyx.org>
4031
4032         * insetcollapsable.h:
4033         * inset.h: Changes to checkInsertChar() behaviour.
4034         Now return value indicates whether chars can be inserted.
4035
4036 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
4037
4038         * various:  updated to use the new LaTeXFeatures
4039
4040 2001-11-14  José Matos  <jamatos@fep.up.pt>
4041
4042         * insetspecialchar.C (linuxdoc):
4043         (docbook): don't give a name to a unused variable.
4044
4045         * insettext.C (docbook): removed unused variable.
4046
4047 2001-11-13  Herbert Voss  <voss@perce.de>
4048
4049         * insetgraphic.C: fix scale bug
4050
4051 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4052
4053         * inset.h (isSpace):
4054         (isLetter): new virtual methods.
4055
4056         * insetspecialchar.C (isSpace):
4057         (isLetter): implement here.
4058
4059 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
4060
4061         * inset.h: new inline helpers
4062
4063         * insettext.C: use new helpers
4064
4065 2001-11-07  José Matos  <jamatos@fep.up.pt>
4066
4067         * insettext.C (docbook): full support for paragraphs inside insettext.
4068
4069 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
4070
4071         * insetindex.C: added header file for std::ostream.
4072
4073 2001-11-03  José Matos  <jamatos@fep.up.pt>
4074
4075         * insetindex.C: added using std::ostream that I forgot yesterday.
4076
4077 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
4078
4079         * insetindex.h (docbook):
4080         * insetindex.C (docbook): added support for docbook export.
4081
4082 2001-11-02  José Matos  <jamatos@fep.up.pt>
4083
4084         * insetcaption.C(docbook): added support for docbook export.
4085
4086 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
4087
4088         * insetexternal.C (updateExternal): Do not run update command if
4089         result file exists and is up to date.
4090
4091         * ExternalTemplate.C (readFormat): Support the updateresult token.
4092
4093 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
4094
4095         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
4096         external_templates) to use the buffer->fileName() but only if
4097         previewing. Generating a TeX file should make FPath return
4098         "".
4099
4100 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
4101
4102         * insetert.h:
4103         * insetert.C: fix some problems
4104
4105 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
4106
4107         * insetexternal.C (doSubstitution): Added $$FPath token
4108         to list of usable substitutions in external inset templates.
4109
4110 2001-10-24  Juergen Vigna  <jug@sad.it>
4111
4112         * insettabular.C: use new ltType struct for setting longtable
4113         header and footers also new UNSET enums.
4114
4115 2001-10-24  José Matos  <jamatos@fep.up.pt>
4116
4117         * insettabular.C (linuxdoc): Now exports the ascii's table version.
4118         (docbook): If the table is not inside a float then wrap it inside
4119         <informaltable>...</informaltable>.
4120
4121 2001-10-23  José Matos  <jamatos@fep.up.pt>
4122
4123         * insetref.C (docbook): removed / terminator to conform SGML.
4124
4125         * insetspecialchar.C (linuxdoc):
4126         (docbook): Added support for special chars, more than ascii export.
4127
4128 2001-10-22  Juergen Vigna  <jug@sad.it>
4129
4130         * insettext.C (checkInsertChar): added for REALLY checking the
4131         font of the inserted char in the right inset!
4132
4133 2001-10-19  Juergen Vigna  <jug@sad.it>
4134
4135         * inset.h: added method allowSpellcheck() so that insets who do
4136         not have anything to spellcheck can tell and so they are over-jumped.
4137         Implemented for InsetText and co.
4138
4139 2001-10-18  Juergen Vigna  <jug@sad.it>
4140
4141         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
4142
4143 2001-10-15  José Matos  <jamatos@fep.up.pt>
4144
4145         * insetert.C: allow export for docbook and linuxdoc
4146
4147 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
4148
4149         * insetquotes.C (dispString): handles latin3 and latin4 quotes
4150
4151 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4152
4153         * insetquotes.C (dispString): fix handling of latin9 quotes
4154
4155 2001-10-03  Juergen Vigna  <jug@sad.it>
4156
4157         * insetert.C: ditto
4158
4159         * insetcollapsable.C: change updateInset calls to not tell BV that
4160         we have changed status.
4161
4162 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4163
4164         * insettabular.C (deletable): make const
4165
4166 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
4167
4168         * insetert.C (latex): Fix the returned value
4169
4170 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
4171
4172         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
4173         Returns string(), so nothing in an ERT inset is spellchecked.
4174
4175         * insetgraphics.C (draw): print the filename if not displaying the
4176         image.
4177         (width): make sure that the width and draw methods are consistent.
4178         (updateInset): don't even load the image into cache if not displaying
4179         it.
4180
4181 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
4182
4183         * various files (selectNextWord): renamed as
4184         selectNextWordToSpellcheck.
4185
4186         * insetgraphics.C (draw): remove the previous change. Right place
4187         is in imageLoaderXPM.C.
4188         (draw): don't display the image if params.display == NONE.
4189
4190 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
4191
4192         * figinset.C (runqueue):
4193         * insetgraphics.C (draw): set background colour of inset from
4194         background to the user-configurable graphicsbg.
4195
4196 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4197
4198         * insetquotes.C (InsetQuotes): when trying to decide the side of
4199         the quote, choose `left' only after a space or '('
4200
4201 2001-09-04  José Matos  <jamatos@fep.up.pt>
4202         * figinset.C
4203         * figinset.h
4204         * insetcaption.C
4205         * insetcaption.h
4206         * insetcollapsable.h
4207         * insetcommand.C
4208         * insetcommand.h
4209         * inseterror.h
4210         * insetert.C
4211         * insetert.h
4212         * insetexternal.C
4213         * insetexternal.h
4214         * insetfloat.C
4215         * insetfloat.h
4216         * insetfloatlist.h
4217         * insetgraphics.C
4218         * insetgraphics.h
4219         * inset.h
4220         * insetinclude.C
4221         * insetinclude.h
4222         * insetlabel.C
4223         * insetlabel.h
4224         * insetlatexaccent.C
4225         * insetlatexaccent.h
4226         * insetquotes.C
4227         * insetquotes.h
4228         * insetref.C
4229         * insetref.h
4230         * insetspecialchar.C
4231         * insetspecialchar.h
4232         * insettabular.C
4233         * insettabular.h
4234         * insettext.C
4235         * insettext.C (docbook): rename docBook method to docbook.
4236
4237 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
4238
4239         * inset.h (getFirstParagraph): New virtual method.
4240
4241 2001-08-20  Herbert Voss  <voss@perce.de>
4242         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
4243         in the the bibtex-database-gui for inserting a line
4244         \addcontentsline...
4245
4246         If no style is given than there is no tex-output.
4247
4248 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
4249
4250         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
4251         files as a vector.
4252         (getKeys): use it.
4253
4254 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
4255
4256         * insetert.C (latex): Fix output for multiple paragraphs.
4257         (write): New code for writing paragraph data.
4258         (read): Set font after reading the inset.
4259         (localDispatch): Call set_latex_font() for more cases.
4260
4261         * insetnote.h: Add empty validate method.
4262         * insetert.h: Ditto
4263
4264         * insetnote.C (InsetNote): Set language to the language of the
4265         document.
4266
4267 2001-08-16  Juergen Vigna  <jug@sad.it>
4268
4269         * insettext.C: implemented the new FINISHED states.
4270
4271         * insettabular.C: ditto
4272
4273         * inset.h: added more FINISHED states for cursor right,up,down
4274
4275 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4276
4277         * insetfloatlist.C: use "FloatName List"
4278
4279 2001-08-14  Juergen Vigna  <jug@sad.it>
4280
4281         * insetert.C (edit): forgot to set status_ in edit calls!
4282
4283 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
4284
4285         * insettext.C: Compilation fix
4286
4287 2001-08-13  Juergen Vigna  <jug@sad.it>
4288
4289         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
4290
4291         * insetcollapsable.C (edit): don't recollapse an already open inset.
4292
4293         * insettext.C: fixed problem when reinitializing LyXText by not doing
4294         it while lt is in use and post this to the next possible time in
4295         getLyXText().
4296         (searchForward): fixed not unlocking of inset if nothing found.
4297         (edit): set cursor behind right (was set -1 pos).
4298
4299         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
4300
4301         * insettabular.C (tabularFeatures): fixed fix where deleting the
4302         last row didn't get the right actcell!
4303
4304 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
4305
4306         * insettext.C (localDispatch): Change language only when the inset
4307         becomes empty.
4308
4309 2001-08-10  Juergen Vigna  <jug@sad.it>
4310
4311         * insettabular.C (selectNextWordInt): use the front using edit call.
4312
4313         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
4314         the parameter overwrite class variable inset.
4315
4316         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
4317
4318         * insettext.C (saveLyXTextState): check for invalid cursor-par.
4319         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
4320
4321         * insettabular.C (calculate_dimensions_of_cells): let's try to call
4322         update only for fixed with cells.
4323         (resetPos): try to fix the lockup on spellchecking or s&r.
4324
4325         * insettext.C (update): comment this out as it seems first wrong
4326         and second not needed anymore!
4327         (some functions): call reinitLyXText() only in update() in all other
4328         positions set only need_update = INIT.
4329
4330 2001-08-08  Juergen Vigna  <jug@sad.it>
4331
4332         * insettabular.C (setPos): fixed wrong actrow < rows() check.
4333
4334         * insettext.C (insetUnlock): remove double-space on inset unlock.
4335
4336         * insetcollapsable.C (draw): fix returned x when label > inset-width.
4337
4338         * insettabular.C (update): fixed cursor positon after an insert.
4339         (insetAllowed): do not allow to insert insets when not inside the
4340         inset!
4341         (draw): clear below an inset too as it could have changed height.
4342
4343         * inset.C (getMaxWidth): fixed width for inset in inset.
4344
4345         * insettext.C (update): small fix.
4346
4347         * insettabular.C (tabularFeatures): added selection support to
4348         DELETE_ROW/DELETE_COLUMN.
4349
4350 2001-08-07  Juergen Vigna  <jug@sad.it>
4351
4352         * inset.C (getMaxWidth): recoded and all it's implementations!
4353
4354         * insettext.C (init,setParagraph+constructors): cleanups
4355         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
4356         are new and I want do a save/restore of the cursor position which is
4357         not possible anymore.
4358
4359         * insetcollapsable.C (searchBackward): recollapse inset if not found.
4360         (searchBackward): ditto
4361         (selectNextWord): ditto
4362
4363 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
4364
4365         * insetlatexaccent.C (checkContents): Add some debug messages
4366
4367 2001-08-07  Juergen Vigna  <jug@sad.it>
4368
4369         * insetert.C (read): don't use InsetCollapsable::read as we don't
4370         write the collapsed status anymore only the status.
4371         (write): ditto.
4372
4373 2001-08-06  Juergen Vigna  <jug@sad.it>
4374
4375         * insetert.C (set_latex_font): use LyXText's setFont directly.
4376
4377         * insettext.C (drawFrame): fixed one time more the right position
4378         and size of the frame!
4379
4380         * insetert.C (~InsetERT): hide the dialog.
4381         (showInsetDialog): added implementation
4382         (open): ditto
4383         (close): ditto
4384         (status): new function for the status of the ERT inset (3-state).
4385         (write): output also the status of the inset for readback!
4386         (read): readback the status if available otherwise use collapsed_.
4387
4388         * insettext.C (edit): small fix of setting the position, which could
4389         have gone < 0.
4390
4391         * insetert.C (width): implement this function for inlined viewing.
4392         Added minimum width of 10 pixels!
4393
4394         * insetminipage.C (InsetMinipage): just change the colors a bit so
4395         that border/background is a bit more visible. We will remove this
4396         anyway for 1.2.0!
4397
4398         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
4399         function for getting the important widths for drawing in various
4400         functions and in LyXText.
4401         (draw): fixed up a bit (frame drawing/clearing)
4402
4403 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4404
4405         * inset.C (convertFont): delete method. not used.
4406
4407 2001-08-03  Juergen Vigna  <jug@sad.it>
4408
4409         * insettext.C (setFont): don't call for a draw update if we're just
4410         changing the cursor font!
4411
4412 2001-08-02  Juergen Vigna  <jug@sad.it>
4413
4414         * insettext.C (draw): clear the background with the right color if
4415         needed. Update myself if x&max-width changed and return without doing
4416         anything. Let the update code handle the right stuff.
4417
4418         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
4419         inside another inset.
4420
4421 2001-08-01  Juergen Vigna  <jug@sad.it>
4422
4423         * insetcollapsable.C (update): added an in_update bool so we avoid
4424         reentering.
4425
4426         * insettabular.C (update): added an in_update bool so we avoid
4427         reentering.
4428
4429         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
4430         selection problem.
4431         (update): added an in_update bool so we avoid reentering.
4432
4433         * insettabular.C (localDispatch): clear col/row selection when doing
4434         something else inside an inset.
4435
4436         * insettext.C (getLyXText): fixed bug when requesting a recursive
4437         insettext!
4438
4439 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
4440
4441         * insetcite.C (latex): Paranoia check. Make sure that there is no
4442         whitespace between the citation keys.
4443
4444 2001-07-31  Juergen Vigna  <jug@sad.it>
4445
4446         * inset.h (nodraw): make the set function also const so that this
4447         can be called from inside other const functions.
4448
4449         * insetcollapsable.h: removed inline variable and moved it over
4450         to the only user InsetERT.
4451
4452         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
4453         inset opening immediately therein lying insets dialogs!
4454
4455         * insetert.C (localDispatch): set the font also if we don't have any
4456         chars in this paragraph, otherwise if we delete all of em and start
4457         writing we have the wrong font.
4458         (inlined): added
4459         (draw): implemented for inline support
4460         (insetButtonRelease): ditto.
4461
4462 2001-07-30  Juergen Vigna  <jug@sad.it>
4463
4464         * insettext.C (reinitLyXText): new function to reinit the insets
4465         text after lot's of paragraph changes. Use this instead of the
4466         cache.clear() which is VERY dangerous.
4467
4468         * insetfloat.C (insetButtonRelease): we should only show the dialog
4469         if we press on the label otherwise we have problems to open mouse
4470         button 3 dialogs inside this float (f.ex. of a tabular!)
4471
4472 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4473
4474         * insetert.C: change back to "ERT"
4475
4476         * insetfloat.C: handliign of RMB on label added.
4477
4478 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4479
4480         * insetgraphicsParams.C: #include LOstream.h here.
4481
4482         * insetfoot.h: remove InsetFoot:: qualifier.
4483
4484 2001-07-29  Baruch Even  <baruch@lyx.org>
4485
4486         * ChangeLog: Hiding time travel evidence.
4487
4488         * insetgraphicsParams.h:
4489         * insetgraphicsParams.C:
4490         * insetgraphics.C: Added horizontal scale option, it actually scales both
4491         directions since it keeps image proportions.
4492
4493         * insetgraphics.C: Fixed EPS detection to be non-hacky.
4494
4495 2001-07-29  Baruch Even  <baruch@lyx.org>
4496
4497         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
4498         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
4499
4500         HACKY! Will need to add an EPS detection routine like old InsetFig does!
4501
4502 2001-07-29  Baruch Even  <baruch@lyx.org>
4503
4504         * insetgraphics.C: Added EPSI to be an alias of EPS.
4505
4506 2001-07-29  Baruch Even  <baruch@lyx.org>
4507
4508         * insetgraphics.C: Change GRAPHICS to Graphics.
4509         Changed image conversion rules (documented at the beginning of file).
4510
4511 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
4512
4513         * insetert.C (get_new_label): int -> Paragraph::size_type to get
4514         std::min working.
4515
4516         * insetgraphics.C: added a using std::endl directive.
4517
4518         * insetcommand.h (getScreenLabel): removed pure virtual function,
4519         as it duplicates that in InsetButton.
4520
4521         * insetbib.[Ch] (getScreenLabel):
4522         * insetbutton.[Ch] (getScreenLabel):
4523         * insetcite.[Ch] (getScreenLabel):
4524         * insetert.[Ch] (getScreenLabel):
4525         * insetexternal.[Ch] (getScreenLabel):
4526         * insetfloatlist.[Ch] (getScreenLabel):
4527         * insetinclude.[Ch] (getScreenLabel):
4528         * insetindex.[Ch] (getScreenLabel):
4529         * insetlabel.h (getScreenLabel):
4530         * insetparent.[Ch] (getScreenLabel):
4531         * insetref.[Ch] (getScreenLabel):
4532         * insettoc.[Ch] (getScreenLabel):
4533         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
4534
4535         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
4536         the label.
4537         (validate): remove check on "cite" when using natbib.
4538
4539 2001-07-26  Baruch Even  <baruch@lyx.org>
4540
4541         * insetgraphics.C (draw): changed casting to be in one place rather than
4542         all over the function.
4543
4544         * insetgraphics.h:
4545         * insetgraphics.C (read): Added compatibility reads of InsetFig.
4546
4547         * insetgraphicsParams.h:
4548         * insetgraphicsParams.C:
4549         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
4550
4551 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
4552
4553         * insetfoot.C (validate): Added method to ensure that the
4554         right bit of LaTeX is emitted.
4555
4556         * insetfoot.h: Added validate method to set the correct
4557         LaTeXFeatures bit for the special footnote code.
4558
4559 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4560
4561         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
4562         quotes
4563
4564 2001-07-27  Juergen Vigna  <jug@sad.it>
4565
4566         * inset.h: remove not used font variable in parameter.
4567         removed checkInsertChar in UpdatableInset as it was equal to
4568         the one in Inset and so not needed.
4569
4570         * insetert.C (checkInsertChar): implementation of function
4571         checkInsertChar.
4572
4573         * inset.h: added new function checkInsertChar.
4574
4575         * various files: added c-tor and clone() function.
4576
4577         * insetcollapsable.h: removed clone function here as this should
4578         be only realized in REAL insets and added it to all collapsable
4579         insets! (with the copy-constructor).
4580
4581 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4582
4583         * insetminipage.C (read): handle missing parameters more gracefully
4584
4585         * insetcollapsable.C (read): handel missing collapsed more gracefully
4586
4587 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4588
4589         * insetfloat.C (read): handle missing parameters.
4590
4591         * insettext.C (read): handle old latex end_inset
4592
4593         * insetert.C (setButtonLabel): new method
4594         (init): use it, to set the dynamic label correctly
4595         (read): use it
4596
4597         * Makefile.am (EXTRA_DIST): add files that is not part or the
4598         binary here.
4599
4600         * insetcollapsable.h: remove autocollapsable (no users), remove
4601         draw_label, change_label_with_text and companion code. Remove args
4602         from some methods.
4603         * insetert.[Ch]: move here instead (only user)
4604
4605         * inset.h: rename private variable name to name_, make
4606         selectNextWord return a const string. make getInsetName return a
4607         string const &. Remove bool from open, add close.
4608
4609         * Makefile.am: don't compile insetlist, insetsection
4610         and insettheorem
4611
4612 2001-07-24  Juergen Vigna  <jug@sad.it>
4613
4614         * insetert.C (InsetERT): put init after the paragraph initialization,
4615         as otherwise we don't set the draw_label right.
4616
4617         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
4618         insets with the mouse without having strange selections.
4619         (edit): if the inset was collapsed and we open it here then put the
4620         cursor always at the beginning of the inset.
4621         (get_new_label): 15 instead of 10 max chars in the label.
4622
4623         * insetert.C (localDispatch): added and handle various stuff we
4624         need to handle here (font setting on paragraph break, not permitted
4625         layout setting, etc.).
4626
4627         * inset.h: added default copy-consturctor and implemented this in
4628         various insets with the change to use this in the clone function!
4629
4630 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4631
4632         * insetminipage.C (InsetMinipage): set background color to red :)
4633
4634 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4635
4636         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
4637         draw frame mode is LOCKED.
4638
4639         * insetcollapsable.C (edit):
4640         (insetButtonRelease): set update status to full when
4641         opening inset.
4642
4643         * insettext.C (clearInset):
4644         * insettabular.C (draw):
4645         * insetlatexaccent.C (draw): honor background color.
4646
4647         * inset.h: new member background_color_, initialized to
4648         LColor::inherit.
4649
4650         * inset.C (backgroundColor): new method.
4651         (setBackgroundColor): new method.
4652
4653         * insetert.C (init): new method, called by the ctors.
4654         (InsetERT): when inserting contents, make sure the font is
4655         ALL_INHERIT.
4656
4657         * insetnote.C (InsetNote): when inserting content, remove trailing
4658         newline
4659         (init): set background color to LColor::note
4660
4661 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4662
4663         * insetcollapsable.C: adjust
4664
4665         * insetbutton.C: adjust
4666
4667 2001-07-23  Juergen Vigna  <jug@sad.it>
4668
4669         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
4670         parameter on the _collapsed function (was not needed) and call
4671         always width_collapsed().
4672
4673         * insetert.C (InsetERT): use setLabel with "true" flag.
4674
4675         * insetcollapsable.C: modified various functions to set the draw_label
4676         string right in any condition.
4677         (setLabel): added a bool parameter to set change_label_with_text.
4678
4679         * insetcollapsable.h: added draw_label string which is set to the
4680         actual drawn label-string, while label is the original static label
4681         of this collapsable inset. Added bool change_label_with_text to set
4682         if we want that the label changes to the start of the InsetText's
4683         text when collabpsed. You can set this flag with the setLabel funciton.
4684         Added bool inlined for inlined collapsable insets, but not handled
4685         yet.
4686
4687         * insetcollapsable.C (get_new_label): added should get a new label
4688         from the InsetText beginning (for now 10 chars).
4689
4690 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4691
4692         * insetquotes.C (latex): fix the handling of french double quotes
4693         when not using the french pachage.
4694
4695 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4696
4697         * insetcollapsable.h: make WidthCollapsed mutable.
4698
4699         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
4700         InsetPrintIndex returns INDEX_PRINT_CODE.
4701
4702         * inset.h: add INDEX_PRINT_CODE
4703
4704         * insetcollapsable.C (draw): init widthCollapsed if necessary
4705         (width): ditto.
4706
4707         * insetquotes.C (width): use the local language, not the document
4708         language.
4709         (draw): ditto.
4710         (dispString): add additional spacing for all french languages,
4711         like fr_CA.
4712         (validate): make it work when there is no default language
4713
4714         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
4715
4716         * insetnote.C (init): new method, called by the constructors
4717         (InsetNote): new constructor with contents passed as a string
4718
4719 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4720
4721         * insetfootlike.C (insetAllowed): disallow float in footlike.
4722
4723         * insetert.C (InsetERT): add collapsed argument to the constrctor
4724         with contents.
4725
4726 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4727
4728         * insetindex.h: shut off warning
4729
4730 2001-07-20  Juergen Vigna  <jug@sad.it>
4731
4732         * insetcollapsable.C (update): recoded hopefully works now!
4733
4734 2001-07-19  Juergen Vigna  <jug@sad.it>
4735
4736         * most files: implemented the below new introduced function.
4737
4738         * inset.h: added new edit(BufferView *, bool front) method to be able
4739         to enter an inset from the front/back without knowing x/y positions
4740         and baselines inside the inset. So I just can tell the inset activate
4741         me and set the cursor on the front/back of yourself.
4742
4743 2001-07-18  Juergen Vigna  <jug@sad.it>
4744
4745         * insetcollapsable.C (edit): fixed hopefully the y parameter which
4746         is given to the InsetText.
4747         (insetButtonPress): ditto
4748         (insetButtonRelease): ditto
4749         (insetMotionNotify): ditto
4750
4751 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4752
4753         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
4754         LIGATURE_BREAK, since the name is so stupid.
4755
4756 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4757
4758         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
4759         the default InsetCollapsable methods. I.e., it can insert anything.
4760         (write) output the name of the inset, not some silly hack for
4761         compatability with the old InsetInfo.
4762
4763         * insetinfo.[Ch]: removed.
4764         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
4765         now collapsable, but functionality is otherwise identical to InsetInfo.
4766
4767         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
4768
4769 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4770
4771         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
4772         reformatting
4773
4774         * insetquotes.C: general cleanup
4775         (dispString): add spaces inside french double quotes.
4776         (latex): ditto. Moreover, treat first the case where the frenchb
4777         or french options have been given.
4778
4779 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4780
4781         * insetcite.[Ch] (latex, validate): new methods, required for natbib
4782         support.
4783
4784 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
4785
4786         * figinset.C (RegisterFigure): Print debug message only when
4787         current_view is available.
4788
4789 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4790
4791         * many files: update to match the change below
4792
4793         * inset.h (insetAllowed): renamed from insertInsetAllowed;
4794         implement the version which takes an inset here.
4795
4796         * insetcollapsable.[Ch]: implement open and isOpen
4797
4798         * inset.h: remove insertInsetAllowed from Inset
4799         (open): new method, to open or close an inset
4800         (isOpen): returns the status of an inset
4801         (isCollapsable, colapse): removed
4802
4803 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4804
4805         * insetquotes.C (dispString): display french guillemets when using
4806         ISO8859-15.
4807
4808 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4809
4810         * insetcollapsable.h: remove bogus return statements
4811
4812 2001-07-18  Juergen Vigna  <jug@sad.it>
4813
4814         * insettabular.C (selectNextWord): fixed spellchecking for the
4815         first cell of a tabular (wasn't entered!)
4816         (getLyXText): changed to enter automatically insettext and return
4817         it's LyXText if we're locked.
4818
4819 2001-07-17  Juergen Vigna  <jug@sad.it>
4820
4821         * various files: implemented the below functions.
4822
4823         * inset.h: added functions
4824         - virtual string selectNextWord(BufferView *, float & value) const;
4825         - virtual void selectSelectedWord(BufferView *) { return; }
4826         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
4827         needed for spellchecking correctly!
4828
4829 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4830
4831         * insetert.C (latex): write out all paragraphs.
4832
4833 2001-07-17  Baruch Even  <baruch@lyx.org>
4834
4835         * insetgraphics.C (draw): Removed unneeded casts.
4836
4837 2001-07-16  Juergen Vigna  <jug@sad.it>
4838
4839         * insettext.C (update): fixed small oversight (reset lt to 0).
4840
4841 2001-07-14  Baruch Even  <baruch@lyx.org>
4842
4843         * insetgraphics.h:
4844         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
4845
4846 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4847
4848         Consistent use of Lsstream.h:
4849         * figinset.C: removed using std::ostringstream directive.
4850
4851         * insetgraphics.C (createLatexOptions):
4852         * insetinclude.C (unique_id):
4853         std::ostringstream -> ostringstream.
4854         * insettext.C (localDispatch): std::istringstream -> istringstream.
4855
4856 2001-07-13  Juergen Vigna  <jug@sad.it>
4857
4858         * insetfloat.C (insertInsetAllowed): added missing const_cast.
4859
4860         * insetcollapsable.C (getLockingInset): ditto.
4861
4862 2001-07-12  Juergen Vigna  <jug@sad.it>
4863
4864         * insetcollapsable.h: added implementation of new function for
4865         collapsable status.
4866
4867         * various files: added implementation of new insertInsetAllowed-func
4868         and redone the function a bit more.
4869
4870         * inset.h: added isCollapsable(), bool collapsed(),
4871         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
4872
4873         * insetfloat.C (insertInsetAllowed): make a bit more checks.
4874
4875         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
4876         LyXText which is marked for removal while we're using it!
4877
4878         * insettext.h: added private LyXText * lt to use it to assure we are
4879         not deleting our LyXText while we're using it!
4880
4881 2001-07-11  Juergen Vigna  <jug@sad.it>
4882
4883         * insettext.C (insertInset): check if we are before the inset after
4884         inserting it! This check IS needed. Remove the Undo-Call as it is
4885         called in LyXText::insertInset!
4886
4887         * insettext.h: added struct InnerCache.
4888
4889         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
4890         that we ONLY delete the LyXText in the getLyXText() routine. So we
4891         are sure we don't delete LyXText while someone is working with it!
4892
4893 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4894
4895         * insetexternal.C: (*it). -> it->
4896         * insettext.C: ditto
4897
4898 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4899
4900         * insetcollapsable.C (edit): always open collapsed insets (even if
4901         they are not autocollapsable)
4902
4903         * insetcommand.C (operator=): simplify.
4904
4905 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4906
4907         * insetert.C (latex): handle META_NEWLINE
4908
4909 2001-07-09  Juergen Vigna  <jug@sad.it>
4910
4911         * insetert.h: a normal InsetText can insert insets, but we won't.
4912
4913         * inset.h: return default "false" on insertInsetAllowed and implement
4914         this function where a returnvalue != "false" is needed.
4915
4916 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4917
4918         * insetert.C (InsetERT): new contructor
4919
4920 2001-07-06  Juergen Vigna  <jug@sad.it>
4921
4922         * a lot of files: added implementation of the below new functions
4923         and the change to clone(). Also the call of the new undo-functions
4924         where needed.
4925
4926         * inset.h: added an inset_id, added functions getParFromID,
4927         getInsetFromID, firstParagraph, cursor and id functions, added
4928         bool same_ids to clone function.
4929
4930 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4931
4932         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
4933         of BufferView * and shared_ptr<LyXText>
4934
4935 2001-07-05  Juergen Vigna  <jug@sad.it>
4936
4937         * insettext.C (clear): deleted also the cache not only LyXText.
4938         (setParagraphData): ditto.
4939
4940 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4941
4942         * insetfloat.C (latex): let the specific placement take presedence
4943         if set, otherwise choose document placement if set, otherwise just
4944         use float default placement.
4945
4946 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4947
4948         * insettext.C (localDispatch): call CutAndPaste::'s static method
4949         directly.
4950
4951 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4952
4953         * insetbib.C: no meed to include forms.h here.
4954
4955 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
4956
4957         * insettext.C: added using std::make_pair directive.
4958
4959 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4960
4961         * insettext.C (getLyXText): avoid multiple lookups, and simplify
4962         slightly
4963         (deleteLyXText): ditto
4964         (resizeLyXText): ditto
4965
4966 2001-07-02  Juergen Vigna  <jug@sad.it>
4967
4968         * insettext.C (getLyXText): introduce a cache in getLyXText so that
4969         following calls are only returned the right pointer without the over
4970         head to search in the map.
4971         (various funcs): reset the cached_bview variable as this signs that
4972         the cache is not valid anymore.
4973
4974 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4975
4976         * insettabular.C (clone): do not copy the LyXTabular twice
4977
4978 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4979
4980         * insettext.h (TEXT): delete method
4981
4982 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4983
4984         * insetmarginal.C (latex):
4985         * insetfoot.C (latex): fix spacing of notes in LaTeX
4986
4987         * insettext.C (localDispatch): use .c_str() on istringstream
4988         constructor argument.
4989
4990 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4991
4992         * insettoc.h:
4993         * insettoc.C:
4994         * inseturl.h:
4995         * inseturl.C: fix method names in these to begin
4996           with small char too, so they inherit
4997
4998 2001-06-28  Juergen Vigna  <jug@sad.it>
4999
5000         * insettext.C (setFont): fixed font settings using toggleFree()
5001         instead of setFont().
5002
5003 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5004
5005         * Change a lot of method names to begin with a small char.
5006         Changes to a lot of files because of this.
5007
5008 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5009
5010         * insetfloatlist.C (Write): std:: qualify ostream
5011         (Latex): ditto
5012
5013 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5014
5015         * figinset.C:
5016         * inset.C:
5017         * insetgraphics.C: send debug output to Debug::INFO instead of
5018         Debug::ANY.
5019
5020 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5021
5022         * insettabular.h:
5023         * insettabular.C (getStatus): update to use func_status
5024
5025 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
5026
5027         * insetref.C (DocBook): added support for cross-references without
5028         a name.
5029
5030 2001-06-26  The LyX Project  <jug@sad.it>
5031
5032         * insetref.C:
5033         * insetref.h:
5034         * insetlabel.C:
5035         * insetlabel.h: removed escape method and moved it to
5036         support/lstrings.h.
5037
5038 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5039
5040         * insettabular.C (getMaxWidth): do the speedup in a different way,
5041         remove dead code
5042
5043 2001-06-24  The LyX Project  <Asger>
5044
5045         * insettabular.C (getMaxWidth): We cache a mapping from
5046         inset to cell in order to speed this method up.
5047
5048 2001-06-24  The LyX Project  <Asger>
5049
5050         * insettext.C: Optimized InsetText::draw or something.
5051
5052 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
5053
5054         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
5055
5056 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5057
5058         * inset.h: name change from lyxinset.h
5059
5060 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
5061
5062         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
5063
5064 2001-06-14  Juergen Vigna  <jug@sad.it>
5065
5066         * insettext.C (draw): removed warnings.
5067
5068 2001-06-13  Juergen Vigna  <jug@sad.it>
5069
5070         * insettabular.C (nodraw): only go down the tree if we don't have
5071         that flag set otherwise it's obvious that we don't want to draw.
5072         (LocalDispatch): do also an update if we have an undispached result.
5073
5074 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
5075
5076         * insetcite.C:
5077         * insetgraphicsParams.C:
5078         * insettext.C: removed // -*- C++ -*- as first line.
5079
5080 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5081
5082         * lyxinset.h (resizeLyXText): shut off warning about unused
5083         parameter "force"
5084
5085 2001-06-07  Juergen Vigna  <jug@sad.it>
5086
5087         * insettext.C (resizeLyXText): honor the new force flag.
5088
5089         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
5090
5091         * insettabular.C (deleteLyXText): new function
5092
5093 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5094
5095         * insettheorem.C:
5096         * insetminipage.C:
5097         * insetlist.C:
5098         * insetfootlike.C:
5099         * insetfloat.C:
5100         * insetert.C:
5101         * insetcollapsable.C:
5102         * insetcaption.C: LColor tidy
5103
5104 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5105
5106         * figinset.C: fix typo
5107
5108 2001-06-01  Juergen Vigna  <jug@sad.it>
5109
5110         * insettabular.C (resetPos): small hack so that scroll is not set to
5111         0 when we are in the last column of a tabular. This is a problem we
5112         have because of constats 20 offset on both directions, so this can
5113         cause on the limit an endless loop.
5114
5115         * insettext.C (SetFont): forgot that we can have locking insets ;)
5116
5117 2001-05-31  Juergen Vigna  <jug@sad.it>
5118
5119         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
5120
5121 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5122
5123         * figinset.C: add using std:: directive for the C functions which
5124         need that.
5125
5126 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5127
5128         * insetfloat.C (Write): write out wide info
5129         (Read): read the wide info
5130         (Latex): use the wide info when creating latex.
5131
5132         * insettext.C: adjust
5133
5134         * insetgraphics.[Ch] (statusMessage): change to return string
5135         (width): adjust
5136         (draw): adjust
5137
5138         * figinset.C (runqueue): add std::
5139         (Recompute): ditto
5140
5141 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5142
5143         * insetcite.C (Ascii): add std:: qualifier
5144
5145 2001-05-28  Juergen Vigna  <jug@sad.it>
5146
5147         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
5148         a endless-width inset (maxWidth < 0).
5149         (Edit): change language only if not equal.
5150
5151         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
5152
5153         * insettext.C (draw): fixed draw/clear of InsetText-Frame
5154
5155 2001-05-16  Juergen Vigna  <jug@sad.it>
5156
5157         * insettext.C (selectAll): added
5158         (clearSelection): added
5159
5160         * insettabular.C (SetFont): now we may set a font on a whole selection!
5161         (getSelection): added helper function.
5162
5163 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
5164
5165         * insetcite.C (Ascii): Add method.
5166
5167 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
5168
5169         * figinset.C:
5170         * insetbib.C: fix path for OS/2 & Win32
5171
5172 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5173
5174         * insetfoot.C (Latex): don't use % after footnote.
5175
5176 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5177
5178         * insettext.C (Read): use clear
5179         (SetParagraphData): use LyXParagraph copy constructor instead of clone
5180
5181 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5182
5183         * insetfloatlist.h: add a bunch of std:: qualifiers.
5184
5185 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5186
5187         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
5188         FLOAT_LIST_CODE, renumber code list.
5189
5190         * insettoc.C (getScreenLabel): remove support for float lists
5191         (LyxCode): ditto
5192         (Ascii): ditto
5193
5194         * insetfloatlist.[Ch]: new files
5195
5196         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
5197
5198 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
5199
5200         * insettabular.C (LocalDispatch):
5201         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
5202         method
5203
5204 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5205
5206         * insettext.C: remvoe !NEW_INSETS cruft
5207
5208         * insettabular.C: remove !NEW_INSETS cruft
5209
5210         * insetcollapsable.h: remove !NEW_INSETS cruft
5211
5212         * insetbib.C: remove !NEW_INSETS cruft
5213
5214 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5215
5216         * insettoc.C: hack to make listof algorithm work
5217
5218 2001-04-20  Juergen Vigna  <jug@sad.it>
5219
5220         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
5221
5222 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5223
5224         * insetquotes.C (Latex): improve the guard against
5225         unwanted !` and ?` ligatures. This should really be done in
5226         another place (to catch all this ligatures at low-level).
5227
5228 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5229
5230         * insettext.C (init): remvoe leftovers from cursor_visible change
5231         (draw): use c++ cast
5232         (LocalDispatch): dispatch LFUN_MESSAGE
5233
5234         * insettabular.C (InsetTabular): remove leftovers from
5235         cursor_visible, and scoped_ptr changes
5236         (draw): use c++ cast
5237
5238         * insetcollapsable.C (draw): use c++ cast
5239
5240         * ExternalTemplate.h: inherit privaely from noncopyable
5241         * insetcommand.h: ditto
5242         * insetinclude.h: ditto
5243
5244 2001-04-16  Allan Rae  <rae@lyx.org>
5245
5246         * insettoc.C (Ascii):
5247         * insettext.C (draw):
5248         * insettabular.C (setPos):
5249         * insetminipage.C (Read):
5250         * insetfloat.C (placement):
5251         * insetcaption.C (Ascii, DocBook):
5252         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
5253         an unrecognised preprocessor directive.  So ensure they're wrapped.
5254
5255 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
5256
5257         * insetexternal.h:
5258         * insetexternal.C: set view on Clone. Add _ to private members.
5259
5260 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5261
5262         * insettext.C (InsetText): fix new
5263         (InsetText): reindent some, simplify deletion of par list
5264         (clear): simplify deletion of par list, fix new
5265         (SetParagraphData): simplify deletion of par list
5266
5267         * insettabular.[Ch] (getLabelList): implement new method
5268
5269 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5270
5271         * lyxinset.h: do not include gettext.h...
5272
5273         * inset.C:
5274         * insetcaption.C:
5275         * insetexternal.C:
5276         * insetgraphics.C:
5277         * insetindex.C:
5278         * insetlabel.C:
5279         * insetlatexaccent.C:
5280         * insetminipage.C:
5281         * insetquotes.C:
5282         * insettabular.C:
5283         * inseturl.C: ... and do it here instead
5284
5285 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5286
5287         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
5288
5289         * insettext.[Ch] (getLabelList): add std:: on vector<string>
5290
5291         * insetcollapsable.[Ch] (getLabelList): implement
5292
5293         * insettext.[Ch] (getLabelList): implement
5294
5295         * insettext.h: reindent
5296
5297         * insettabular.h: make tabular a scoped_ptr
5298
5299         * insettext.C (init): adjust for cursor_visible
5300         (ToggleInsetCursor): constify asc and desc, font, adjust for
5301         cursor_visible
5302         (ShowInsetCursor): constify asc and desc, font, adjust for
5303         cursor_visible
5304         (HideInsetCursor): adjust for cursor_visible
5305
5306         * insettabular.C: reindent some
5307         (InsetTabular): adjust for scoped_ptr and cursor_visible
5308         (InsetTabular): ditto
5309         (~InsetTabular): delete delete
5310         (Clone): adjust for scoped_ptr
5311         (Read): constify old_format, adjust for scoped_ptr, move init of
5312         token
5313         (draw): constify tx, localize loop vars.
5314         some other localization of variables, remove double initilizatons.
5315
5316         * insetfoot.C: remove using std::ostream, add ostream where needed
5317
5318 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5319
5320         * lyxinset.h: some reindentaion, use initializer list for
5321         constructro.
5322         UpdatableInset: make cursor_visible a private var add
5323         public isCursorVisible(), add protected toggleCursorVisible() and
5324         proctected setCursorVisible(bool), make scroll call the Inset::scroll
5325
5326         * insettoc.C: remvoe using decl
5327         (getScreenLabel): make cmdname donst
5328         (LyxCode): ditto
5329         (Ascii): ditto
5330         (Ascii): don't use endl
5331
5332         * insetfootlike.C: remove using decl at file scope and add std::
5333         where needed
5334         * insetmarginal.C: ditto
5335
5336         * insetfoot.C: some reformatting
5337
5338         * insetfloat.C (InsetButtonRelease): adjust the hit area
5339
5340         * insetert.C (SetFont): some reformatting
5341
5342         * insetcollapsable.C: some reformatting and constification
5343         (Clone): comment out.
5344         * insetcollapsable.h: some reformatting
5345         (Clone): comment out.
5346
5347         * inset.C: reindent
5348         (scroll): simplify
5349
5350 2001-03-30  Juergen Vigna  <jug@sad.it>
5351
5352         * insetcollapsable.h: changen *inset to be a InsetText inset.
5353
5354         * some files: changed to reflect the above change.
5355
5356 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
5357
5358         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
5359         InsetExternal::Params.
5360         Added operator==() and operator!=() for the Params struct.
5361
5362 2001-03-29  Juergen Vigna  <jug@sad.it>
5363
5364         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
5365         BufferView *.
5366
5367         * insetminipage.C: removed widthp_ and all it's functions and changed
5368         to use new %-lengths of LyXLength.
5369
5370 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
5371
5372         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
5373
5374 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
5375
5376         * insetgraphicsParams.C (operator!=): new function, needed by the
5377         ControlGraphics class.
5378
5379 2001-03-28  Juergen Vigna  <jug@sad.it>
5380
5381         * insettext.C (InsetButtonPress): only enter !inset if button == 2
5382         (checkAndActivateInset): don't use the values returned from
5383         call to bv->checkInsetHit.
5384
5385         * insetminipage.C (Clone): set special minipage values.
5386
5387         * insetcollapsable.C (draw): changed to draw the button in the
5388         upper left corner outside the textinset.
5389         (ascent): changed because of different drawing
5390         (descent): ditto
5391         (width): ditto
5392         (Edit): ditto
5393         (InsetButtonPress): ditto
5394         (InsetButtonRelease): ditto
5395         (InsetMotionNotify): ditto
5396
5397 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
5398
5399         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
5400         contain a suffix.
5401         (Clone): ditto
5402
5403 2001-03-26  Juergen Vigna  <jug@sad.it>
5404
5405         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
5406
5407         * insettext.C (ShowInsetDialog): implemented above function.
5408
5409         * insettabular.C (ShowInsetDialog): ditto
5410
5411         * insetminipage.C (ShowInsetDialog): ditto
5412
5413 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5414
5415         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
5416         InsetInclude::Params. Don't store a buffer * in Params. Store the
5417         master file name instead.
5418
5419 2001-03-23  Juergen Vigna  <jug@sad.it>
5420
5421         * insetcollapsable.C (InsetMotionNotify):
5422         (InsetButtonRelease):
5423         (InsetButtonPress): fixed y-offset (minipages).
5424
5425         * insettext.C (draw): force a FULL update if cleared == true.
5426
5427         * insetcollapsable.C (draw): Lars forgotten entry for changing this
5428         routine to draw the minipages on its position-flag.
5429         (InsetInInsetY): give back the right y position, because of minipage
5430         position-flag.
5431
5432 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
5433
5434         * insetfloat.h
5435         * insetfloat.C (DocBook): docbook export code.
5436
5437 2001-03-22  Juergen Vigna  <jug@sad.it>
5438
5439         * insetminipage.C (getMaxWidth): added function to set the drawing
5440         width!
5441         (Read): should work now!
5442
5443         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
5444         if we create a new inset.
5445
5446 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5447
5448         * figinset.C (fl_set_preemptive_callback): moved definition outside
5449         of namespace anon.
5450
5451 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5452
5453         * insetminipage.C (Read): prepare for reading of minipage arguments.
5454
5455 2001-03-18  Baruch Even  <baruch@lyx.org>
5456
5457         * insetgraphics.C: Minor cleanups of the comments and code.
5458
5459 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5460
5461         * insetminipage.C (InsetMinipage): default to not collapsed
5462
5463 2001-03-16  Juergen Vigna  <jug@sad.it>
5464
5465         * insetminipage.C (width): modified with to be a string
5466         (widthp): added widthp (for % width) support functions.
5467         (InsetButtonRelease): added to open the options dialog on button==3.
5468         (~InsetMinipage): added to hide the dialog.
5469
5470         * insetminipage.h: added hideDialog signal
5471
5472 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5473
5474         * insetminipage.h: change the order or Position to match
5475         LyXParagraph::MINIPAGE_ALIGNMENT
5476
5477         * several files: remvoe CXX_WORKING_NAMESPACES
5478
5479         * ExternalTemplate.h: noncopyable is in namespace boost
5480         * insetinclude.h: ditto
5481         * insetcommand.h: ditto
5482
5483 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5484
5485         * insettext.C (Edit): #else# -> #else.
5486         * insettoc.C: added using directive.
5487
5488 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5489
5490         * insetminipage.h: add pos, inner_pos, width and height. + getters
5491         and setters for all of them.
5492
5493 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
5494
5495         * insetinclude.C (Latex): Do not exit when the textclass of the
5496         included file differ from the textclass of the parent file.
5497
5498 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
5499
5500         * ExternalTemplate.C (read): the reading of external insets now checks
5501         for \end_inset and removes it form the input stream.
5502
5503 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
5504
5505         * ExternalTemplate.h:
5506         * ExternalTemplate.C:
5507         * insetexternal.h:
5508         * insetexternal.C: move form to GUII
5509
5510 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5511
5512         * insetinclude.h:
5513         * insetinclude.C: add InsetIncludeParams, use
5514         composition rather than derivation of InsetCommand
5515
5516 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5517
5518         * insettoc.C (Ascii): use the Buffer typedefs
5519
5520 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5521
5522         * insettoc.C (Ascii): implement for dynamic number of lists
5523
5524         * insetcaption.[Ch]: update from new_insets branch
5525         * insetfloat.[Ch]: ditto
5526
5527 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
5528
5529         * insetexternal.C:
5530         * figinset.C: use new File Dialog
5531
5532 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5533
5534         * insettext.C: changes becuase of ParagraphParameters.
5535
5536 2001-02-28  Baruch Even  <baruch@ev-en.org>
5537
5538         * insetgraphics.C (updateInset): Changed due to the change in
5539         GraphicsCache.
5540
5541 2001-02-26  Juergen Vigna  <jug@sad.it>
5542
5543         * insettext.C (SetFont): Set Undo only if we have selection (as it is
5544         handled in LyXText).
5545
5546 2001-02-23  Juergen Vigna  <jug@sad.it>
5547
5548         * insettext.C (draw): some small repainting fixes.
5549         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
5550
5551         * inset.C (LocalDispatch): changed action to be a kb_action (as it
5552         should be) and not an int.
5553
5554         * insettabular.C (LocalDispatch): ditto
5555
5556         * insettext.C (LocalDispatch): ditto
5557
5558         * insetcollapsable.C (LocalDispatch): ditto
5559
5560 2001-02-22  Juergen Vigna  <jug@sad.it>
5561
5562         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
5563         DISPATCH it and we don't have a locking_inset.
5564
5565 2001-02-21  Baruch Even  <baruch@ev-en.org>
5566
5567         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
5568         instead of GraphicsCacheItem *.
5569
5570 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5571
5572         * insetcollapsable.C (getLyXText): add const qualifier to second
5573         parameter.
5574
5575 2001-02-22  Juergen Vigna  <jug@sad.it>
5576
5577         * insettext.C (getLyXText): honor the recursive parameter.
5578         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
5579
5580         * inset.C (getLyXText): added bool recursive parameter.
5581
5582         * insettext.C (SetUpdateStatus): or the update codes.
5583         (draw): check need_update with &.
5584         (InsetButtonPress): set no_selection to not put a selection when
5585         entering an inset and it is redraws in another spot.
5586
5587         * insettext.h: made need_update an int.
5588
5589 2001-02-20  Baruch Even  <baruch@ev-en.org>
5590
5591         * insetgraphics.h:
5592         * insetgraphisc.C: Changed to use better semantics when loading images
5593         for inline view. Now it doesn't keep the pixmap itself but it's holder.
5594
5595 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5596
5597         * insetcommand.h:
5598         * inseterror.h:
5599         * insetgraphics.C: change name of "hide" signal to "hideDialog",
5600         consistent with InsetTabular.
5601
5602 2001-02-19  Juergen Vigna  <jug@sad.it>
5603
5604         * insettabular.C (LocalDispatch): implement PAGE up/down.
5605
5606         * insettext.C (draw): clear all of it on need_update==INIT too!
5607
5608         * insettabular.C (InsetUnlock): always clear the selection.
5609
5610         * inset.C (scroll): normally we only want to scroll the inset until
5611         it is fully visible so if top_x + offset > 20 then just set scx to 0.
5612
5613 2001-02-14  Juergen Vigna  <jug@sad.it>
5614
5615         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
5616         (resetPos): fixed scroll behaviour.
5617         (LocalDispatch): do an update if moving cursor inside a table cell
5618         requests a scroll of the tabular.
5619
5620 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5621
5622         * insettext.C (textWidth): constify local var
5623
5624         * insettabular.C: small cleanup.
5625
5626         * insetfoot.C (Latex): constify local var
5627
5628         * insetcollapsable.C: small cleanup.
5629
5630         * figinset.C (runqueue): use compare instead of strcmp
5631
5632 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5633
5634         * insettext.C:
5635         * insetinfo.C: remove cruft
5636
5637 2001-02-14  Juergen Vigna  <jug@sad.it>
5638
5639         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
5640
5641 2001-02-13  Juergen Vigna  <jug@sad.it>
5642
5643         * insettext.C (InsertInset): don't move left (is this right?)
5644
5645         * insettabular.C (LocalDispatch): use of the no_draw variable
5646
5647         * insettabular.h: new no_draw variable to stop redraw
5648
5649         * insettabular.C (TabularFeatures): fixed update for alignment change
5650
5651 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
5652
5653         * insetinclude.C:
5654         * insetbib.h:
5655         * insetbib.C: move dialogs to frontends/
5656
5657 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
5658
5659         * insettext.C (LocalDispatch): Restore the language if the inset
5660         becomes empty.
5661
5662 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
5663
5664         * insettext.C (moveRightIntern): Update the selection cursor.
5665         (moveLeftIntern): Ditto.
5666
5667 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5668
5669         * Makefile.am: remove BoundingBox.h
5670
5671         * BoundingBox.h: removed
5672
5673 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
5674
5675         * insettext.C (LocalDispatch): Update selection cursor when moving
5676         cursor to the right.
5677         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
5678         (moveLeftIntern): Ditto.
5679
5680 2001-02-05  Baruch Even  <baruch.even@writeme.com>
5681
5682         * insetgraphics.C: Updated automatic image conversion, it now goes into
5683         temporary directory instead of with the image itself.
5684
5685 2001-01-21  Baruch Even  <baruch@ev-en.org>
5686
5687         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
5688         to EPS or PNG when needed (support bitmap graphics).
5689
5690 2000-11-02  Baruch Even  <baruch@ev-en.org>
5691
5692         * insetgraphics.C:
5693         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
5694         and removal of commented out code.
5695
5696 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5697
5698         * insetbib.C (callback): Update citations if the key has changed.
5699
5700 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5701
5702         * insetbib.C (InsetBibKey): Better computation of default key.
5703         (getScreenLabel) Show both the key and the label.
5704         (getBibLabel): New method.
5705         (callback): Force a redraw if the inset have been changed.
5706
5707 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
5708
5709         * insetref.C (getType, getName): Move methods from
5710         src/frontends/xforms/FormRef.C.
5711
5712 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
5713
5714         * insettabular.C: Various improvements (use only one dummy position).
5715
5716 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
5717
5718         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
5719         par->bibkey->width. This fixes the crashes when running without
5720         gui or when having included documents.
5721
5722 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
5723
5724         * insetcommand.C (getAsString, setFromString): Cleanup.
5725
5726 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
5727
5728         * insetref.C: Add the array InsetRef::types that contains
5729         information about all supported reference types.
5730
5731 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5732
5733         * lyxinset.h: remove trailing comma in enum.
5734
5735 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
5736
5737         * insettext.C: kill LyXBell.