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