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