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