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