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