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