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