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