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