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