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