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