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