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