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