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