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