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