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