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