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