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