]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
59b388e01d8081a0473065bad508b333da3768d9
[lyx.git] / src / ChangeLog
1 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * DepTable.C: include ctime
4
5 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
6
7         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8
9 2002-05-14  Juergen Vigna  <jug@sad.it>
10
11         * text.C (breakParagraph): fixed function to honor the keepempty
12         layout in the right maner and also to permit the right breaking
13         algorithm on empty or non empyt keepempty paragraphs.
14
15         * paragraph.C (breakParagraph): we have to check also if the par
16         is really empty (!size()) for isempty otherwise we do the wrong
17         paragraph break.
18
19 2002-05-10  Juergen Vigna  <jug@sad.it>
20
21         * buffer.[Ch] : The following are only changes to the ert
22         compatibility read reading old LaTeX layout and font stuff and
23         convert it to ERTInsets.
24
25         * buffer.h: added isErtInset().
26
27         * buffer.C (struct ErtComp): add a fromlayout bool to check
28         if we're inside a LaTeX layout.
29         (isErtInset): new helper function.
30         (insertErtContents): look for other ert insets before this one
31         and insert the contents there, so that we don't have subsequent
32         ERT insets with nothing between them. This way we create only one
33         inset with multiple paragraphs. Also check if we don't insert only
34         spaces ' ' as they are ignored anyway afterwards in the .tex file
35         so if we have only spaces we will ignore this latex part in the
36         new file.
37         (parseSingleLyXformat2Token \\layout): better compatibility when
38         reading layout-latex stuff.
39         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
40         language tag.
41         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
42         stuff after reading the inset only get the information back from
43         the stack.
44
45 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
46
47         * buffer.C (makeLaTeXFile): Put language options after loading babel.
48
49         * LaTeXFeatures.C (getBabelOptions): New method.
50
51 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
52
53         * BufferView_pimpl.C (Dispatch): work around missing argument for
54         'layout'
55
56 2002-05-08  Juergen Vigna  <jug@sad.it>
57
58         * text.C (leftMargin): handle paragraph leftindent.
59
60         * paragraph.C (writeFile): write the new \\leftindent tag.
61         (validate): handle leftindent code.
62         (TeXEnvironment): handle paragraphleftindent code again.
63
64         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
65
66         * buffer.C (parseSingleLyXformat2Token): added compatibility code
67         for paragrap_extra indent code and new token \\leftindent.
68         (latexParagraphs): handle the leftindent as environment.
69
70         * ParameterStruct.h: added leftindent support.
71
72         * ParagraphParameters.C (leftIndent): added support functions for
73         the paragraph left indent.
74
75         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
76         more appropriate.
77
78 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
79
80         * paragraph.C (isRightToLeftPar): Return false for a paragraph
81         inside insetERT.
82
83         * text.C (computeBidiTables): No bidi in insetERT.
84
85         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
86         in RTL documents.
87
88 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
89
90         * version.C.in: pre 5
91
92 2002-05-02  José Matos  <jamatos@fep.up.pt>
93         * buffer.C (makeDocBookFile): white space changes, add newline to
94         command styles.
95         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
96
97         * tabular.C (docBook): fix typo.
98
99 2002-05-03  Juergen Vigna  <jug@sad.it>
100
101         * screen.C (drawFromTo): recalculate the rowpointer if we had a
102         change in LyXText as we can not be sure it was not freed.
103         (drawOneRow): remove unused code.
104
105         * text.C (drawInset): redo the calculation of the need_break_row as
106         it could have a row which was already freed.
107         (draw): look at the return value of drawInset and return false if
108         it also returned false.
109         (paintRowText): look at the return value of draw and return false if
110         it also returned false.
111
112         * lyxtext.h: added bool return type to drawInset() and draw() so that
113         if we have a change in the row so that the rowbreak has to be redone
114         we abort drawing as it will be called again.
115
116 2002-05-02  Juergen Vigna  <jug@sad.it>
117
118         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
119         a change in the maintext also if we're inside an inset.
120         (Dispatch): set the cursor again after a break line and after the
121         screen has been updated as it could be we're in a different row.
122
123         * text2.C (fixCursorAfterDelete): check to make sure we don't request
124         to set the cursor behind the pargraph with > size().
125         (setCursor): check also for the same paragraph when checking where
126         to put the cursor if we have a NFR inset.
127
128         * buffer.C (parseSingleLyXformat2Token): move the compatibility
129         parts of layout read further up as it still was in the wrong
130         position.
131
132 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
133
134         * screen.C (drawFromTo): change sine fullRebreak always return
135         true.
136
137         * buffer.C (parseSingleLyXformat2Token): reindent some
138
139         * BufferView_pimpl.C (update): change since fullRebreak always
140         return true.
141         (Dispatch): git rid of the last hardcoded "Standard"s.
142
143 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
144
145         * text2.[Ch] (fullRebreak): make it return void now that we always
146         returned true.
147
148 2002-04-30  Juergen Vigna  <jug@sad.it>
149
150         * buffer.C (parseSingleLyXformat2Token): reset the font before the
151         ert compatibility check for "latex" layout.
152
153 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
154
155         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
156         minipages: use col% instead of p%, and also use the current font.
157         (makeLaTeXFile): Fix use babel condition.
158         (parseSingleLyXformat2Token): Correct font when reading old floats.
159
160 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
161
162         * BufferView_pimpl.C (Dispatch): Check that float type exists when
163         inserting list of floats.
164
165 2002-04-25  Herbert Voss  <voss@lyx.org>
166
167         * MenuBackend.C (expand): don't add the graphics extensions to the
168         export menu
169
170 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
171
172         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
173         non-existing layout, do not complain if it was the default layout
174         of the original class (bug #342)
175
176 2002-04-24  Juergen Vigna  <jug@sad.it>
177
178         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
179         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
180
181 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
182
183         * buffer.C (getBibkeyList): If using \bibliography, return the
184         option field with the reference itself. Enables us to provide natbib
185         support when using \bibliography.
186
187 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
188
189         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
190
191         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
192         natbib is provided by the LaTeX class.
193
194 2002-04-23  Juergen Vigna  <jug@sad.it>
195
196         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
197         Wakeup functions.
198
199         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
200
201 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
202
203         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
204
205         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
206         ensuremath around textordmasculine, textordfeminine and
207         textdegree.
208
209 2002-04-19  Juergen Vigna  <jug@sad.it>
210
211         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
212         reinitializing the buffer otherwise row-dimensions may be wrong.
213         (update): reset also the selection cursors if they do exits otherwise
214         their x/y positions may be wrong.
215
216         * text2.C (cursorDown): don't enter the inset if we came from a row
217         above and are one row over the inset.
218
219         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
220         really leaving an inset.
221
222 2002-04-18  Juergen Vigna  <jug@sad.it>
223
224         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
225         of the selected paragraph does not have the selected layout also if
226         the last one had!
227
228         * text2.C (setLayout): fixed bug which did not change last selected
229         paragraph.
230
231         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
232         changed the read and substituted \\end_float with \\end_inset!
233
234         * BufferView_pimpl.C (cursorPrevious):
235         (cursorNext): fixed to make it work with rows heigher than the work
236         area without moving the cursor only the draw of the row.
237         (workAreaMotionNotify): fix jumping over high rows.
238
239 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
240
241         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
242         Ressler.
243
244 2002-04-16  Juergen Vigna  <jug@sad.it>
245
246         * text2.C (setCursor): set also the irow().
247         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
248         (cursorUp):
249         (cursorDown): support for locking an inset if the x_fix value goes
250         inside it. That way I can transverse insets too with cursor up/down.
251
252         * lyxrow.h: added irow helper function same as other (i) functions.
253
254         * BufferView_pimpl.C (cursorPrevious):
255         (cursorNext): fixed for insets!
256
257 2002-04-15  Juergen Vigna  <jug@sad.it>
258
259         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
260         position otherwise it is wrong in some cases.
261
262         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
263         inside the inset before the call.
264
265 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
266
267         * buffer.[Ch] (getBibkeyList): make it const.
268
269 2002-04-12  Juergen Vigna  <jug@sad.it>
270
271         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
272
273         * text2.C (getCursorX): new helper function
274         (setCursor): compute also ix_
275         (setCursorFromCoordinates): set also ix.
276
277         * lyxcursor.h: added ix_ and helper functions.
278
279         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
280
281         * buffer.C (insertStringAsLines): dont break paragraph if the this
282         paragraph is inside an inset which does not permit it!
283
284         * text.C (breakParagraph): honor keepempty flag and break the paragraph
285         also with no chars on this paragraph.
286         (paintRowText): only paint stuff if it's inside the workarea!
287
288         * paragraph.C (breakParagraph): honor keepempty flag and break the
289         paragraph always below not above.
290
291         * BufferView2.C (unlockInset): update the paragraph layout on inset
292         unlock as we changed paragraph in such a case.
293
294         * lyxfind.C (LyXFind): clear the former selection if not found!
295
296         * text2.C (insertInset): freeze Undo after setUndo so that it is not
297         again called in insertChar().
298
299         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
300         an inset which uses the whole row!
301         (rightMargin): ditto.
302         (insertChar): force a rebreak if we inserted an inset!
303
304 2002-03-28  Herbert Voss  <voss@lyx.org>
305
306         * lyxlength.[Ch]: add inBP() to get the right PS-point
307         units (BigPoint). With inPixels we have rounding errors
308
309 2002-04-11  Juergen Vigna  <jug@sad.it>
310
311         * text2.C (setCursorFromCoordinates): set iy to the right value.
312         (setCursor): add check if row->previous exists!
313
314         * buffer.C (parseSingleLyXformat2Token): reset font after read of
315         an old float_type as this was the case in the old code!
316
317         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
318
319         * BufferView2.C (showLockedInsetCursor): use iy
320         (fitLockedInsetCursor): ditto
321
322         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
323         locked insets as there we have the right value now.
324
325         * lyxcursor.C: added iy_ variable and iy functions to set to the
326         baseline of cursor-y of the locked inset.
327
328         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
329         (setCursor): fixed for insets which need a full row.
330
331         * text.C (rowLastPrintable): don't ignore the last space when before
332         an inset which needs a full row.
333         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
334         as last character of a row when before a inset which needs a full row.
335
336 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
337
338         * version.C.in: update date
339
340         * text2.C (fullRebreak): try to always return true and see what
341         happens...
342
343 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
344
345         * MenuBackend.C (expand): use Floating::listName
346
347         * FloatList.C (FloatList): add listName argument to the built-in
348         floats
349
350         * Floating.[Ch]: add listName member, which is the 'List of XXX'
351         text associated with the float.
352
353 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
354
355         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
356
357 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
358
359         * ShareContainer.h: add a couple of missing typenames.
360
361 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
362
363         * lyxrc.C (getDescription): use _() correctly rather than N_().
364
365 2002-03-28  Herbert Voss  <voss@lyx.org>
366
367         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
368         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
369
370 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
371
372         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
373         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
374
375 2002-03-29  Juergen Vigna  <jug@sad.it>
376
377         * lyxfunc.C (dispatch): add a missing fitCursor call.
378
379         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
380         it was scrolled by a cursor move, so return the bool status.
381
382         * BufferView.C (fitCursor): return the bool flag also to the outside
383         world as this is needed.
384
385         * screen.C (toggleToggle): don't subtract the offset if it's positive.
386
387         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
388         call the edit() as it is not needed (and wrong) IMO.
389         (workAreaButtonPress): set the screen_first variable before evt.
390         unlock the inset as this may change screen_first and then we have
391         a wrong y position for the click!
392
393 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
394
395         * MenuBackend.C (expand): another translation that I missed
396
397 2002-03-28  Juergen Vigna  <jug@sad.it>
398
399         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
400
401         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
402
403 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
404
405         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
406
407         * MenuBackend.C (expand): fix export/view/update when there is no
408         document open.
409
410 2002-03-27  Herbert Voss  <voss@lyx.org>
411
412         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
413         and text%
414
415 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
416
417         * bufferview_funcs.C (currentState): only show paragraph number
418         for is DEVEL_VERSION is set.
419
420         * lyxfunc.C (dispatch): put warning in INFO channel
421
422         * MenuBackend.C (expand): translate the name of floats
423
424         * FloatList.C (FloatList): mark the float names for translation
425
426         * converter.C (convert): use LibScriptSearch
427
428 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
429
430         * MenuBackend.C (defaults): fix default menu (we might as well get
431         rid of it...)
432
433 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
434
435         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
436         directory.
437
438 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
439
440         * lyxvc.C: reorder includes.
441
442 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
443
444         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
445           properly
446
447 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
448
449         * CutAndPaste.C: change layouts earlier on paste
450           to avoid crashing when calling getFont()
451
452 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
453
454         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
455         irritating #error.
456
457 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
458
459         * WorkArea.C: remove 'Pending' debug message.
460
461         * most files: ws cleanup
462
463         * buffer.[Ch]: ws changes
464
465         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
466
467 2002-03-21  Juergen Vigna  <jug@sad.it>
468
469         * tabular.C (SetMultiColumn): collapse also the contents of the
470         cells and set the last border right. Added a Buffer const * param.
471
472 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
473
474         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
475         linking or not.
476
477 2002-03-19  Juergen Vigna  <jug@sad.it>
478
479         * text2.C (clearSelection): reset also xsel_cache.
480
481         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
482         where it needs to be called (John tells us to do so too :)
483         (selectionLost): reset sel_cache.
484
485         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
486
487 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
488
489         * text2.C (setCursorIntern): put debuging code in INSETS channel
490
491 2002-03-19  André Pönitz <poenitz@gmx.net>
492
493         * lyxfunc.C: tiny whitespace change
494
495 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
496
497         * ToolbarDefaults.C (init):
498         * LyXAction.C (init):
499         * commandtags.h:
500         * BufferView_pimpl.C (Dispatch):
501         * lyxfunc.C (dispatch): remove LFUN_DEPTH
502
503 2002-03-19  Allan Rae  <rae@lyx.org>
504
505         * exporter.C (Export): removeAutoInsets before doing anything else.
506         While I've just introduced a dependency on BufferView this really is
507         the best place to clean the buffer otherwise you need to cleanup in
508         a dozen places before calling export or cleanup in a dozen functions
509         that export calls.
510
511         * converter.C (runLaTeX):
512         (scanLog): Better handling of removeAutoInsets and screen updates.
513
514         * lyxfunc.C (dispatch): small whitespace changes
515
516 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
517
518         * WorkArea.C (C_WorkAreaEvent): return a value.
519         (event_cb): return 1 if we handled the event, 0 otherwise.
520
521         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
522
523 2002-03-18  Juergen Vigna  <jug@sad.it>
524
525         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
526         (GetAdditionalWidth): ditto.
527         (RightLine): ditto.
528         (LeftLine): ditto.
529
530         * BufferView2.C (copy): use getLyXText() so that we do it inside an
531         inset if we're there actually (probably not used right now but this
532         is the direction to go for unifying code).
533         (paste): disable code to clear the selection.
534
535         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
536         inside an InsetText and move the check further up as it is in the
537         wrong place.
538
539         * text2.C (pasteSelection): set a selection over the pasted text.
540
541 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
542
543         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
544         and libgraphics to build on Cygwin.
545
546 2002-03-15  Juergen Vigna  <jug@sad.it>
547
548         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
549         inserting an Inset into the paragraph. I know this is not the best
550         fix but we already use current_view in CutAndPaste so we will remove
551         all of it's using at the same time.
552
553         * buffer.C (sgmlError): deactivated function till it is rewritten in
554         the right mode, now it can create problems.
555
556         * paragraph.C (isLineSeparator): check if getInset returns != 0,
557         before accessing it.
558
559 2002-03-14  Juergen Vigna  <jug@sad.it>
560
561         * undo_funcs.C (textHandleUndo): do the right thing when updating
562         the inset after the undo/redo.
563
564         * text2.C (setCursor): just some testcode for #44 not ready yet.
565
566         * undo_funcs.C (textHandleUndo): set the next() and previous()
567         pointers of the paragraph to 0 before deleting otherwise we have
568         problems with the Paragraph::[destructor].
569
570         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
571         on a paragraph insertion.
572
573 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
574
575         * buffer.C (asciiParagraph): use += operator for char append to
576         string.
577
578         * paragraph.C (getFontSettings): compare >= not just >
579         (highestFontInRange): ditto
580         (setFont): ditto
581
582 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
583
584         * paragraph.C: change several algorithm to be more appripriate for
585         the problem domain. This is lookip in FontList and in the InsetList.
586
587 2002-03-13  André Pönitz <poenitz@gmx.net>
588
589         * commandtags.h:
590         * LyXAction.C: remove unused LFUN_MATH_MACROARG
591
592 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
593
594         * commandtags.h:
595         * LyXAction.C:
596         * lyxfunc.C:
597         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
598
599 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
600
601         * Painter.C (display): anon helper function, adjust code for this
602         change.
603         (pixmap): remove function.
604
605         * Painter.h: remove private display variable.
606
607         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
608
609 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
610
611         * WorkArea.[Ch]: remove figinset_canvas cruft.
612
613 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
614
615         * lyxtextclass.C (operator): add one item cache optimization.
616
617         * bufferlist.h: doxy changes
618
619         * bufferlist.C: ws changes
620
621         * DepTable.[Ch] (ext_exist): place const in the right spot.
622
623         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
624         call resizeInsets.
625         (workAreaExpose): call resizeInsets when the with BufferView changes.
626         (Dispatch): adjust for protectedBlank removal
627         (specialChar): call updateInset if the insert went ok.
628
629         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
630         specialChar instead.
631
632         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
633
634         * BufferView.h: doxy change
635
636         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
637
638         * lyxtextclass.C (operator[]): remove non-const version
639         (defaultLayout): remove non-const version
640
641 2002-03-12  Juergen Vigna  <jug@sad.it>
642
643         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
644         did resize the LyXText too.
645
646         * buffer.C (readLyXformat2): set layout information on newly allocated
647         paragraphs.
648
649         * tabular.C (OldFormatRead): set layout information on the paragraph.
650
651 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
652
653         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
654
655 2002-03-11  Juergen Vigna  <jug@sad.it>
656
657         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
658         plainly wrong.
659         (resizeCurrentBuffer): force also the insets to resize themselfes.
660         (moveCursorUpdate): fixed up for InsetText.
661
662 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
663
664         * commandtags.h:
665         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
666         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
667         value of Dialogs::tooltipsEnabled().
668         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
669
670 2002-03-08  Juergen Vigna  <jug@sad.it>
671
672         * BufferView_pimpl.C (updateInset): update inset inside inset also
673         if it isn't inside theLockingInset().
674
675 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
676
677         * buffer.C (asciiParagraph): redo some of the word and line length
678         handling.
679         (getLists): look for Caption instead of caption.
680
681 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
682
683         * buffer.C (Buffer): initialize niceFile to true
684         (makeLaTeXFile):
685         (makeLinuxDocFile):
686         (makeDocBookFile): make sure niceFile is true on exit
687
688 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
689
690         * buffer.C (makeLaTeXFile): escape ~ in \input@path
691
692 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
693
694         * LyXSendto.C: remove.
695         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
696         * lyx_gui.C: remove now-redundant comment.
697         * ColorHandler.h: remove forward declaration of class WorkArea.
698         * lyxfunc.C: remove #include "WorkArea.h".
699
700 2002-03-07  Juergen Vigna  <jug@sad.it>
701
702         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
703         got moved away with the DEPM and also set the inset_owner always
704         right which before could have been omitted.
705
706 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
707
708         * buffer.C (parseSingleLyXformat2Token): use default layout is the
709         wanted layout is not found.
710
711 2002-03-07  Juergen Vigna  <jug@sad.it>
712
713         * CutAndPaste.C (cutSelection): another layout settings forgotten.
714
715 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
716
717         * paragraph.C (breakParagraph): use default layout not layout of
718         prev paragraph.
719         (Paragraph): clear ParagraphParameters.
720
721 2002-03-06  Juergen Vigna  <jug@sad.it>
722
723         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
724         otherwise it would not be a valid lenght. Fixed a special case in
725         the minipage compatibility read where we end the document with a
726         minipage.
727
728         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
729         was set as it could be 0 for InsetTexts first entry.
730
731 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
732
733         * paragraph.C (writeFile): if layout is empty write out
734         defaultLayoutName().
735
736         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
737         file without named layout we set layout to defaultLayoutName().
738
739 2002-03-06  Juergen Vigna  <jug@sad.it>
740
741         * CutAndPaste.C (copySelection): set layout for new paragraph.
742
743         * text.C (prepareToPrint): leave ERT inset left aligned
744         (leftMargin): don't indent paragraphs inside ERT insets
745
746 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
747
748         * paragraph.C (breakParagraph): dont call clear do the work manually
749
750         * paragraph.[Ch] (clear): remove function
751
752 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
753
754         * paragraph.C (Paragraph): dont call clear, the work has already
755         been done.
756
757         * lyxtextclass.C (operator): assert if n is empty
758
759         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
760         work manually instead.
761
762 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
763
764         * BufferView_pimpl.C: protect selectionLost against text == 0
765
766 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
767
768         * text.C (breakParagraph): fix a setting layout to '0' problem.
769
770 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
771
772         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
773         final location of file, for the included files, and graphics.
774
775 2002-03-05  Juergen Vigna  <jug@sad.it>
776
777         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
778
779 2002-03-04  Juergen Vigna  <jug@sad.it>
780
781         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
782
783         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
784         last column of multicolumn cells.
785         (SetWidthOfMulticolCell): recalculate NMC and real columns.
786
787 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
788
789         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
790         file if it doesn't go to a temporary file.
791
792         * buffer.C (sgmlOpenTag):
793         (sgmlCloseTag):  remove extra newline insertion.
794
795 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
796
797         * text.C (getRowNearY): comment out debug msg
798
799 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
800
801         * text2.C: first -> first_y
802
803         * text.C (getRowNearY): add some attemts at a possible
804         optimization, not working.
805
806         * tabular.[Ch]: add BufferParams to several function so that newly
807         created paragraph can be initialized to he default layotu for the
808         buffers textclass.
809
810         * tabular-old.C (ReadOld): add buf->params to call of Init
811
812         * screen.C: rename text->first to text->first_y
813
814         * paragraph.C (breakParagraph): always set layout in the broken
815         paragraph
816
817         * lyxtextclass.C (Read): remove lowercase
818         (hasLayout): ditto
819         (operator): ditto
820         (delete_layout): ditto
821
822         * lyxtext.h: rename first -> first_y
823
824         * lyxlayout.C (Read): remove lowercase
825         (name): ditto
826         (setName): ditto
827         (obsoleted_by): ditto
828
829         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
830
831         * buffer.C (insertErtContents): add params are to InsetERT
832         (parseSingleLyXformat2Token): add code to check if a paragraphs
833         layout really exist.
834         (parseSingleLyXformat2Token): add params to several inset
835         constructors
836         (asciiParagraph): remove lowercase, do the layout comparisons with
837         no_case
838
839         * BufferView_pimpl.C (cursorNext): first -> first_y
840         (resizeCurrentBuffer): first -> first_y
841         (updateScrollbar): first -> first_y
842         (scrollCB): first -> first_y
843         (workAreaMotionNotify): first -> first_y
844         (workAreaButtonPress): first -> first_y
845         (checkInsetHit): first -> first_y
846         (cursorPrevious): first -> first_y
847         (cursorNext): first -> first_y
848         (Dispatch): add buffer_->params to severl inset contructors
849
850 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
851
852         * lyxlayout.C (Read): remove some debug info that I forgot.
853
854         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
855         clean up the code slightly.
856         (makeLinuxDocFile): ditto
857         (makeDocBookFile): ditto
858
859         * text2.C: layout as string
860
861         * text.C: layout as string
862
863         * paragraph_pimpl.C: layout as string
864
865         * paragraph.[Ch]: layout as string
866
867         * lyxtextclasslist.[Ch]: layout as string
868
869         * lyxtextclass.[Ch]: layout as string
870
871         * lyxtext.h: layout as string
872
873         * lyxlayout.[Ch]: layout as string
874
875         * lyx_cb.C: layout as string
876
877         * bufferview_funcs.C: layout as string
878
879         * bufferparams.C: layout as string
880
881         * buffer.C: layout as string
882
883         * LyXView.[Ch]: layout as string
884
885         * LaTeXFeatures.[Ch]: layout as string
886
887         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
888
889         * BufferView_pimpl.C: change current_layout to string, remove
890         lyx::layout_type.
891         (Dispatch):
892         (smartQuote):
893         (insertInset):
894         (workAreaButtonRelease): layout as string
895
896         * BufferView2.C (unlockInset): adjust
897
898         * vspace.C (asLatexCommand): use an explict temp variable.
899
900 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
901
902         * Makefile.am: use FRONTEND_*
903
904 2002-03-01  Juergen Vigna  <jug@sad.it>
905
906         * tabular.C (SetWidthOfMulticolCell): changed to something better
907         I hope but still work in progress.
908         (recalculateMulticolumnsOfColumn): renamed function from
909         recalculateMulticolCells as it is more appropriate now.
910         (SetWidthOfCell): calculate multicols better.
911
912 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
913
914         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
915
916         * lyxfunc.C (processKeySym): print sequence also if it is
917         `deleted' (complete)
918
919         * kbsequence.C (print): print sequence even if it is deleted
920         (complete would be a better word, actually).
921
922         * lyxfunc.C (dispatch): print complete options after a prefix key
923
924         * vspace.C (asLatexCommand): rewrite in a slightly different form.
925
926 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
927
928         * text2.C (setCharFont): eliminate setCharFont code duplication.
929
930 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
931
932         * BufferView_pimpl.C (Dispatch): remove bogus handling of
933         LFUN_TABULAR_FEATURE (bug #177)
934
935 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
936
937         * Makefile.am: remove figure.h
938
939 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
940
941         * Bufferview_pimpl.C:
942         * CutAndPasteC:
943         * LaTeX.C:
944         * LyXSendto.C:
945         * buffer.C:
946         * bufferlist.C:
947         * converter.C:
948         * language.C:
949         * lyxfunc.C:
950         * lyxvc.C:
951         * paragraph.C:
952         * text.C:
953         * text2.C: remove #include "lyx_gui_misc.h".
954
955         * LaTeX.C: added #include <cstdio>
956
957 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
958
959         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
960         that the paragraph following this one can have.
961
962         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
963
964         * vspace.C (asLatexCommand): fix bogus gcc warning
965
966         * Makefile.am (lyx_SOURCES): remove vms_defines.h
967
968 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
969
970         * text2.C (setLayout): get rid of redundant code
971
972 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
973
974         * text2.C (incDepth): make sure depth cannot be increased beyond
975         reasonable values.
976
977 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
978
979         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
980         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
981
982         * PainterBase.h (image):
983         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
984         a LyXImage const *.
985
986 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
987
988         * BufferView.C:
989         * BufferView.h:
990         * BufferView_pimpl.C:
991         * BufferView_pimpl.h:
992         * LaTeXFeatures.C:
993         * LyXAction.C:
994         * LyXView.C:
995         * Makefile.am:
996         * UpdateList.h:
997         * UpdateList.C:
998         * buffer.C:
999         * figure.h:
1000         * figureForm.C:
1001         * figureForm.h:
1002         * figure_form.C:
1003         * figure_form.h:
1004         * lyx_cb.C:
1005         * lyx_gui.C:
1006         * lyx_gui_misc.C:
1007         * lyxfunc.C:
1008         * sp_base.h:
1009         * sp_ispell.h:
1010         * sp_pspell.h:
1011         * sp_spell.C: remove fig inset, and the crap house of
1012           cards that follows it
1013
1014 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1015
1016         * Makefile.am:
1017         * lyxserver.C:
1018         * os2_defines.h:
1019         * os2_errortable.h:
1020         * nt_defines.h: move .h into support/
1021
1022         * vms_defines.h: remove
1023
1024         * WorkArea.C: add space in debug output
1025
1026         * text2.C:
1027         * paragraph.C:
1028         * buffer.C: add WITH_WARNINGS
1029
1030         * vc-backend.h:
1031         * vc-backend.C:
1032         * bufferlist.C: s/retrive/retrieve/, add docs
1033
1034         * vspace.h:
1035         * vspace.C:
1036         * kbmap.h:
1037         * lyxlength.h:
1038         * lyxgluelength.h:
1039         * length_common.h:
1040         * chset.h:
1041         * chset.C: add docs
1042
1043         * lyxgui.C: add ID to X error handler
1044
1045         * lyxtestclass.c: fix typo
1046
1047 2002-02-26  Juergen Vigna  <jug@sad.it>
1048
1049         * tabular_funcs.C (write_attribute): changed so that some default
1050         attributes are not written at all.
1051         (getTokenValue): set default values before trying to read the
1052         value so we have the return value always set as default if we don't
1053         find the token we search for.
1054
1055         * tabular.C (Write): write bools as bools not as strings!
1056
1057 2002-02-22  Juergen Vigna  <jug@sad.it>
1058
1059         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
1060         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
1061
1062         * text.C (leftMargin): don't add an indent for paragraphs inside
1063         tabular cells (fix #208).
1064
1065 2002-02-21  José Matos  <jamatos@fep.up.pt>
1066
1067         * tabular.C (docBook): fixed support for long tables.
1068
1069 2002-02-20  Juergen Vigna  <jug@sad.it>
1070
1071         * text2.C (getFont): get the drawing font of the Inset if this
1072         paragraph is inside an inset (only important for InsetERT for now).
1073
1074         * buffer.C (insertErtContents): use new lanugage params in ERT
1075         constructor.
1076
1077         * CutAndPaste.C: commenting out seemingly uneeded code.
1078
1079 2002-02-19  Allan Rae  <rae@lyx.org>
1080
1081         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
1082         Iterators might be simple to use but they also get invalidated.
1083         (removeAutoInsets): renamed saved cursor tracking variables and added
1084         some comments to clarify what everything does.
1085
1086 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1087
1088         * Chktex.C:
1089         * LaTeX.C:
1090         * LyXSendto.C:
1091         * converter.C:
1092         * lyx_cb.C:
1093         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
1094         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1095
1096         * lyxfunc.C:
1097         * vc-backend.h: remove #include "support/syscall.h"
1098
1099         * LaTeX.C:
1100         * LyXSendto.C:
1101         * converter.C: rearrange #includes in Lars' approved fashion.
1102
1103         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
1104         forward declare class Timeout in the header file.
1105
1106         * XFormsView.C: changes due to the above.
1107
1108         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
1109         similar to LyXView.
1110
1111         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
1112         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
1113
1114 2002-02-18  José Matos  <jamatos@fep.up.pt>
1115
1116         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
1117         insets contents.
1118
1119 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1120
1121         * a lot of small ws changes
1122         * add a lot of using std::XXX
1123         * use std construcs some places where approp.
1124         * use some exisint stuff from lyxfunctional where approp.
1125         * Make file changes to use partial linking (lets test this now...)
1126
1127 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1128
1129         * Chktex.C:
1130         * buffer.C:
1131         remove #include "support/syscontr.h" as it's redundant. Always has been.
1132
1133         * Chktex.C:
1134         * LaTeX.C:
1135         * LyXSendto.C:
1136         * converter.C:
1137         * lyx_cb.C:
1138         * vc-backend.C:
1139         change Systemcalls::System to Systemcalls::Wait and
1140         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
1141         No change of functionality, just reflects the stripped down Systemcalls
1142         class.
1143
1144 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1145
1146         * debug.[Ch]: add a GRAPHICS type to the enum.
1147
1148 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1149
1150         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
1151
1152         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
1153         there is an inset.
1154
1155 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1156
1157         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
1158         match the changes below.
1159
1160         * text2.C (toggleInset): if there is not editable inset at cursor
1161         position, try to see if cursor is _inside_ a collapsable inset
1162         and close it.
1163
1164 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1165
1166         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
1167         document menu has a nice checkbox
1168
1169 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1170
1171         * lyxlength.C (asLatexString): change PW to output as percent of
1172         \textwidth.
1173
1174         * lengthcommon.C: change '%' to 't%'
1175
1176         * lyxfunc.C (dispatch): a few comments from Martin
1177
1178 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1179
1180         * WorkArea.h:
1181         * WorkArea.C:
1182         * BufferView_pimpl.h:
1183         * BufferView_pimpl.C: clear our selection when X tells us we've lost
1184           the X selection.
1185
1186 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1187
1188         * vspace.C (inPixels): fix compiler warning
1189
1190 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1191
1192         * lyxfunc.C (getStatus): fix status message for disabled commands.
1193
1194 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
1195
1196         * BufferView_pimpl.C: fix crash on close buffer
1197         during selection (#227)
1198
1199 2002-01-27  Herbert Voss  <voss@lyx.org>
1200
1201         * buffer.C: link old Figure to new graphic inset
1202
1203 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1204
1205         * FontLoader.C (getFontinfo): Change the latex font names in order
1206         to match the names of type1inst.
1207
1208 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1209
1210         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
1211
1212         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
1213         (extchanged): ditto
1214         (ext_exist): ditto
1215         (remove_files_with_extension): ditto
1216         (remove_file): ditto
1217         (write): ditto
1218
1219         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
1220         document is smaller than the work area height. Do not initialize
1221         static variables to 0.
1222
1223 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1224
1225         * lyx_gui.C (init): give the toolbar tooltips a normal font.
1226
1227         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
1228         LFUN_LAYOUT_PARAGRAPHS.
1229
1230         * tabular.C (GetCellFromInset): new method. Finds an inset in a
1231         tabular. It is possible to provide a possible cell, which will
1232         typically be the actcell from the corresponding insettabular
1233
1234         * lyxfunc.C (getStatus): small cleanup; disable
1235         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
1236         true
1237
1238 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1239
1240         * tabular.C (Validate): remove broken optimization (fixes bug #201)
1241
1242         * paragraph.C (startTeXParParams):
1243         (endTeXParParams): new methods. The LaTeX code to
1244         start/end paragraph formatting
1245         (simpleTeXOnePar): call startTeXParParams also when paragraph is
1246         empty (fixes bug #200)
1247
1248         * vspace.C (inPixels): adapt to the change below
1249         (inPixels): [later] more cleanups (remove unused variables)
1250
1251         * lyxlength.C (inPixels): change to use a width and a height as
1252         parameter.
1253
1254 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1255
1256         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
1257         Replaced with \paperwidth
1258
1259         * DepTable.C (insert): add std:: qualifier
1260
1261 2002-01-18  Allan Rae  <rae@lyx.org>
1262
1263         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
1264         updated also?
1265
1266         * text.C (drawInset): Turned out I didn't know enough about how
1267         rebreaking worked.  This fixes most of the redraw problems.  I see
1268         an occasional cursor trail when a line is broken now and the cursor
1269         placement can seem out by a few pixels also after a rebreak.
1270
1271 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1272
1273         * buffer.C (parseSingleLyXformat2Token): update because minipage
1274         width is now a LyXLength
1275
1276         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
1277
1278         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
1279         math insets
1280
1281 2002-01-17  Juergen Vigna  <jug@sad.it>
1282
1283         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
1284
1285         * BufferView2.C (lockInset): call edit() so that theLockingInset()
1286         is set correctly and the inset is updated correctly.
1287
1288 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1289
1290         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
1291         the beginning of the loop.
1292
1293 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1294
1295         * lyxrc.C: improve help for use_scalable_fonts
1296
1297 2002-01-17  Allan Rae  <rae@lyx.org>
1298
1299         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
1300
1301 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1302
1303         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
1304         make sure to set their inset_owner to the right value (bug #171)
1305
1306 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1307
1308         * DepTable.h
1309         * DepTable.C: Implement mtime checking to reduce time spent doing
1310         CRCs.
1311
1312 2002-01-16  Juergen Vigna  <jug@sad.it>
1313
1314         * tabular.C (GetAdditionalHeight): one of error fixed.
1315
1316         * lyxrc.C (output): small fix in writing use_pspell.
1317
1318 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1319
1320         * sp_base.h: #include LString.h
1321
1322 2002-01-16  Allan Rae  <rae@lyx.org>
1323
1324         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
1325         Can someone check this please?
1326
1327         * text.C (drawInset): It was possible that p.row would be removed by
1328         breakAgainOneRow upsetting a few other settings.  There may be another
1329         small tweak possible by setting need_break_row = 0 when p.row has been
1330         removed but I don't know enough about the logic here.
1331
1332 2002-01-15  Allan Rae  <rae@lyx.org>
1333
1334         * text.C (insertChar): removed conditional truism.
1335
1336         * BufferView2.C (removeAutoInsets): More tweaks.
1337         cur_par_prev could be a stray pointer.  Check for trailing empty line
1338         in case last line was cur_par and only had an error inset on it.
1339
1340 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1341
1342         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
1343         absolute
1344
1345         * vc-backend.C (most methods):
1346         * exporter.C (Export):
1347         * converter.C (convert):
1348         (runLaTeX):
1349         * LyXSendto.C (SendtoApplyCB):
1350         * lyxfunc.C (dispatch):
1351         (menuNew):
1352         (open):
1353         (doImport):
1354         * lyx_cb.C (AutoSave):
1355         (InsertAsciiFile):
1356         * BufferView_pimpl.C (MenuInsertLyXFile):
1357         * buffer.C (runChktex): use Buffer::filePath().
1358
1359         * buffer.h: rename filename to filename_; rename filepath to
1360         filepath_ and make it private
1361         (filePath): new method
1362
1363         * buffer.C (writeFile): use fileName()
1364         (getLatexName):
1365
1366         * lyx_main.C (init): fix starting  of LyX when the binary is a
1367         link from so,ewhere else.
1368
1369         * minibuffer.C: include <cctype> for isprint
1370
1371 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1372
1373         * buffer.C (parseSingleLyXformat2Token): changes associated with the
1374         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
1375         name clash with InsetCollapsable's width function.
1376
1377 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1378
1379         * lastfiles.C: include <iterator>
1380
1381 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1382
1383         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
1384         std::count.
1385
1386         * buffer.C (makeLaTeXFile): ditto.
1387         Also make loop operation more transparent.
1388
1389 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1390
1391         * ToolbarDefaults.C: remove trailing comma closing namespace.
1392
1393         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
1394
1395         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
1396         as in WorkArea.
1397
1398         * trans.C (Load): comment out unused variable, allowed.
1399
1400 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1401
1402         * minibuffer.[Ch] (append_char): new method to recieve input from the
1403         drop-down completion browser. If a key was pressed, then recieve this
1404         char and append it to the existing string.
1405         (peek_event): modify the positioning data passed to the completion
1406         browser so that it can be placed above the minibuffer rather than below.
1407 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1408
1409         * LyXAction.C (init): alloe error-next for readonly documents.
1410
1411         * BufferView2.C (ChangeRefsIfUnique): use standard version of
1412         count.
1413
1414 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1415
1416         * bufferlist.C (readFile): create the buffer _after_ checking that
1417         the file exists.
1418
1419         * lyxfunc.C (verboseDispatch): fix handling of arguments
1420
1421         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
1422
1423         * lyxrc.C: use string::erase() instead of initializing to "".
1424
1425
1426 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
1427
1428         * BufferView_pimpl.h:
1429         * BufferView_pimpl.C:
1430         * WorkArea.h:
1431         * WorkArea.C:
1432         * text2.C: tell X when we have made a selection for copying
1433
1434 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1435
1436         * BufferView_pimpl.C (MenuInsertLyXFile):
1437         * lyxfunc.C (menuNew):
1438         (open):
1439         (doImport): add shortcuts to directory buttons
1440
1441         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
1442         open a float)
1443
1444         * lyxfunc.C (setStatusMessage):
1445         (getStatusMessage): new methods
1446         (getStatus):use setStatusMessage instead of setErrorMessage
1447         (dispatch): when function is disabled, set error message here
1448         [instead of in getStatus previously]
1449
1450         * BufferView_pimpl.C (workAreaButtonRelease): update
1451         toolbar/menubar here too.
1452
1453 2002-01-13  Allan Rae  <rae@lyx.org>
1454
1455         * BufferView2.C (removeAutoInsets): finished off earlier fix.
1456         Now seems indestructible.  Remaining task is to audit all other
1457         code affected by deleteEmptyParagraphMechanism.  One small quirk
1458         left is that an empty document with an error in the preamble can
1459         be made to report an error but no error box appears.  I don't know
1460         where it goes.
1461         (removeAutoInsets): Improved comments.
1462
1463 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
1464
1465         * Thesaurus.h:
1466         * Thesaurus.C: update for Aiksaurus 0.14
1467
1468 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1469
1470         * text2.C (firstParagraph): removed member function, all uses
1471         replaces with ownerParagraph
1472         (redoParagraphs): here
1473         (updateInset): here
1474         (toggleAppendix): here
1475         * BufferView2.C (insertErrors): here
1476         (setCursorFromRow): here
1477
1478 2002-01-13  Allan Rae  <rae@lyx.org>
1479
1480         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
1481         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
1482         There is still a way to segfault this although you may have to do this
1483         multiple times: Have an InsetERT with an unknown command in it.
1484         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
1485         <down-arrow>, <Enter> again, View->DVI, BANG!
1486
1487         * text2.C (setCursor):
1488         (deleteEmptyParagraphMechanism):
1489         * lyxtext.h (setCursor):
1490         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
1491         Making use of the return value may help fix other bugs.
1492
1493 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1494
1495         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
1496
1497         * LyXView.C (updateMenubar): call MenuBar::update here
1498         (updateToolbar): but not here
1499         (showState): do not update toolbar/menubar
1500
1501         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
1502         should need to care about that.
1503
1504         * lyxfunc.C (verboseDispatch): simplify a bit
1505         (getStatus): have a version which takes a pseudoaction, and
1506         another which requires a (kb_action,string).
1507
1508         * LyXAction.C (retrieveActionArg): make it work also when action
1509         is not a pseudo-action.
1510         (getActionName): simplify a bit
1511         (helpText):
1512
1513 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1514
1515         * lyxfunc.C (verboseDispatch): new families of methods with
1516         several ways to specify a command and a bool to indicate whether
1517         the command name and shortcut should be displayed in minibuffer
1518         (eventually, we could extend that to a finer bitmask like
1519         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
1520         (dispatch): the pristine dispatch command which just, well,
1521         dispatchs! Note it still sets its result to minibuffer; I'm not
1522         sure we want that.
1523
1524         * lyxfunc.h: remove setHintMessage
1525
1526         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
1527
1528 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1529
1530         * BufferView_pimpl.C (specialChar): delete new inset if we have
1531         not been able to insert it.
1532
1533         * kbmap.C: revert to using int instead of kb_action, since all we
1534         are dealing with is pseudo-actions.
1535
1536         * LyXAction.C (searchActionArg): change to return int instead of
1537         kb_action, since the result is a pseudoaction.
1538
1539 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
1540
1541         * buffer.C (insertErtContents): Fix (partially) the font bug.
1542
1543 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1544
1545         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
1546         as the other one is broken on my machine!
1547
1548 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
1549
1550         * commandtags.h:
1551         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
1552
1553 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
1554
1555         * lyxrc.[Ch]: change names and descriptions of popup font variables to
1556         reflect their actual use. Provide compatibility code for older lyxrc
1557         files.
1558
1559         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
1560         FL_NORMAL_STYLE.
1561         change names of popup font variables in line with the changes to lyxrc.C
1562
1563 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1564
1565         * buffer.C (asciiParagraph): avoid outputing a word twice after
1566         an inset.
1567
1568         * lyxrc.C (getDescription): document that document_path and
1569         template_path can be empty.
1570
1571 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1572
1573         * LaTeXFeatures.C (getMacros):
1574         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
1575
1576         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
1577
1578         * LaTeXFeatures.C (useFloat): require "float" here instead of in
1579         getPackages.
1580         (getPackages): rename feature "floats" to "float". Use an array to
1581         iterate over 'simple' features (i.e. just a \usepackage). Add
1582         handling of "amsmath" (renamed from "amsstyle").
1583
1584 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
1585
1586         * LaTeXFeatures.C (require): Prevent duplicate entries in the
1587         features list.
1588
1589 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
1590
1591         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
1592         FuncStaus::FuncStatus & FuncStaus::some_method().
1593
1594 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
1595
1596         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
1597         of the func_satus stuff. Edited and massaged in various ways by
1598         JMarc.
1599
1600         * lyxfunc.C (getStatus): use FuncStatus
1601
1602 2002-01-08  Juergen Vigna  <jug@sad.it>
1603
1604         * text.C (nextBreakPoint): use function Inset::isChar().
1605
1606         * paragraph.C (TeXOnePar): use function
1607         Inset::forceDefaultParagraphs.
1608
1609         * buffer.C (latexParagraphs): use function
1610         Inset::forceDefaultParagraphs.
1611
1612 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1613
1614         * lyx_gui.C (init): set the style of the menu popups to
1615         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
1616
1617 2002-01-07  Juergen Vigna  <jug@sad.it>
1618
1619         * text.C (setHeightOfRow): small fix
1620         (prepareToPrint): don't look at alignment if we don't have the place
1621         for doing it.
1622
1623 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1624
1625         * box.C: New file. Move the Box methods and functions out of box.h,
1626         following Lars' suggestion.
1627
1628 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1629
1630         * box.h: #include "support/LOstream.h", needed for inlined function.
1631
1632         * lyxtextclass.C:
1633         * lyxtextclasslist.C: added some using std declarations.
1634
1635 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
1636
1637         * box.h: make signed dimensions to allow insets wider than
1638           the screen (bug #162)
1639
1640         * BufferView_pimpl.C: add some insetHit debug
1641
1642 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1643
1644         * vc-backend.C: add FIXME
1645
1646 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1647
1648         * lyxfunc.C (getStatus): enable code for showing math font status
1649         in toolbar/menu.
1650
1651 2002-01-07  Juergen Vigna  <jug@sad.it>
1652
1653         * text.C (nextBreakPoint): removed debug output not needed anymore.
1654
1655 2002-01-06  Juergen Vigna  <jug@sad.it>
1656
1657         * text.C (nextBreakPoint): fixed up this function we had this bug
1658         since ever but now hopefully we break row better.
1659         (insertChar): we have to check if an inset is the next char as it
1660         could now happen that a large inset is causing a break.
1661
1662 2002-01-05  Juergen Vigna  <jug@sad.it>
1663
1664         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
1665         if it doesn't like to be drawed.
1666
1667 2002-01-04  Juergen Vigna  <jug@sad.it>
1668
1669         * BufferView2.C (lockInset): forgot to set a cursor.
1670
1671         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
1672
1673 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
1674
1675         * FormMathsPanel.C:
1676         * FormMathsPanel.h
1677         * MathsSymbols.C:
1678         * form_maths_panel.C:
1679         * form_maths_panel.h:
1680         * form_maths_panel.fd: implemented sub- and super- buttons in math
1681         panel.
1682
1683         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
1684         (or ^ space) to be used as in TeX (req'd by André).
1685
1686         * lyxfunc.C: Allow ^ and _ again to be used both as
1687         super/subscript (mathed) and as themselves (in text).
1688
1689 2002-01-03  Allan Rae  <rae@lyx.org>
1690
1691         * LyXView.C (updateWindowTitle): Setup a short icon title of either
1692         "LyX" or the filename of the current buffer if it has one.  This is a
1693         modified form of John Levon's patch.
1694
1695         * XFormsView.C (setWindowTitle): also set icon title.
1696
1697         * LyXView.h (setWindowTitle): signature changed.
1698         * XFormsView.h (setWindowTitle): ditto.
1699
1700 2002-01-02  Juergen Vigna  <jug@sad.it>
1701
1702         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
1703
1704 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1705
1706         * screen.C (topCursorVisible): introduce a temp var for
1707         text->cursor.row(), handle the case where this row is null. (kindo
1708         hachish)
1709
1710         * text2.C (setCursor): add a couple of asserts.
1711
1712         * paragraph.h (inset_iterator): add -> operator
1713
1714         * paragraph.[Ch] (autoDeleteInsets): remove member function
1715
1716         * BufferView2.C (removeAutoInsets): rewrite to handle the old
1717         cursor pos correctly and handle inset deletion by itself.
1718         (insertErrors): move iterator declaration out of for expression
1719
1720         * lyxtextclass.C: add <algorithm>
1721
1722         * Makefile.am: added the new files to sources, removed layout.C
1723
1724         * layout.C: removed file
1725
1726         * layout.h: remove LYX_DUMMY_LAYOUT
1727
1728         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
1729         layout.
1730
1731         * lyxlayout.[Ch]:
1732         * lyxtextclass.[Ch]:
1733         * lyxtextclasslist.[Ch]: new files
1734
1735         * include order changes to a lot of files, also changes because of
1736         the six new files.
1737
1738 2001-12-27  Juergen Vigna  <jug@sad.it>
1739
1740         * buffer.C (asciiParagraph): more fixes.
1741
1742         * tabular.C (ascii): make ascii export support export of only the
1743         data separated by a column-delimiter.
1744         (ascii): better support for ascii export.
1745
1746         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
1747
1748 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1749
1750         * tabular_funcs.C: use a "using std::getline" instead of the
1751         previous fix from Angus (necessary for cxx + lyxstring)
1752
1753 2001-12-24  Juergen Vigna  <jug@sad.it>
1754
1755         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
1756
1757         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
1758         problems. First check a minipage also if we have some ert-contents
1759         (not only on par->size(), second set the right depth of the paragraph
1760         on the relink to the root-paragraph-list!
1761
1762         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
1763         which then did not anymore update the main paragraphs on undo/redo!
1764
1765 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1766
1767         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
1768         code. Support all font-changing funcs (even those which are not in
1769         menu currently). Support for reporting font settings in
1770         mathed (disabled until Andre provides a function on mathed's side).
1771
1772         * func_status.h (toggle): small helper function to set toggle
1773         state on a flag.
1774
1775 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
1776
1777         * tabular_funcs.C: getline -> std::getline
1778
1779 2001-12-21  Juergen Vigna  <jug@sad.it>
1780
1781         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
1782         accessed and could be 0 (I couldn't generate this but it seems
1783         Michael could!).
1784
1785 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1786
1787         * tabular_funcs.C: add LIstream.h, move write_attribute to..
1788         * tabular_funcs.h: here and include iosfwd
1789
1790 2001-12-20  Juergen Vigna  <jug@sad.it>
1791
1792         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
1793         inside inset but undo_par was.
1794
1795 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1796
1797         * Thesaurus.C: always include <config.h> in sources.
1798
1799         * Painter.h:
1800         * lyxlookup.h:
1801         * box.h: do not include <config.h> in header files
1802
1803         * text.C (paintLastRow): remove unused variable
1804
1805         * text.C (transformChar):
1806         (insertChar):
1807         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
1808
1809         * Painter.C (text):
1810         * font.C (width): rewrite to use uppercase() instead of
1811         islower/toupper.
1812
1813         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
1814
1815 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
1816
1817         * lyxfind.C: clean up of find failure position change
1818
1819 2001-12-20  Juergen Vigna  <jug@sad.it>
1820
1821         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
1822
1823         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
1824         (TeXRow): added to LaTeX a single tabular row.
1825         (TeXLongtableHeaderFooter): added to output LT-h/f data.
1826         (Latex): simplified and finally good LT-h/f support.
1827         (various_functions): just small adaptions for LT-h/f support.
1828
1829         * tabular_funcs.[hC]: added and moved here all not classfunctions
1830         of LyXTabular.
1831
1832 2001-12-19  Juergen Vigna  <jug@sad.it>
1833
1834         * tabular.[Ch]: better support for longtabular options (not finished
1835         yet!)
1836
1837 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1838
1839         * text.C (paintLastRow): use the label font instead of the font of
1840         the last character to compute the size of *_BOX. This makes more
1841         sense and avoids a crash with empty paragraphs.
1842         Use Painter::rectangle to draw EMPTY_BOX.
1843
1844 2001-12-19  Juergen Vigna  <jug@sad.it>
1845
1846         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
1847         the paragraphs if the replaced paragraph is not the first one!
1848         Tried to delete not used paragraphs but does not work yet so for
1849         now it's inside #ifdef's and by default off!
1850
1851 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1852
1853         * MenuBackend.C: include "lyx_main.h" instead of declaring
1854         lastfiles (actually was declared as LastFiles* instead of a
1855         scoped_ptr).
1856
1857 2001-12-17  Juergen Vigna  <jug@sad.it>
1858
1859         * tabular.C (AppendColumn): applied John's fix
1860
1861 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
1862
1863         * BufferView.h:
1864         * BufferView.C:
1865         * BufferView_pimpl.h:
1866         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
1867
1868         * Makefile.am:
1869         * box.h: new start of class for above
1870
1871         * lyxfunc.C: ignore space-only minibuffer dispatches.
1872           Show the command name when it doesn't exist
1873
1874         * minibuffer.C: don't add empty lines to the history
1875
1876         * minibuffer.C: add a space on dropdown completion
1877
1878 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
1879
1880         * text.C: fix line above/below drawing in insets
1881
1882 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1883
1884         * lyxlength.C (LyXLength): Initialize private variables.
1885
1886 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
1887
1888         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
1889         when inserting error insets.
1890
1891 2001-12-13  Juergen Vigna  <jug@sad.it>
1892
1893         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
1894         actually sometimes the before-paragraph.
1895         (setUndo): don't clear the redostack if we're not actually undoing!
1896
1897 2001-12-06  Juergen Vigna  <jug@sad.it>
1898
1899         * undo_funcs.C (textHandleUndo): well after John's hint I got here
1900         and fixed redoing of main paragraph, so we can use it now ;)
1901
1902         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
1903
1904 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1905
1906         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
1907         Juergen's request
1908
1909 2001-12-13  André Pönitz <poenitz@gmx.net>
1910
1911         * undostack.[Ch]:
1912         * undo_func.C: minor cleanup
1913
1914 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1915
1916         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
1917         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
1918         font in urw-fonts package which is marked as -urw-fontspecific and
1919         does not work (incidentally, changing the encoding in the
1920         fonts.dir of this package to -adobe-fontspecific fixes the
1921         problem).
1922
1923         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
1924         is a crash when undoing first paragraph (Juergen, please take a
1925         look). THis does not mean the undo fix is wrong, just that it
1926         uncovers problems.
1927
1928         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
1929         the (Paragraph*) version when needed instead of duplicating the
1930         code.
1931
1932         * text.C (workWidth): use Inset::parOwner to find out where the
1933         inset has been inserted. This is a huge performance gain for large
1934         documents with lots of insets. If Inset::parOwner is not set, fall
1935         back on the brute force method
1936
1937         * paragraph_pimpl.C (insertInset):
1938         * paragraph.C (Paragraph):
1939         (cutIntoMinibuffer): set parOwner of insets when
1940         inserting/removing them
1941
1942         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
1943
1944 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
1945
1946         * commandtags.h:
1947         * LyXAction.C:
1948         * lyx_main.C:
1949         * lyxfunc.C:
1950         * mathed/formulabase.C:
1951         * mathed/math_cursor.[Ch]:
1952         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
1953
1954
1955 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1956
1957         * lyxlength.[Ch] (operator!=): new function
1958
1959 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1960
1961         * text.C (workWidth): use Inset::parOwner to find out where the
1962         inset has been inserted. This is a huge performance gain for large
1963         documents with lots of insets. If Inset::parOwner is not set, fall
1964         back on the brute force method
1965
1966         * paragraph_pimpl.C (insertInset):
1967         * paragraph.C (Paragraph):
1968         (cutIntoMinibuffer): set parOwner of insets when
1969         inserting/removing them
1970
1971         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
1972
1973 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1974
1975         * tabular-old.C (getTokenValue):
1976         * tabular.C (getTokenValue):
1977         (write_attribute): new versions for LyXLength
1978         (everywhere): adjust the use of widths
1979
1980         * tabular.h: change the type of widths from string to LyXLength
1981
1982 2001-12-11  Ben Stanley <bds02@uow.edu.au>
1983
1984         * paragraph.C: fixed missing line number count when exporting
1985         Environments to LaTeX file
1986
1987         * buffer.C: added informational message for checking line numbers.
1988
1989 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1990
1991         * text2.C (deleteEmptyParagraphMechanism): if there is only one
1992         paragraph, do the 'double space' part, but not the 'empty
1993         paragraph' one.
1994
1995         * text.C (workWidth): small optimization
1996         (getLengthMarkerHeight): use minimal size for negative lengths.
1997
1998 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
1999
2000         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
2001
2002         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
2003
2004 2001-12-11  André Pönitz <poenitz@gmx.net>
2005
2006         * FontLoader.C:
2007         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
2008
2009 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2010
2011         * text2.C: keep selection on a setFont()
2012
2013 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2014
2015         * lyx_cb.C: another bv->text misuse, from insert label
2016
2017 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2018
2019         * kbsequence.h:
2020         * kbsequence.C: re-instate nmodifier mask
2021
2022 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
2023
2024         * lyx_main.h: make lyxGUI private.
2025
2026 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2027
2028         * lyxfind.C: place the cursor correctly on failed search
2029
2030 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2031
2032         * text.C (getLengthMarkerHeight): for small heights, the arrows
2033         are not always on top/bottom of the text
2034         (drawLengthMarker): smaller arrows; take the left margin in
2035         account; draw also vfills.
2036         (paintFirstRow):
2037         (paintLastRow): remove special code for vfill and standard spaces,
2038         since everything is handled in drawLengthMarker now.
2039
2040 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2041
2042         * buffer.C (insertErtContents): try to handle font and language
2043         interaction a bit better.g
2044
2045         * ColorHandler.C (updateColor): change the hash to cover the whole
2046         LColor enum, ws cleanup
2047         (getGCLinepars): ditto
2048         (getGCLinepars): only lookup in the linecache once.
2049
2050 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
2051
2052         * iterators.C (operator++): Make the iterator more robust
2053
2054         * BufferView2.C (removeAutoInsets): Use paragraph iterators
2055         (John's patch)
2056         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
2057
2058 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2059
2060         * lyxtext.h:
2061         * text.C: better added space drawing
2062
2063 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2064
2065         * LyXView.C:
2066         * BufferView2.C: fix layout combo update on inset unlock
2067
2068 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2069
2070         * Makefile.am: don't compile unused files
2071
2072 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2073
2074         * lyxfunc.C:
2075         * commandtags.h:
2076         * LyXAction.C: remove old LFUN_LAYOUTNO
2077
2078 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2079
2080         * paragraph_pimpl.h:
2081         * paragraph_pimpl.C: isTextAt() doesn't need font param
2082
2083 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2084
2085         * lyxlex.h:
2086         * lyxlex.C: little cleanup
2087
2088 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2089
2090         * BufferView_pimpl.C: fix insertAscii for insets
2091
2092 2001-12-05  Juergen Vigna  <jug@sad.it>
2093
2094         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
2095         set the right font on the "multi" paragraph paste!
2096
2097 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2098
2099         * trans_decl.h:
2100         * trans_mgr.[Ch]:
2101         * trans.[Ch]:
2102         * lyxgluelength.C:
2103         * lyxlength.C: remove out-commented code.
2104
2105         * BufferView_pimpl:
2106         * CutAndPaste.C:
2107         * DepTable.C:
2108         * buffer.C:
2109         * chset.C:
2110         * lastfiles.C:
2111         * lyxlex.C:
2112         * lyxlex_pimpl.C:
2113         * lyxserver.C:
2114         * screen.C:
2115         * tabular-old.C:
2116         * tabular.C:
2117         * text.C:
2118         * trans_mgr.C:
2119         * vc-backend.C: change "while(" to "while ("
2120
2121         * lyxlength.[Ch]: add zero function to check if length is zero or
2122         not
2123         * lyxgluelength.C: use it
2124
2125 2001-12-05  Allan Rae  <rae@lyx.org>
2126
2127         * lyxlength.C: Attempted a fix for the abs(int) header selection.
2128         Works for 2.95.3, from what I understand of Garst's reports this should
2129         work for other g++ versions.  We're screwed if the abs(int) definition
2130         changed between bugfix releases of gcc.
2131
2132 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2133
2134         * text.C: fix chapter label offset !
2135
2136 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2137
2138         * lyxtext.h:
2139         * text.C: fix hfill at end of line, clean up
2140
2141 2001-12-04  Juergen Vigna  <jug@sad.it>
2142
2143         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
2144         that we force an update of the inset and it's owners if neccessary.
2145
2146 2001-12-03  Juergen Vigna  <jug@sad.it>
2147
2148         * text.C (rowLast): simplified code
2149
2150 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2151
2152         * lyxfunc.C: fix show options on timeout
2153
2154 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2155
2156         * screen.C (topCursorVisible): scroll half a page when the cursor
2157         reached top of bottom of screen
2158
2159 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
2160
2161         * minibuffer.C: deactivate on loss of focus
2162
2163 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2164
2165         * vspace.[Ch] (operator!=): add operator.
2166
2167 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2168
2169         * BufferView_pimpl.C: refuse to open an inset when
2170         there's a selection.
2171
2172 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
2173
2174         * BufferView_pimpl.C: allow to click on RHS of full row insets
2175
2176 2001-11-30  Juergen Vigna  <jug@sad.it>
2177
2178         * tabular.C (LyXTabular): add a same_id to set the same id's in the
2179         insets for undo reasons.
2180
2181 2001-11-28  André Pönitz <poenitz@gmx.net>
2182
2183         * vspace.[Ch]: cosmetical changes
2184
2185 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2186
2187         * LyXAction.h:
2188         * LyXAction.C:
2189         * lyxfunc.h:
2190         * lyxfunc.C:
2191         * kbmap.h:
2192         * kbmap.C:
2193         * lyxrc.C:
2194         * kbsequence.h:
2195         * kbsequence.C: part re-write of old kb code
2196
2197         * Painter.C:
2198         * WorkArea.C: remove Lgb_bug_find_hack
2199
2200 2001-11-30  José Matos <jamatos@fep.up.pt>
2201
2202         * buffer.C (makeDocBookFile): add a comment to point a hack.
2203         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
2204         Fixed a double write of labels.
2205
2206 2001-11-29 Ben Stanley <bds02@uow.edu.au>
2207
2208         * LaTeX.C:
2209         * LaTeX.h Fixed bug in LaTeX class where it would not
2210         re-run latex if no depfiles were changed, but the .dvi was removed.
2211
2212 2001-11-28  André Pönitz <poenitz@gmx.net>
2213
2214         * all the files from the change on 2001/11/26:
2215         use lyx::layout_type instead of LyXTextClass::size_type
2216         use lyx::textclass_type instead of LyXTextClassList::size_type
2217
2218 2001-11-29  Juergen Vigna  <jug@sad.it>
2219
2220         * text.C: added support for paragraph::isFreeSpacing()
2221
2222         * buffer.C: same as above
2223
2224         * paragraph.h: inserted isFreeSpacing() function to enable
2225         FreeSpacing inside InsetERT.
2226
2227         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
2228         of the paragraph's in the cut/copy buffer to 0!
2229
2230         * text2.C (removeRow): remove the assert as it can!
2231
2232         * lyxtext.h: added helper function firstRow returning firstrow and
2233         made firstrow private again.
2234
2235         * BufferView2.C (lockInset): don't relock if we're already locked!
2236
2237         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
2238         the only paragraph.
2239         (removeRow): added Assert::(firstrow)
2240
2241         * debug.C: forgot to add INSETTEXT here.
2242
2243 2001-11-28  Juergen Vigna  <jug@sad.it>
2244
2245         * sp_spell.C (initialize): changed error text to more general
2246         spellchecker command use (not only ispell!)
2247
2248         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
2249
2250         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
2251
2252 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2253
2254         * vspace.C: initialise lyxgluelength on failure
2255
2256 2001-11-28  Allan Rae  <rae@lyx.org>
2257
2258         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
2259         declaration & definition that looks like a function declaration.
2260
2261 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2262
2263         * BufferView2.C (copy):
2264         (copyEnvironment): do not clear the selection when doing a copy.
2265
2266         * text.C (paintFirstRow): compilation fix
2267
2268 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
2269
2270         * tabular.C (Latex): correct line count when writing latex.
2271
2272 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
2273
2274         * paragraph_pimpl.h:
2275         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
2276           bug a bit
2277
2278 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2279
2280         * text.C:
2281         * LColor.h:
2282         * LColor.C: change vfillline->added_space
2283
2284         * text.C: add markers and text for added space
2285
2286         * vspace.C: fix comment
2287
2288 2001-11-28  André Pönitz <poenitz@gmx.net>
2289
2290         * paragraph.C: whitespace changes
2291         * all the other files from the change on 2001/11/26:
2292         change *::pos_type into lyx::pos_type
2293
2294 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2295
2296         * buffer.C (parseSingleLyXformat2Token): Set the language to the
2297         language of the document when inserting error insets.
2298
2299 2001-11-26  André Pönitz <poenitz@gmx.net>
2300
2301         * BufferView_pimpl.[Ch]:
2302         *       CutAndPaste.C:
2303         * buffer.[Ch]:
2304         * lyxcursor.[Ch]:
2305         * lyxfind.C:
2306         * lyxfunc.C:
2307         * lyxrow.[Ch]:
2308         * paragraph.[Ch]:
2309         * paragraph_pimpl.[Ch]:
2310         * sp_spell.C:
2311         * text.C:
2312         * text2.C: reduce header dependencies, introduce type for positions
2313
2314 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2315
2316         * <various>: change to use Alert.h
2317
2318 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
2319
2320         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
2321         when encountering an unknown token.
2322         (readLyXformat2): Show an error message if there were unknown tokens.
2323
2324 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2325
2326         * BufferView2.C:
2327         * BufferView_pimpl.C:
2328         * buffer.C:
2329         * paragraph.h:
2330         * text.C:
2331         * text2.C: use par->isInset()
2332
2333 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2334
2335         * paragraph_pimpl.h:
2336         * paragraph_pimpl.C: cleanup
2337
2338 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2339
2340         * text2.C (removeRow):
2341         * text.C (setHeightOfRow): remove useless (and costly) call to
2342         getRow.
2343
2344 2001-11-20  Allan Rae  <rae@lyx.org>
2345
2346         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
2347         Now need Inset*::checkInsertChar() to return true for appropriate
2348         cases so that the characters in the minibuffer will actually be
2349         inserted.
2350
2351 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2352
2353         * text.C: change the order of the includes.
2354         (workWidth): initialize it at once.
2355         (workWidth): make maxw unsigned
2356         (setHeightOfRow): remove unused variable (inset)
2357         (selectSelectedWord): remove unused variable (inset)
2358         (paintRowText): fix drawing of hfill characters, and clean up a bit.
2359
2360 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2361
2362         * lyxserver.C (emergencyCleanup): do not try to close pipes if
2363         server is not running.
2364         (openConnection):
2365         (closeConnection): add debug info when server is disabled.
2366
2367         * ColorHandler.C (getGCForeground): send debug message to GUI
2368         channel.
2369
2370         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
2371
2372         * kbmap.C (bind): modify because return conventions of
2373         kb_sequence::parse have changed.
2374
2375         * kbsequence.C (parse): only ignore spaces and not any stupid
2376         control character. This avoids tests like s[i] <= ' ', which are
2377         guaranteed to fail with 8bit characters and signed chars.
2378         Change return code to string::npos when there have been no error
2379         (0 was a bad idea when error is at first character)
2380
2381 2001-11-14  José Matos  <jamatos@fep.up.pt>
2382
2383         * buffer.h:
2384         * buffer.C (simpleDocBookOnePar): removed unused argument.
2385
2386 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2387
2388         * text.C (selectNextWordToSpellcheck): do not test explicitely for
2389         insets which are part of a word. Paragraph::isLetter takes care of
2390         that now. Use Paragraph::isInset to identify insets.
2391         (selectSelectedWord): do not test for hyphenation break.
2392
2393         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
2394         that protected spaces are considered as spaces.
2395
2396         * paragraph.C (isLetter): cleanup the code for ispell extras; use
2397         Inset::isLetter.
2398
2399 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
2400
2401         * lyxserver.h:
2402         * lyxserver.C: fix it. and small cleanup.
2403
2404 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2405
2406         * BufferView_pimpl.C: use inline helpers
2407
2408         * LaTeXFeatures.h:
2409         * LaTeXFeatures.C: fix typos
2410
2411         * Spacing.h:
2412         * Spacing.C: move spacing_string into class
2413
2414         * ToolbarDefaults.C: move stuff into namespace anon
2415
2416         * layout.h: update enum
2417
2418         * lyxfunc.C: use better debug
2419
2420         * minibuffer.h: fix typo
2421
2422         * debug.h:
2423         * debug.C:
2424         * WorkArea.C: add and use Debug::WORKAREA
2425
2426         * lyxtext.h:
2427         * text.C:
2428         * text2.C: code re-organisation, inline helpers
2429
2430 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
2431
2432         * Layout.C: replaced a few cases of std::vector.size() == 0 with
2433         std::vector.empty().
2434
2435 2001-11-09  Allan Rae  <rae@lyx.org>
2436
2437         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
2438         '\n's after tables.  Tabular and ERT inset work now makes this no
2439         longer necessary.
2440
2441 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2442
2443         * minibuffer.h:
2444         * minibuffer.C: fix crash, improve drop-down completion
2445
2446 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
2447
2448         * lyxserver.h:
2449         * lyxserver.C: invalidate fd's when doing endPipe()
2450
2451 2001-11-08  José Matos  <jamatos@fep.up.pt>
2452
2453         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
2454         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
2455
2456         * paragraph.h:
2457         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
2458
2459 2001-11-07  José Matos  <jamatos@fep.up.pt>
2460
2461         * buffer.h:
2462         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
2463         const qualifier.
2464
2465         * buffer.C (sgmlOpenTag):
2466         * buffer.C (sgmlCloseTag): removed debug info.
2467
2468         * buffer.h (sgmlOpenTag):
2469         * buffer.h (sgmlCloseTag): made public.
2470
2471 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2472
2473         * buffer.C (saveParamsAsDefaults):
2474         * lyx_cb.C (MenuLayoutSave): remove
2475
2476         * LyXAction.C (init):
2477         * commandtags.h:
2478         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
2479
2480 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2481
2482         * buffer.C (setPaperStuff): removed from here...
2483
2484         * bufferparams.C (setPaperStuff): ... and moved there.
2485
2486 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
2487
2488         * minibuffer.h:
2489         * minibuffer.C:
2490         * XFormsView.C: add support for drop-down completion
2491
2492 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
2493
2494         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
2495         commands.
2496
2497 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2498
2499         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
2500         disabled.
2501
2502 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
2503
2504         * lyx_main.C: change ref to known bugs
2505
2506 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
2507
2508         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
2509         to work around older babel problems.
2510
2511 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2512
2513         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
2514
2515 2001-10-24  Juergen Vigna  <jug@sad.it>
2516
2517         * tabular-old.C (ReadOld): below variable changes reflected.
2518
2519         * tabular.[Ch]: added ltType struct for longtable header/footer
2520         defines and changed all instances where they are used. Added
2521         future support for double top/bottom rows.
2522
2523 2001-10-24  José Matos  <jamatos@fep.up.pt>
2524
2525         * buffer.h (docbookHandleCaption):
2526         * buffer.C (docbookHandleCaption): removed unused function.
2527         (makeDocBookFile): moved docbook supported version to v4.1.
2528
2529 2001-10-24  José Matos  <jamatos@fep.up.pt>
2530
2531         * tabular.h:
2532         * tabular.C (docbookRow): new function to export docbook code of a row.
2533         (DocBook): now honors the longtable flags.
2534
2535 2001-10-23  José Matos  <jamatos@fep.up.pt>
2536
2537         * LaTeXFeatures.h:
2538         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
2539         of the lyx defined sgml entities used in a docbook/linuxdoc document.
2540
2541         * buffer.C (makeLinuxDocFile):
2542         (makeDocBookFile): reworked the preamble, more clean, and with
2543         support for lyx defined entities. Changed the document declaration
2544         to be more XML friendly.
2545
2546         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
2547         if we need to output XML that should be done with a filter.
2548
2549 2001-10-22  Juergen Vigna  <jug@sad.it>
2550
2551         * sp_pspell.h (class PSpell): add alive function needed in the
2552         controller to see if the spellchecker could be started.
2553
2554 2001-10-22  Juergen Vigna  <jug@sad.it>
2555
2556         * buffer.C (insertStringAsLines): modify the font for inserting
2557         chars in certain conditions by calling checkInsertChar(font).
2558
2559 2001-10-19  Juergen Vigna  <jug@sad.it>
2560
2561         * text.C (workWidth): use getRow instead of wrong algorithm.
2562         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
2563
2564 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
2565
2566         * lyxserver.h:
2567         * lyxserver.C:
2568         * lyx_main.h:
2569         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
2570
2571 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2572
2573         * text.C (workWidth): do not search for the exact row when
2574         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
2575         optimization for big documents.
2576
2577 2001-10-18  Juergen Vigna  <jug@sad.it>
2578
2579         * text.C (workWidth): new function with added Inset * parameter.
2580
2581 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2582
2583         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
2584
2585         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
2586         change return type of getColumnNearX.
2587
2588
2589         * text.C (changeRegionCase): use uppercase/lowercase instead of
2590         toupper/tolower.
2591         (leftMargin):
2592         (rightMargin): simplify code by factoring out the uses of
2593         textclasslist.
2594         (labelFill):
2595         (numberOfHfills):
2596         (setHeightOfRow):
2597         (appendParagraph): use Paragraph::size_type
2598
2599 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2600
2601         * vspace.C (asLatexString): add a missing break
2602
2603 2001-10-15  Herbert Voss  <voss@perce.de>
2604
2605         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
2606
2607 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2608
2609         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
2610         is not available.
2611
2612 2001-10-10  André Pönitz <poenitz@gmx.net>
2613
2614         * lyxfunc.C: removed greek_kb_flag.
2615
2616 2001-10-10  Herbert Voss  <voss@perce.de>
2617
2618         * lyx_main.C: delete global string help_lyxdir.
2619
2620 2001-10-09  Herbert Voss  <voss@perce.de>
2621
2622         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
2623
2624         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
2625
2626         * lyx_main.C: added global string help_lyxdir.
2627
2628         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
2629
2630 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2631
2632         * lyxrc.C (set_font_norm_type): support iso8859-4
2633
2634 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
2635
2636         * LaTeX.C (deplog): add another regex for MikTeX
2637
2638 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2639
2640         * lyxrc.C (set_font_norm_type): support iso8859-3
2641
2642 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2643
2644         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
2645
2646         * LaTeXFeatures.C: remove special case of french and index
2647
2648         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
2649         before \begin{document}). This solves several incompatibilities.
2650
2651 2001-10-03  Garst Reese  <reese@isn.net>
2652
2653         * lyx_cb.C: change CheckTex error msg.
2654
2655 2001-10-03  José Matos  <jamatos@fep.up.pt>
2656
2657         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
2658
2659 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2660
2661         * .cvsignore: update
2662
2663         * lyx_main.C (commandLineVersionInfo): use new style version info.
2664
2665         * buffer.C (writeFile):
2666         (makeLaTeXFile):
2667         (makeLinuxDocFile):
2668         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
2669
2670         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
2671
2672         * version.h: update to use stuff in version.C
2673
2674         * version.C.in: new file. Contains version information determined
2675         at compile time. This is a merging of version.h and
2676         version_info.h.in.
2677
2678 2001-10-03  Juergen Vigna  <jug@sad.it>
2679
2680         * BufferView_pimpl.C (update): don't change "dirty" status in
2681         updateInset call.
2682
2683 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
2684
2685         * WorkArea.C (c-tor): re-position version string slightly.
2686
2687 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
2688
2689         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
2690         revert to previous code.
2691
2692         WorkArea.[Ch]: (show, destroySplash): methods removed.
2693
2694         WorkArea.C: rework code so that it's an amalgam of the codes before and
2695         after the splash screen was moved to WorkArea.
2696
2697 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2698
2699         * lyxrc.C (read):
2700         * vspace.C (inPixels):
2701         (lyx_advance):
2702         * kbmap.C (bind):
2703         * buffer.C (insertStringAsLines):
2704         (asciiParagraph): fix types to be large enough
2705
2706         * lyxlex_pimpl.h: change member status from short to int
2707
2708         * layout.h: fix type of endlabeltype
2709
2710         * kbmap.C (bind):
2711         * kbsequence.C (parse): change return type to string::size_type
2712
2713         * LaTeX.C (updateBibtexDependencies): comment out unneeded
2714         variable
2715
2716         * Bullet.C (bulletSize):
2717         (bulletEntry): do not use short ints as parameters
2718
2719         * BufferView2.C (insertLyXFile): change a char to an int.
2720
2721         * WorkArea.C (WorkArea): remove unneeded floats in computation
2722
2723 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
2724
2725         * buffer.C (asciiParagraph): Treat '\\' as other chars.
2726
2727         * paragraph.C (asString): Do not ignore newline/hfill chars when
2728         copying to the clipboard.
2729
2730 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
2731
2732         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
2733         after a multi-line inset.
2734
2735 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
2736
2737         * paragraph.C (validate): Set NeedLyXFootnoteCode
2738
2739 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2740
2741         * lyxfont.C (LyXSizeNames): changed increase-error to increase
2742         and decrease-error to decrease.
2743
2744 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2745
2746         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
2747         it more readable (should be equivalent)
2748
2749 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2750
2751         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
2752
2753 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2754
2755         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
2756         of a cursor (row, etc.) after a character has been deleted
2757         (deleteEmptyParagraphMechanism): call the method above on _all_
2758         cursors held by the LyXText when a double space has been
2759         detected/deleted.
2760
2761 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2762
2763         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
2764         pixmap.
2765         (resizeCurrentBuff): remove code to destroy the old splash dialog.
2766
2767         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
2768         background. Use greyOut() and the new show() methods to toggle between
2769         the foreground and background. Add code to remove the splash after
2770         its initial showing.
2771
2772         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
2773         (create_forms): no longer call Dialogs::showSplash.
2774
2775 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2776
2777         * .cvsignore: add version_info.h
2778
2779 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2780
2781         * version_info.h.in: new file
2782
2783         * Makefile.am: add version_info.h.in
2784
2785         * lyx_main.C (commandLineVersionInfo): use version_info defined in
2786         version_info.h instead of VERSION_INFO
2787
2788 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2789
2790         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
2791         The ERT inset now returns string().
2792
2793 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
2794
2795         * lyxtext.h, text.C (selectNextWord): renamed as
2796         selectNextWordToSpellcheck.
2797
2798         * text.C (selectNextWordToSpellcheck): Modified to not select
2799         words inside an ERT inset.
2800
2801 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2802
2803         * lyx_cb.C (MenuLayoutSave): change a bit the question
2804
2805         * sp_base.h: include <sys/types.h>
2806
2807 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
2808
2809         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
2810
2811 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
2812
2813         * several files: fix typos in user-visible strings
2814
2815 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2816
2817         * text2.C (pasteSelection): do not set the selection, since it
2818         will be cleared later. Actually, the intent was to fix the way the
2819         selection was set, but I figured rmoving the code was just as good.
2820
2821 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
2822
2823         * FontLoader.C (available): Check if font is available without
2824         loading the font.
2825
2826 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2827
2828         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
2829
2830 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
2831
2832         * lyxrc.[Ch]: added display_graphics variable and associated code.
2833
2834 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2835
2836         * bufferparams.C (hasClassDefaults): new method. Returns true if
2837         the buffer parameters correspond to known class defaults
2838
2839 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
2840
2841         * XFormsView.C (show): set minimum size to the main window.
2842
2843 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2844
2845         * text2.C (copySelection):
2846         (cutSelection):
2847         * lyxfind.C (LyXReplace):
2848         * BufferView_pimpl.C (Dispatch): pass the correct flag to
2849         LyXText::selectionAsString.
2850
2851         * paragraph.C (asString): add "label" argument to the second form
2852
2853         * text2.C (selectionAsString): add "label" argument and pass it to
2854         Paragraph::asString.
2855
2856 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2857
2858         * lyx_main.C (commandLineHelp): remove version information
2859
2860 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
2861
2862         * lyx_main.C: add -version commandline option
2863
2864 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2865
2866         * paragraph.h: make the optional constructor arg required instead.
2867         some modifications to other files because of this.
2868
2869         * minibuffer.C (C_MiniBuffer_peek_event): make it static
2870
2871         * lyxserver.C (C_LyXComm_callback): make it static
2872
2873         * lyx_main.C (error_handler): make it static
2874
2875         * lyx_gui.C (LyX_XErrHandler): make it static
2876
2877         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
2878
2879         * WorkArea.C: make the extern "C" methods static.
2880
2881         * Makefile.am (lyx_LDADD): simplify
2882
2883 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2884
2885         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
2886         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
2887
2888         * LyXAction.C (init):
2889         * lyxfunc.C (dispatch): associated code removal.
2890
2891 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2892
2893         * lyxfont.h (isSymbolFont): shut off warning
2894
2895         * text.C (setHeightOfRow):
2896         (getVisibleRow): fix crash with empty paragraphs which have a
2897         bottom line
2898
2899 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
2900
2901         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
2902         code.
2903
2904 2001-09-04  José Matos  <jamatos@fep.up.pt>
2905         * buffer.C
2906         * buffer.h
2907         * tabular.C (docbook): rename docBook method to docbook.
2908
2909 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2910
2911         * Makefile.am: add dependencies to main.o.
2912
2913 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
2914
2915         * FontLoader.C (available): Return false if !lyxrc.use_gui
2916
2917 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
2918
2919         * FontInfo.C (query):
2920         * converter.C (view):
2921         * importer.C (Import):
2922         * exporter.C (Export): Can not -> cannot.
2923
2924 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
2925
2926         * BufferView_pimpl.C: allow to create index inset even if
2927           string is empty
2928
2929 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
2930
2931         * buffer.C (getLists): replace boost::tie code with an explicit pair
2932         as boost::tie can break some compilers.
2933
2934         * iterators.h: Added a std:: declaration to the return type of
2935         ParIterator::size.
2936
2937 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2938
2939         * lyxrc.C: add help for view_dvi_paper_option, default to safe
2940           case.
2941
2942 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
2943
2944         * iterators.[Ch]: New files. Provide paragraph iterators.
2945
2946         * buffer.C (changeLanguage): Use paragraph iterators.
2947         (isMultiLingual): ditto
2948
2949         * BufferView2.C (ChangeInsets): Use paragraph iterators.
2950
2951 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
2952
2953         * FontLoader.C: Support for cmr font.
2954
2955 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
2956
2957         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
2958         (available): New method.
2959
2960         * FontInfo.C (getFontname): Use scalable fonts even when
2961         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
2962         found.
2963
2964 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
2965
2966         * converter.C (Formats::view): reverted! Incorrect fix.
2967
2968 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
2969
2970         * converter.C (Formats::view): only output the -paper option
2971         if the dvi viewer is xdvi, thereby fixing bug #233429.
2972
2973 2001-08-23  Herbert Voss  <voss@perce>
2974
2975         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
2976
2977 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
2978
2979         * Spacing.h (Spacing): Set space to Default on in the default
2980         constructor.
2981
2982 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2983
2984         * vc-backend.h (RCS::versionString): add RCS to version
2985         (CVS::versionString): add CVS to version
2986
2987         * vc-backend.C (scanMaster): do not add CVS to version.
2988         (scanMaster): do not add RCS to version
2989
2990         * lyxvc.C (versionString): new method
2991
2992         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
2993
2994 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2995
2996         * Spacing.C (set): initialize fval
2997
2998 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
2999
3000         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
3001         " or \.
3002
3003 2001-08-16  Juergen Vigna  <jug@sad.it>
3004
3005         * lyxfunc.C (dispatch): implemented the new FINISHED states.
3006
3007 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3008
3009         * BufferView_pimpl.C:
3010         * figureForm.C:
3011         * lyxtext.h:
3012         * text2.C: setParagraph takes linespacing now
3013
3014 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3015
3016         * LyxAction.C: add internal LFUN_CITATION_INSERT
3017
3018         * LyXView.C: actually apply fix
3019
3020         * bufferlist.C: fix open non-existent file
3021
3022         * lyxfind.C: fix indentation
3023
3024         * lyxfunc.C: remove unneeded assert, fix typo
3025
3026 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3027
3028         * MenuBackend.C: use "Floatname List"
3029
3030 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3031
3032         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
3033         when converting LaTeX layout to insetERT.
3034         Generate a non-collapsed float when reading old float
3035
3036 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3037
3038         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
3039         ERT insets.
3040
3041 2001-08-13  Juergen Vigna  <jug@sad.it>
3042
3043         * text.C (fill): return 0 instead of 20 as this seems to be the more
3044         correct value.
3045
3046 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3047
3048         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
3049         lyxrc.font_norm.
3050
3051 2001-08-13  Juergen Vigna  <jug@sad.it>
3052
3053         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
3054         casesensitive off.
3055         (SearchBackward): comment out the unlocking of the inset_owner this
3056         should not be needed!
3057
3058 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3059
3060         * Many files: Remove inherit_language, and add latex_language
3061
3062         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
3063         collapsible insets.
3064
3065 2001-08-10  Juergen Vigna  <jug@sad.it>
3066
3067         * text.C (prepareToPrint): fixed hfill-width in draw!
3068
3069         * BufferView2.C (selectLastWord): save the selection cursor as this
3070         now is cleared in the function LyXText::clearSelection!
3071
3072 2001-08-08  Juergen Vigna  <jug@sad.it>
3073
3074         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
3075         BACKSPACE type functions.
3076
3077         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
3078         is only cutted from the document but not put in the cut-buffer, where
3079         still the old stuff should be.
3080
3081         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
3082
3083         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
3084
3085         * tabular.C (SetWidthOfCell): fixed special case where the width
3086         was not updated!
3087         (LeftLine): handle '|' in align_special.
3088         (RightLine): ditto
3089         (LeftAlreadyDrawed): ditto
3090         (SetWidthOfCell): ditto
3091
3092 2001-08-07  Juergen Vigna  <jug@sad.it>
3093
3094         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
3095
3096 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3097
3098         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
3099         * lyxlex.[hC]: ditto
3100
3101 2001-08-06  Juergen Vigna  <jug@sad.it>
3102
3103         * text.C (getVisibleRow): fix up row clearing a bit.
3104
3105 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3106
3107         * minibuffer.C: make sure the X server sees the changes in the input.
3108
3109 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3110
3111         * paragraph.C (getFont): split into...
3112         (getLabelFont): this
3113         (getLayoutFont): and this
3114         * paragraph_pimpl.C (realizeFont): calling this
3115
3116         * text2.C (getFont): split into...
3117         (getLayoutFont): this
3118         (getLabelFont): and this
3119         (realizeFont): all three calling this
3120
3121         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
3122         files where used.
3123
3124 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3125
3126         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
3127
3128 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
3129
3130         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
3131         layouts from the Quote inset insertion.
3132
3133 2001-08-03  Juergen Vigna  <jug@sad.it>
3134
3135         * BufferView_pimpl.C (update): do the fitCursor only at the end!
3136
3137         * screen.C (drawFromTo): don't call fitcursor here and do the loop
3138         only if status not is already CHANGED_IN_DRAW (second level).
3139
3140         * text.C (draw): don't set the need_break_row when inside an
3141         InsetText LyXText.
3142
3143 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3144
3145         * buffer.C (parseSingleLyXformat2Token): handle more latex
3146         conversion cases.
3147
3148         * bufferview_funcs.[hC]: change function names to
3149         begin with small char, adjust other files.
3150
3151 2001-08-02  André Pönitz <poenitz@gmx.net>
3152
3153         * lyxfunc.C:
3154         BufferView_pimpl.C: remove broken special code for math-greek
3155
3156 2001-08-02  Juergen Vigna  <jug@sad.it>
3157
3158         * BufferView_pimpl.C (update): redone this function so that we
3159         update the text again if there was a CHANGE_IN_DRAW.
3160
3161         * screen.C (cursorToggle): removed LyXText parameter and recoded.
3162         (drawFromTo): added a new internal bool which is used by draw() and
3163         redraw() function.
3164         (general): some cursor drawing problems fixed.
3165
3166 2001-08-01  Juergen Vigna  <jug@sad.it>
3167
3168         * lyxfind.C (LyXFind): fixed
3169         (SearchForward): ditto
3170         (SearchBackward): ditto
3171
3172         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
3173         spurius drawing of the cursor in the main area.
3174
3175         * text2.C (status): small fix which could lead to a segfault!
3176         (clearSelection): remove unneeded BufferView param.
3177
3178 2001-08-01  André Pönitz <poenitz@gmx.net>
3179
3180         * lyxfunc.C: small change due to changed mathed interface
3181
3182 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3183
3184         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
3185
3186 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3187
3188         * lyxfunc.c: fail gracefully if file doesn't exist
3189
3190         * LyXSendto.C:
3191         * buffer.C:
3192         * lyxfunc.C:
3193         * BufferView_pimpl.C: IsDirWriteable() proto changed
3194
3195         * LyXView.C: fix updateWindowTitle() to store the last title
3196
3197 2001-07-31  Juergen Vigna  <jug@sad.it>
3198
3199         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
3200         the font (wrong since using of Paragraph::highestFontInRange).
3201
3202         * paragraph.C (highestFontInRange): added a default_size parameter.
3203
3204         * text.C (getVisibleRow): minor clear row changes (still not perfect).
3205         (setHeightOfRow): reformat
3206
3207 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3208
3209         * converter.[hC] + affected files: move to (inital-char)lowercase
3210         function names.
3211
3212         * ParagraphParameters.C (ParagraphParameters): remove commented code
3213
3214         * PainterBase.[Ch]: remove commented code
3215
3216         * LaTeXFeatures.h: add "bool floats" for float.sty
3217
3218         * LaTeXFeatures.C (LaTeXFeatures): init floats
3219         (require): handle float
3220         (getPackages): do it with floats
3221
3222 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3223
3224         * BufferView_pimpl.C (Dispatch): improve handling of
3225         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
3226
3227         * commandtags.h: #include lyxfont.h here temporarily to avoid
3228         keybinding bug.
3229
3230         * bufferlist.h: include LString.h here.
3231
3232 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3233
3234         * text2.C (getStringToIndex): new method.
3235
3236 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3237
3238         * *: Reduced header file dependencies all over.
3239
3240 2001-07-30  Baruch Even  <baruch@lyx.org>
3241
3242         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
3243
3244 2001-07-29  Baruch Even  <baruch@lyx.org>
3245
3246         * buffer.C (readInset): Changed GRAPHICS to Graphics.
3247
3248 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3249
3250         * ParameterStruct.h (endif): add a default constructor to make
3251         sure that all variables is initialized.
3252
3253         * ParagraphParameters.C (ParagraphParameters): adjust
3254
3255 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3256
3257         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
3258         index; also, check that there is something to index, and that it
3259         does not span over several paragraphs.
3260         (doubleClick): use WHOLE_WORD_STRICT for double click.
3261
3262         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
3263
3264         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
3265         scheme.
3266
3267 2001-07-26  Baruch Even  <baruch@lyx.org>
3268
3269         * buffer.C (readInset): Changed to call up InsetGraphics when reading
3270         an InsetFig figure, backwards compatible reading of old figure code.
3271
3272 2001-07-27  Juergen Vigna  <jug@sad.it>
3273
3274         * text2.C: font.realize function adaption.
3275
3276         * text.C (draw): add a warnings lyxerr text if needed.
3277
3278         * layout.C: font.realize function adaption.
3279
3280         * language.C: add inherit_language and implement it's handlings
3281
3282         * bufferview_funcs.C (StyleReset): remove language parameter from
3283         font creation (should be language_inherit now).
3284
3285         * bufferparams.C (writeFile): handle ignore_language.
3286
3287         * paragraph.C (getFontSettings): the language has to be resolved
3288         otherwise we have problems in LyXFont!
3289
3290         * lyxfont.C (lyxWriteChanges): added document_language parameter
3291         (update): removed unneeded language parameter
3292
3293         * paragraph.C (validate): fixed wrong output of color-package when
3294         using interface colors for certain fonts in certain environments,
3295         which should not seen as that on the final output.
3296
3297 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3298
3299         * BufferView_pimpl.C:
3300         * Thesaurus.h:
3301         * Thesaurus.C:
3302         * Makefile.am:
3303         * commandtags.h:
3304         * LyXAction.C: add thesaurus support
3305
3306         * lyxfind.h:
3307         * lyxfind.C: add "once" parameter, for thesaurus, to not
3308           move to the next match
3309
3310 2001-07-26  Juergen Vigna  <jug@sad.it>
3311
3312         * lyxfont.C (realize): honor ignore_language too!
3313         (resolved): ditto.
3314
3315         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
3316
3317         * text.C (draw): one place more for ignore_language to not draw
3318         itself!
3319
3320 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
3321
3322         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
3323
3324 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3325
3326         * buffer.C (parseSingleLyXformat2Token): a more general fix for
3327         the minipage conversion problem.
3328
3329 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3330
3331         * buffer.C (parseSingleLyXformat2Token): check minipage if we
3332         insert an inset.
3333
3334 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3335
3336         * BufferView.h: don't forward declare WorkArea
3337
3338         * BufferView.C: don't include WorkArea.h
3339
3340 2001-07-25  André Pönitz <poenitz@gmx.net>
3341
3342         * commandtags.h:
3343         * LyXAction.C:
3344         * lyxfunc.C:  new LFUN 'math-space'
3345
3346         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
3347
3348 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3349
3350         * text2.C (toggleInset): call open/close
3351
3352 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3353
3354         * lyxfunc.C (dispatch): add debug for the disabled case
3355
3356         * font.C (buttonText): make similar to rectText
3357
3358         * buffer.C (readInset): comment out parsing of insetlist and
3359         insttheorem
3360
3361         * PainterBase.C (rectText): small correction
3362
3363         * BufferView_pimpl.C: comment out insettheorem and insetlist
3364         * LyXAction.C: ditto
3365         * commandtags.h: ditto
3366
3367 2001-07-24  Juergen Vigna  <jug@sad.it>
3368
3369         * text.C (draw): honor the ignore_language.
3370
3371         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
3372
3373 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3374
3375         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
3376         char inset.
3377
3378 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3379
3380         * lyxtext.h: remove unused (and unimplemented) methods
3381
3382 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3383
3384         * text.C (getVisibleRow): honor background color
3385
3386         * PainterBase.h:
3387         * Painter.h: remove default color argument for fillRectangle
3388
3389         * text.C (backgroundColor): new method
3390
3391 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3392
3393         * text.C (getVisibleRow): adjust
3394
3395         * font.[Ch] (rectText): new method, metrics
3396         (buttonText): new method, metrics
3397
3398         * PainterBase.[hC]: make rectText and buttonText always draw and take
3399         fewer paramteres.
3400
3401 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3402
3403         * ToolbarDefaults.C (read):
3404         * MenuBackend.C (read): allow escaping in all strings
3405
3406         * BufferView_pimpl.C (insertAndEditInset): new method.
3407         (Dispatch): use insertAndEditInset whenever appropriate.
3408
3409         * BufferView_pimpl.C (insertNote): removed
3410
3411         * BufferView_pimpl.C (smartQuote): new method, moved from
3412         BufferView; if an insetquote cannot be inserted, insert a '"'
3413         character instead.
3414
3415         * BufferView2.C: remove insertCorrectQuote();
3416
3417         * lyxfunc.C (getStatus): Add support for all remaingin
3418         inset-insert lfuns.
3419
3420         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
3421
3422         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
3423         command (necessary to pass " as parameter of self-insert.
3424
3425         * text.C (selectWordWhenUnderCursor):
3426         (selectWord): add word_location parameter
3427         (selectWordWhenUnderCursor): same + remove special code for word
3428         boundary.
3429         (selectNextWord): use kind() to guess type of insetspecialchar,
3430         not latex().
3431
3432         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
3433         (insertErtContents): create ert insets as collapsed.
3434         (readInset): better compatibility code for Info inset.
3435
3436 2001-07-20  Juergen Vigna  <jug@sad.it>
3437
3438         * lyxfunc.C (dispatch): use always LyXFind now!
3439
3440         * text2.C (init): add a reinit flag so that the LyXText can be
3441         reinited instead of deleted and reallocated (used in InsetText).
3442
3443         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
3444
3445         * text.C: ditto
3446
3447         * text2.C: ditto
3448
3449 2001-07-18  Juergen Vigna  <jug@sad.it>
3450
3451         * text.C (selectNextWord): handle insets inside inset by calling
3452         always the bv->text functions so that we can go up the_locking_inset!
3453
3454         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
3455         in strange locations when inside an inset!
3456
3457         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
3458         handling to include insets.
3459
3460         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
3461
3462 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3463
3464         * LyXAction.C (init):
3465         * commandtags.h:
3466         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
3467         LIGATURE_BREAK, since the name is so stupid.
3468
3469 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3470
3471         * buffer.C (readInset): enable reading of new InsetNotes as well as old
3472         InsetInfos.
3473
3474         * FontLoader.C: remove FORMS_H_LOCATION cruft.
3475
3476         * sp_form.[Ch]: remove.
3477
3478         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
3479
3480         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
3481         InsetInfo.
3482
3483         * src/buffer.C (readInset): ditto.
3484
3485 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3486
3487         * BufferView_pimpl.C (specialChar): new method. Obsoletes
3488         menuSeparator(), endOfSentenceDot(), ldots() and
3489         hyphenationPoint(), which are therefore removed.
3490         (Dispatch): handle LFUN_HYPHENATION_BREAK.
3491
3492         * LyXAction.C (init):
3493         * commandtags.h: add LFUN_HYPHENATION_BREAK.
3494
3495         * paragraph.C (getWord): removed.
3496
3497         * BufferView_pimpl.C (Dispatch): use last word or selection for
3498         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
3499
3500         * lyx_main.C (queryUserLyXDir): do not ask before creating
3501         user_dir, except if it has been named explicitely.
3502
3503 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3504
3505         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
3506         a document of zero size.
3507
3508 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3509
3510         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
3511         approriately in the c-tor and in require().
3512         (getPackages): output the appropriate LaTeX for natbib support.
3513
3514         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
3515         variables "use_natbib" and "use_numerical_citations" when reading the
3516         LyX file.
3517         (readInset): read the various natbib cite commands.
3518         (validate): white-space change.
3519
3520         * bufferparams.[Ch]: new variables "bool use_natbib" and
3521         "bool use_numerical_citations".
3522         (writeFile): output them in the LyX file.
3523
3524 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3525
3526         * lyxfunc.C (getStatus): add support for all the inset insertion
3527         commands.
3528
3529         * text2.C (insertInset):
3530         * paragraph.C (insetAllowed):
3531         * BufferView_pimpl.C (insertInset): update to take in account the
3532         renaming of insertInsetAllowed
3533
3534         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
3535
3536         * text2.C (getInset): new method. returns inset at cursor position.
3537
3538         * BufferView_pimpl.C (Dispatch): changes because of this.
3539
3540         * LyXAction.C (init): rename open-stuff to inset-toggle.
3541
3542         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
3543
3544         * text2.C (toggleInset): renamed from openStuff; use
3545         Inset::open().
3546
3547 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
3548
3549         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
3550
3551         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
3552
3553 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
3554
3555         * buffer.C (readLyXformat2): Add filename to the error dialog
3556
3557 2001-07-18  Juergen Vigna  <jug@sad.it>
3558
3559         * tabular.C (GetCellNumber): put an assert here instead of the check!
3560
3561 2001-07-17  Juergen Vigna  <jug@sad.it>
3562
3563         * BufferView_pimpl.C (toggleSelection): adapted too.
3564
3565         * text.C (selectNextWord): adapted for use with insets.
3566         (selectSelectedWord): ditto
3567
3568 2001-07-17  Juergen Vigna  <jug@sad.it>
3569
3570         * sp_spell.C (PSpell): fix initialitation order.
3571
3572 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3573
3574         * paragraph.C: spacing
3575
3576 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
3577
3578         * sp_spell.C: repair language selection for pspell
3579
3580 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3581
3582         * lyxfunc.h: change more methods to begin with lower char.
3583
3584 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
3585
3586         * buffer.C (parseSingleLyXformat2Token): Generate error insets
3587         for unknown layouts.
3588
3589 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
3590
3591         * buffer.C (readLyXformat2): Generate an error dialog if there are
3592         unknown layouts.
3593
3594 2001-07-16  Juergen Vigna  <jug@sad.it>
3595
3596         * sp_spell.C: always compile ISpell part.
3597
3598         * lyxrc.C: added use_pspell entry and it's handling.
3599
3600 2001-07-13  Juergen Vigna  <jug@sad.it>
3601
3602         * sp_spell.C: removed double includes.
3603
3604 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
3605
3606         Consistent use of Lsstream.h:
3607         * Lsstream.h: added using std::stringstream for consistencies sake.
3608
3609         * buffer.C: removed using std::stringstream
3610
3611         * lyxfont.C (stateText):
3612         * paragraph.C (asString):
3613         * text.C (selectNextWord, selectSelectedWord):
3614         * text2.C (setCounter):
3615         * vspace.C (asString, asLatexString):
3616         std::ostringstream -> ostringstream.
3617
3618 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3619
3620         * LyXAction.C: add LFUN_HELP_ABOUTLYX
3621         * commandtags.h: add LFUN_HELP_ABOUTLYX
3622         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
3623
3624 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
3625
3626         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
3627         cursorToggle()
3628         * lyx_gui_misc.C: remove spellchecker
3629         * lyxfunc.C: showSpellchecker
3630         * sp_base.h: added
3631         * sp_ispell.h: added
3632         * sp_pspell.h: added
3633         * sp_spell.C: added
3634         * sp_form.[Ch]: removed
3635         * spellchecker.[Ch]: removed
3636
3637 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
3638
3639         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
3640         is set.
3641         (simpleTeXSpecialChars): Simply print the input character without
3642         any special translation if pass_thru is set.
3643
3644         * layout.h: Added bool pass_thru to layout class for being able to
3645         implement pass through of a paragraph for Literate Programming.
3646
3647         * layout.C: add LT_PASS_THRU to LayoutTags enum.
3648         * layout.C (LyXLayout): set pass_thru to flase in constructor.
3649         * layout.C (Read): add "passthru" to list of layout tags and add
3650         code to set the pass_thru boolean when it is read.
3651
3652 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3653
3654         * trans_decl.h: remove allowed from KmodInfo
3655
3656         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
3657         remove allowed code
3658         (Load): adjust
3659
3660         * paragraph_pimpl.C (erase): use boost::prior
3661
3662         * Painter.C (text): use data() instead of c_str() when length is
3663         also provided.
3664         * WorkArea.C (putClipboard): ditto
3665         * font.h (width): ditto
3666
3667         * BufferView2.C: use it-> instead of (*it). for iterators
3668         * texrow.C: ditto
3669         * paragraph_pimpl.C: ditto
3670         * paragraph.C: ditto
3671         * minibuffer.C: ditto
3672         * language.C: ditto
3673         * kbmap.C: ditto
3674         * encoding.C: ditto
3675         * counters.C: ditto
3676         * converter.C: ditto
3677         * chset.C: ditto
3678         * Variables.C: ditto
3679         * TextCache.C: ditto
3680         * MenuBackend.C: ditto
3681         * LyXAction.C: ditto
3682         * LColor.C: ditto
3683         * FloatList.C: ditto
3684         * DepTable.C: ditto
3685         * ColorHandler.C (LyXColorHandler): ditto
3686
3687 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3688
3689         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
3690
3691         * text2.C (openStuff): reintroduce this method (which had been
3692         nuked in NEW_INSETS frenzy).
3693
3694         * lyxfunc.C (Dispatch): when an action has not been handled, use
3695         its name in the error message, not its number.
3696
3697         * paragraph.C (inInset): change method name to begin with lowercase.
3698
3699         * undo_funcs.C:
3700         * text2.C: updates because of this.
3701
3702 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3703
3704         * ToolbarDefaults.C (add): add spaces in error message
3705
3706 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3707
3708         * buffer.C (readLyXformat2): initialize the ert comp. variables.
3709         (readLyXformat2): rename return_par to first_par, use lyxlex's
3710         pushToken and remove the manual push handling.
3711         (parseSingleLyXformat2Token): add another ert comp. variable:
3712         in_tabular, rename return_par to first_par. handle newlines better
3713
3714 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3715
3716         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
3717
3718 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3719
3720         * text2.C (getParFromID): removed
3721
3722         * buffer.C (getParFromID): new method moved form lyxtext.
3723         * BufferView2.C (insertErrors): adjust
3724         (setCursorFromRow): adjust
3725         * BufferView_pimpl.C (restorePosition): adjust
3726         * lyxfunc.C (Dispatch): adjust
3727         * undo_funcs.C (textUndo): adjust
3728         (textRedo): adjust
3729         (textHandleUndo): adjust
3730         (textHandleUndo): adjust
3731
3732 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3733
3734         * buffer.C: up' the LYX_FORMAT
3735
3736         * lyxfont.h: turn NO_LATEX on as default
3737
3738         * buffer.C (insertErtContents): new methods of tex style compability.
3739         (parseSingleLyXformat2Token): use it several places.
3740         * tabular.C (OldFormatRead): and here
3741
3742 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3743
3744         * text2.C: remove some commented code.
3745         reindent file.
3746
3747         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
3748         * trans.C: changes because of the above.
3749
3750 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
3751
3752         * text2.C (setCounter): Fix counters bug with bibliography layout.
3753
3754 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3755
3756         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
3757         own member functions
3758         (simpleTeXSpecialChars): ditto
3759
3760 2001-07-06  Juergen Vigna  <jug@sad.it>
3761
3762         * a lot of files: changed the access to LyXText::status and the
3763         call of undo-functions.
3764
3765         * undo.[Ch]: added a inset_id to the undo informations.
3766
3767         * undo_funcs.[Ch]: added and moved here all undo functions.
3768
3769         * lyxtext.h: give the status enum a weight, made status_ a private
3770         variable and made accessor functions for it, removed the whole bunch
3771         of undo-functions as they are now in their own file, make some
3772         functions publically available. Added function ownerParagraph with
3773         int parameter.
3774
3775         * paragraph.[Ch]: added "bool same_ids" to the constructor,
3776         made InInset() a const function, added getParFromID() function.
3777
3778         * buffer.[Ch]: added const version for inset_iterator functions,
3779         added getInsetFromID() function.
3780
3781         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
3782         changed undo functions for new version.
3783
3784 2001-07-05  Juergen Vigna  <jug@sad.it>
3785
3786         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
3787         unknow mechanism does not call the proper constructor but only this
3788         one also if I request the other!?
3789
3790 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3791
3792         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
3793
3794         * text2.C (LyXText): use initialization lists.
3795
3796         * lyxtext.h (Selection): initialize set_ and mark_
3797         (init): remove method
3798
3799 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
3800
3801         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
3802
3803 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3804
3805         * screen.[Ch]: change method names to begin with lowercase
3806
3807         * BufferView_pimpl.C (updateScrollbar): simplify further and
3808         hopefully make it a bit faster.
3809
3810 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3811
3812         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
3813         calling directly xforms functions.
3814
3815         * Painter.C (Painter):
3816         * lyx_cb.C (MenuWrite):
3817         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
3818         fl_display.
3819
3820         * lyx_gui.C: remove bogus guiruntime extern declaration.
3821
3822 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3823
3824         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
3825         in NEW_INSETS
3826         (redoDrawingOfParagraph): ditto
3827         (redoParagraphs): ditto
3828         (cutSelection): don't create a object for CutAndPaste use the
3829         static method directly
3830         (pasteSelection): ditto
3831
3832         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
3833         LyXview (+ rename)
3834
3835 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3836
3837         * modifications to some other files because of this.
3838
3839         * Makefile.am (lyx_SOURCES): add XFormsView
3840
3841         * XFormsView.[Ch]: new files
3842
3843         * LyXView.[Ch]: make LyXView a base class for the gui handling for
3844         the main window. Move the gui dependent stuff to XFormsView
3845
3846 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3847
3848         * tabular.C (GetCellInset): update cur_cell also in the row/col
3849         version of this function.
3850
3851         * lyxfunc.C: no need to include figure_form.h here.
3852
3853         * FontLoader.h:
3854         * lyxfunc.h:
3855         * lyxscreen.h:
3856         * text2.C:
3857         * lyxvc.C: no need to include forms.h here.
3858
3859 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3860
3861         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
3862
3863         * lyxfunc.C (Dispatch):
3864         * Spacing.C (set):
3865         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
3866         constructor argument.
3867
3868 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3869
3870         * paragraph.C (Paragraph): dont't clear, and just set layout.
3871         (makeSameLayout): use params's copy contructor.
3872
3873         * ParagraphParameters.[Ch] (makeSame): delete method
3874
3875 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
3876
3877         * Variables.[Ch]: fix indentation, rename set to isSet
3878
3879 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3880
3881         * lyxfunc.C (Dispatch): fix typo
3882
3883 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3884
3885         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
3886         upper_bound.
3887
3888         * bufferlist.C: include assert.h for emergencyWrite().
3889
3890 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
3891
3892         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
3893           give up at last (bug #425202) !
3894
3895 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
3896
3897         * lyx_gui_misc.C:
3898         * sp_form.h:
3899         * sp_form.C:
3900         * spellchecker.h:
3901         * spellchecker.C: strip spellchecker options and bring up
3902           preferences tab instead
3903
3904 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3905
3906         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
3907         the istringstream constructor
3908
3909 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3910
3911         * paragraph.C (getLayout): fix return value
3912
3913         * paragraph.h: do not declare getLayout as inline.
3914
3915         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
3916
3917 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3918
3919         * lyxcursor.h (operator<): new func
3920         (operator>): new func
3921         (operator>=): new func
3922         (operator<=): new func
3923
3924         * text.C (changeCase): use selection.start and selection.end
3925         (changeRegionCase): require from to be <= to. Require par to be a
3926         valid paragraph.
3927
3928         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
3929
3930 2001-06-27  Juergen Vigna  <jug@sad.it>
3931
3932         * text.C (cursorLeftOneWord): changed to return the cursor and added
3933         overlay with BufferView * parameter which calls this one.
3934         (getWord): added
3935         (selectWord): use new getWord function.
3936         (changeCase): renamed from changeWordCase as and extended to work
3937         also on selections.
3938
3939         * lyxtext.h: added enum word_location
3940
3941         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
3942         changeCase as this operates now also on selections.
3943
3944 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
3945
3946         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
3947
3948         * many files: send debug output to Debug::INFO instead of
3949         Debug::ANY.
3950
3951         * converter.C (View):
3952         (Convert):
3953         (Move): send debug output to Debug::FILES instead of console.
3954
3955 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
3956
3957         * lyxfunc.C (getStatus): use func_status
3958
3959         * func_status.h: new header, describing the results of
3960         LyXFunc::getStatus;
3961
3962         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
3963         LFUN_MATH_HALIGN.
3964
3965 2001-06-25  The LyX Project  <jug@sad.it>
3966
3967         * buffer.C (sgmlOpenTag):
3968         (sgmlCloseTag):
3969         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
3970
3971 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3972
3973         * text2.C: remove some dead code
3974
3975         * tabular.C (GetCellInset): store the last cell checked (gotten)
3976
3977         * tabular.h: add the helper for the speedup
3978
3979         * lyxtext.h: remove some dead code
3980
3981 2001-06-26  The LyX Project  <Asger>
3982
3983         * paragraph.C: Change export to LaTeX of alignment to
3984         \begin{center} and family for better roundtrip work with reLyX.
3985
3986         * Tune the math drawing a bit.
3987
3988 2001-06-25  The LyX Project  <Asger>
3989
3990         * LColor.C (LColor): New color for math background. New color
3991         for buttons.
3992
3993 2001-06-25  The LyX Project  <jug@sad.it>
3994
3995         * lyxfunc.C (MenuNew): remove extra check for .lyx file
3996
3997         * lyxfunc.C (Open):
3998         * bufferlist.C (newFile): do not restrict to files ending with
3999         .lyx
4000
4001         * BufferView_pimpl.C (MenuInsertLyXFile):
4002
4003 2001-06-24  The LyX Project  <jug@sad.it>
4004
4005         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
4006         of compare_no_case
4007
4008 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4009
4010         * lyxtext.h: rename most methods to begin with a small char.
4011         Lots of changes because of this.
4012
4013         * paragraph.C (Paragraph): do not call fitToSize
4014         (erase): call Pimpl::erase
4015         (insertChar): call Pimpl::insertChar
4016         (insertInset): call Pipl::insertInset
4017         (breakParagraph): do not call fitToSize
4018         (breakParagraphConservative): do not call fitToSize
4019         (fitToSize): remove method
4020
4021         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
4022
4023 2001-06-24  The LyX Project  <Asger>
4024
4025         * Fix Qt compilation^2
4026
4027 2001-06-24  The LyX Project  <jug@sad.it>
4028
4029         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
4030         depthHook(getDepth()-1).
4031
4032         * paragraph.h:
4033         * ParagraphParameters.h:
4034         * ParameterStruct.h: change type of depth to unsigned int ==
4035         depth_type. Many adaptations to other files before of that.
4036
4037 2001-06-24  The LyX Project  <Asger>
4038
4039         * Fix Qt compilation.
4040
4041 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4042
4043         * paragraph.h: renamed several methods to begin with small letter.
4044         several changes to many parts of the code because of this.
4045
4046 2001-06-23  The LyX Project  <jug@sad.it>
4047
4048         * text2.C (InsertStringAsLines): renamed from InsertStringA;
4049         rewritten to discard all double spaces when KeepEmpty is off
4050         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
4051         to only handle newlines but not fiddle with spaces and friends.
4052
4053         * lyxfunc.C (MenuNew): when doing 'new from template', use
4054         template_path as default directory
4055
4056 2001-06-23  The LyX Project  <Asger>
4057
4058         * Clean-up of header file includes all over
4059         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
4060
4061 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4062
4063         * paragraph.h: renamed from lyxparagraph.h
4064
4065 2001-06-23  Asger  <lyx@violet.home.sad.it>
4066
4067         * Buffer.h: Removed Buffer::resize
4068         * BufferList.h: Removed BufferList::resize
4069         * LyXView.h: Added LyXView::resize. This way, we will only reflow
4070         the document lazily when we change the width, or the font settings.
4071
4072 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4073
4074         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
4075
4076 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4077
4078         * buffer.h: remove out of date comment
4079
4080 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4081
4082         * lyxscreen.h:
4083         * screen.C: fix "theoretical" GC leak
4084
4085 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4086
4087         * LaTeX.C (scanAuxFile):
4088         (deplog): remove trailing \r when reading stream (useful under
4089         win32)
4090
4091 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4092
4093         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
4094         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
4095         and BufferView::theLockingInset(Inset*), so should use them and not
4096         access bv_->text->the_locking_inset directly.
4097
4098         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
4099
4100 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4101
4102         * Makefile.am:
4103         * tex-defs.h: remove old unused file
4104
4105 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
4106
4107         * BufferView_pimpl.C: fix typo, remove minibuffer message
4108           when buffer has loaded
4109
4110 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4111
4112         * lyxfunc.C (Dispatch): use stringstream
4113         (MenuNew): use stringstream
4114         (Open): use stringstream
4115
4116         * importer.C (Import): use stringstream
4117
4118         * bufferview_funcs.C (CurrentState): use stringstream
4119
4120         * LaTeX.C (run): use stringstream
4121
4122         * BufferView_pimpl.C (savePosition): use stringstream
4123         (restorePosition): use stringstream
4124         (MenuInsertLyXFile): use stringstream
4125
4126 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
4127
4128         * BufferView.C:
4129         * Bullet.C:
4130         * ColorHandler.C:
4131         * FontInfo.C:
4132         * FontLoader.C:
4133         * LColor.C:
4134         * LaTeXFeatures.C:
4135         * Painter.C:
4136         * gettext.C:
4137         * lyx_gui_misc.C:
4138         * lyxserver.C:
4139         * vspace.C: removed // -*- C++ -*- as first line.
4140
4141         * lyxfind.h:
4142         * version.h: added // -*- C++ -*- as first line.
4143
4144 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4145
4146         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
4147
4148         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
4149         of string
4150
4151 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4152
4153         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
4154         of floats.
4155
4156 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4157
4158         * gettext.C: include LString.h even when --disable-nls is on.
4159
4160 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
4161
4162         * converter.h (Get): changed argument type from int to
4163         FormatList::size_type to avoid unnecessary conversion.
4164
4165         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
4166         before using it.
4167
4168 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4169
4170         * gettext.h: include LString.h even when --disable-nls is on.
4171
4172 2001-06-07  Juergen Vigna  <jug@sad.it>
4173
4174         * text.C (BreakAgain): subst spaces with tabs.
4175
4176         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
4177         (resizeInsetsLyXText): set force on resizeLyXText.
4178
4179 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4180
4181         * gettext.h (gettext_init):
4182         (locale_init): use a real definition instead of a macro
4183
4184 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4185
4186         * Bufferview_pimpl.C:
4187         * LColor.h:
4188         * LColor.C: further lcolor tidies
4189
4190 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4191
4192         * BufferView_pimpl.C (updateScrollbar): simplify.
4193
4194         * BufferView2.C: don't include insets/insetinfo.h, change
4195         prototype for insertInset and call the Pimpl version. let
4196         updateInset call Pimpl version.
4197
4198         * BufferView.h: move inset_slept to BufferView::Pimpl, move
4199         gotoInset to BufferView::Pimpl
4200
4201 2001-06-01  Juergen Vigna  <jug@sad.it>
4202
4203         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
4204         inside a LockingInset (is the update needed at all?).
4205
4206 2001-05-31  Juergen Vigna  <jug@sad.it>
4207
4208         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
4209         here not the old one otherwise how should we compare it afterwards
4210         if it's the same!
4211
4212 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4213
4214         * lyxfont.C:
4215         * tabular.C:
4216         * tabular-old.C:
4217         * FontInfo.C: bring C functions into global namespace when
4218         necessary
4219
4220 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4221
4222         * LString.h: make sure config.h has been loaded before LString.h.
4223
4224         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
4225         (one for each char read by EatLine!).
4226
4227         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
4228         variables.
4229
4230 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4231
4232         * paragraph.C (BreakParagraph): set the inset_owner in the new par
4233         to the same as the par we break from
4234
4235 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4236
4237         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
4238
4239         * MenuBackend.C (expand): also create menu entries for wide
4240         versions of the floats.
4241
4242         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
4243
4244         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
4245
4246         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
4247         frontends/Makefile.am
4248
4249         * text2.C: adjust
4250         * text.C: adjust
4251
4252
4253         * tabular.C (getTokenValue): add std::
4254
4255         * tabular-old.C (getTokenValue): add std::
4256         (getTokenValue): ditto
4257         (getTokenValue): ditto
4258
4259         * screen.C (ToggleSelection): adjust
4260
4261         * lyxtext.h: put selection cursors inside a Selection struct.
4262
4263         * lyxfunc.C (moveCursorUpdate): adjust
4264
4265         * lyxfont.C (latexWriteStartChanges): add std::
4266
4267         * lyxfind.C: adjust
4268
4269         * font.h: delete with(char const *, LyXFont const &)
4270
4271         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
4272
4273         * FontInfo.C (getFontname): add std::
4274
4275         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4276         (workAreaButtonPress): adjust
4277         (tripleClick): adjust
4278         (update): adjust
4279         (moveCursorUpdate): adjust
4280         (Dispatch): adjust
4281
4282         * BufferView2.C (gotoInset): adjust
4283
4284 2001-05-30  Juergen Vigna  <jug@sad.it>
4285
4286         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
4287         to check pspell I add this as default as I now have new pspell
4288         libraries and they seem to use this.
4289
4290 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4291
4292         * text2.C (CutSelection): make the cursor valid before the call to
4293         ClearSelection.
4294
4295 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4296
4297         * kbsequence.C (parse): de-uglify a bit the parsing code, which
4298         relied on 0 terminated strings and other horrors. Bug found due to
4299         the new assert in lyxstring!
4300
4301         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
4302         KP_ keys.
4303
4304 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4305
4306         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
4307         to latinkeys.bind.
4308
4309         * lyxfunc.C (processKeySym): change method of getting to the
4310         self-insert char.
4311
4312         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
4313         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
4314         * BufferView_pimpl.[Ch]: here as private methods.
4315
4316 2001-05-28  Juergen Vigna  <jug@sad.it>
4317
4318         * text.C (SetHeightOfRow): added the update() call again as it is
4319         needed to initialize inset dimensions!
4320
4321 2001-05-16  Juergen Vigna  <jug@sad.it>
4322
4323         * text2.C (SetCharFont): Add new function with BufferView * and
4324         bool toggleall parameters for setting insets internal fonts.
4325         (SetFont): Freeze the undo as we may change fonts in Insets and
4326         all this change should be inside only one Undo!
4327
4328         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
4329         setting font's in insets as for them we have the SetFont function!
4330
4331 2001-05-15  Juergen Vigna  <jug@sad.it>
4332
4333         * text2.C (ClearSelection): to be sure we REALLY don't have any
4334         selection anymore!
4335
4336         * tabular.C (TeXCellPreamble): fixed the left border problem for
4337         multicolumn cells.
4338
4339 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4340
4341         * LaTeX.C (deplog): Make sure that the main .tex file is in the
4342         dependancy file
4343
4344 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4345
4346         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
4347         LFUN_BREAKPARAGRAPH.
4348
4349         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
4350         help test to "internal only", similar for LFUN_INSERT_URL
4351
4352         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
4353         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
4354         auto_region_delete and deadkeys.
4355
4356 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
4357
4358         * LColor.h:
4359         * LColor.C: remove some dead entries, tidy a little
4360
4361 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4362
4363         * lyxfunc.C (processKeySym): comment the Escape handling, remove
4364         commented code.
4365         (Dispatch): implement LFUN_ESCAPE
4366
4367         * commandtags.h: add LFUN_ESCAPE
4368
4369         * LyXAction.C (init): add entry for LFUN_ESCAPE
4370
4371         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
4372         Remove commented code.
4373         (insertNote): moved here
4374         (open_new_inset): moved here
4375
4376         * BufferView[2].[Ch]: move insertNote and open_new_inset to
4377         BufferView_pimpl
4378
4379 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4380
4381         * kbmap.C (findbinding): clean it up and make it work correctly.
4382
4383         * lyx_main.C (init): do not pass argc and argv as parameters
4384
4385 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
4386
4387         * buffer.C: fix path for OS/2 & Win32
4388
4389         * lyx_gui.C:
4390         * lyx_main:
4391         * lyx_main.C: Added os:: class.
4392
4393         * os2_defines.h: update
4394
4395 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4396
4397         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
4398         better by trying again with reduced state.
4399
4400 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4401
4402         * lyxrc.C (read): print error about invalid key sequence only when
4403         debugging (because not all latinX keysyms are known to some X
4404         servers)
4405
4406         * kbsequence.C (getiso): add a few std:: qualifiers
4407         (getiso): comment out extra return statement.
4408
4409 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4410
4411         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
4412         handling.
4413         (Dispatch): enhance the accent inset a bit. (not perfect)
4414
4415 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4416
4417         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
4418
4419 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4420
4421         * bufferlist.C (emergencyWrite): fix assert() call
4422
4423 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
4424
4425         * text.C (InsertChar): Added trivial patch to only send the "you
4426         can not do multiple spaces this way" message once during a
4427         session.
4428
4429 2001-05-08  Baruch Even  <baruch@lyx.org>
4430
4431         * Makefile.am: Changed order of libraries to get LyX to link properly
4432         with the gnome frontend.
4433
4434 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4435
4436         * LaTeXFeatures.h: add a std:: qualifier
4437
4438 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4439
4440         * paragraph.C (String): use stringstream
4441
4442 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4443
4444         * paragraph.C (writeFile): remove footflag arg
4445
4446         * buffer.C (makeLaTeXFile): use stringstream
4447         (latexParagraphs): remove footnot gurba
4448
4449         * LaTeXFeatures.C (getPackages): use stringstream
4450         (getMacros): likewise
4451         (getTClassPreamble): likewise
4452         (getFloatDefinitions): new method
4453
4454         * paragraph.C (writeFile): reindent
4455         (Erase): reindent
4456
4457         * WorkArea.h: revert the xpos + etc changes.
4458
4459         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
4460
4461         * lyxparagraph.[Ch]: add copy constructor, remove Clone
4462
4463         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
4464         (pasteSelection): likewise
4465         * text2.C (CreateUndo): likewise
4466
4467 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4468
4469         * minibuffer.C (peek_event): temporarily reduce the functionality
4470         of the minibuffer (to allow args on lfuns)
4471
4472         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
4473         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
4474
4475         * buffer.C (readInset): add compability reading of old float
4476         lists, add reading of new style float list.
4477         (readInset): avoid reevaluation of inscmd.getCmdName()
4478         (getLists): reindent
4479
4480         * MenuBackend.C (MenuItem): implement parsing of
4481         md_floatlistinsert and md_floatinsert.
4482         (expand::LastFiles): move initalizaton of iterators out of loop,
4483         avoid reevaluation.
4484         (expand::Documents): introduce typdedef vector<string> Strings,
4485         and use it.
4486         (expand::ExportFormats): introduce typedef vector<Format const *>
4487         Formats, and use it.
4488         (expand): implement FloatListInsert and FloatInsert.
4489
4490         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
4491         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
4492         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
4493
4494         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
4495         handling.
4496         (Dispatch::LFUN_FLOAT_LIST): implement
4497
4498 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
4499
4500         * LaTeX.C (run): Fix problem with --export code.
4501
4502 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
4503
4504         * BufferView.[Ch] (workarea): removed.
4505         (getClipboard) new method; wrapper for workarea()->getClipboard()
4506
4507         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
4508         bug.
4509
4510         * WorkArea.h (width, height, xpos, ypos): These methods all
4511         returned the dimensions of the work_area sub-area of WorkArea,
4512         resulting in a position error if the WorkArea were resized. Now
4513         return the dimensions of the entire WorkArea.
4514
4515         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
4516
4517 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4518
4519         * LaTeX.C (deplog): correct the syntax of regex reg1
4520
4521 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4522
4523         * undo.C: remove !NEW_INSETS cruft
4524
4525 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4526
4527         * text2.C: remove !NEW_INSETS cruft
4528
4529         * text.C: remove !NEW_INSETS cruft
4530
4531         * tabular.C: remove !NEW_INSETS cruft
4532
4533         * spellchecker.C: remove !NEW_INSETS cruft
4534
4535         * lyxtext.h: remove !NEW_INSETS cruft
4536
4537         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
4538
4539         * lyxfunc.C: remove !NEW_INSETS cruft
4540
4541         * lyxfind.C: remove !NEW_INSETS cruft
4542
4543         * lyx_cb.C: remove !NEW_INSETS cruft
4544
4545         * figureForm.C: remove  !NEW_INSETS cruft
4546
4547         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
4548
4549         * buffer.[Ch]: remove !NEW_INSETS cruft
4550
4551         * ToolbarDefaults.C: remove !NEW_INSETS cruft
4552
4553         * CutAndPaste.C: remove !NEW_INSETS cruft
4554
4555         * BufferView_pimpl.C: remove !NEW_INSETS cruft
4556
4557         * BufferView2.C: remove !NEW_INSETS cruft
4558
4559         * BufferView.h: remove !NEW_INSETS cruft
4560
4561 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4562
4563         * Lsstream.h: include LString.h before the sstream headers to
4564         fix problem with gcc 2.95.3 and lyxstring
4565
4566 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4567
4568         * lyx_main.C: add using directives when needed for C functions
4569         declared in std:: namespace.
4570
4571 2001-04-27  Juergen Vigna  <jug@sad.it>
4572
4573         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
4574         (SetHeightOfRow): comment out the update call should not be needed!
4575
4576 2001-04-13  Juergen Vigna  <jug@sad.it>
4577
4578         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
4579         (LyXTabular): tried to minimize operator= operations (and realized
4580         hopfully Lars wish).
4581
4582 2001-04-27  Juergen Vigna  <jug@sad.it>
4583
4584         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
4585
4586 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4587
4588         * lyxfunc.C (Dispatch): hack to make listof algorithm work
4589
4590         * buffer.C (readInset): hack to make listof algorithm work
4591
4592         * BufferView_pimpl.C: hack to make listof algorithm work
4593
4594 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4595
4596         * LyXAction.C: removed all !NEW_INSETS cruft
4597         (init): moved lfun_item in method
4598
4599         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
4600
4601 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
4602
4603         * BufferView2.C (theLockingInset): white space.
4604
4605 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4606
4607         * minibuffer.C: include <iostream>
4608
4609         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
4610
4611         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
4612
4613         * commandtags.h: add LFUN_TRANSPOSE_CHARS
4614
4615         * text.[Ch] (TransposeChars): new method
4616
4617 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4618
4619         * call message directly through LyXView instead of through LyXFunc
4620         * BufferView2.C: adjust
4621         * BufferView_pimpl.C: adjust
4622         * FontLoader.C: adjust
4623         * buffer.C: adjust
4624         * bufferview_funcs.C: adjust
4625         * converter.C: adjust
4626         * figureForm.C: adjust
4627         * importer.C: adjust
4628         * lyx_cb.C: adjust
4629         * lyx_gui_misc.C: adjust
4630         * lyxfunc.C: adjust
4631         * lyxvc.C: adjust
4632         * text2.C: adjust
4633         + more files in subdirs
4634
4635         * lyxparagraph.h (size): move up int file
4636         (GetLayout): ditto
4637
4638         * adjust all uses of Assert to lyx::Assert.
4639
4640         * BufferView2.C (ChangeCitationsIfUnique): adjust for
4641         lyxfunctional in namespace lyx
4642         * layout.C (hasLayout): ditto
4643         (GetLayout): ditto
4644         (GetLayout): ditto
4645         (delete_layout): ditto
4646         (NumberOfClass): ditto
4647         * converter.C (GetFormat): ditto
4648         (GetNumber): ditto
4649         (Add): ditto
4650         (Delete): ditto
4651         (SetViewer): ditto
4652         * bufferlist.C (getFileNames): ditto
4653         (emergencyWriteAll): ditto
4654         (exists): ditto
4655         (getBuffer): ditto
4656         * MenuBackend.C (hasSubmenu): ditto
4657         (hasMenu): ditto
4658         (getMenu): ditto
4659         * BufferView_pimpl.C (getInsetByCode): ditto
4660
4661 2001-04-18  Juergen Vigna  <jug@sad.it>
4662
4663         * vspace.C (asLatexString): fixed the 100% problem.
4664
4665 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4666
4667         * lyxfunc.C (Dispatch):
4668         * minibuffer.C:
4669         * minibuffer.h: add a few std:: qualifiers
4670
4671 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4672
4673         * minibuffer.[Ch]: reimplement so that commands is initiated and
4674         run from lyxfunc, simplified som handling, and made the completion
4675         and history code for complete. wip.
4676
4677         * lyxfunc.C (processKeySym): call message
4678         (miniDispatch): new temporary method
4679         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
4680         (LFUN_MESSAGE): implement
4681         (LFUN_MESSAGE_PUSH): implement
4682         (LFUN_MESSAGE_POP): implement
4683         (initMiniBuffer): the initial/defualt minibuffer message.
4684
4685         * lyxfont.[Ch]: inline some more getters
4686
4687         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
4688
4689         * lyx_gui_misc.[Ch] (WriteStatus): remove method
4690
4691         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
4692         (AutoSave): use LFUN_MESSAGE
4693         (Reconfigure): ditto
4694
4695         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
4696
4697         * figureForm.C: use LFUN_MESSAGE
4698
4699         * converter.C (runLaTeX): use LFUN_MESSAGE
4700
4701         * bufferview_funcs.C: use LFUN_MESSAGE
4702         (Melt): ditto
4703         (changeDepth): ditto
4704
4705         * bufferparams.h: use boost::
4706
4707         * bufferlist.h: inherit privately from noncopyable
4708
4709         * bufferlist.C (loadLyXFile): remove some commented code.
4710
4711         * buffer.C (runChktex): use LFUN_MESSAGE
4712
4713         * ShareContainer.h: inherit privately from noncopyable
4714
4715         * ParagraphParameters.[hC] (depth): inline it.
4716
4717         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
4718         methods.
4719         (message): new method
4720         (messagePush): ditto
4721         (messagePop): ditto
4722         (show): init minibuffer
4723         (showState): direct call
4724
4725         * LaTeX.[Ch]: inherit privately from noncopyable
4726         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
4727         instead of WriteStatus.
4728
4729         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
4730
4731         * BufferView_pimpl.C (buffer): don't init minibuffer
4732         (workAreaButtonPress): use LFUN_MESSAGE
4733         (workAreaButtonRelease): ditto
4734         (savePosition): ditto
4735         (restorePosition): ditto
4736         (MenuInsertLyXFile): ditto
4737         (workAreaExpose): don't init minibuffer
4738         (update): remove commented code, simplify
4739
4740         * BufferView2.C (openStuff): use LFUN_MESSAGE
4741         (toggleFloat): ditto
4742         (menuUndo): ditto
4743         (menuRedo): ditto
4744         (copyEnvironment): ditto
4745         (pasteEnvironment): ditto
4746         (copy): ditto
4747         (cut): ditto
4748         (paste): ditto
4749         (gotoInset): ditto
4750         (updateInset): remove some commented code
4751
4752         * lastfiles.h: inherit privately from noncopyable
4753         * layout.h: ditto
4754         * lyx_gui.h: ditto
4755         * lyx_main.h: ditto
4756         * lyxlex.h: ditto
4757         * lyxlex_pimpl.h: ditto
4758
4759         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
4760         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
4761         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
4762
4763         * LyXAction.h: inherit privately from noncopyable, add methods
4764         func_begin, func_end, returning iterators to the func map.
4765
4766         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
4767         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
4768         (func_begin): new method
4769         (func_end): new method
4770
4771         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
4772         and not)
4773         (copySelection): ditto
4774         (pasteSelection): ditto
4775
4776         * BufferView.C: whitespace change
4777         * BufferView.h: inherit privately from noncopyable
4778
4779 2001-04-16  Allan Rae  <rae@lyx.org>
4780
4781         * tabular-old.C (l_getline):
4782         * spellchecker.C (sc_check_word):
4783         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
4784         an unrecognised preprocessor directive.  So ensure they're wrapped.
4785
4786 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
4787
4788         * src/exporter.C (Export): Give an error message when path to file
4789         contains spaces.
4790
4791 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
4792
4793         * LaTeX.C (deplog): Always check that foundfile exists.
4794
4795 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4796
4797         * lyx_main.h:
4798         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
4799
4800 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4801
4802         * tabular.[Ch] (getLabelList): implement new method
4803
4804         * minibuffer.h: comment ouf setTiimer
4805
4806         * minibuffer.C (ExecutingCB): constify res
4807         (peek_event): constify s
4808         (Set): constify ntext
4809         (Init): constify nicename
4810
4811         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
4812
4813         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
4814         (savePosition): use two params to Minibuffer::Set
4815         (restorePosition): ditto
4816
4817 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4818
4819         * lyx_main.C: include language.h
4820
4821         * Makefile.am (lyx_main.o): add language.h
4822
4823 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4824
4825         * exporter.C:
4826         * paragraph.C:
4827         * screen.C:
4828         * tabular.C:
4829         * CutAndPaste.C: include gettext.h
4830
4831         * lyxfont.h: remove old hack with ON and OFF.
4832
4833         * lyxparagraph.h:
4834         * lyxfont.h: do not include language.h...
4835
4836         * BufferView2.C:
4837         * LaTeXFeatures.C:
4838         * Painter.C:
4839         * bufferview_funcs.C:
4840         * font.C:
4841         * lyxfont.C:
4842         * text.C:
4843         * text2.C:
4844         * trans_mgr.C:
4845         * paragraph.C: ... but do it here instead
4846
4847 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4848
4849         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
4850
4851         * tabular.C: small reformat
4852
4853         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
4854         NEW_INSETS version
4855         (GetChar): ditto
4856         (BreakParagraph): ditto
4857         (SetOnlyLayout): ditto
4858         (SetLayout): ditto
4859
4860         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
4861         with one arg less.
4862
4863         * lastfiles.C: removed most using decl, add std:: where needed
4864
4865         * buffer.C: ws changes
4866
4867         * MenuBackend.C (class compare_format): put into anon namespace
4868         (expand): constify label, names, action, action2
4869         (expand):
4870
4871         * text.C (SingleWidth): constify font
4872         (IsBoundary): constify rtl2
4873         (GetVisibleRow): constify ww
4874
4875         * LaTeX.C (deplog): constify logfile
4876
4877         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
4878         start_x, end_x
4879         (workAreaExpose): constify widthChange, heightChange
4880
4881         * lyxrow.C (par): moved
4882         (height): moved
4883         (next): moved
4884         * lyxrow.h: as inlines here
4885
4886         * lyxfont.h (shape): moved from lyxfont.C
4887         (emph): moved from lyxfont.C
4888
4889         * lyxfont.C (LyXFont): use initialization list for all
4890         constructors
4891         (shape): move to lyxfont.h as inline
4892         (emph): move to lyxfont.h as inline
4893
4894
4895 2001-04-04  Juergen Vigna  <jug@sad.it>
4896
4897         * vspace.C: had to include stdio.h for use of sscanf
4898
4899 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
4900
4901         * BufferView.h:
4902         * BufferView_pimpl.h: remove xforms cruft. Both classes are
4903         independent of xforms.
4904
4905 2001-04-02  Juergen Vigna  <jug@sad.it>
4906
4907         * spellchecker.C: fixed namespace placing!
4908
4909 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
4910
4911         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
4912         the LyXParagraph * is 0.
4913
4914 2001-03-29  Juergen Vigna  <jug@sad.it>
4915
4916         * vspace.C: added support for %, c%, p%, l%.
4917         (stringFromUnit): added helper function.
4918         (asLatexString): changed to give right results for the %-values.
4919
4920         * buffer.C: convert the widthp in a width%.
4921
4922 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
4923
4924         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
4925         figureForm.[Ch].
4926
4927         * figureForm.[Ch]: stripped the FD_from_figure manipulation
4928         code out of lux_cb.[Ch], ready for its (imminent?) removal.
4929
4930         * lyx_cb.[Ch]: see above.
4931
4932         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
4933         form1.[Ch].
4934
4935         * form1.[Ch]:
4936         * lyx.[Ch]: replaced by figure_form.[Ch].
4937
4938         * lyx_gui.C:
4939         * lyx_gui_misc.C:
4940         * lyxfunc.C: changed headers associated with above changes.
4941
4942 2001-03-27  Juergen Vigna  <jug@sad.it>
4943
4944         * BufferView_pimpl.C: set the temporary cursor right!
4945
4946 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4947
4948         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
4949
4950 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4951
4952         * LString.h: removed "using std::getline"!
4953
4954         * BufferView_pimpl.C (Dispatch): changes due to changes in
4955         InsetInclude::Params.
4956
4957         * buffer.C (tag_name): removed redundant break statements as they were
4958         producing lots of warnings with my compiler.
4959
4960 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4961
4962         * LString.h: add "using std::getline" when using the real <string>.
4963
4964 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
4965
4966         * buffer.C: removed bitset usage.
4967         PAR_TAG moved to an anonymous name space.
4968         (tag_name): new funtion, also in the anonymous namespace.
4969         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
4970         (makeDocBookFile): clean code. Completed transition from string arrays
4971         to string vectors.
4972         (SimpleDocBookOnePar): code clean.
4973
4974 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4975
4976         * tabular.C: add some comments.
4977
4978 2001-03-22  Juergen Vigna  <jug@sad.it>
4979
4980         * buffer.C (parseSingleLyXformat2Token): redone the minipage
4981         compatibility read a bit and fixed bug with minipage in different
4982         depth.
4983
4984 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
4985
4986         * buffer.C (pop_tag): removed.
4987         (push_tag): removed.
4988         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
4989         array replaced with vector. Added support for CDATA sections.
4990         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
4991         at any nest level.
4992         (makeDocBookFile): XML conformant declaration of CDATA section,
4993         fixed bug related to <emphasis> in the first paragraph char.
4994         (sgmlOpenTag): exclude empty tags.
4995         (sgmlCloseTag): ditto.
4996
4997         * buffer.h (pop_tag): removed.
4998         (push_tag): removed.
4999
5000 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5001
5002         * language.h (Languages): added size_type and size().
5003
5004 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5005
5006         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
5007         response on compability reading of minipages. One probliem is that
5008         the old usage of minipages was «flertydig»
5009
5010         * several files here and in subdirs: don't use static at file
5011         scope use anon namespaces instead.
5012
5013 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
5014
5015         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
5016         LaTeX output. This is necessary for Literate document
5017         processing.
5018
5019 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5020
5021         * buffer.C: insert hfill when needed.
5022
5023         * tabular.C (l_getline): use string::erase, small whitespace change.
5024
5025         * BufferView_pimpl.C: try the anon namespace.
5026         * WorkArea.C: ditto
5027
5028 2001-03-16  Juergen Vigna  <jug@sad.it>
5029
5030         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
5031         otherwise it won't open options-dialogs.
5032
5033         * buffer.C: honor pextraWidth(p) on converting minipages.
5034
5035         * tabular.C (l_getline): changed the functions to strip trailing \r.
5036
5037 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
5038
5039         * BufferView_pimpl.C:
5040         * minibuffer..C: added "using SigC::slot" declaration.
5041
5042 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5043
5044         * lyxlex_pimpl.h: noncopyable is in namespace boost.
5045
5046         * text2.C: ditto
5047
5048         * text.C: ditto
5049
5050         * paragraph.C: ditto
5051
5052         * lyxtext.h: NO_PEXTRA
5053
5054         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
5055
5056         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
5057         * ParameterStruct.h: ditto
5058         * ParagraphParameters.h: ditto
5059         * lyxparagraph.h: ditto
5060
5061 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5062
5063         * buffer.C: add compability for minipage alignment.
5064         (latexParagraphs): remove unwanted pextra check.
5065
5066         * several files: remove CXX_WORKING_NAMESPACES
5067
5068         * buffer.C (pop_tag): tie is in namespace boost
5069
5070         * BufferView.h: noncopyable is in namespace boost
5071         * lyxlex.h: ditto
5072         * lyx_main.h: ditto
5073         * lyx_gui.h: ditto
5074         * layout.h: ditto
5075         * lastfiles.h: ditto
5076         * bufferlist.h: ditto
5077         * ShareContainer.h: ditto
5078         * LyXView.h: ditto
5079         * LyXAction.h: ditto
5080         * LaTeX.h: ditto
5081
5082 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5083
5084         * Merging changes from BRANCH_MVC back into HEAD.
5085
5086         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
5087
5088 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
5089
5090         * BufferView_pimpl.C: change from intl.C
5091
5092         * combox.h:
5093         * combox.C:
5094         * Makefile.am: move combox.*
5095
5096         * form1.h:
5097         * form1.C:
5098         * lyx_gui.C:
5099         * intl.h:
5100         * intl.C: remove dialog (covered by prefs)
5101
5102 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5103
5104         * lyxfunc.C (Dispatch): removed redundant break statement.
5105
5106 2001-03-14  Juergen Vigna  <jug@sad.it>
5107
5108         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
5109
5110 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5111
5112         * buffer.C: add hack to fix compability reading of minipages.
5113
5114 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
5115
5116         * buffer.C (getLists): Cleanup.
5117
5118 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5119
5120         * lyxfont.C (update): don't honor toggleall on font size.
5121
5122 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
5123
5124         * bmtable.c:
5125         * bmtable.h:
5126         * Makefile.am: moved to frontends/xforms/
5127
5128         * lyx_gui_misc.C:
5129         * lyxfunc.C:
5130         * BufferView_pimpl.C: changes for moved mathpanel
5131
5132 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5133
5134         * gettext.h: fix gettext_init() in --disable-nls
5135
5136 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5137
5138         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
5139
5140 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
5141
5142         * lyx.C:
5143         * lyx.h: strip external form
5144
5145 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5146
5147         * BufferView_pimpl.C: add comment, destroySplash()
5148
5149 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5150
5151         * BufferView_pimpl.C:
5152         * LyXAction.C:
5153         * buffer.C:
5154         * commandtags.h:
5155         * lyxfunc.C: use re-worked insetinclude
5156
5157 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5158
5159         * buffer.C: add using std::stringstream.
5160
5161         * lyx_cb.C: readd using std::ios.
5162
5163         * buffer.C: add using std::map.
5164
5165         * BufferView_pimpl.C: add using std::vector.
5166
5167         * ShareContainer.h: add std:: to swap.
5168
5169         * buffer.h: add some typedefs
5170         * buffer.C (getLists): use them
5171         (getLists): renamed from getTocList.
5172         add a counter for the different float types and use it in the
5173         generated string.
5174         (getLists): use the same counter for the NEW_INSETS and the "non"
5175         NEW_INSETS
5176
5177         * lyx_cb.h: remove unused items, includes, using etc.
5178
5179         * ShareContainer.h: remove some commented code, add more comments
5180         and "documentation".
5181
5182 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5183
5184         * buffer.C (getTocList): make the list also when NEW_INSETS is
5185         defined.
5186
5187         * buffer.h: remove TocType
5188
5189         * buffer.C (getTocList): change to return a map<string,
5190         vector<TocItem> >, implement for dynamic number of list.
5191
5192         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
5193         * text2.C (PasteSelection): adjust
5194         * CutAndPaste.C (pasteSelection): adjust
5195
5196         * FloatList.C (FloatList): update from the new_insets branch.
5197         * Floating.[Ch]: ditto
5198         * LaTeXFeatures.C: ditto
5199         * buffer.C: ditto
5200         * lyxlex_pimpl.C: ditto
5201
5202         * paragraph.C (Last): remove when NEW_INSETS is defined.
5203
5204         * other file: changes because of the above.
5205
5206 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5207
5208         * lyxparagraph.h: rename next to next_, previous to previous_,
5209         make them private for NEW_INSETS. Rename Next() to next(),
5210         Previous() to previous().
5211
5212         * other files: changes because of the above.
5213
5214 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
5215
5216         * BufferView.h:
5217         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
5218         problem.
5219
5220 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5221
5222         * main.C (main): pass lyx_localedir to gettext_init().
5223
5224         * gettext.h: remove locale_init and gettext_init macros
5225
5226         * gettext.C (locale_init): new function
5227         (gettext_init): new function
5228
5229         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
5230         setlocale().
5231
5232 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
5233
5234         * Moved credits to frontends:
5235         * credits.[Ch]: removed
5236         * credits_form.[Ch]: removed
5237         * lyx_gui_misc.C: remove credits stuff
5238         * Makefile.am:
5239
5240 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5241
5242         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
5243
5244         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
5245         unneeded destructor.
5246
5247         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
5248         a standalone pointer again.
5249
5250         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
5251
5252 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
5253
5254         * Makefile.am:
5255         * filedlg.h:
5256         * filedlg.C:
5257         * LyXAction.C:
5258         * ToolbarDefaults.C:
5259         * bufferlist.C:
5260         * commandtags.h:
5261         * form1.C:
5262         * form1.h:
5263         * lyx_cb.C:
5264         * lyx_cb.h:
5265         * lyxfunc.h:
5266         * lyxfunc.C:
5267         * BufferView_pimpl.C: use new file dialog in GUII
5268
5269         * lyx_cb.h:
5270         * lyx_cb.C: remove LayoutsCB to Toolbar
5271
5272 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5273
5274         * ShareContainer.h (get): add std:: qualifier
5275
5276 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5277
5278         * ShareContainer.h: define a proper ShareContainer::value_type
5279         type (and use typename to please compaq cxx)
5280
5281 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5282
5283         * lyxparagraph.h: move serveral local vars to
5284         ParameterStruct/ParagraphParameters., use ShareContainer in
5285         FontTable., make vars in FontTable private and add getter and
5286         setter.
5287
5288         * paragraph.C: changes because of the above.
5289
5290         * lyxfont.h: remove copy constructor and copy assignment. (the
5291         default ones is ok), move number inside FontBits. move inlines to
5292         lyxfont.C
5293
5294         * lyxfont.C: add number to initializaton of statics, move several
5295         inlines here. constify several local vars. some whitespace
5296         cleanup. Dont hide outerscope variables.
5297
5298         * Spacing.h: add two new constructors to match the set methods.
5299
5300         * ShareContainer.h: new file, will perhaps be moved to support
5301
5302         * ParameterStruct.h: new file
5303
5304         * ParagraphParameters.h: new file
5305
5306         * ParagraphParameters.C: new file
5307
5308         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
5309         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
5310
5311         * BufferView_pimpl.C: ParagraphParameter changes.
5312         * buffer.C: Likewise.
5313         * bufferview_funcs.C: Likewise.
5314         * text.C: Likewise.
5315         * text2.C: Likewise.
5316
5317 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5318
5319         * lyxfind.C (LyXReplace): do not redefine default argument in
5320         implementation.
5321         (IsStringInText): ditto
5322         (SearchForward): ditto
5323         (SearchBackward): ditto
5324
5325 2001-03-06  Juergen Vigna  <jug@sad.it>
5326
5327         * lyxfind.C (IsStringInText): put parentes around expressions.
5328
5329 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
5330
5331         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
5332
5333 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
5334
5335         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
5336
5337         * stl_string_fwd.h: add comment
5338
5339         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
5340
5341         * tabular.h:
5342         * tabular.C: remove unused DocBook methods
5343
5344         * intl.C:
5345         * language.C:
5346         * paragraph.C:
5347         * buffer.C:
5348         killed DO_USE_DEFAULT_LANGUAGE
5349
5350 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5351
5352         * lyx_gui.C: do not include language.h.
5353
5354         * bufferview_funcs.C (ToggleAndShow): do not provide optional
5355         arguments in function implementation.
5356
5357 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5358
5359         * BufferView_pimpl.C: add <ctime>
5360
5361 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5362
5363         * BufferView_pimpl.C: add using std::find_if
5364
5365 2001-02-27  José Matos  <jamatos@fep.up.pt>
5366
5367         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
5368         by OnlyPath.
5369
5370 2001-02-11  José Matos  <jamatos@fep.up.pt>
5371
5372         * buffer.C (makeDocBookFile): command styles now have a parameter as
5373         "title" by default.
5374
5375 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
5376
5377         * layout_forms.[Ch]: removed
5378         * lyx_cb.[Ch]: out character
5379         * lyx_gui.C: out character
5380         * lyx_gui_misc.C: out character
5381         * bufferview_funcs.C: : out character,
5382         added toggleall as parameter in ToggleAndShow
5383
5384 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
5385
5386         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
5387
5388         * text2.C (SetCurrentFont): Disable number property at boundary.
5389
5390 2001-02-26  Juergen Vigna  <jug@sad.it>
5391
5392         * lyxfunc.C (getStatus): added a string argument override function so
5393         that this is correctly called from LyXFunc::Dispatch if it contains a
5394         do_not_use_argument which is used!
5395         (Dispatch): added check for "custom" export and call appropriate func.
5396
5397 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
5398
5399         * lyxrc.C: Add language_command_local, language_use_babel and
5400         language_global_options.
5401
5402         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
5403
5404         * buffer.C (makeLaTeXFile): Use language_use_babel and
5405         language_global_options.
5406
5407 2001-02-23  Juergen Vigna  <jug@sad.it>
5408
5409         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
5410         which works with LyXText and putted it inside BufferView. Here now we
5411         only call for that part the BufferView::Dispatch() function.
5412
5413         * BufferView.C (Dispatch): added.
5414
5415         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
5416         functions which needs to use a LyXText over from LyXFunc.
5417         (MenuInsertLyXFile): added
5418         (getInsetByCode): added
5419         (moveCursorUpdate): added
5420         (static TEXT): added
5421
5422 2001-02-22  Juergen Vigna  <jug@sad.it>
5423
5424         * BufferView_pimpl.C (update): call a status update to see if LyXText
5425         needs it.
5426
5427 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5428
5429         * vc-backend.C (revert): implement for CVS
5430         (getLog): implement for CVS
5431
5432 2001-02-20  Juergen Vigna  <jug@sad.it>
5433
5434         * text2.C (ClearSelection): added BufferView param for inset_owner call
5435
5436         * lyxfunc.C (TEXT): added this function and use it instead of
5437         directly owner->view()-text of getLyXText().
5438
5439 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
5440
5441         * src/layout_forms.C: out preamble
5442         * src/layout_forms.h: out preamble
5443         * src/lyx_cb.C: out preamble
5444         * src/lyx_cb.h: out preamble
5445         * src/lyx_gui.C: out preamble
5446         * src/lyx_gui_misc.C: out preamble
5447         * src/lyxfunc.C: connect with guii preamble
5448
5449 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5450
5451         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
5452
5453 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
5454
5455         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
5456         whether to run bibtex.
5457
5458 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
5459
5460         * Makefile.am (lyx_SOURCES): Remove BackStack.h
5461
5462 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5463
5464         * Makefile.am (lyx_SOURCES): removed bibforms.h
5465
5466         * vspace.h: doxygen
5467
5468         * text.C (GetVisibleRow): make several local vars const
5469
5470         * tabular.C: small cleanup.
5471
5472         * lyxserver.C (callback): use compare instead of strncmp
5473
5474         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
5475         inlines to after class or to paragraph.C
5476
5477         * lyxfont.h: remove friend operator!=
5478
5479         * converter.h: move friend bool operator< to non friend and after
5480         class def.
5481
5482         * combox.h: small cleanup
5483
5484         * buffer.h: doxygen, remove unused constructor, move inclas inlies
5485         to inlines after class def.
5486
5487         * buffer.C (pop_tag): use string operations instead of strcmp
5488
5489         * bmtable.c: doxygen, small cleanup
5490
5491         * LaTeX.h: remove friend operator==
5492
5493 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5494
5495         * screen.C:
5496         * lyxrc.[Ch]:
5497         * lyxfunc.C:
5498         * lyxfont.[Ch]:
5499         * lyx_cb.C:
5500         * intl.[Ch]:
5501         * commandtags.h:
5502         * buffer.C:
5503         * WorkArea.[Ch]:
5504         * LyXAction.C:
5505         * BufferView_pimpl.C:
5506         * BufferView.[Ch]: remove cruft
5507
5508 2001-02-14  Juergen Vigna  <jug@sad.it>
5509
5510         * lyxfunc.C: removed #if 0 unused code
5511
5512         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
5513
5514         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
5515
5516         * text2.C (SetSelection): added a BufferView * parameter
5517
5518 2001-02-13  Juergen Vigna  <jug@sad.it>
5519
5520         * lyxfunc.C (Dispatch): fixed protected blank problem.
5521         * BufferView2.C (protectedBlank): added LyxText * parameter.
5522
5523         * tabular.C (AppendRow): forgot to set row_info of newly added row.
5524         (AppendColumn): same as above for column_info.
5525
5526         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
5527         (moveCursorUpdate): use a LyXText param for support of InsetText.
5528
5529         * BufferView_pimpl.C (doubleClick): added support for InsetText.
5530         (tripleClick): ditto
5531
5532         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
5533
5534         * BufferView_pimpl.C (update): added LyXText param to honor insets.
5535
5536         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
5537
5538         * text2.C (SetSelection): set correct update status if inset_owner
5539         (ToggleFree): ditto
5540
5541 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5542
5543         * tabular.C: remove some commented code.
5544
5545 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
5546
5547         * BufferView_pimpl.C: call hideSplash()
5548
5549         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
5550
5551         * include_form.h:
5552         * bibforms.h: remove
5553
5554         * lyxfunc.C:
5555         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
5556           add LFUN_CHILD_CREATE
5557
5558         * counters.h: fix tiny typo
5559
5560         * lyx_cb.C:
5561         * lyx.h:
5562         * lyx_gui.C:
5563         * lyx.C: move splash to frontends/xforms/
5564
5565         * lyx_gui_misc.C: move Include and Bibform to frontends
5566
5567         * lyxvc.h: clarify comment
5568
5569         * vspace.C: tiny housekeeping
5570
5571 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
5572
5573         * text.C (PrepareToPrint): RTL Fix.
5574
5575         * paragraph.C (GetUChar): New method.
5576         (String):  Use GetUChar.
5577
5578         * buffer.C (asciiParagraph): Use GetUChar.
5579
5580 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
5581
5582         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
5583
5584 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
5585
5586         * buffer.h:
5587         * buffer.C: rename to getLogName(), handle
5588           build log / latex log nicely
5589
5590 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5591
5592         * MenuBackend.C:
5593         * MenuBackend.h: remove support for reference menuitem type.
5594
5595 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
5596
5597         * BufferView_pimpl.C: housekeeping
5598         * BufferView_pimpl.h:
5599         * LyXView.h:
5600         * Makefile.am:
5601         * Timeout.C:
5602         * Timeout.h:
5603         * minibuffer.h: move Timeout GUI-I
5604
5605 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
5606
5607         * lyxrc.C (read): Update converters data-structures.
5608
5609 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
5610
5611         * LaTeX.h (operator!=): add operator != for Aux_Info
5612
5613 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
5614
5615         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
5616
5617         * LaTeXLog.C: deleted, useful code moved to Buffer
5618
5619         * buffer.h:
5620         * buffer.C: new function getLatexLogName()
5621
5622         * lyx_gui_misc.C:
5623         * lyx_gui.C:
5624         * lyxvc.C:
5625         * lyxvc.h:
5626         * lyxfunc.C: use frontends for LaTeX and VC logs
5627
5628 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5629
5630         * LaTeX.h: yet another std:: that Allan forgot.
5631
5632         * Variables.C (set): renamed from isset(), because this clashes
5633         with some HP-UX macros (grr).
5634
5635 2001-02-06  Allan Rae  <rae@lyx.org>
5636
5637         * LaTeX.h: Another bug fix.  Missing std:: this time.
5638
5639 2001-02-04  Allan Rae  <rae@lyx.org>
5640
5641         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
5642         floats problem. I've left it commented out because it's not quite
5643         correct.  It should also test that the current object is a table or
5644         figure inset.  But I haven't gotten around to figuring out how to do
5645         that.  I *think* it'll be something like: "table" == inset.type()
5646
5647         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
5648         bool.
5649
5650 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
5651
5652         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
5653         all the citation/databases/styles in the auxilary file.
5654         (run): Rerun latex if there was a babel language error.
5655
5656 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
5657
5658         * text.C (Backspace): Preserve the font when changing newline char
5659         with a space.
5660         (BreakParagraph): If the cursor is before a space, delete the space.
5661
5662         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
5663
5664 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5665
5666         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
5667         new argument (code).
5668         (ChangeCitationsIfUnique): New method.
5669
5670         * paragraph.C (GetPositionOfInset): Handle bibkey.
5671
5672 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5673
5674         * BufferView_pimpl.h: change type of Position::par_pos to
5675         LyXParagraph::size_type.
5676
5677 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
5678
5679         * BufferView_pimpl.C (savePosition, restorePosition): Write
5680         messages to minibuffer.
5681
5682 2001-01-28  José Matos  <jamatos@fep.up.pt>
5683
5684         * buffer.C (makeDocBookFile): adds support for document language.
5685         A silly restriction on the name of LatexCommand types where removed.
5686         Added support for CDATA sections, allows to chars unescaped, used
5687         among others in code, to avoid escape < and >.
5688
5689 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
5690
5691         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
5692         saved positions instrad of a stack. Furthermore, a position is
5693         stored using paragraph id/paragraph position.
5694
5695         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
5696         Remove LFUN_REF_BACK.
5697
5698 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
5699
5700         * converter.C (dvipdfm_options): New method.
5701
5702 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
5703
5704         * vspace.C (isValidLength): Fix for empty input string.
5705
5706 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5707
5708         * LyXAction.C (init): change description of LFUN_FIGURE to
5709         "Insert Graphics"
5710
5711 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5712
5713         * LaTeX.C: add using directive
5714
5715 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
5716
5717         * MenuBackend.C (expand): Fix the sorting of the formats.
5718
5719 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
5720
5721         * lyx_main.C: tiny error message fix
5722
5723 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5724
5725         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
5726         calling fl_initialize(). This fixes the problem with ',' as
5727         decimal separator in text files.
5728
5729 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
5730
5731         * trans.C (process): Fix the keymap bug.
5732
5733 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
5734
5735         * LaTeX.C (scanAuxFiles): New method. Provides support for
5736         multiple bibliographies (when using the bibtopic/bibunits pacakges).
5737         (scanLogFile) Scan for "run BibTeX" messages.
5738
5739         * buffer.C (makeLaTeXFile): Do not load the ae package when using
5740         OT1 font encoding. Also, load the aecompl package if the ae
5741         package is loaded.
5742
5743         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
5744
5745 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5746
5747         * texrow.C (increasePos): turn two error messages into debug
5748         messages.
5749
5750 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
5751
5752         * LaTeX.C (scanAux): Handle the \@input macro.
5753         (runBibTeX): Use scanAux().
5754
5755         * language.C (latex_options_): New field.
5756
5757         * LaTeXFeatures.C (getMacros): Add language macros.
5758
5759         * buffer.C (makeLaTeXFile): Small fix.
5760
5761 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5762
5763         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
5764
5765         * text2.C: add a using directive.
5766
5767 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
5768
5769         * BufferView2.C:
5770         * lyx_gui_misc.h:
5771         * lyxfr1.C:
5772         * lyxfunc.C: kill LyXBell.
5773
5774 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
5775
5776         * text.C (IsBoundary): Remove the error message
5777
5778         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
5779
5780         * lyxrc.C (setDefaults): Correct initialization value for
5781         font_norm_type.
5782
5783 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5784
5785         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
5786         gotoError().
5787
5788         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
5789         and GotoNextNote().
5790
5791         * src/LyXAction.C: Added reference-next.
5792
5793         * text.C (InsertChar): Use contains instead of strchr.
5794
5795         * lyx_cb.C (MenuInsertLabel): Enable default value code.
5796
5797 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
5798
5799         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
5800         alignment commands (when needed).
5801
5802         * text.C (InsertChar): Add ':' to number separator chars.