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