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