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