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