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