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