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