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