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