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