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