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