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