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