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