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