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