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