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