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