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