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