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