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