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