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