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