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