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