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