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