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