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