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