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