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