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