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