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