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