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