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