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