]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
small cleanup
[lyx.git] / src / ChangeLog
1 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * buffer.C (insertErtContents): try to handle font and language
4         interaction a bit better.
5
6         * ColorHandler.C (updateColor): change the hash to cover the whole
7         LColor enum, ws cleanup
8         (getGCLinepars): ditto
9         (getGCLinepars): only lookup in the linecache once.
10
11 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12
13         * iterators.C (operator++): Make the iterator more robust
14
15         * BufferView2.C (removeAutoInsets): Use paragraph iterators
16         (John's patch)
17         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
18
19
20 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
21
22         * lyxtext.h:
23         * text.C: better added space drawing
24
25 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
26
27         * LyXView.C:
28         * BufferView2.C: fix layout combo update on inset unlock
29
30 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
31
32         * Makefile.am: don't compile unused files
33
34 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
35
36         * lyxfunc.C:
37         * commandtags.h:
38         * LyXAction.C: remove old LFUN_LAYOUTNO
39
40 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
41
42         * paragraph_pimpl.h:
43         * paragraph_pimpl.C: isTextAt() doesn't need font param
44
45 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
46
47         * lyxlex.h:
48         * lyxlex.C: little cleanup
49
50 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
51
52         * BufferView_pimpl.C: fix insertAscii for insets
53  
54 2001-12-05  Juergen Vigna  <jug@sad.it>
55
56         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
57         set the right font on the "multi" paragraph paste!
58
59 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
60
61         * trans_decl.h:
62         * trans_mgr.[Ch]:
63         * trans.[Ch]:
64         * lyxgluelength.C:
65         * lyxlength.C: remove out-commented code.
66
67         * BufferView_pimpl:
68         * CutAndPaste.C: 
69         * DepTable.C:
70         * buffer.C:
71         * chset.C:
72         * lastfiles.C:
73         * lyxlex.C:
74         * lyxlex_pimpl.C:
75         * lyxserver.C:
76         * screen.C:
77         * tabular-old.C:
78         * tabular.C:
79         * text.C:
80         * trans_mgr.C:
81         * vc-backend.C: change "while(" to "while ("
82         
83         * lyxlength.[Ch]: add zero function to check if length is zero or
84         not
85         * lyxgluelength.C: use it
86         
87 2001-12-05  Allan Rae  <rae@lyx.org>
88
89         * lyxlength.C: Attempted a fix for the abs(int) header selection.
90         Works for 2.95.3, from what I understand of Garst's reports this should
91         work for other g++ versions.  We're screwed if the abs(int) definition
92         changed between bugfix releases of gcc.
93
94 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
95
96         * text.C: fix chapter label offset !
97
98 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
99
100         * lyxtext.h:
101         * text.C: fix hfill at end of line, clean up
102
103 2001-12-04  Juergen Vigna  <jug@sad.it>
104
105         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
106         that we force an update of the inset and it's owners if neccessary.
107
108 2001-12-03  Juergen Vigna  <jug@sad.it>
109
110         * text.C (rowLast): simplified code
111
112 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
113
114         * lyxfunc.C: fix show options on timeout
115  
116 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
117
118         * screen.C (topCursorVisible): scroll half a page when the cursor
119         reached top of bottom of screen
120
121 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
122
123         * minibuffer.C: deactivate on loss of focus
124  
125 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
126
127         * vspace.[Ch] (operator!=): add operator. 
128
129 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
130
131         * BufferView_pimpl.C: refuse to open an inset when
132         there's a selection.
133
134 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
135
136         * BufferView_pimpl.C: allow to click on RHS of full row insets
137  
138 2001-11-30  Juergen Vigna  <jug@sad.it>
139
140         * tabular.C (LyXTabular): add a same_id to set the same id's in the
141         insets for undo reasons.
142
143 2001-11-28  André Pönitz <poenitz@gmx.net>
144
145         * vspace.[Ch]: cosmetical changes
146
147 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
148
149         * LyXAction.h:
150         * LyXAction.C:
151         * lyxfunc.h:
152         * lyxfunc.C:
153         * kbmap.h:
154         * kbmap.C:
155         * lyxrc.C:
156         * kbsequence.h:
157         * kbsequence.C: part re-write of old kb code
158
159         * Painter.C:
160         * WorkArea.C: remove Lgb_bug_find_hack
161
162 2001-11-30  José Matos <jamatos@fep.up.pt>
163
164         * buffer.C (makeDocBookFile): add a comment to point a hack.
165         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
166         Fixed a double write of labels.
167         
168 2001-11-28  André Pönitz <poenitz@gmx.net>
169
170         * all the files from the change on 2001/11/26:
171         use lyx::layout_type instead of LyXTextClass::size_type
172         use lyx::textclass_type instead of LyXTextClassList::size_type
173
174 2001-11-29  Juergen Vigna  <jug@sad.it>
175
176         * text.C: added support for paragraph::isFreeSpacing()
177
178         * buffer.C: same as above
179
180         * paragraph.h: inserted isFreeSpacing() function to enable
181         FreeSpacing inside InsetERT.
182
183         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
184         of the paragraph's in the cut/copy buffer to 0!
185
186         * text2.C (removeRow): remove the assert as it can!
187
188         * lyxtext.h: added helper function firstRow returning firstrow and
189         made firstrow private again.
190
191         * BufferView2.C (lockInset): don't relock if we're already locked!
192
193         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
194         the only paragraph.
195         (removeRow): added Assert::(firstrow)
196
197         * debug.C: forgot to add INSETTEXT here.
198
199 2001-11-28  Juergen Vigna  <jug@sad.it>
200
201         * sp_spell.C (initialize): changed error text to more general
202         spellchecker command use (not only ispell!)
203
204         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
205
206         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
207
208 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
209
210         * vspace.C: initialise lyxgluelength on failure
211
212 2001-11-28  Allan Rae  <rae@lyx.org>
213
214         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
215         declaration & definition that looks like a function declaration.
216
217 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
218
219         * BufferView2.C (copy): 
220         (copyEnvironment): do not clear the selection when doing a copy.
221
222         * text.C (paintFirstRow): compilation fix
223
224 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
225
226         * tabular.C (Latex): correct line count when writing latex.
227
228 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
229
230         * paragraph_pimpl.h:
231         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
232           bug a bit
233
234 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
235
236         * text.C: 
237         * LColor.h:
238         * LColor.C: change vfillline->added_space
239  
240         * text.C: add markers and text for added space
241  
242         * vspace.C: fix comment
243
244 2001-11-28  André Pönitz <poenitz@gmx.net>
245
246         * paragraph.C: whitespace changes
247         * all the other files from the change on 2001/11/26:
248         change *::pos_type into lyx::pos_type
249         
250 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
251
252         * buffer.C (parseSingleLyXformat2Token): Set the language to the
253         language of the document when inserting error insets.
254
255 2001-11-26  André Pönitz <poenitz@gmx.net>
256         
257         * BufferView_pimpl.[Ch]:
258         *       CutAndPaste.C:
259         * buffer.[Ch]:
260         * lyxcursor.[Ch]:
261         * lyxfind.C:
262         * lyxfunc.C:
263         * lyxrow.[Ch]:
264         * paragraph.[Ch]:
265         * paragraph_pimpl.[Ch]:
266         * sp_spell.C:
267         * text.C:
268         * text2.C: reduce header dependencies, introduce type for positions
269
270 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
271
272         * <various>: change to use Alert.h 
273          
274 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
275
276         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
277         when encountering an unknown token.
278         (readLyXformat2): Show an error message if there were unknown tokens.
279
280 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
281
282         * BufferView2.C:
283         * BufferView_pimpl.C:
284         * buffer.C:
285         * paragraph.h:
286         * text.C: 
287         * text2.C: use par->isInset()
288          
289 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
290
291         * paragraph_pimpl.h:
292         * paragraph_pimpl.C: cleanup 
293          
294 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
295
296         * text2.C (removeRow): 
297         * text.C (setHeightOfRow): remove useless (and costly) call to
298         getRow. 
299
300 2001-11-20  Allan Rae  <rae@lyx.org>
301
302         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
303         Now need Inset*::checkInsertChar() to return true for appropriate
304         cases so that the characters in the minibuffer will actually be
305         inserted.
306
307 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
308
309         * text.C: change the order of the includes.
310         (workWidth): initialize it at once.
311         (workWidth): make maxw unsigned
312         (setHeightOfRow): remove unused variable (inset)
313         (selectSelectedWord): remove unused variable (inset)
314         (paintRowText): fix drawing of hfill characters, and clean up a bit.
315
316 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
317
318         * lyxserver.C (emergencyCleanup): do not try to close pipes if
319         server is not running.
320         (openConnection): 
321         (closeConnection): add debug info when server is disabled.
322
323         * ColorHandler.C (getGCForeground): send debug message to GUI
324         channel. 
325
326         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
327
328         * kbmap.C (bind): modify because return conventions of
329         kb_sequence::parse have changed.
330
331         * kbsequence.C (parse): only ignore spaces and not any stupid
332         control character. This avoids tests like s[i] <= ' ', which are
333         guaranteed to fail with 8bit characters and signed chars.
334         Change return code to string::npos when there have been no error
335         (0 was a bad idea when error is at first character)
336
337 2001-11-14  José Matos  <jamatos@fep.up.pt>
338
339         * buffer.h:
340         * buffer.C (simpleDocBookOnePar): removed unused argument.
341
342 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
343
344         * text.C (selectNextWordToSpellcheck): do not test explicitely for
345         insets which are part of a word. Paragraph::isLetter takes care of
346         that now. Use Paragraph::isInset to identify insets.
347         (selectSelectedWord): do not test for hyphenation break.
348
349         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
350         that protected spaces are considered as spaces.
351
352         * paragraph.C (isLetter): cleanup the code for ispell extras; use
353         Inset::isLetter. 
354
355 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
356
357         * lyxserver.h:
358         * lyxserver.C: fix it. and small cleanup.
359  
360 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
361
362         * BufferView_pimpl.C: use inline helpers
363  
364         * LaTeXFeatures.h: 
365         * LaTeXFeatures.C: fix typos
366
367         * Spacing.h:
368         * Spacing.C: move spacing_string into class 
369
370         * ToolbarDefaults.C: move stuff into namespace anon
371  
372         * layout.h: update enum
373
374         * lyxfunc.C: use better debug
375
376         * minibuffer.h: fix typo
377  
378         * debug.h:
379         * debug.C:
380         * WorkArea.C: add and use Debug::WORKAREA
381
382         * lyxtext.h:
383         * text.C: 
384         * text2.C: code re-organisation, inline helpers
385
386 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
387
388         * Layout.C: replaced a few cases of std::vector.size() == 0 with
389         std::vector.empty().
390
391 2001-11-09  Allan Rae  <rae@lyx.org>
392
393         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
394         '\n's after tables.  Tabular and ERT inset work now makes this no
395         longer necessary.
396
397 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
398
399         * minibuffer.h:
400         * minibuffer.C: fix crash, improve drop-down completion 
401  
402 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
403
404         * lyxserver.h:
405         * lyxserver.C: invalidate fd's when doing endPipe()
406  
407 2001-11-08  José Matos  <jamatos@fep.up.pt>
408
409         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
410         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
411
412         * paragraph.h:
413         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
414
415 2001-11-07  José Matos  <jamatos@fep.up.pt>
416
417         * buffer.h:
418         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
419         const qualifier.
420
421         * buffer.C (sgmlOpenTag):
422         * buffer.C (sgmlCloseTag): removed debug info.
423
424         * buffer.h (sgmlOpenTag):
425         * buffer.h (sgmlCloseTag): made public.
426
427 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
428
429         * buffer.C (saveParamsAsDefaults): 
430         * lyx_cb.C (MenuLayoutSave): remove
431
432         * LyXAction.C (init): 
433         * commandtags.h: 
434         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
435
436 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
437
438         * buffer.C (setPaperStuff): removed from here...
439
440         * bufferparams.C (setPaperStuff): ... and moved there.  
441
442 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
443
444         * minibuffer.h:
445         * minibuffer.C:
446         * XFormsView.C: add support for drop-down completion
447  
448 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
449
450         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
451         commands.
452
453 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
454
455         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
456         disabled. 
457
458 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
459
460         * lyx_main.C: change ref to known bugs
461  
462 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
463
464         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
465         to work around older babel problems.
466
467 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
468
469         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
470
471 2001-10-24  Juergen Vigna  <jug@sad.it>
472
473         * tabular-old.C (ReadOld): below variable changes reflected.
474
475         * tabular.[Ch]: added ltType struct for longtable header/footer
476         defines and changed all instances where they are used. Added
477         future support for double top/bottom rows.
478
479 2001-10-24  José Matos  <jamatos@fep.up.pt>
480
481         * buffer.h (docbookHandleCaption):
482         * buffer.C (docbookHandleCaption): removed unused function.
483         (makeDocBookFile): moved docbook supported version to v4.1.
484
485 2001-10-24  José Matos  <jamatos@fep.up.pt>
486
487         * tabular.h:
488         * tabular.C (docbookRow): new function to export docbook code of a row.
489         (DocBook): now honors the longtable flags.
490
491 2001-10-23  José Matos  <jamatos@fep.up.pt>
492
493         * LaTeXFeatures.h:
494         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
495         of the lyx defined sgml entities used in a docbook/linuxdoc document.
496
497         * buffer.C (makeLinuxDocFile):
498         (makeDocBookFile): reworked the preamble, more clean, and with
499         support for lyx defined entities. Changed the document declaration
500         to be more XML friendly.
501
502         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
503         if we need to output XML that should be done with a filter.
504         
505 2001-10-22  Juergen Vigna  <jug@sad.it>
506
507         * sp_pspell.h (class PSpell): add alive function needed in the
508         controller to see if the spellchecker could be started.
509
510 2001-10-22  Juergen Vigna  <jug@sad.it>
511
512         * buffer.C (insertStringAsLines): modify the font for inserting
513         chars in certain conditions by calling checkInsertChar(font).
514
515 2001-10-19  Juergen Vigna  <jug@sad.it>
516
517         * text.C (workWidth): use getRow instead of wrong algorithm.
518         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
519
520 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
521
522         * lyxserver.h:
523         * lyxserver.C:
524         * lyx_main.h:
525         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
526
527 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
528
529         * text.C (workWidth): do not search for the exact row when
530         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
531         optimization for big documents.
532
533 2001-10-18  Juergen Vigna  <jug@sad.it>
534
535         * text.C (workWidth): new function with added Inset * parameter.
536
537 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
538
539         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
540
541         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
542         change return type of getColumnNearX.
543         
544
545         * text.C (changeRegionCase): use uppercase/lowercase instead of
546         toupper/tolower. 
547         (leftMargin): 
548         (rightMargin): simplify code by factoring out the uses of
549         textclasslist.
550         (labelFill): 
551         (numberOfHfills): 
552         (setHeightOfRow): 
553         (appendParagraph): use Paragraph::size_type
554
555 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
556
557         * vspace.C (asLatexString): add a missing break
558
559 2001-10-15  Herbert Voss  <voss@perce.de>
560
561         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
562
563 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
564
565         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
566         is not available.
567
568 2001-10-10  André Pönitz <poenitz@gmx.net>
569
570         * lyxfunc.C: removed greek_kb_flag.
571
572 2001-10-10  Herbert Voss  <voss@perce.de>
573
574         * lyx_main.C: delete global string help_lyxdir.
575
576 2001-10-09  Herbert Voss  <voss@perce.de>
577
578         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
579
580         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
581
582         * lyx_main.C: added global string help_lyxdir.
583
584         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
585
586 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
587
588         * lyxrc.C (set_font_norm_type): support iso8859-4
589
590 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
591
592         * LaTeX.C (deplog): add another regex for MikTeX
593
594 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
595
596         * lyxrc.C (set_font_norm_type): support iso8859-3
597
598 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
599
600         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
601
602         * LaTeXFeatures.C: remove special case of french and index
603
604         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
605         before \begin{document}). This solves several incompatibilities.
606
607 2001-10-03  Garst Reese  <reese@isn.net>
608
609         * lyx_cb.C: change CheckTex error msg.
610
611 2001-10-03  José Matos  <jamatos@fep.up.pt>
612
613         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
614
615 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
616
617         * .cvsignore: update
618
619         * lyx_main.C (commandLineVersionInfo): use new style version info.
620
621         * buffer.C (writeFile):
622         (makeLaTeXFile):
623         (makeLinuxDocFile):
624         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
625
626         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
627
628         * version.h: update to use stuff in version.C
629
630         * version.C.in: new file. Contains version information determined
631         at compile time. This is a merging of version.h and
632         version_info.h.in.
633
634 2001-10-03  Juergen Vigna  <jug@sad.it>
635
636         * BufferView_pimpl.C (update): don't change "dirty" status in
637         updateInset call.
638
639 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
640
641         * WorkArea.C (c-tor): re-position version string slightly.
642
643 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
644
645         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
646         revert to previous code.
647
648         WorkArea.[Ch]: (show, destroySplash): methods removed.
649
650         WorkArea.C: rework code so that it's an amalgam of the codes before and
651         after the splash screen was moved to WorkArea.
652
653 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
654
655         * lyxrc.C (read): 
656         * vspace.C (inPixels): 
657         (lyx_advance): 
658         * kbmap.C (bind): 
659         * buffer.C (insertStringAsLines): 
660         (asciiParagraph): fix types to be large enough
661
662         * lyxlex_pimpl.h: change member status from short to int
663
664         * layout.h: fix type of endlabeltype
665
666         * kbmap.C (bind): 
667         * kbsequence.C (parse): change return type to string::size_type
668
669         * LaTeX.C (updateBibtexDependencies): comment out unneeded
670         variable
671
672         * Bullet.C (bulletSize): 
673         (bulletEntry): do not use short ints as parameters
674
675         * BufferView2.C (insertLyXFile): change a char to an int.
676
677         * WorkArea.C (WorkArea): remove unneeded floats in computation
678
679 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
680
681         * buffer.C (asciiParagraph): Treat '\\' as other chars.
682
683         * paragraph.C (asString): Do not ignore newline/hfill chars when
684         copying to the clipboard.
685
686 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
687
688         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
689         after a multi-line inset.
690
691 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
692
693         * paragraph.C (validate): Set NeedLyXFootnoteCode
694
695 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
696
697         * lyxfont.C (LyXSizeNames): changed increase-error to increase
698         and decrease-error to decrease.
699
700 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
701
702         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
703         it more readable (should be equivalent)
704
705 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
706
707         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
708
709 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
710
711         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
712         of a cursor (row, etc.) after a character has been deleted
713         (deleteEmptyParagraphMechanism): call the method above on _all_
714         cursors held by the LyXText when a double space has been
715         detected/deleted.
716  
717 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
718
719         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
720         pixmap.
721         (resizeCurrentBuff): remove code to destroy the old splash dialog.
722
723         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
724         background. Use greyOut() and the new show() methods to toggle between
725         the foreground and background. Add code to remove the splash after
726         its initial showing.
727
728         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
729         (create_forms): no longer call Dialogs::showSplash.
730
731 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
732
733         * .cvsignore: add version_info.h
734
735 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
736
737         * version_info.h.in: new file
738
739         * Makefile.am: add version_info.h.in
740
741         * lyx_main.C (commandLineVersionInfo): use version_info defined in
742         version_info.h instead of VERSION_INFO
743
744 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
745
746         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
747         The ERT inset now returns string().
748
749 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
750
751         * lyxtext.h, text.C (selectNextWord): renamed as
752         selectNextWordToSpellcheck.
753
754         * text.C (selectNextWordToSpellcheck): Modified to not select
755         words inside an ERT inset.
756
757 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
758
759         * lyx_cb.C (MenuLayoutSave): change a bit the question
760
761         * sp_base.h: include <sys/types.h>
762
763 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
764
765         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
766
767 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
768
769         * several files: fix typos in user-visible strings
770
771 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
772
773         * text2.C (pasteSelection): do not set the selection, since it
774         will be cleared later. Actually, the intent was to fix the way the
775         selection was set, but I figured rmoving the code was just as good.
776
777 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
778
779         * FontLoader.C (available): Check if font is available without
780         loading the font.
781
782 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
783
784         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
785
786 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
787
788         * lyxrc.[Ch]: added display_graphics variable and associated code.
789
790 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
791
792         * bufferparams.C (hasClassDefaults): new method. Returns true if
793         the buffer parameters correspond to known class defaults
794
795 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
796
797         * XFormsView.C (show): set minimum size to the main window.
798
799 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
800
801         * text2.C (copySelection): 
802         (cutSelection): 
803         * lyxfind.C (LyXReplace): 
804         * BufferView_pimpl.C (Dispatch): pass the correct flag to
805         LyXText::selectionAsString. 
806
807         * paragraph.C (asString): add "label" argument to the second form
808
809         * text2.C (selectionAsString): add "label" argument and pass it to
810         Paragraph::asString. 
811
812 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
813
814         * lyx_main.C (commandLineHelp): remove version information
815
816 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
817
818         * lyx_main.C: add -version commandline option
819
820 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
821
822         * paragraph.h: make the optional constructor arg required instead.
823         some modifications to other files because of this.
824
825         * minibuffer.C (C_MiniBuffer_peek_event): make it static
826
827         * lyxserver.C (C_LyXComm_callback): make it static
828
829         * lyx_main.C (error_handler): make it static
830
831         * lyx_gui.C (LyX_XErrHandler): make it static
832
833         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
834
835         * WorkArea.C: make the extern "C" methods static.
836
837         * Makefile.am (lyx_LDADD): simplify
838
839 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
840
841         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
842         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
843
844         * LyXAction.C (init):
845         * lyxfunc.C (dispatch): associated code removal.
846
847 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
848
849         * lyxfont.h (isSymbolFont): shut off warning
850
851         * text.C (setHeightOfRow):
852         (getVisibleRow): fix crash with empty paragraphs which have a
853         bottom line
854
855 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
856
857         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
858         code.
859
860 2001-09-04  José Matos  <jamatos@fep.up.pt>
861         * buffer.C
862         * buffer.h
863         * tabular.C (docbook): rename docBook method to docbook.
864
865 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
866
867         * Makefile.am: add dependencies to main.o.
868
869 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
870
871         * FontLoader.C (available): Return false if !lyxrc.use_gui
872
873 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
874
875         * FontInfo.C (query):
876         * converter.C (view):
877         * importer.C (Import):
878         * exporter.C (Export): Can not -> cannot.
879
880 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
881
882         * BufferView_pimpl.C: allow to create index inset even if
883           string is empty
884  
885 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
886
887         * buffer.C (getLists): replace boost::tie code with an explicit pair
888         as boost::tie can break some compilers.
889
890         * iterators.h: Added a std:: declaration to the return type of
891         ParIterator::size.
892
893 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
894
895         * lyxrc.C: add help for view_dvi_paper_option, default to safe
896           case.
897  
898 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
899
900         * iterators.[Ch]: New files. Provide paragraph iterators.
901
902         * buffer.C (changeLanguage): Use paragraph iterators.
903         (isMultiLingual): ditto 
904
905         * BufferView2.C (ChangeInsets): Use paragraph iterators.
906
907 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
908
909         * FontLoader.C: Support for cmr font.
910
911 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
912
913         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
914         (available): New method.
915
916         * FontInfo.C (getFontname): Use scalable fonts even when
917         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
918         found.
919
920 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
921
922         * converter.C (Formats::view): reverted! Incorrect fix.
923
924 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
925
926         * converter.C (Formats::view): only output the -paper option
927         if the dvi viewer is xdvi, thereby fixing bug #233429.
928
929 2001-08-23  Herbert Voss  <voss@perce>
930
931         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
932
933 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
934
935         * Spacing.h (Spacing): Set space to Default on in the default
936         constructor.
937
938 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
939
940         * vc-backend.h (RCS::versionString): add RCS to version 
941         (CVS::versionString): add CVS to version 
942
943         * vc-backend.C (scanMaster): do not add CVS to version.
944         (scanMaster): do not add RCS to version
945
946         * lyxvc.C (versionString): new method
947
948         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
949
950 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
951
952         * Spacing.C (set): initialize fval
953
954 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
955
956         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
957         " or \.
958
959 2001-08-16  Juergen Vigna  <jug@sad.it>
960
961         * lyxfunc.C (dispatch): implemented the new FINISHED states.
962
963 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
964
965         * BufferView_pimpl.C: 
966         * figureForm.C:
967         * lyxtext.h:
968         * text2.C: setParagraph takes linespacing now
969  
970 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
971
972         * LyxAction.C: add internal LFUN_CITATION_INSERT
973
974         * LyXView.C: actually apply fix
975
976         * bufferlist.C: fix open non-existent file
977  
978         * lyxfind.C: fix indentation
979  
980         * lyxfunc.C: remove unneeded assert, fix typo
981  
982 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
983
984         * MenuBackend.C: use "Floatname List"
985
986 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
987
988         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
989         when converting LaTeX layout to insetERT.
990         Generate a non-collapsed float when reading old float
991
992 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
993
994         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
995         ERT insets.
996
997 2001-08-13  Juergen Vigna  <jug@sad.it>
998
999         * text.C (fill): return 0 instead of 20 as this seems to be the more
1000         correct value.
1001
1002 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1003
1004         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
1005         lyxrc.font_norm.
1006
1007 2001-08-13  Juergen Vigna  <jug@sad.it>
1008
1009         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
1010         casesensitive off.
1011         (SearchBackward): comment out the unlocking of the inset_owner this
1012         should not be needed!
1013
1014 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
1015
1016         * Many files: Remove inherit_language, and add latex_language
1017
1018         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
1019         collapsible insets.
1020
1021 2001-08-10  Juergen Vigna  <jug@sad.it>
1022
1023         * text.C (prepareToPrint): fixed hfill-width in draw!
1024
1025         * BufferView2.C (selectLastWord): save the selection cursor as this
1026         now is cleared in the function LyXText::clearSelection!
1027
1028 2001-08-08  Juergen Vigna  <jug@sad.it>
1029
1030         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
1031         BACKSPACE type functions.
1032
1033         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
1034         is only cutted from the document but not put in the cut-buffer, where
1035         still the old stuff should be.
1036
1037         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
1038
1039         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
1040
1041         * tabular.C (SetWidthOfCell): fixed special case where the width
1042         was not updated!
1043         (LeftLine): handle '|' in align_special.
1044         (RightLine): ditto
1045         (LeftAlreadyDrawed): ditto
1046         (SetWidthOfCell): ditto
1047
1048 2001-08-07  Juergen Vigna  <jug@sad.it>
1049
1050         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
1051
1052 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1053
1054         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
1055         * lyxlex.[hC]: ditto
1056
1057 2001-08-06  Juergen Vigna  <jug@sad.it>
1058
1059         * text.C (getVisibleRow): fix up row clearing a bit.
1060
1061 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1062
1063         * minibuffer.C: make sure the X server sees the changes in the input.
1064
1065 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1066
1067         * paragraph.C (getFont): split into...
1068         (getLabelFont): this
1069         (getLayoutFont): and this
1070         * paragraph_pimpl.C (realizeFont): calling this
1071
1072         * text2.C (getFont): split into...
1073         (getLayoutFont): this
1074         (getLabelFont): and this
1075         (realizeFont): all three calling this
1076
1077         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
1078         files where used.
1079
1080 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1081
1082         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
1083
1084 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
1085
1086         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
1087         layouts from the Quote inset insertion.
1088
1089 2001-08-03  Juergen Vigna  <jug@sad.it>
1090
1091         * BufferView_pimpl.C (update): do the fitCursor only at the end!
1092
1093         * screen.C (drawFromTo): don't call fitcursor here and do the loop
1094         only if status not is already CHANGED_IN_DRAW (second level).
1095
1096         * text.C (draw): don't set the need_break_row when inside an
1097         InsetText LyXText.
1098
1099 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1100
1101         * buffer.C (parseSingleLyXformat2Token): handle more latex
1102         conversion cases.
1103
1104         * bufferview_funcs.[hC]: change function names to
1105         begin with small char, adjust other files.
1106
1107 2001-08-02  André Pönitz <poenitz@gmx.net>
1108
1109         * lyxfunc.C:
1110         BufferView_pimpl.C: remove broken special code for math-greek
1111
1112 2001-08-02  Juergen Vigna  <jug@sad.it>
1113
1114         * BufferView_pimpl.C (update): redone this function so that we
1115         update the text again if there was a CHANGE_IN_DRAW.
1116
1117         * screen.C (cursorToggle): removed LyXText parameter and recoded.
1118         (drawFromTo): added a new internal bool which is used by draw() and
1119         redraw() function.
1120         (general): some cursor drawing problems fixed.
1121
1122 2001-08-01  Juergen Vigna  <jug@sad.it>
1123
1124         * lyxfind.C (LyXFind): fixed
1125         (SearchForward): ditto
1126         (SearchBackward): ditto
1127
1128         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
1129         spurius drawing of the cursor in the main area.
1130
1131         * text2.C (status): small fix which could lead to a segfault!
1132         (clearSelection): remove unneeded BufferView param.
1133
1134 2001-08-01  André Pönitz <poenitz@gmx.net>
1135
1136         * lyxfunc.C: small change due to changed mathed interface
1137
1138 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1139
1140         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
1141
1142 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1143  
1144         * lyxfunc.c: fail gracefully if file doesn't exist 
1145  
1146         * LyXSendto.C:
1147         * buffer.C:
1148         * lyxfunc.C:
1149         * BufferView_pimpl.C: IsDirWriteable() proto changed 
1150  
1151         * LyXView.C: fix updateWindowTitle() to store the last title
1152
1153 2001-07-31  Juergen Vigna  <jug@sad.it>
1154
1155         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
1156         the font (wrong since using of Paragraph::highestFontInRange).
1157
1158         * paragraph.C (highestFontInRange): added a default_size parameter.
1159
1160         * text.C (getVisibleRow): minor clear row changes (still not perfect).
1161         (setHeightOfRow): reformat
1162
1163 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1164
1165         * converter.[hC] + affected files: move to (inital-char)lowercase
1166         function names.
1167
1168         * ParagraphParameters.C (ParagraphParameters): remove commented code
1169
1170         * PainterBase.[Ch]: remove commented code
1171
1172         * LaTeXFeatures.h: add "bool floats" for float.sty
1173
1174         * LaTeXFeatures.C (LaTeXFeatures): init floats
1175         (require): handle float
1176         (getPackages): do it with floats
1177
1178 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1179
1180         * BufferView_pimpl.C (Dispatch): improve handling of
1181         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
1182
1183         * commandtags.h: #include lyxfont.h here temporarily to avoid
1184         keybinding bug.
1185
1186         * bufferlist.h: include LString.h here.
1187
1188 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1189
1190         * text2.C (getStringToIndex): new method.
1191
1192 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1193
1194         * *: Reduced header file dependencies all over.
1195
1196 2001-07-30  Baruch Even  <baruch@lyx.org>
1197
1198         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
1199
1200 2001-07-29  Baruch Even  <baruch@lyx.org>
1201
1202         * buffer.C (readInset): Changed GRAPHICS to Graphics.
1203
1204 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1205
1206         * ParameterStruct.h (endif): add a default constructor to make
1207         sure that all variables is initialized.
1208
1209         * ParagraphParameters.C (ParagraphParameters): adjust
1210
1211 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1212
1213         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
1214         index; also, check that there is something to index, and that it
1215         does not span over several paragraphs.
1216         (doubleClick): use WHOLE_WORD_STRICT for double click.
1217
1218         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
1219
1220         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
1221         scheme.
1222
1223 2001-07-26  Baruch Even  <baruch@lyx.org>
1224
1225         * buffer.C (readInset): Changed to call up InsetGraphics when reading
1226         an InsetFig figure, backwards compatible reading of old figure code.
1227
1228 2001-07-27  Juergen Vigna  <jug@sad.it>
1229
1230         * text2.C: font.realize function adaption.
1231
1232         * text.C (draw): add a warnings lyxerr text if needed.
1233
1234         * layout.C: font.realize function adaption.
1235
1236         * language.C: add inherit_language and implement it's handlings
1237
1238         * bufferview_funcs.C (StyleReset): remove language parameter from
1239         font creation (should be language_inherit now).
1240
1241         * bufferparams.C (writeFile): handle ignore_language.
1242
1243         * paragraph.C (getFontSettings): the language has to be resolved
1244         otherwise we have problems in LyXFont!
1245
1246         * lyxfont.C (lyxWriteChanges): added document_language parameter
1247         (update): removed unneeded language parameter
1248
1249         * paragraph.C (validate): fixed wrong output of color-package when
1250         using interface colors for certain fonts in certain environments,
1251         which should not seen as that on the final output.
1252
1253 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1254
1255         * BufferView_pimpl.C:
1256         * Thesaurus.h:
1257         * Thesaurus.C:
1258         * Makefile.am:
1259         * commandtags.h:
1260         * LyXAction.C: add thesaurus support
1261
1262         * lyxfind.h:
1263         * lyxfind.C: add "once" parameter, for thesaurus, to not
1264           move to the next match
1265   
1266 2001-07-26  Juergen Vigna  <jug@sad.it>
1267
1268         * lyxfont.C (realize): honor ignore_language too!
1269         (resolved): ditto.
1270
1271         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
1272
1273         * text.C (draw): one place more for ignore_language to not draw
1274         itself!
1275
1276 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
1277
1278         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
1279
1280 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1281
1282         * buffer.C (parseSingleLyXformat2Token): a more general fix for
1283         the minipage conversion problem.
1284
1285 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1286
1287         * buffer.C (parseSingleLyXformat2Token): check minipage if we
1288         insert an inset.
1289
1290 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1291
1292         * BufferView.h: don't forward declare WorkArea
1293
1294         * BufferView.C: don't include WorkArea.h
1295
1296 2001-07-25  André Pönitz <poenitz@gmx.net>
1297
1298         * commandtags.h:
1299         * LyXAction.C:
1300         * lyxfunc.C:  new LFUN 'math-space'
1301
1302         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
1303
1304 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1305
1306         * text2.C (toggleInset): call open/close
1307
1308 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1309
1310         * lyxfunc.C (dispatch): add debug for the disabled case
1311
1312         * font.C (buttonText): make similar to rectText
1313
1314         * buffer.C (readInset): comment out parsing of insetlist and
1315         insttheorem 
1316
1317         * PainterBase.C (rectText): small correction
1318
1319         * BufferView_pimpl.C: comment out insettheorem and insetlist
1320         * LyXAction.C: ditto
1321         * commandtags.h: ditto
1322
1323 2001-07-24  Juergen Vigna  <jug@sad.it>
1324
1325         * text.C (draw): honor the ignore_language.
1326
1327         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
1328
1329 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1330
1331         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
1332         char inset.
1333
1334 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1335
1336         * lyxtext.h: remove unused (and unimplemented) methods
1337
1338 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1339
1340         * text.C (getVisibleRow): honor background color
1341
1342         * PainterBase.h:
1343         * Painter.h: remove default color argument for fillRectangle
1344
1345         * text.C (backgroundColor): new method
1346
1347 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1348
1349         * text.C (getVisibleRow): adjust
1350
1351         * font.[Ch] (rectText): new method, metrics
1352         (buttonText): new method, metrics
1353
1354         * PainterBase.[hC]: make rectText and buttonText always draw and take
1355         fewer paramteres.
1356
1357 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1358
1359         * ToolbarDefaults.C (read): 
1360         * MenuBackend.C (read): allow escaping in all strings
1361
1362         * BufferView_pimpl.C (insertAndEditInset): new method.
1363         (Dispatch): use insertAndEditInset whenever appropriate.
1364
1365         * BufferView_pimpl.C (insertNote): removed
1366
1367         * BufferView_pimpl.C (smartQuote): new method, moved from
1368         BufferView; if an insetquote cannot be inserted, insert a '"'
1369         character instead.
1370
1371         * BufferView2.C: remove insertCorrectQuote();
1372
1373         * lyxfunc.C (getStatus): Add support for all remaingin
1374         inset-insert lfuns.
1375
1376         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
1377
1378         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
1379         command (necessary to pass " as parameter of self-insert.
1380
1381         * text.C (selectWordWhenUnderCursor):
1382         (selectWord): add word_location parameter
1383         (selectWordWhenUnderCursor): same + remove special code for word
1384         boundary.
1385         (selectNextWord): use kind() to guess type of insetspecialchar,
1386         not latex().
1387         
1388         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
1389         (insertErtContents): create ert insets as collapsed.
1390         (readInset): better compatibility code for Info inset.
1391
1392 2001-07-20  Juergen Vigna  <jug@sad.it>
1393
1394         * lyxfunc.C (dispatch): use always LyXFind now!
1395
1396         * text2.C (init): add a reinit flag so that the LyXText can be
1397         reinited instead of deleted and reallocated (used in InsetText).
1398
1399         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
1400
1401         * text.C: ditto
1402
1403         * text2.C: ditto
1404
1405 2001-07-18  Juergen Vigna  <jug@sad.it>
1406
1407         * text.C (selectNextWord): handle insets inside inset by calling
1408         always the bv->text functions so that we can go up the_locking_inset!
1409
1410         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
1411         in strange locations when inside an inset!
1412
1413         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
1414         handling to include insets.
1415
1416         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
1417
1418 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1419
1420         * LyXAction.C (init): 
1421         * commandtags.h: 
1422         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
1423         LIGATURE_BREAK, since the name is so stupid.
1424
1425 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1426
1427         * buffer.C (readInset): enable reading of new InsetNotes as well as old
1428         InsetInfos.
1429
1430         * FontLoader.C: remove FORMS_H_LOCATION cruft.
1431
1432         * sp_form.[Ch]: remove.
1433
1434         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
1435
1436         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
1437         InsetInfo.
1438
1439         * src/buffer.C (readInset): ditto.
1440
1441 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1442
1443         * BufferView_pimpl.C (specialChar): new method. Obsoletes
1444         menuSeparator(), endOfSentenceDot(), ldots() and
1445         hyphenationPoint(), which are therefore removed.
1446         (Dispatch): handle LFUN_HYPHENATION_BREAK.
1447
1448         * LyXAction.C (init): 
1449         * commandtags.h: add LFUN_HYPHENATION_BREAK.
1450
1451         * paragraph.C (getWord): removed.
1452
1453         * BufferView_pimpl.C (Dispatch): use last word or selection for
1454         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
1455
1456         * lyx_main.C (queryUserLyXDir): do not ask before creating
1457         user_dir, except if it has been named explicitely.
1458
1459 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1460
1461         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
1462         a document of zero size.
1463
1464 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1465
1466         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
1467         approriately in the c-tor and in require().
1468         (getPackages): output the appropriate LaTeX for natbib support.
1469
1470         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
1471         variables "use_natbib" and "use_numerical_citations" when reading the
1472         LyX file.
1473         (readInset): read the various natbib cite commands.
1474         (validate): white-space change.
1475
1476         * bufferparams.[Ch]: new variables "bool use_natbib" and
1477         "bool use_numerical_citations".
1478         (writeFile): output them in the LyX file.
1479
1480 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1481
1482         * lyxfunc.C (getStatus): add support for all the inset insertion
1483         commands.
1484
1485         * text2.C (insertInset): 
1486         * paragraph.C (insetAllowed): 
1487         * BufferView_pimpl.C (insertInset): update to take in account the
1488         renaming of insertInsetAllowed
1489
1490         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
1491
1492         * text2.C (getInset): new method. returns inset at cursor position. 
1493
1494         * BufferView_pimpl.C (Dispatch): changes because of this.
1495
1496         * LyXAction.C (init): rename open-stuff to inset-toggle.
1497
1498         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
1499
1500         * text2.C (toggleInset): renamed from openStuff; use
1501         Inset::open().
1502
1503 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1504
1505         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
1506
1507         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
1508
1509 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
1510
1511         * buffer.C (readLyXformat2): Add filename to the error dialog
1512
1513 2001-07-18  Juergen Vigna  <jug@sad.it>
1514
1515         * tabular.C (GetCellNumber): put an assert here instead of the check!
1516
1517 2001-07-17  Juergen Vigna  <jug@sad.it>
1518
1519         * BufferView_pimpl.C (toggleSelection): adapted too.
1520
1521         * text.C (selectNextWord): adapted for use with insets.
1522         (selectSelectedWord): ditto
1523
1524 2001-07-17  Juergen Vigna  <jug@sad.it>
1525
1526         * sp_spell.C (PSpell): fix initialitation order.
1527
1528 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1529
1530         * paragraph.C: spacing
1531
1532 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1533
1534         * sp_spell.C: repair language selection for pspell
1535
1536 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1537
1538         * lyxfunc.h: change more methods to begin with lower char.
1539
1540 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
1541
1542         * buffer.C (parseSingleLyXformat2Token): Generate error insets
1543         for unknown layouts.
1544
1545 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
1546
1547         * buffer.C (readLyXformat2): Generate an error dialog if there are
1548         unknown layouts.
1549
1550 2001-07-16  Juergen Vigna  <jug@sad.it>
1551
1552         * sp_spell.C: always compile ISpell part.
1553
1554         * lyxrc.C: added use_pspell entry and it's handling.
1555
1556 2001-07-13  Juergen Vigna  <jug@sad.it>
1557
1558         * sp_spell.C: removed double includes.
1559
1560 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1561
1562         Consistent use of Lsstream.h:
1563         * Lsstream.h: added using std::stringstream for consistencies sake.
1564
1565         * buffer.C: removed using std::stringstream
1566
1567         * lyxfont.C (stateText):
1568         * paragraph.C (asString):
1569         * text.C (selectNextWord, selectSelectedWord):
1570         * text2.C (setCounter):
1571         * vspace.C (asString, asLatexString):
1572         std::ostringstream -> ostringstream.
1573
1574 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1575
1576         * LyXAction.C: add LFUN_HELP_ABOUTLYX
1577         * commandtags.h: add LFUN_HELP_ABOUTLYX
1578         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
1579
1580 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1581
1582         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
1583         cursorToggle()
1584         * lyx_gui_misc.C: remove spellchecker
1585         * lyxfunc.C: showSpellchecker
1586         * sp_base.h: added
1587         * sp_ispell.h: added
1588         * sp_pspell.h: added
1589         * sp_spell.C: added
1590         * sp_form.[Ch]: removed
1591         * spellchecker.[Ch]: removed
1592
1593 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
1594
1595         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
1596         is set.
1597         (simpleTeXSpecialChars): Simply print the input character without
1598         any special translation if pass_thru is set.
1599
1600         * layout.h: Added bool pass_thru to layout class for being able to
1601         implement pass through of a paragraph for Literate Programming.
1602         
1603         * layout.C: add LT_PASS_THRU to LayoutTags enum.
1604         * layout.C (LyXLayout): set pass_thru to flase in constructor.
1605         * layout.C (Read): add "passthru" to list of layout tags and add
1606         code to set the pass_thru boolean when it is read.
1607
1608 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1609
1610         * trans_decl.h: remove allowed from KmodInfo
1611
1612         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
1613         remove allowed code 
1614         (Load): adjust
1615
1616         * paragraph_pimpl.C (erase): use boost::prior
1617
1618         * Painter.C (text): use data() instead of c_str() when length is
1619         also provided.
1620         * WorkArea.C (putClipboard): ditto
1621         * font.h (width): ditto
1622
1623         * BufferView2.C: use it-> instead of (*it). for iterators
1624         * texrow.C: ditto
1625         * paragraph_pimpl.C: ditto
1626         * paragraph.C: ditto
1627         * minibuffer.C: ditto
1628         * language.C: ditto
1629         * kbmap.C: ditto
1630         * encoding.C: ditto
1631         * counters.C: ditto
1632         * converter.C: ditto
1633         * chset.C: ditto
1634         * Variables.C: ditto
1635         * TextCache.C: ditto
1636         * MenuBackend.C: ditto
1637         * LyXAction.C: ditto
1638         * LColor.C: ditto
1639         * FloatList.C: ditto
1640         * DepTable.C: ditto
1641         * ColorHandler.C (LyXColorHandler): ditto
1642
1643 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1644
1645         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
1646
1647         * text2.C (openStuff): reintroduce this method (which had been
1648         nuked in NEW_INSETS frenzy).
1649
1650         * lyxfunc.C (Dispatch): when an action has not been handled, use
1651         its name in the error message, not its number.
1652
1653         * paragraph.C (inInset): change method name to begin with lowercase.
1654
1655         * undo_funcs.C:
1656         * text2.C: updates because of this.
1657
1658 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1659
1660         * ToolbarDefaults.C (add): add spaces in error message
1661
1662 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1663
1664         * buffer.C (readLyXformat2): initialize the ert comp. variables.
1665         (readLyXformat2): rename return_par to first_par, use lyxlex's
1666         pushToken and remove the manual push handling.
1667         (parseSingleLyXformat2Token): add another ert comp. variable:
1668         in_tabular, rename return_par to first_par. handle newlines better
1669
1670 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1671
1672         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
1673
1674 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1675
1676         * text2.C (getParFromID): removed
1677
1678         * buffer.C (getParFromID): new method moved form lyxtext.
1679         * BufferView2.C (insertErrors): adjust
1680         (setCursorFromRow): adjust
1681         * BufferView_pimpl.C (restorePosition): adjust
1682         * lyxfunc.C (Dispatch): adjust
1683         * undo_funcs.C (textUndo): adjust
1684         (textRedo): adjust
1685         (textHandleUndo): adjust
1686         (textHandleUndo): adjust
1687
1688 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1689
1690         * buffer.C: up' the LYX_FORMAT
1691
1692         * lyxfont.h: turn NO_LATEX on as default
1693
1694         * buffer.C (insertErtContents): new methods of tex style compability.
1695         (parseSingleLyXformat2Token): use it several places.
1696         * tabular.C (OldFormatRead): and here
1697
1698 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1699
1700         * text2.C: remove some commented code.
1701         reindent file.
1702
1703         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
1704         * trans.C: changes because of the above.
1705
1706 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
1707
1708         * text2.C (setCounter): Fix counters bug with bibliography layout.
1709
1710 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1711
1712         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
1713         own member functions
1714         (simpleTeXSpecialChars): ditto
1715
1716 2001-07-06  Juergen Vigna  <jug@sad.it>
1717
1718         * a lot of files: changed the access to LyXText::status and the
1719         call of undo-functions.
1720         
1721         * undo.[Ch]: added a inset_id to the undo informations.
1722
1723         * undo_funcs.[Ch]: added and moved here all undo functions.
1724
1725         * lyxtext.h: give the status enum a weight, made status_ a private
1726         variable and made accessor functions for it, removed the whole bunch
1727         of undo-functions as they are now in their own file, make some
1728         functions publically available. Added function ownerParagraph with
1729         int parameter.
1730
1731         * paragraph.[Ch]: added "bool same_ids" to the constructor,
1732         made InInset() a const function, added getParFromID() function.
1733
1734         * buffer.[Ch]: added const version for inset_iterator functions,
1735         added getInsetFromID() function.
1736
1737         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
1738         changed undo functions for new version.
1739
1740 2001-07-05  Juergen Vigna  <jug@sad.it>
1741
1742         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
1743         unknow mechanism does not call the proper constructor but only this
1744         one also if I request the other!?
1745
1746 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1747
1748         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
1749
1750         * text2.C (LyXText): use initialization lists.
1751
1752         * lyxtext.h (Selection): initialize set_ and mark_
1753         (init): remove method
1754
1755 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
1756
1757         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
1758
1759 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1760
1761         * screen.[Ch]: change method names to begin with lowercase 
1762
1763         * BufferView_pimpl.C (updateScrollbar): simplify further and
1764         hopefully make it a bit faster.
1765
1766 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1767
1768         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
1769         calling directly xforms functions.
1770
1771         * Painter.C (Painter): 
1772         * lyx_cb.C (MenuWrite): 
1773         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
1774         fl_display.
1775
1776         * lyx_gui.C: remove bogus guiruntime extern declaration.
1777
1778 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1779
1780         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
1781         in NEW_INSETS
1782         (redoDrawingOfParagraph): ditto
1783         (redoParagraphs): ditto
1784         (cutSelection): don't create a object for CutAndPaste use the
1785         static method directly
1786         (pasteSelection): ditto
1787
1788         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
1789         LyXview (+ rename)
1790
1791 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1792
1793         * modifications to some other files because of this.
1794         
1795         * Makefile.am (lyx_SOURCES): add XFormsView
1796
1797         * XFormsView.[Ch]: new files
1798
1799         * LyXView.[Ch]: make LyXView a base class for the gui handling for
1800         the main window. Move the gui dependent stuff to XFormsView
1801
1802 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1803
1804         * tabular.C (GetCellInset): update cur_cell also in the row/col
1805         version of this function.
1806
1807         * lyxfunc.C: no need to include figure_form.h here.
1808
1809         * FontLoader.h: 
1810         * lyxfunc.h: 
1811         * lyxscreen.h: 
1812         * text2.C: 
1813         * lyxvc.C: no need to include forms.h here.
1814
1815 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1816
1817         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
1818
1819         * lyxfunc.C (Dispatch): 
1820         * Spacing.C (set): 
1821         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
1822         constructor argument.
1823
1824 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1825
1826         * paragraph.C (Paragraph): dont't clear, and just set layout.
1827         (makeSameLayout): use params's copy contructor.
1828
1829         * ParagraphParameters.[Ch] (makeSame): delete method
1830
1831 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1832
1833         * Variables.[Ch]: fix indentation, rename set to isSet
1834
1835 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1836
1837         * lyxfunc.C (Dispatch): fix typo
1838
1839 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1840
1841         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
1842         upper_bound. 
1843
1844         * bufferlist.C: include assert.h for emergencyWrite().
1845
1846 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1847
1848         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
1849           give up at last (bug #425202) !
1850  
1851 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1852
1853         * lyx_gui_misc.C:
1854         * sp_form.h:
1855         * sp_form.C:
1856         * spellchecker.h:
1857         * spellchecker.C: strip spellchecker options and bring up
1858           preferences tab instead
1859          
1860 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1861
1862         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
1863         the istringstream constructor
1864
1865 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1866
1867         * paragraph.C (getLayout): fix return value
1868
1869         * paragraph.h: do not declare getLayout as inline.
1870
1871         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
1872
1873 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1874
1875         * lyxcursor.h (operator<): new func
1876         (operator>): new func
1877         (operator>=): new func
1878         (operator<=): new func
1879
1880         * text.C (changeCase): use selection.start and selection.end
1881         (changeRegionCase): require from to be <= to. Require par to be a
1882         valid paragraph.
1883
1884         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
1885
1886 2001-06-27  Juergen Vigna  <jug@sad.it>
1887
1888         * text.C (cursorLeftOneWord): changed to return the cursor and added
1889         overlay with BufferView * parameter which calls this one.
1890         (getWord): added
1891         (selectWord): use new getWord function.
1892         (changeCase): renamed from changeWordCase as and extended to work
1893         also on selections.
1894
1895         * lyxtext.h: added enum word_location
1896
1897         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
1898         changeCase as this operates now also on selections.
1899
1900 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1901
1902         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
1903
1904         * many files: send debug output to Debug::INFO instead of
1905         Debug::ANY. 
1906
1907         * converter.C (View): 
1908         (Convert): 
1909         (Move): send debug output to Debug::FILES instead of console.
1910
1911 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1912
1913         * lyxfunc.C (getStatus): use func_status
1914
1915         * func_status.h: new header, describing the results of
1916         LyXFunc::getStatus;
1917
1918         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
1919         LFUN_MATH_HALIGN.
1920
1921 2001-06-25  The LyX Project  <jug@sad.it>
1922
1923         * buffer.C (sgmlOpenTag):
1924         (sgmlCloseTag):
1925         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
1926
1927 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1928
1929         * text2.C: remove some dead code
1930
1931         * tabular.C (GetCellInset): store the last cell checked (gotten)
1932
1933         * tabular.h: add the helper for the speedup
1934
1935         * lyxtext.h: remove some dead code
1936
1937 2001-06-26  The LyX Project  <Asger>
1938
1939         * paragraph.C: Change export to LaTeX of alignment to
1940         \begin{center} and family for better roundtrip work with reLyX.
1941
1942         * Tune the math drawing a bit.
1943
1944 2001-06-25  The LyX Project  <Asger>
1945
1946         * LColor.C (LColor): New color for math background. New color
1947         for buttons.
1948
1949 2001-06-25  The LyX Project  <jug@sad.it>
1950
1951         * lyxfunc.C (MenuNew): remove extra check for .lyx file
1952
1953         * lyxfunc.C (Open): 
1954         * bufferlist.C (newFile): do not restrict to files ending with
1955         .lyx
1956
1957         * BufferView_pimpl.C (MenuInsertLyXFile): 
1958
1959 2001-06-24  The LyX Project  <jug@sad.it>
1960
1961         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
1962         of compare_no_case
1963
1964 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1965
1966         * lyxtext.h: rename most methods to begin with a small char.
1967         Lots of changes because of this.
1968
1969         * paragraph.C (Paragraph): do not call fitToSize
1970         (erase): call Pimpl::erase
1971         (insertChar): call Pimpl::insertChar
1972         (insertInset): call Pipl::insertInset
1973         (breakParagraph): do not call fitToSize
1974         (breakParagraphConservative): do not call fitToSize
1975         (fitToSize): remove method
1976
1977         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
1978
1979 2001-06-24  The LyX Project  <Asger>
1980
1981         * Fix Qt compilation^2
1982
1983 2001-06-24  The LyX Project  <jug@sad.it>
1984
1985         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
1986         depthHook(getDepth()-1).
1987
1988         * paragraph.h: 
1989         * ParagraphParameters.h: 
1990         * ParameterStruct.h: change type of depth to unsigned int ==
1991         depth_type. Many adaptations to other files before of that.
1992
1993 2001-06-24  The LyX Project  <Asger>
1994
1995         * Fix Qt compilation.
1996
1997 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1998
1999         * paragraph.h: renamed several methods to begin with small letter.
2000         several changes to many parts of the code because of this.
2001
2002 2001-06-23  The LyX Project  <jug@sad.it>
2003
2004         * text2.C (InsertStringAsLines): renamed from InsertStringA;
2005         rewritten to discard all double spaces when KeepEmpty is off
2006         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
2007         to only handle newlines but not fiddle with spaces and friends.
2008
2009         * lyxfunc.C (MenuNew): when doing 'new from template', use
2010         template_path as default directory
2011
2012 2001-06-23  The LyX Project  <Asger>
2013
2014         * Clean-up of header file includes all over
2015         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
2016         
2017 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2018
2019         * paragraph.h: renamed from lyxparagraph.h
2020
2021 2001-06-23  Asger  <lyx@violet.home.sad.it>
2022
2023         * Buffer.h: Removed Buffer::resize
2024         * BufferList.h: Removed BufferList::resize
2025         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
2026         the document lazily when we change the width, or the font settings.
2027
2028 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2029
2030         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
2031
2032 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2033
2034         * buffer.h: remove out of date comment
2035
2036 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2037
2038         * lyxscreen.h:
2039         * screen.C: fix "theoretical" GC leak
2040  
2041 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2042
2043         * LaTeX.C (scanAuxFile):
2044         (deplog): remove trailing \r when reading stream (useful under
2045         win32)  
2046
2047 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2048
2049         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
2050         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
2051         and BufferView::theLockingInset(Inset*), so should use them and not
2052         access bv_->text->the_locking_inset directly.
2053
2054         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
2055
2056 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2057
2058         * Makefile.am:
2059         * tex-defs.h: remove old unused file
2060          
2061 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
2062
2063         * BufferView_pimpl.C: fix typo, remove minibuffer message
2064           when buffer has loaded
2065
2066 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2067
2068         * lyxfunc.C (Dispatch): use stringstream
2069         (MenuNew): use stringstream
2070         (Open): use stringstream
2071
2072         * importer.C (Import): use stringstream
2073
2074         * bufferview_funcs.C (CurrentState): use stringstream
2075
2076         * LaTeX.C (run): use stringstream
2077
2078         * BufferView_pimpl.C (savePosition): use stringstream
2079         (restorePosition): use stringstream
2080         (MenuInsertLyXFile): use stringstream
2081
2082 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
2083
2084         * BufferView.C:
2085         * Bullet.C:
2086         * ColorHandler.C:
2087         * FontInfo.C:
2088         * FontLoader.C:
2089         * LColor.C:
2090         * LaTeXFeatures.C:
2091         * Painter.C:
2092         * gettext.C:
2093         * lyx_gui_misc.C:
2094         * lyxserver.C:
2095         * vspace.C: removed // -*- C++ -*- as first line.
2096
2097         * lyxfind.h:
2098         * version.h: added // -*- C++ -*- as first line.
2099
2100 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2101
2102         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
2103
2104         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
2105         of string
2106
2107 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2108
2109         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
2110         of floats.
2111
2112 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2113
2114         * gettext.C: include LString.h even when --disable-nls is on. 
2115
2116 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2117
2118         * converter.h (Get): changed argument type from int to
2119         FormatList::size_type to avoid unnecessary conversion.
2120
2121         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
2122         before using it.
2123
2124 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2125
2126         * gettext.h: include LString.h even when --disable-nls is on. 
2127
2128 2001-06-07  Juergen Vigna  <jug@sad.it>
2129
2130         * text.C (BreakAgain): subst spaces with tabs.
2131
2132         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
2133         (resizeInsetsLyXText): set force on resizeLyXText.
2134
2135 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2136
2137         * gettext.h (gettext_init): 
2138         (locale_init): use a real definition instead of a macro
2139
2140 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2141
2142         * Bufferview_pimpl.C:
2143         * LColor.h:
2144         * LColor.C: further lcolor tidies
2145
2146 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2147
2148         * BufferView_pimpl.C (updateScrollbar): simplify.
2149
2150         * BufferView2.C: don't include insets/insetinfo.h, change
2151         prototype for insertInset and call the Pimpl version. let
2152         updateInset call Pimpl version.
2153
2154         * BufferView.h: move inset_slept to BufferView::Pimpl, move
2155         gotoInset to BufferView::Pimpl
2156
2157 2001-06-01  Juergen Vigna  <jug@sad.it>
2158
2159         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
2160         inside a LockingInset (is the update needed at all?).
2161
2162 2001-05-31  Juergen Vigna  <jug@sad.it>
2163
2164         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
2165         here not the old one otherwise how should we compare it afterwards
2166         if it's the same!
2167
2168 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2169
2170         * lyxfont.C: 
2171         * tabular.C:
2172         * tabular-old.C: 
2173         * FontInfo.C: bring C functions into global namespace when
2174         necessary
2175
2176 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2177
2178         * LString.h: make sure config.h has been loaded before LString.h.
2179
2180         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
2181         (one for each char read by EatLine!).
2182
2183         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
2184         variables. 
2185
2186 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2187
2188         * paragraph.C (BreakParagraph): set the inset_owner in the new par
2189         to the same as the par we break from
2190
2191 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2192
2193         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
2194
2195         * MenuBackend.C (expand): also create menu entries for wide
2196         versions of the floats.
2197
2198         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
2199
2200         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
2201
2202         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
2203         frontends/Makefile.am
2204
2205         * text2.C: adjust
2206         * text.C: adjust
2207         
2208
2209         * tabular.C (getTokenValue): add std::
2210
2211         * tabular-old.C (getTokenValue): add std::
2212         (getTokenValue): ditto
2213         (getTokenValue): ditto
2214
2215         * screen.C (ToggleSelection): adjust
2216
2217         * lyxtext.h: put selection cursors inside a Selection struct.
2218
2219         * lyxfunc.C (moveCursorUpdate): adjust
2220
2221         * lyxfont.C (latexWriteStartChanges): add std::
2222
2223         * lyxfind.C: adjust
2224
2225         * font.h: delete with(char const *, LyXFont const &)
2226
2227         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
2228
2229         * FontInfo.C (getFontname): add std::
2230
2231         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2232         (workAreaButtonPress): adjust
2233         (tripleClick): adjust
2234         (update): adjust
2235         (moveCursorUpdate): adjust
2236         (Dispatch): adjust
2237
2238         * BufferView2.C (gotoInset): adjust
2239
2240 2001-05-30  Juergen Vigna  <jug@sad.it>
2241
2242         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
2243         to check pspell I add this as default as I now have new pspell
2244         libraries and they seem to use this.
2245
2246 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2247
2248         * text2.C (CutSelection): make the cursor valid before the call to
2249         ClearSelection.
2250
2251 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2252
2253         * kbsequence.C (parse): de-uglify a bit the parsing code, which
2254         relied on 0 terminated strings and other horrors. Bug found due to
2255         the new assert in lyxstring!
2256
2257         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
2258         KP_ keys.
2259
2260 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2261
2262         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
2263         to latinkeys.bind.
2264
2265         * lyxfunc.C (processKeySym): change method of getting to the
2266         self-insert char.
2267
2268         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
2269         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
2270         * BufferView_pimpl.[Ch]: here as private methods.
2271
2272 2001-05-28  Juergen Vigna  <jug@sad.it>
2273
2274         * text.C (SetHeightOfRow): added the update() call again as it is
2275         needed to initialize inset dimensions!
2276
2277 2001-05-16  Juergen Vigna  <jug@sad.it>
2278
2279         * text2.C (SetCharFont): Add new function with BufferView * and
2280         bool toggleall parameters for setting insets internal fonts.
2281         (SetFont): Freeze the undo as we may change fonts in Insets and
2282         all this change should be inside only one Undo!
2283
2284         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
2285         setting font's in insets as for them we have the SetFont function!
2286
2287 2001-05-15  Juergen Vigna  <jug@sad.it>
2288
2289         * text2.C (ClearSelection): to be sure we REALLY don't have any
2290         selection anymore!
2291
2292         * tabular.C (TeXCellPreamble): fixed the left border problem for
2293         multicolumn cells.
2294
2295 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
2296
2297         * LaTeX.C (deplog): Make sure that the main .tex file is in the
2298         dependancy file
2299
2300 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2301
2302         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
2303         LFUN_BREAKPARAGRAPH.
2304
2305         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
2306         help test to "internal only", similar for LFUN_INSERT_URL
2307
2308         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
2309         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
2310         auto_region_delete and deadkeys. 
2311
2312 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
2313
2314         * LColor.h:
2315         * LColor.C: remove some dead entries, tidy a little
2316  
2317 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2318
2319         * lyxfunc.C (processKeySym): comment the Escape handling, remove
2320         commented code.
2321         (Dispatch): implement LFUN_ESCAPE
2322
2323         * commandtags.h: add LFUN_ESCAPE
2324
2325         * LyXAction.C (init): add entry for LFUN_ESCAPE
2326
2327         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
2328         Remove commented code.
2329         (insertNote): moved here
2330         (open_new_inset): moved here
2331
2332         * BufferView[2].[Ch]: move insertNote and open_new_inset to
2333         BufferView_pimpl
2334
2335 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2336
2337         * kbmap.C (findbinding): clean it up and make it work correctly.
2338
2339         * lyx_main.C (init): do not pass argc and argv as parameters
2340
2341 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2342
2343         * buffer.C: fix path for OS/2 & Win32
2344
2345         * lyx_gui.C:
2346         * lyx_main:
2347         * lyx_main.C: Added os:: class.
2348         
2349         * os2_defines.h: update
2350
2351 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2352
2353         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
2354         better by trying again with reduced state.
2355
2356 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2357
2358         * lyxrc.C (read): print error about invalid key sequence only when
2359         debugging (because not all latinX keysyms are known to some X
2360         servers)
2361
2362         * kbsequence.C (getiso): add a few std:: qualifiers
2363         (getiso): comment out extra return statement.
2364
2365 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2366
2367         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
2368         handling.
2369         (Dispatch): enhance the accent inset a bit. (not perfect)
2370
2371 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2372
2373         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
2374
2375 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2376
2377         * bufferlist.C (emergencyWrite): fix assert() call
2378
2379 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
2380
2381         * text.C (InsertChar): Added trivial patch to only send the "you
2382         can not do multiple spaces this way" message once during a
2383         session.
2384
2385 2001-05-08  Baruch Even  <baruch@lyx.org>
2386
2387         * Makefile.am: Changed order of libraries to get LyX to link properly
2388         with the gnome frontend.
2389
2390 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2391
2392         * LaTeXFeatures.h: add a std:: qualifier
2393
2394 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2395
2396         * paragraph.C (String): use stringstream
2397
2398 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2399
2400         * paragraph.C (writeFile): remove footflag arg
2401
2402         * buffer.C (makeLaTeXFile): use stringstream
2403         (latexParagraphs): remove footnot gurba
2404
2405         * LaTeXFeatures.C (getPackages): use stringstream
2406         (getMacros): likewise
2407         (getTClassPreamble): likewise
2408         (getFloatDefinitions): new method
2409
2410         * paragraph.C (writeFile): reindent
2411         (Erase): reindent
2412
2413         * WorkArea.h: revert the xpos + etc changes.
2414
2415         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
2416
2417         * lyxparagraph.[Ch]: add copy constructor, remove Clone
2418
2419         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
2420         (pasteSelection): likewise
2421         * text2.C (CreateUndo): likewise
2422
2423 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2424
2425         * minibuffer.C (peek_event): temporarily reduce the functionality
2426         of the minibuffer (to allow args on lfuns)
2427
2428         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
2429         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
2430
2431         * buffer.C (readInset): add compability reading of old float
2432         lists, add reading of new style float list.
2433         (readInset): avoid reevaluation of inscmd.getCmdName()
2434         (getLists): reindent
2435
2436         * MenuBackend.C (MenuItem): implement parsing of
2437         md_floatlistinsert and md_floatinsert.
2438         (expand::LastFiles): move initalizaton of iterators out of loop,
2439         avoid reevaluation.
2440         (expand::Documents): introduce typdedef vector<string> Strings,
2441         and use it. 
2442         (expand::ExportFormats): introduce typedef vector<Format const *>
2443         Formats, and use it.
2444         (expand): implement FloatListInsert and FloatInsert.
2445
2446         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
2447         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
2448         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
2449
2450         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
2451         handling. 
2452         (Dispatch::LFUN_FLOAT_LIST): implement
2453
2454 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2455  
2456         * LaTeX.C (run): Fix problem with --export code.
2457  
2458 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2459
2460         * BufferView.[Ch] (workarea): removed.
2461         (getClipboard) new method; wrapper for workarea()->getClipboard()
2462
2463         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
2464         bug.
2465
2466         * WorkArea.h (width, height, xpos, ypos): These methods all
2467         returned the dimensions of the work_area sub-area of WorkArea,
2468         resulting in a position error if the WorkArea were resized. Now
2469         return the dimensions of the entire WorkArea.
2470
2471         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
2472
2473 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2474
2475         * LaTeX.C (deplog): correct the syntax of regex reg1
2476
2477 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2478
2479         * undo.C: remove !NEW_INSETS cruft
2480
2481 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2482
2483         * text2.C: remove !NEW_INSETS cruft
2484
2485         * text.C: remove !NEW_INSETS cruft
2486
2487         * tabular.C: remove !NEW_INSETS cruft
2488
2489         * spellchecker.C: remove !NEW_INSETS cruft
2490
2491         * lyxtext.h: remove !NEW_INSETS cruft
2492
2493         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
2494
2495         * lyxfunc.C: remove !NEW_INSETS cruft
2496
2497         * lyxfind.C: remove !NEW_INSETS cruft
2498
2499         * lyx_cb.C: remove !NEW_INSETS cruft
2500
2501         * figureForm.C: remove  !NEW_INSETS cruft
2502
2503         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
2504
2505         * buffer.[Ch]: remove !NEW_INSETS cruft
2506
2507         * ToolbarDefaults.C: remove !NEW_INSETS cruft
2508
2509         * CutAndPaste.C: remove !NEW_INSETS cruft
2510
2511         * BufferView_pimpl.C: remove !NEW_INSETS cruft
2512
2513         * BufferView2.C: remove !NEW_INSETS cruft
2514
2515         * BufferView.h: remove !NEW_INSETS cruft
2516
2517 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2518
2519         * Lsstream.h: include LString.h before the sstream headers to
2520         fix problem with gcc 2.95.3 and lyxstring
2521
2522 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2523
2524         * lyx_main.C: add using directives when needed for C functions
2525         declared in std:: namespace.
2526
2527 2001-04-27  Juergen Vigna  <jug@sad.it>
2528
2529         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
2530         (SetHeightOfRow): comment out the update call should not be needed!
2531
2532 2001-04-13  Juergen Vigna  <jug@sad.it>
2533
2534         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
2535         (LyXTabular): tried to minimize operator= operations (and realized
2536         hopfully Lars wish).
2537
2538 2001-04-27  Juergen Vigna  <jug@sad.it>
2539
2540         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
2541
2542 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2543
2544         * lyxfunc.C (Dispatch): hack to make listof algorithm work
2545
2546         * buffer.C (readInset): hack to make listof algorithm work
2547
2548         * BufferView_pimpl.C: hack to make listof algorithm work
2549
2550 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2551
2552         * LyXAction.C: removed all !NEW_INSETS cruft
2553         (init): moved lfun_item in method
2554
2555         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
2556
2557 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2558
2559         * BufferView2.C (theLockingInset): white space.
2560
2561 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2562
2563         * minibuffer.C: include <iostream>
2564
2565         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
2566
2567         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
2568
2569         * commandtags.h: add LFUN_TRANSPOSE_CHARS
2570
2571         * text.[Ch] (TransposeChars): new method
2572
2573 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2574
2575         * call message directly through LyXView instead of through LyXFunc
2576         * BufferView2.C: adjust
2577         * BufferView_pimpl.C: adjust
2578         * FontLoader.C: adjust
2579         * buffer.C: adjust
2580         * bufferview_funcs.C: adjust
2581         * converter.C: adjust
2582         * figureForm.C: adjust
2583         * importer.C: adjust
2584         * lyx_cb.C: adjust
2585         * lyx_gui_misc.C: adjust
2586         * lyxfunc.C: adjust
2587         * lyxvc.C: adjust
2588         * text2.C: adjust
2589         + more files in subdirs
2590         
2591         * lyxparagraph.h (size): move up int file
2592         (GetLayout): ditto
2593
2594         * adjust all uses of Assert to lyx::Assert.
2595
2596         * BufferView2.C (ChangeCitationsIfUnique): adjust for
2597         lyxfunctional in namespace lyx
2598         * layout.C (hasLayout): ditto
2599         (GetLayout): ditto
2600         (GetLayout): ditto
2601         (delete_layout): ditto
2602         (NumberOfClass): ditto
2603         * converter.C (GetFormat): ditto
2604         (GetNumber): ditto
2605         (Add): ditto
2606         (Delete): ditto
2607         (SetViewer): ditto
2608         * bufferlist.C (getFileNames): ditto
2609         (emergencyWriteAll): ditto
2610         (exists): ditto
2611         (getBuffer): ditto
2612         * MenuBackend.C (hasSubmenu): ditto
2613         (hasMenu): ditto
2614         (getMenu): ditto
2615         * BufferView_pimpl.C (getInsetByCode): ditto
2616
2617 2001-04-18  Juergen Vigna  <jug@sad.it>
2618
2619         * vspace.C (asLatexString): fixed the 100% problem.
2620
2621 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2622
2623         * lyxfunc.C (Dispatch): 
2624         * minibuffer.C: 
2625         * minibuffer.h: add a few std:: qualifiers
2626
2627 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2628
2629         * minibuffer.[Ch]: reimplement so that commands is initiated and
2630         run from lyxfunc, simplified som handling, and made the completion
2631         and history code for complete. wip. 
2632
2633         * lyxfunc.C (processKeySym): call message
2634         (miniDispatch): new temporary method
2635         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
2636         (LFUN_MESSAGE): implement
2637         (LFUN_MESSAGE_PUSH): implement
2638         (LFUN_MESSAGE_POP): implement
2639         (initMiniBuffer): the initial/defualt minibuffer message.
2640
2641         * lyxfont.[Ch]: inline some more getters
2642
2643         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
2644
2645         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
2646
2647         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
2648         (AutoSave): use LFUN_MESSAGE
2649         (Reconfigure): ditto
2650
2651         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
2652
2653         * figureForm.C: use LFUN_MESSAGE
2654
2655         * converter.C (runLaTeX): use LFUN_MESSAGE
2656
2657         * bufferview_funcs.C: use LFUN_MESSAGE
2658         (Melt): ditto
2659         (changeDepth): ditto
2660
2661         * bufferparams.h: use boost::
2662
2663         * bufferlist.h: inherit privately from noncopyable
2664
2665         * bufferlist.C (loadLyXFile): remove some commented code.
2666
2667         * buffer.C (runChktex): use LFUN_MESSAGE
2668
2669         * ShareContainer.h: inherit privately from noncopyable
2670
2671         * ParagraphParameters.[hC] (depth): inline it.
2672
2673         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
2674         methods.
2675         (message): new method
2676         (messagePush): ditto
2677         (messagePop): ditto
2678         (show): init minibuffer
2679         (showState): direct call
2680
2681         * LaTeX.[Ch]: inherit privately from noncopyable
2682         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
2683         instead of WriteStatus.
2684
2685         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
2686
2687         * BufferView_pimpl.C (buffer): don't init minibuffer
2688         (workAreaButtonPress): use LFUN_MESSAGE
2689         (workAreaButtonRelease): ditto
2690         (savePosition): ditto
2691         (restorePosition): ditto
2692         (MenuInsertLyXFile): ditto
2693         (workAreaExpose): don't init minibuffer
2694         (update): remove commented code, simplify
2695
2696         * BufferView2.C (openStuff): use LFUN_MESSAGE
2697         (toggleFloat): ditto
2698         (menuUndo): ditto
2699         (menuRedo): ditto
2700         (copyEnvironment): ditto
2701         (pasteEnvironment): ditto
2702         (copy): ditto
2703         (cut): ditto
2704         (paste): ditto
2705         (gotoInset): ditto
2706         (updateInset): remove some commented code
2707
2708         * lastfiles.h: inherit privately from noncopyable
2709         * layout.h: ditto
2710         * lyx_gui.h: ditto
2711         * lyx_main.h: ditto
2712         * lyxlex.h: ditto
2713         * lyxlex_pimpl.h: ditto
2714
2715         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
2716         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
2717         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2718
2719         * LyXAction.h: inherit privately from noncopyable, add methods
2720         func_begin, func_end, returning iterators to the func map.
2721
2722         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
2723         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2724         (func_begin): new method
2725         (func_end): new method
2726
2727         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
2728         and not)
2729         (copySelection): ditto
2730         (pasteSelection): ditto
2731
2732         * BufferView.C: whitespace change
2733         * BufferView.h: inherit privately from noncopyable
2734
2735 2001-04-16  Allan Rae  <rae@lyx.org>
2736
2737         * tabular-old.C (l_getline): 
2738         * spellchecker.C (sc_check_word): 
2739         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
2740         an unrecognised preprocessor directive.  So ensure they're wrapped. 
2741
2742 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
2743
2744         * src/exporter.C (Export): Give an error message when path to file 
2745         contains spaces.
2746
2747 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
2748
2749         * LaTeX.C (deplog): Always check that foundfile exists.
2750
2751 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2752
2753         * lyx_main.h: 
2754         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
2755
2756 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2757
2758         * tabular.[Ch] (getLabelList): implement new method
2759
2760         * minibuffer.h: comment ouf setTiimer
2761
2762         * minibuffer.C (ExecutingCB): constify res
2763         (peek_event): constify s
2764         (Set): constify ntext
2765         (Init): constify nicename
2766
2767         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
2768
2769         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
2770         (savePosition): use two params to Minibuffer::Set
2771         (restorePosition): ditto
2772
2773 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2774
2775         * lyx_main.C: include language.h
2776
2777         * Makefile.am (lyx_main.o): add language.h
2778
2779 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2780
2781         * exporter.C: 
2782         * paragraph.C: 
2783         * screen.C: 
2784         * tabular.C: 
2785         * CutAndPaste.C: include gettext.h
2786
2787         * lyxfont.h: remove old hack with ON and OFF.
2788
2789         * lyxparagraph.h: 
2790         * lyxfont.h: do not include language.h...
2791
2792         * BufferView2.C: 
2793         * LaTeXFeatures.C: 
2794         * Painter.C: 
2795         * bufferview_funcs.C: 
2796         * font.C: 
2797         * lyxfont.C: 
2798         * text.C: 
2799         * text2.C: 
2800         * trans_mgr.C: 
2801         * paragraph.C: ... but do it here instead
2802
2803 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2804
2805         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
2806
2807         * tabular.C: small reformat
2808
2809         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
2810         NEW_INSETS version
2811         (GetChar): ditto
2812         (BreakParagraph): ditto
2813         (SetOnlyLayout): ditto
2814         (SetLayout): ditto
2815
2816         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
2817         with one arg less.
2818
2819         * lastfiles.C: removed most using decl, add std:: where needed
2820
2821         * buffer.C: ws changes
2822
2823         * MenuBackend.C (class compare_format): put into anon namespace
2824         (expand): constify label, names, action, action2
2825         (expand): 
2826
2827         * text.C (SingleWidth): constify font
2828         (IsBoundary): constify rtl2
2829         (GetVisibleRow): constify ww
2830
2831         * LaTeX.C (deplog): constify logfile
2832
2833         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
2834         start_x, end_x
2835         (workAreaExpose): constify widthChange, heightChange
2836
2837         * lyxrow.C (par): moved
2838         (height): moved
2839         (next): moved
2840         * lyxrow.h: as inlines here
2841
2842         * lyxfont.h (shape): moved from lyxfont.C
2843         (emph): moved from lyxfont.C
2844
2845         * lyxfont.C (LyXFont): use initialization list for all
2846         constructors
2847         (shape): move to lyxfont.h as inline
2848         (emph): move to lyxfont.h as inline
2849         
2850
2851 2001-04-04  Juergen Vigna  <jug@sad.it>
2852
2853         * vspace.C: had to include stdio.h for use of sscanf
2854
2855 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
2856
2857         * BufferView.h: 
2858         * BufferView_pimpl.h: remove xforms cruft. Both classes are
2859         independent of xforms.
2860
2861 2001-04-02  Juergen Vigna  <jug@sad.it>
2862
2863         * spellchecker.C: fixed namespace placing!
2864
2865 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2866
2867         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
2868         the LyXParagraph * is 0.
2869
2870 2001-03-29  Juergen Vigna  <jug@sad.it>
2871
2872         * vspace.C: added support for %, c%, p%, l%.
2873         (stringFromUnit): added helper function.
2874         (asLatexString): changed to give right results for the %-values.
2875
2876         * buffer.C: convert the widthp in a width%.
2877
2878 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2879
2880         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
2881         figureForm.[Ch].
2882
2883         * figureForm.[Ch]: stripped the FD_from_figure manipulation
2884         code out of lux_cb.[Ch], ready for its (imminent?) removal.
2885
2886         * lyx_cb.[Ch]: see above.
2887
2888         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
2889         form1.[Ch].
2890
2891         * form1.[Ch]:
2892         * lyx.[Ch]: replaced by figure_form.[Ch].
2893
2894         * lyx_gui.C:
2895         * lyx_gui_misc.C:
2896         * lyxfunc.C: changed headers associated with above changes.
2897
2898 2001-03-27  Juergen Vigna  <jug@sad.it>
2899
2900         * BufferView_pimpl.C: set the temporary cursor right!
2901
2902 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2903
2904         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
2905
2906 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2907
2908         * LString.h: removed "using std::getline"!
2909
2910         * BufferView_pimpl.C (Dispatch): changes due to changes in
2911         InsetInclude::Params.
2912
2913         * buffer.C (tag_name): removed redundant break statements as they were
2914         producing lots of warnings with my compiler.
2915
2916 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2917
2918         * LString.h: add "using std::getline" when using the real <string>.
2919
2920 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
2921
2922         * buffer.C: removed bitset usage.
2923         PAR_TAG moved to an anonymous name space.
2924         (tag_name): new funtion, also in the anonymous namespace.
2925         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
2926         (makeDocBookFile): clean code. Completed transition from string arrays
2927         to string vectors.
2928         (SimpleDocBookOnePar): code clean.
2929
2930 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2931
2932         * tabular.C: add some comments.
2933
2934 2001-03-22  Juergen Vigna  <jug@sad.it>
2935
2936         * buffer.C (parseSingleLyXformat2Token): redone the minipage
2937         compatibility read a bit and fixed bug with minipage in different
2938         depth.
2939
2940 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
2941
2942         * buffer.C (pop_tag): removed.
2943         (push_tag): removed.
2944         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
2945         array replaced with vector. Added support for CDATA sections.
2946         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
2947         at any nest level.
2948         (makeDocBookFile): XML conformant declaration of CDATA section,
2949         fixed bug related to <emphasis> in the first paragraph char.
2950         (sgmlOpenTag): exclude empty tags.
2951         (sgmlCloseTag): ditto.
2952         
2953         * buffer.h (pop_tag): removed.
2954         (push_tag): removed.
2955
2956 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2957
2958         * language.h (Languages): added size_type and size().
2959
2960 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2961
2962         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
2963         response on compability reading of minipages. One probliem is that
2964         the old usage of minipages was «flertydig» 
2965
2966         * several files here and in subdirs: don't use static at file
2967         scope use anon namespaces instead.
2968
2969 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
2970
2971         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
2972         LaTeX output. This is necessary for Literate document
2973         processing.
2974
2975 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2976
2977         * buffer.C: insert hfill when needed.
2978
2979         * tabular.C (l_getline): use string::erase, small whitespace change.
2980
2981         * BufferView_pimpl.C: try the anon namespace.
2982         * WorkArea.C: ditto
2983
2984 2001-03-16  Juergen Vigna  <jug@sad.it>
2985
2986         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
2987         otherwise it won't open options-dialogs.
2988
2989         * buffer.C: honor pextraWidth(p) on converting minipages.
2990
2991         * tabular.C (l_getline): changed the functions to strip trailing \r.
2992
2993 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2994
2995         * BufferView_pimpl.C:
2996         * minibuffer..C: added "using SigC::slot" declaration.
2997
2998 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2999
3000         * lyxlex_pimpl.h: noncopyable is in namespace boost.
3001
3002         * text2.C: ditto
3003
3004         * text.C: ditto
3005
3006         * paragraph.C: ditto
3007
3008         * lyxtext.h: NO_PEXTRA
3009
3010         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
3011
3012         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
3013         * ParameterStruct.h: ditto
3014         * ParagraphParameters.h: ditto 
3015         * lyxparagraph.h: ditto
3016
3017 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3018
3019         * buffer.C: add compability for minipage alignment.
3020         (latexParagraphs): remove unwanted pextra check.
3021
3022         * several files: remove CXX_WORKING_NAMESPACES
3023
3024         * buffer.C (pop_tag): tie is in namespace boost
3025
3026         * BufferView.h: noncopyable is in namespace boost
3027         * lyxlex.h: ditto
3028         * lyx_main.h: ditto
3029         * lyx_gui.h: ditto
3030         * layout.h: ditto
3031         * lastfiles.h: ditto
3032         * bufferlist.h: ditto
3033         * ShareContainer.h: ditto
3034         * LyXView.h: ditto
3035         * LyXAction.h: ditto
3036         * LaTeX.h: ditto
3037
3038 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3039
3040         * Merging changes from BRANCH_MVC back into HEAD.
3041
3042         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
3043
3044 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
3045
3046         * BufferView_pimpl.C: change from intl.C
3047
3048         * combox.h:
3049         * combox.C:
3050         * Makefile.am: move combox.*
3051
3052         * form1.h:
3053         * form1.C:
3054         * lyx_gui.C:
3055         * intl.h:
3056         * intl.C: remove dialog (covered by prefs)
3057
3058 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3059
3060         * lyxfunc.C (Dispatch): removed redundant break statement.
3061         
3062 2001-03-14  Juergen Vigna  <jug@sad.it>
3063
3064         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
3065
3066 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3067
3068         * buffer.C: add hack to fix compability reading of minipages.
3069
3070 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3071
3072         * buffer.C (getLists): Cleanup.
3073
3074 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3075
3076         * lyxfont.C (update): don't honor toggleall on font size.
3077
3078 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3079
3080         * bmtable.c:
3081         * bmtable.h:
3082         * Makefile.am: moved to frontends/xforms/
3083
3084         * lyx_gui_misc.C:
3085         * lyxfunc.C:
3086         * BufferView_pimpl.C: changes for moved mathpanel
3087
3088 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3089
3090         * gettext.h: fix gettext_init() in --disable-nls
3091
3092 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3093
3094         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
3095
3096 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3097
3098         * lyx.C:
3099         * lyx.h: strip external form
3100
3101 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3102
3103         * BufferView_pimpl.C: add comment, destroySplash()
3104
3105 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3106
3107         * BufferView_pimpl.C:
3108         * LyXAction.C:
3109         * buffer.C:
3110         * commandtags.h:
3111         * lyxfunc.C: use re-worked insetinclude
3112
3113 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3114
3115         * buffer.C: add using std::stringstream.
3116
3117         * lyx_cb.C: readd using std::ios.
3118
3119         * buffer.C: add using std::map.
3120
3121         * BufferView_pimpl.C: add using std::vector.
3122
3123         * ShareContainer.h: add std:: to swap.
3124
3125         * buffer.h: add some typedefs
3126         * buffer.C (getLists): use them
3127         (getLists): renamed from getTocList.
3128         add a counter for the different float types and use it in the
3129         generated string.
3130         (getLists): use the same counter for the NEW_INSETS and the "non"
3131         NEW_INSETS
3132
3133         * lyx_cb.h: remove unused items, includes, using etc.
3134
3135         * ShareContainer.h: remove some commented code, add more comments
3136         and "documentation".
3137
3138 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3139
3140         * buffer.C (getTocList): make the list also when NEW_INSETS is
3141         defined.
3142
3143         * buffer.h: remove TocType
3144
3145         * buffer.C (getTocList): change to return a map<string,
3146         vector<TocItem> >, implement for dynamic number of list.
3147
3148         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
3149         * text2.C (PasteSelection): adjust
3150         * CutAndPaste.C (pasteSelection): adjust
3151
3152         * FloatList.C (FloatList): update from the new_insets branch.
3153         * Floating.[Ch]: ditto
3154         * LaTeXFeatures.C: ditto
3155         * buffer.C: ditto
3156         * lyxlex_pimpl.C: ditto
3157         
3158         * paragraph.C (Last): remove when NEW_INSETS is defined.
3159
3160         * other file: changes because of the above.
3161
3162 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3163
3164         * lyxparagraph.h: rename next to next_, previous to previous_,
3165         make them private for NEW_INSETS. Rename Next() to next(),
3166         Previous() to previous().
3167
3168         * other files: changes because of the above.
3169
3170 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
3171
3172         * BufferView.h: 
3173         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
3174         problem.
3175
3176 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3177
3178         * main.C (main): pass lyx_localedir to gettext_init().
3179
3180         * gettext.h: remove locale_init and gettext_init macros
3181
3182         * gettext.C (locale_init): new function
3183         (gettext_init): new function
3184
3185         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
3186         setlocale().
3187
3188 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
3189
3190         * Moved credits to frontends:
3191         * credits.[Ch]: removed
3192         * credits_form.[Ch]: removed
3193         * lyx_gui_misc.C: remove credits stuff
3194         * Makefile.am:
3195
3196 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3197
3198         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
3199
3200         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
3201         unneeded destructor.
3202
3203         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
3204         a standalone pointer again.
3205
3206         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
3207
3208 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3209
3210         * Makefile.am:
3211         * filedlg.h:
3212         * filedlg.C:
3213         * LyXAction.C:
3214         * ToolbarDefaults.C:
3215         * bufferlist.C:
3216         * commandtags.h:
3217         * form1.C:
3218         * form1.h:
3219         * lyx_cb.C:
3220         * lyx_cb.h:
3221         * lyxfunc.h:
3222         * lyxfunc.C:
3223         * BufferView_pimpl.C: use new file dialog in GUII
3224
3225         * lyx_cb.h:
3226         * lyx_cb.C: remove LayoutsCB to Toolbar
3227
3228 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3229
3230         * ShareContainer.h (get): add std:: qualifier
3231
3232 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3233
3234         * ShareContainer.h: define a proper ShareContainer::value_type
3235         type (and use typename to please compaq cxx)
3236
3237 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3238
3239         * lyxparagraph.h: move serveral local vars to
3240         ParameterStruct/ParagraphParameters., use ShareContainer in
3241         FontTable., make vars in FontTable private and add getter and
3242         setter.
3243
3244         * paragraph.C: changes because of the above.
3245
3246         * lyxfont.h: remove copy constructor and copy assignment. (the
3247         default ones is ok), move number inside FontBits. move inlines to
3248         lyxfont.C 
3249
3250         * lyxfont.C: add number to initializaton of statics, move several
3251         inlines here. constify several local vars. some whitespace
3252         cleanup. Dont hide outerscope variables.
3253
3254         * Spacing.h: add two new constructors to match the set methods.
3255
3256         * ShareContainer.h: new file, will perhaps be moved to support
3257
3258         * ParameterStruct.h: new file
3259
3260         * ParagraphParameters.h: new file
3261
3262         * ParagraphParameters.C: new file
3263
3264         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
3265         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
3266
3267         * BufferView_pimpl.C: ParagraphParameter changes.
3268         * buffer.C: Likewise.
3269         * bufferview_funcs.C: Likewise.
3270         * text.C: Likewise.
3271         * text2.C: Likewise.
3272         
3273 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3274
3275         * lyxfind.C (LyXReplace): do not redefine default argument in
3276         implementation. 
3277         (IsStringInText): ditto
3278         (SearchForward): ditto
3279         (SearchBackward): ditto
3280
3281 2001-03-06  Juergen Vigna  <jug@sad.it>
3282
3283         * lyxfind.C (IsStringInText): put parentes around expressions.
3284
3285 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3286
3287         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
3288         
3289 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
3290
3291         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
3292
3293         * stl_string_fwd.h: add comment
3294
3295         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
3296
3297         * tabular.h:
3298         * tabular.C: remove unused DocBook methods
3299
3300         * intl.C:
3301         * language.C:
3302         * paragraph.C:
3303         * buffer.C:
3304         killed DO_USE_DEFAULT_LANGUAGE
3305
3306 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3307
3308         * lyx_gui.C: do not include language.h.
3309
3310         * bufferview_funcs.C (ToggleAndShow): do not provide optional
3311         arguments in function implementation.
3312
3313 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3314
3315         * BufferView_pimpl.C: add <ctime>
3316
3317 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3318
3319         * BufferView_pimpl.C: add using std::find_if
3320
3321 2001-02-27  José Matos  <jamatos@fep.up.pt>
3322         
3323         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
3324         by OnlyPath.
3325         
3326 2001-02-11  José Matos  <jamatos@fep.up.pt>
3327
3328         * buffer.C (makeDocBookFile): command styles now have a parameter as
3329         "title" by default.
3330
3331 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
3332
3333         * layout_forms.[Ch]: removed
3334         * lyx_cb.[Ch]: out character
3335         * lyx_gui.C: out character
3336         * lyx_gui_misc.C: out character
3337         * bufferview_funcs.C: : out character,
3338         added toggleall as parameter in ToggleAndShow
3339                    
3340 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
3341
3342         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
3343
3344         * text2.C (SetCurrentFont): Disable number property at boundary.
3345
3346 2001-02-26  Juergen Vigna  <jug@sad.it>
3347
3348         * lyxfunc.C (getStatus): added a string argument override function so
3349         that this is correctly called from LyXFunc::Dispatch if it contains a
3350         do_not_use_argument which is used!
3351         (Dispatch): added check for "custom" export and call appropriate func.
3352
3353 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
3354
3355         * lyxrc.C: Add language_command_local, language_use_babel and
3356         language_global_options.
3357
3358         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
3359
3360         * buffer.C (makeLaTeXFile): Use language_use_babel and 
3361         language_global_options.
3362
3363 2001-02-23  Juergen Vigna  <jug@sad.it>
3364
3365         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
3366         which works with LyXText and putted it inside BufferView. Here now we
3367         only call for that part the BufferView::Dispatch() function.
3368
3369         * BufferView.C (Dispatch): added.
3370
3371         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
3372         functions which needs to use a LyXText over from LyXFunc.
3373         (MenuInsertLyXFile): added
3374         (getInsetByCode): added
3375         (moveCursorUpdate): added
3376         (static TEXT): added
3377
3378 2001-02-22  Juergen Vigna  <jug@sad.it>
3379
3380         * BufferView_pimpl.C (update): call a status update to see if LyXText
3381         needs it.
3382
3383 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3384
3385         * vc-backend.C (revert): implement for CVS
3386         (getLog): implement for CVS
3387
3388 2001-02-20  Juergen Vigna  <jug@sad.it>
3389
3390         * text2.C (ClearSelection): added BufferView param for inset_owner call
3391
3392         * lyxfunc.C (TEXT): added this function and use it instead of
3393         directly owner->view()-text of getLyXText().
3394
3395 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3396
3397         * src/layout_forms.C: out preamble
3398         * src/layout_forms.h: out preamble
3399         * src/lyx_cb.C: out preamble
3400         * src/lyx_cb.h: out preamble
3401         * src/lyx_gui.C: out preamble
3402         * src/lyx_gui_misc.C: out preamble
3403         * src/lyxfunc.C: connect with guii preamble
3404
3405 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3406
3407         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
3408
3409 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
3410
3411         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
3412         whether to run bibtex.
3413
3414 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
3415
3416         * Makefile.am (lyx_SOURCES): Remove BackStack.h
3417
3418 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3419
3420         * Makefile.am (lyx_SOURCES): removed bibforms.h
3421
3422         * vspace.h: doxygen
3423
3424         * text.C (GetVisibleRow): make several local vars const
3425
3426         * tabular.C: small cleanup.
3427
3428         * lyxserver.C (callback): use compare instead of strncmp
3429
3430         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
3431         inlines to after class or to paragraph.C
3432
3433         * lyxfont.h: remove friend operator!=
3434
3435         * converter.h: move friend bool operator< to non friend and after
3436         class def.
3437
3438         * combox.h: small cleanup
3439
3440         * buffer.h: doxygen, remove unused constructor, move inclas inlies
3441         to inlines after class def.
3442
3443         * buffer.C (pop_tag): use string operations instead of strcmp
3444
3445         * bmtable.c: doxygen, small cleanup
3446
3447         * LaTeX.h: remove friend operator==
3448
3449 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3450
3451         * screen.C: 
3452         * lyxrc.[Ch]:
3453         * lyxfunc.C: 
3454         * lyxfont.[Ch]: 
3455         * lyx_cb.C: 
3456         * intl.[Ch]: 
3457         * commandtags.h: 
3458         * buffer.C: 
3459         * WorkArea.[Ch]: 
3460         * LyXAction.C: 
3461         * BufferView_pimpl.C:
3462         * BufferView.[Ch]: remove cruft
3463
3464 2001-02-14  Juergen Vigna  <jug@sad.it>
3465
3466         * lyxfunc.C: removed #if 0 unused code
3467
3468         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
3469
3470         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
3471
3472         * text2.C (SetSelection): added a BufferView * parameter
3473
3474 2001-02-13  Juergen Vigna  <jug@sad.it>
3475
3476         * lyxfunc.C (Dispatch): fixed protected blank problem.
3477         * BufferView2.C (protectedBlank): added LyxText * parameter.
3478
3479         * tabular.C (AppendRow): forgot to set row_info of newly added row.
3480         (AppendColumn): same as above for column_info.
3481
3482         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
3483         (moveCursorUpdate): use a LyXText param for support of InsetText.
3484
3485         * BufferView_pimpl.C (doubleClick): added support for InsetText.
3486         (tripleClick): ditto
3487
3488         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
3489
3490         * BufferView_pimpl.C (update): added LyXText param to honor insets.
3491
3492         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
3493
3494         * text2.C (SetSelection): set correct update status if inset_owner
3495         (ToggleFree): ditto
3496
3497 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3498
3499         * tabular.C: remove some commented code.
3500
3501 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3502
3503         * BufferView_pimpl.C: call hideSplash()
3504
3505         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
3506
3507         * include_form.h:
3508         * bibforms.h: remove
3509
3510         * lyxfunc.C:
3511         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
3512           add LFUN_CHILD_CREATE
3513
3514         * counters.h: fix tiny typo
3515         
3516         * lyx_cb.C:
3517         * lyx.h:
3518         * lyx_gui.C:
3519         * lyx.C: move splash to frontends/xforms/
3520
3521         * lyx_gui_misc.C: move Include and Bibform to frontends
3522
3523         * lyxvc.h: clarify comment
3524
3525         * vspace.C: tiny housekeeping
3526
3527 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3528
3529         * text.C (PrepareToPrint): RTL Fix.
3530
3531         * paragraph.C (GetUChar): New method.
3532         (String):  Use GetUChar.
3533
3534         * buffer.C (asciiParagraph): Use GetUChar.
3535
3536 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3537
3538         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
3539
3540 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3541
3542         * buffer.h:
3543         * buffer.C: rename to getLogName(), handle
3544           build log / latex log nicely
3545
3546 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3547
3548         * MenuBackend.C: 
3549         * MenuBackend.h: remove support for reference menuitem type.
3550
3551 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3552
3553         * BufferView_pimpl.C: housekeeping
3554         * BufferView_pimpl.h:
3555         * LyXView.h:
3556         * Makefile.am:
3557         * Timeout.C:
3558         * Timeout.h:
3559         * minibuffer.h: move Timeout GUI-I
3560                           
3561 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
3562
3563         * lyxrc.C (read): Update converters data-structures.
3564
3565 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3566
3567         * LaTeX.h (operator!=): add operator != for Aux_Info 
3568
3569 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3570
3571         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
3572
3573         * LaTeXLog.C: deleted, useful code moved to Buffer
3574
3575         * buffer.h:
3576         * buffer.C: new function getLatexLogName()
3577
3578         * lyx_gui_misc.C:
3579         * lyx_gui.C:
3580         * lyxvc.C:
3581         * lyxvc.h:
3582         * lyxfunc.C: use frontends for LaTeX and VC logs
3583
3584 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3585
3586         * LaTeX.h: yet another std:: that Allan forgot.
3587
3588         * Variables.C (set): renamed from isset(), because this clashes
3589         with some HP-UX macros (grr).
3590
3591 2001-02-06  Allan Rae  <rae@lyx.org>
3592
3593         * LaTeX.h: Another bug fix.  Missing std:: this time.
3594
3595 2001-02-04  Allan Rae  <rae@lyx.org>
3596
3597         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
3598         floats problem. I've left it commented out because it's not quite
3599         correct.  It should also test that the current object is a table or
3600         figure inset.  But I haven't gotten around to figuring out how to do
3601         that.  I *think* it'll be something like: "table" == inset.type()
3602
3603         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
3604         bool.
3605
3606 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3607
3608         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
3609         all the citation/databases/styles in the auxilary file. 
3610         (run): Rerun latex if there was a babel language error.
3611
3612 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
3613
3614         * text.C (Backspace): Preserve the font when changing newline char
3615         with a space.
3616         (BreakParagraph): If the cursor is before a space, delete the space.
3617
3618         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
3619
3620 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3621
3622         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
3623         new argument (code).
3624         (ChangeCitationsIfUnique): New method.
3625
3626         * paragraph.C (GetPositionOfInset): Handle bibkey.
3627
3628 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3629
3630         * BufferView_pimpl.h: change type of Position::par_pos to
3631         LyXParagraph::size_type. 
3632
3633 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
3634
3635         * BufferView_pimpl.C (savePosition, restorePosition): Write
3636         messages to minibuffer.
3637
3638 2001-01-28  José Matos  <jamatos@fep.up.pt>
3639
3640         * buffer.C (makeDocBookFile): adds support for document language.
3641         A silly restriction on the name of LatexCommand types where removed.
3642         Added support for CDATA sections, allows to chars unescaped, used
3643         among others in code, to avoid escape < and >.
3644         
3645 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3646
3647         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
3648         saved positions instrad of a stack. Furthermore, a position is
3649         stored using paragraph id/paragraph position.
3650
3651         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
3652         Remove LFUN_REF_BACK.
3653
3654 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3655
3656         * converter.C (dvipdfm_options): New method.
3657
3658 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3659
3660         * vspace.C (isValidLength): Fix for empty input string.
3661
3662 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3663
3664         * LyXAction.C (init): change description of LFUN_FIGURE to
3665         "Insert Graphics"
3666
3667 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3668
3669         * LaTeX.C: add using directive
3670
3671 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3672
3673         * MenuBackend.C (expand): Fix the sorting of the formats.
3674
3675 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
3676
3677         * lyx_main.C: tiny error message fix
3678
3679 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3680
3681         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
3682         calling fl_initialize(). This fixes the problem with ',' as
3683         decimal separator in text files.
3684
3685 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3686
3687         * trans.C (process): Fix the keymap bug.
3688
3689 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
3690
3691         * LaTeX.C (scanAuxFiles): New method. Provides support for
3692         multiple bibliographies (when using the bibtopic/bibunits pacakges).
3693         (scanLogFile) Scan for "run BibTeX" messages.
3694
3695         * buffer.C (makeLaTeXFile): Do not load the ae package when using
3696         OT1 font encoding. Also, load the aecompl package if the ae
3697         package is loaded.
3698
3699         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
3700
3701 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3702
3703         * texrow.C (increasePos): turn two error messages into debug
3704         messages. 
3705
3706 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
3707
3708         * LaTeX.C (scanAux): Handle the \@input macro.
3709         (runBibTeX): Use scanAux().
3710
3711         * language.C (latex_options_): New field.
3712
3713         * LaTeXFeatures.C (getMacros): Add language macros.
3714
3715         * buffer.C (makeLaTeXFile): Small fix.
3716
3717 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3718
3719         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
3720
3721         * text2.C: add a using directive.
3722
3723 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
3724
3725         * BufferView2.C:
3726         * lyx_gui_misc.h:
3727         * lyxfr1.C:
3728         * lyxfunc.C: kill LyXBell.
3729
3730 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
3731
3732         * text.C (IsBoundary): Remove the error message
3733         
3734         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
3735
3736         * lyxrc.C (setDefaults): Correct initialization value for
3737         font_norm_type.
3738
3739 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3740
3741         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
3742         gotoError().
3743
3744         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
3745         and GotoNextNote().
3746
3747         * src/LyXAction.C: Added reference-next.
3748
3749         * text.C (InsertChar): Use contains instead of strchr.
3750
3751         * lyx_cb.C (MenuInsertLabel): Enable default value code.
3752
3753 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
3754
3755         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
3756         alignment commands (when needed).
3757
3758         * text.C (InsertChar): Add ':' to number separator chars.