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