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