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