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