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