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