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