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