]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
patch from Jean-Marc + some
[lyx.git] / src / ChangeLog
1 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * paragraph.C (Paragraph): dont't clear, and just set layout.
4         (makeSameLayout): use params's copy contructor.
5
6         * ParagraphParameters.[Ch] (makeSame): delete method
7
8 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
9
10         * Variables.[Ch]: fix indentation, rename set to isSet
11
12 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13
14         * lyxfunc.C (Dispatch): fix typo
15
16 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17
18         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
19         upper_bound. 
20
21         * bufferlist.C: include assert.h for emergencyWrite().
22
23 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
24
25         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
26           give up at last (bug #425202) !
27  
28 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
29
30         * lyx_gui_misc.C:
31         * sp_form.h:
32         * sp_form.C:
33         * spellchecker.h:
34         * spellchecker.C: strip spellchecker options and bring up
35           preferences tab instead
36          
37 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
38
39         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
40         the istringstream constructor
41
42 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
43
44         * paragraph.C (getLayout): fix return value
45
46         * paragraph.h: do not declare getLayout as inline.
47
48         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
49
50 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * lyxcursor.h (operator<): new func
53         (operator>): new func
54         (operator>=): new func
55         (operator<=): new func
56
57         * text.C (changeCase): use selection.start and selection.end
58         (changeRegionCase): require from to be <= to. Require par to be a
59         valid paragraph.
60
61         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
62
63 2001-06-27  Juergen Vigna  <jug@sad.it>
64
65         * text.C (cursorLeftOneWord): changed to return the cursor and added
66         overlay with BufferView * parameter which calls this one.
67         (getWord): added
68         (selectWord): use new getWord function.
69         (changeCase): renamed from changeWordCase as and extended to work
70         also on selections.
71
72         * lyxtext.h: added enum word_location
73
74         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
75         changeCase as this operates now also on selections.
76
77 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
78
79         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
80
81         * many files: send debug output to Debug::INFO instead of
82         Debug::ANY. 
83
84         * converter.C (View): 
85         (Convert): 
86         (Move): send debug output to Debug::FILES instead of console.
87
88 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
89
90         * lyxfunc.C (getStatus): use func_status
91
92         * func_status.h: new header, describing the results of
93         LyXFunc::getStatus;
94
95         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
96         LFUN_MATH_HALIGN.
97
98 2001-06-25  The LyX Project  <jug@sad.it>
99
100         * buffer.C (sgmlOpenTag):
101         (sgmlCloseTag):
102         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
103
104 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
105
106         * text2.C: remove some dead code
107
108         * tabular.C (GetCellInset): store the last cell checked (gotten)
109
110         * tabular.h: add the helper for the speedup
111
112         * lyxtext.h: remove some dead code
113
114 2001-06-26  The LyX Project  <Asger>
115
116         * paragraph.C: Change export to LaTeX of alignment to
117         \begin{center} and family for better roundtrip work with reLyX.
118
119         * Tune the math drawing a bit.
120
121 2001-06-25  The LyX Project  <Asger>
122
123         * LColor.C (LColor): New color for math background. New color
124         for buttons.
125
126 2001-06-25  The LyX Project  <jug@sad.it>
127
128         * lyxfunc.C (MenuNew): remove extra check for .lyx file
129
130         * lyxfunc.C (Open): 
131         * bufferlist.C (newFile): do not restrict to files ending with
132         .lyx
133
134         * BufferView_pimpl.C (MenuInsertLyXFile): 
135
136 2001-06-24  The LyX Project  <jug@sad.it>
137
138         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
139         of compare_no_case
140
141 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
142
143         * lyxtext.h: rename most methods to begin with a small char.
144         Lots of changes because of this.
145
146         * paragraph.C (Paragraph): do not call fitToSize
147         (erase): call Pimpl::erase
148         (insertChar): call Pimpl::insertChar
149         (insertInset): call Pipl::insertInset
150         (breakParagraph): do not call fitToSize
151         (breakParagraphConservative): do not call fitToSize
152         (fitToSize): remove method
153
154         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
155
156 2001-06-24  The LyX Project  <Asger>
157
158         * Fix Qt compilation^2
159
160 2001-06-24  The LyX Project  <jug@sad.it>
161
162         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
163         depthHook(getDepth()-1).
164
165         * paragraph.h: 
166         * ParagraphParameters.h: 
167         * ParameterStruct.h: change type of depth to unsigned int ==
168         depth_type. Many adaptations to other files before of that.
169
170 2001-06-24  The LyX Project  <Asger>
171
172         * Fix Qt compilation.
173
174 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
175
176         * paragraph.h: renamed several methods to begin with small letter.
177         several changes to many parts of the code because of this.
178
179 2001-06-23  The LyX Project  <jug@sad.it>
180
181         * text2.C (InsertStringAsLines): renamed from InsertStringA;
182         rewritten to discard all double spaces when KeepEmpty is off
183         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
184         to only handle newlines but not fiddle with spaces and friends.
185
186         * lyxfunc.C (MenuNew): when doing 'new from template', use
187         template_path as default directory
188
189 2001-06-23  The LyX Project  <Asger>
190
191         * Clean-up of header file includes all over
192         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
193         
194 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
195
196         * paragraph.h: renamed from lyxparagraph.h
197
198 2001-06-23  Asger  <lyx@violet.home.sad.it>
199
200         * Buffer.h: Removed Buffer::resize
201         * BufferList.h: Removed BufferList::resize
202         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
203         the document lazily when we change the width, or the font settings.
204
205 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
206
207         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
208
209 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
210
211         * buffer.h: remove out of date comment
212
213 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
214
215         * lyxscreen.h:
216         * screen.C: fix "theoretical" GC leak
217  
218 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
219
220         * LaTeX.C (scanAuxFile):
221         (deplog): remove trailing \r when reading stream (useful under
222         win32)  
223
224 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
225
226         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
227         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
228         and BufferView::theLockingInset(Inset*), so should use them and not
229         access bv_->text->the_locking_inset directly.
230
231         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
232
233 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
234
235         * Makefile.am:
236         * tex-defs.h: remove old unused file
237          
238 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
239
240         * BufferView_pimpl.C: fix typo, remove minibuffer message
241           when buffer has loaded
242
243 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
244
245         * lyxfunc.C (Dispatch): use stringstream
246         (MenuNew): use stringstream
247         (Open): use stringstream
248
249         * importer.C (Import): use stringstream
250
251         * bufferview_funcs.C (CurrentState): use stringstream
252
253         * LaTeX.C (run): use stringstream
254
255         * BufferView_pimpl.C (savePosition): use stringstream
256         (restorePosition): use stringstream
257         (MenuInsertLyXFile): use stringstream
258
259 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
260
261         * BufferView.C:
262         * Bullet.C:
263         * ColorHandler.C:
264         * FontInfo.C:
265         * FontLoader.C:
266         * LColor.C:
267         * LaTeXFeatures.C:
268         * Painter.C:
269         * gettext.C:
270         * lyx_gui_misc.C:
271         * lyxserver.C:
272         * vspace.C: removed // -*- C++ -*- as first line.
273
274         * lyxfind.h:
275         * version.h: added // -*- C++ -*- as first line.
276
277 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
278
279         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
280
281         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
282         of string
283
284 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
285
286         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
287         of floats.
288
289 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
290
291         * gettext.C: include LString.h even when --disable-nls is on. 
292
293 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
294
295         * converter.h (Get): changed argument type from int to
296         FormatList::size_type to avoid unnecessary conversion.
297
298         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
299         before using it.
300
301 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
302
303         * gettext.h: include LString.h even when --disable-nls is on. 
304
305 2001-06-07  Juergen Vigna  <jug@sad.it>
306
307         * text.C (BreakAgain): subst spaces with tabs.
308
309         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
310         (resizeInsetsLyXText): set force on resizeLyXText.
311
312 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
313
314         * gettext.h (gettext_init): 
315         (locale_init): use a real definition instead of a macro
316
317 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
318
319         * Bufferview_pimpl.C:
320         * LColor.h:
321         * LColor.C: further lcolor tidies
322
323 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
324
325         * BufferView_pimpl.C (updateScrollbar): simplify.
326
327         * BufferView2.C: don't include insets/insetinfo.h, change
328         prototype for insertInset and call the Pimpl version. let
329         updateInset call Pimpl version.
330
331         * BufferView.h: move inset_slept to BufferView::Pimpl, move
332         gotoInset to BufferView::Pimpl
333
334 2001-06-01  Juergen Vigna  <jug@sad.it>
335
336         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
337         inside a LockingInset (is the update needed at all?).
338
339 2001-05-31  Juergen Vigna  <jug@sad.it>
340
341         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
342         here not the old one otherwise how should we compare it afterwards
343         if it's the same!
344
345 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
346
347         * lyxfont.C: 
348         * tabular.C:
349         * tabular-old.C: 
350         * FontInfo.C: bring C functions into global namespace when
351         necessary
352
353 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
354
355         * LString.h: make sure config.h has been loaded before LString.h.
356
357         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
358         (one for each char read by EatLine!).
359
360         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
361         variables. 
362
363 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
364
365         * paragraph.C (BreakParagraph): set the inset_owner in the new par
366         to the same as the par we break from
367
368 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
369
370         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
371
372         * MenuBackend.C (expand): also create menu entries for wide
373         versions of the floats.
374
375         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
376
377         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
378
379         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
380         frontends/Makefile.am
381
382         * text2.C: adjust
383         * text.C: adjust
384         
385
386         * tabular.C (getTokenValue): add std::
387
388         * tabular-old.C (getTokenValue): add std::
389         (getTokenValue): ditto
390         (getTokenValue): ditto
391
392         * screen.C (ToggleSelection): adjust
393
394         * lyxtext.h: put selection cursors inside a Selection struct.
395
396         * lyxfunc.C (moveCursorUpdate): adjust
397
398         * lyxfont.C (latexWriteStartChanges): add std::
399
400         * lyxfind.C: adjust
401
402         * font.h: delete with(char const *, LyXFont const &)
403
404         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
405
406         * FontInfo.C (getFontname): add std::
407
408         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
409         (workAreaButtonPress): adjust
410         (tripleClick): adjust
411         (update): adjust
412         (moveCursorUpdate): adjust
413         (Dispatch): adjust
414
415         * BufferView2.C (gotoInset): adjust
416
417 2001-05-30  Juergen Vigna  <jug@sad.it>
418
419         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
420         to check pspell I add this as default as I now have new pspell
421         libraries and they seem to use this.
422
423 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
424
425         * text2.C (CutSelection): make the cursor valid before the call to
426         ClearSelection.
427
428 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
429
430         * kbsequence.C (parse): de-uglify a bit the parsing code, which
431         relied on 0 terminated strings and other horrors. Bug found due to
432         the new assert in lyxstring!
433
434         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
435         KP_ keys.
436
437 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
438
439         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
440         to latinkeys.bind.
441
442         * lyxfunc.C (processKeySym): change method of getting to the
443         self-insert char.
444
445         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
446         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
447         * BufferView_pimpl.[Ch]: here as private methods.
448
449 2001-05-28  Juergen Vigna  <jug@sad.it>
450
451         * text.C (SetHeightOfRow): added the update() call again as it is
452         needed to initialize inset dimensions!
453
454 2001-05-16  Juergen Vigna  <jug@sad.it>
455
456         * text2.C (SetCharFont): Add new function with BufferView * and
457         bool toggleall parameters for setting insets internal fonts.
458         (SetFont): Freeze the undo as we may change fonts in Insets and
459         all this change should be inside only one Undo!
460
461         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
462         setting font's in insets as for them we have the SetFont function!
463
464 2001-05-15  Juergen Vigna  <jug@sad.it>
465
466         * text2.C (ClearSelection): to be sure we REALLY don't have any
467         selection anymore!
468
469         * tabular.C (TeXCellPreamble): fixed the left border problem for
470         multicolumn cells.
471
472 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
473
474         * LaTeX.C (deplog): Make sure that the main .tex file is in the
475         dependancy file
476
477 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
478
479         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
480         LFUN_BREAKPARAGRAPH.
481
482         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
483         help test to "internal only", similar for LFUN_INSERT_URL
484
485         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
486         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
487         auto_region_delete and deadkeys. 
488
489 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
490
491         * LColor.h:
492         * LColor.C: remove some dead entries, tidy a little
493  
494 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
495
496         * lyxfunc.C (processKeySym): comment the Escape handling, remove
497         commented code.
498         (Dispatch): implement LFUN_ESCAPE
499
500         * commandtags.h: add LFUN_ESCAPE
501
502         * LyXAction.C (init): add entry for LFUN_ESCAPE
503
504         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
505         Remove commented code.
506         (insertNote): moved here
507         (open_new_inset): moved here
508
509         * BufferView[2].[Ch]: move insertNote and open_new_inset to
510         BufferView_pimpl
511
512 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
513
514         * kbmap.C (findbinding): clean it up and make it work correctly.
515
516         * lyx_main.C (init): do not pass argc and argv as parameters
517
518 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
519
520         * buffer.C: fix path for OS/2 & Win32
521
522         * lyx_gui.C:
523         * lyx_main:
524         * lyx_main.C: Added os:: class.
525         
526         * os2_defines.h: update
527
528 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
529
530         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
531         better by trying again with reduced state.
532
533 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
534
535         * lyxrc.C (read): print error about invalid key sequence only when
536         debugging (because not all latinX keysyms are known to some X
537         servers)
538
539         * kbsequence.C (getiso): add a few std:: qualifiers
540         (getiso): comment out extra return statement.
541
542 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
543
544         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
545         handling.
546         (Dispatch): enhance the accent inset a bit. (not perfect)
547
548 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
549
550         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
551
552 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
553
554         * bufferlist.C (emergencyWrite): fix assert() call
555
556 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
557
558         * text.C (InsertChar): Added trivial patch to only send the "you
559         can not do multiple spaces this way" message once during a
560         session.
561
562 2001-05-08  Baruch Even  <baruch@lyx.org>
563
564         * Makefile.am: Changed order of libraries to get LyX to link properly
565         with the gnome frontend.
566
567 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
568
569         * LaTeXFeatures.h: add a std:: qualifier
570
571 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
572
573         * paragraph.C (String): use stringstream
574
575 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
576
577         * paragraph.C (writeFile): remove footflag arg
578
579         * buffer.C (makeLaTeXFile): use stringstream
580         (latexParagraphs): remove footnot gurba
581
582         * LaTeXFeatures.C (getPackages): use stringstream
583         (getMacros): likewise
584         (getTClassPreamble): likewise
585         (getFloatDefinitions): new method
586
587         * paragraph.C (writeFile): reindent
588         (Erase): reindent
589
590         * WorkArea.h: revert the xpos + etc changes.
591
592         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
593
594         * lyxparagraph.[Ch]: add copy constructor, remove Clone
595
596         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
597         (pasteSelection): likewise
598         * text2.C (CreateUndo): likewise
599
600 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
601
602         * minibuffer.C (peek_event): temporarily reduce the functionality
603         of the minibuffer (to allow args on lfuns)
604
605         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
606         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
607
608         * buffer.C (readInset): add compability reading of old float
609         lists, add reading of new style float list.
610         (readInset): avoid reevaluation of inscmd.getCmdName()
611         (getLists): reindent
612
613         * MenuBackend.C (MenuItem): implement parsing of
614         md_floatlistinsert and md_floatinsert.
615         (expand::LastFiles): move initalizaton of iterators out of loop,
616         avoid reevaluation.
617         (expand::Documents): introduce typdedef vector<string> Strings,
618         and use it. 
619         (expand::ExportFormats): introduce typedef vector<Format const *>
620         Formats, and use it.
621         (expand): implement FloatListInsert and FloatInsert.
622
623         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
624         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
625         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
626
627         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
628         handling. 
629         (Dispatch::LFUN_FLOAT_LIST): implement
630
631 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
632  
633         * LaTeX.C (run): Fix problem with --export code.
634  
635 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
636
637         * BufferView.[Ch] (workarea): removed.
638         (getClipboard) new method; wrapper for workarea()->getClipboard()
639
640         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
641         bug.
642
643         * WorkArea.h (width, height, xpos, ypos): These methods all
644         returned the dimensions of the work_area sub-area of WorkArea,
645         resulting in a position error if the WorkArea were resized. Now
646         return the dimensions of the entire WorkArea.
647
648         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
649
650 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
651
652         * LaTeX.C (deplog): correct the syntax of regex reg1
653
654 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
655
656         * undo.C: remove !NEW_INSETS cruft
657
658 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
659
660         * text2.C: remove !NEW_INSETS cruft
661
662         * text.C: remove !NEW_INSETS cruft
663
664         * tabular.C: remove !NEW_INSETS cruft
665
666         * spellchecker.C: remove !NEW_INSETS cruft
667
668         * lyxtext.h: remove !NEW_INSETS cruft
669
670         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
671
672         * lyxfunc.C: remove !NEW_INSETS cruft
673
674         * lyxfind.C: remove !NEW_INSETS cruft
675
676         * lyx_cb.C: remove !NEW_INSETS cruft
677
678         * figureForm.C: remove  !NEW_INSETS cruft
679
680         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
681
682         * buffer.[Ch]: remove !NEW_INSETS cruft
683
684         * ToolbarDefaults.C: remove !NEW_INSETS cruft
685
686         * CutAndPaste.C: remove !NEW_INSETS cruft
687
688         * BufferView_pimpl.C: remove !NEW_INSETS cruft
689
690         * BufferView2.C: remove !NEW_INSETS cruft
691
692         * BufferView.h: remove !NEW_INSETS cruft
693
694 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
695
696         * Lsstream.h: include LString.h before the sstream headers to
697         fix problem with gcc 2.95.3 and lyxstring
698
699 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
700
701         * lyx_main.C: add using directives when needed for C functions
702         declared in std:: namespace.
703
704 2001-04-27  Juergen Vigna  <jug@sad.it>
705
706         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
707         (SetHeightOfRow): comment out the update call should not be needed!
708
709 2001-04-13  Juergen Vigna  <jug@sad.it>
710
711         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
712         (LyXTabular): tried to minimize operator= operations (and realized
713         hopfully Lars wish).
714
715 2001-04-27  Juergen Vigna  <jug@sad.it>
716
717         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
718
719 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
720
721         * lyxfunc.C (Dispatch): hack to make listof algorithm work
722
723         * buffer.C (readInset): hack to make listof algorithm work
724
725         * BufferView_pimpl.C: hack to make listof algorithm work
726
727 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
728
729         * LyXAction.C: removed all !NEW_INSETS cruft
730         (init): moved lfun_item in method
731
732         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
733
734 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
735
736         * BufferView2.C (theLockingInset): white space.
737
738 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
739
740         * minibuffer.C: include <iostream>
741
742         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
743
744         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
745
746         * commandtags.h: add LFUN_TRANSPOSE_CHARS
747
748         * text.[Ch] (TransposeChars): new method
749
750 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
751
752         * call message directly through LyXView instead of through LyXFunc
753         * BufferView2.C: adjust
754         * BufferView_pimpl.C: adjust
755         * FontLoader.C: adjust
756         * buffer.C: adjust
757         * bufferview_funcs.C: adjust
758         * converter.C: adjust
759         * figureForm.C: adjust
760         * importer.C: adjust
761         * lyx_cb.C: adjust
762         * lyx_gui_misc.C: adjust
763         * lyxfunc.C: adjust
764         * lyxvc.C: adjust
765         * text2.C: adjust
766         + more files in subdirs
767         
768         * lyxparagraph.h (size): move up int file
769         (GetLayout): ditto
770
771         * adjust all uses of Assert to lyx::Assert.
772
773         * BufferView2.C (ChangeCitationsIfUnique): adjust for
774         lyxfunctional in namespace lyx
775         * layout.C (hasLayout): ditto
776         (GetLayout): ditto
777         (GetLayout): ditto
778         (delete_layout): ditto
779         (NumberOfClass): ditto
780         * converter.C (GetFormat): ditto
781         (GetNumber): ditto
782         (Add): ditto
783         (Delete): ditto
784         (SetViewer): ditto
785         * bufferlist.C (getFileNames): ditto
786         (emergencyWriteAll): ditto
787         (exists): ditto
788         (getBuffer): ditto
789         * MenuBackend.C (hasSubmenu): ditto
790         (hasMenu): ditto
791         (getMenu): ditto
792         * BufferView_pimpl.C (getInsetByCode): ditto
793
794 2001-04-18  Juergen Vigna  <jug@sad.it>
795
796         * vspace.C (asLatexString): fixed the 100% problem.
797
798 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
799
800         * lyxfunc.C (Dispatch): 
801         * minibuffer.C: 
802         * minibuffer.h: add a few std:: qualifiers
803
804 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
805
806         * minibuffer.[Ch]: reimplement so that commands is initiated and
807         run from lyxfunc, simplified som handling, and made the completion
808         and history code for complete. wip. 
809
810         * lyxfunc.C (processKeySym): call message
811         (miniDispatch): new temporary method
812         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
813         (LFUN_MESSAGE): implement
814         (LFUN_MESSAGE_PUSH): implement
815         (LFUN_MESSAGE_POP): implement
816         (initMiniBuffer): the initial/defualt minibuffer message.
817
818         * lyxfont.[Ch]: inline some more getters
819
820         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
821
822         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
823
824         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
825         (AutoSave): use LFUN_MESSAGE
826         (Reconfigure): ditto
827
828         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
829
830         * figureForm.C: use LFUN_MESSAGE
831
832         * converter.C (runLaTeX): use LFUN_MESSAGE
833
834         * bufferview_funcs.C: use LFUN_MESSAGE
835         (Melt): ditto
836         (changeDepth): ditto
837
838         * bufferparams.h: use boost::
839
840         * bufferlist.h: inherit privately from noncopyable
841
842         * bufferlist.C (loadLyXFile): remove some commented code.
843
844         * buffer.C (runChktex): use LFUN_MESSAGE
845
846         * ShareContainer.h: inherit privately from noncopyable
847
848         * ParagraphParameters.[hC] (depth): inline it.
849
850         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
851         methods.
852         (message): new method
853         (messagePush): ditto
854         (messagePop): ditto
855         (show): init minibuffer
856         (showState): direct call
857
858         * LaTeX.[Ch]: inherit privately from noncopyable
859         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
860         instead of WriteStatus.
861
862         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
863
864         * BufferView_pimpl.C (buffer): don't init minibuffer
865         (workAreaButtonPress): use LFUN_MESSAGE
866         (workAreaButtonRelease): ditto
867         (savePosition): ditto
868         (restorePosition): ditto
869         (MenuInsertLyXFile): ditto
870         (workAreaExpose): don't init minibuffer
871         (update): remove commented code, simplify
872
873         * BufferView2.C (openStuff): use LFUN_MESSAGE
874         (toggleFloat): ditto
875         (menuUndo): ditto
876         (menuRedo): ditto
877         (copyEnvironment): ditto
878         (pasteEnvironment): ditto
879         (copy): ditto
880         (cut): ditto
881         (paste): ditto
882         (gotoInset): ditto
883         (updateInset): remove some commented code
884
885         * lastfiles.h: inherit privately from noncopyable
886         * layout.h: ditto
887         * lyx_gui.h: ditto
888         * lyx_main.h: ditto
889         * lyxlex.h: ditto
890         * lyxlex_pimpl.h: ditto
891
892         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
893         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
894         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
895
896         * LyXAction.h: inherit privately from noncopyable, add methods
897         func_begin, func_end, returning iterators to the func map.
898
899         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
900         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
901         (func_begin): new method
902         (func_end): new method
903
904         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
905         and not)
906         (copySelection): ditto
907         (pasteSelection): ditto
908
909         * BufferView.C: whitespace change
910         * BufferView.h: inherit privately from noncopyable
911
912 2001-04-16  Allan Rae  <rae@lyx.org>
913
914         * tabular-old.C (l_getline): 
915         * spellchecker.C (sc_check_word): 
916         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
917         an unrecognised preprocessor directive.  So ensure they're wrapped. 
918
919 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
920
921         * src/exporter.C (Export): Give an error message when path to file 
922         contains spaces.
923
924 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
925
926         * LaTeX.C (deplog): Always check that foundfile exists.
927
928 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
929
930         * lyx_main.h: 
931         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
932
933 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
934
935         * tabular.[Ch] (getLabelList): implement new method
936
937         * minibuffer.h: comment ouf setTiimer
938
939         * minibuffer.C (ExecutingCB): constify res
940         (peek_event): constify s
941         (Set): constify ntext
942         (Init): constify nicename
943
944         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
945
946         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
947         (savePosition): use two params to Minibuffer::Set
948         (restorePosition): ditto
949
950 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
951
952         * lyx_main.C: include language.h
953
954         * Makefile.am (lyx_main.o): add language.h
955
956 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
957
958         * exporter.C: 
959         * paragraph.C: 
960         * screen.C: 
961         * tabular.C: 
962         * CutAndPaste.C: include gettext.h
963
964         * lyxfont.h: remove old hack with ON and OFF.
965
966         * lyxparagraph.h: 
967         * lyxfont.h: do not include language.h...
968
969         * BufferView2.C: 
970         * LaTeXFeatures.C: 
971         * Painter.C: 
972         * bufferview_funcs.C: 
973         * font.C: 
974         * lyxfont.C: 
975         * text.C: 
976         * text2.C: 
977         * trans_mgr.C: 
978         * paragraph.C: ... but do it here instead
979
980 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
981
982         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
983
984         * tabular.C: small reformat
985
986         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
987         NEW_INSETS version
988         (GetChar): ditto
989         (BreakParagraph): ditto
990         (SetOnlyLayout): ditto
991         (SetLayout): ditto
992
993         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
994         with one arg less.
995
996         * lastfiles.C: removed most using decl, add std:: where needed
997
998         * buffer.C: ws changes
999
1000         * MenuBackend.C (class compare_format): put into anon namespace
1001         (expand): constify label, names, action, action2
1002         (expand): 
1003
1004         * text.C (SingleWidth): constify font
1005         (IsBoundary): constify rtl2
1006         (GetVisibleRow): constify ww
1007
1008         * LaTeX.C (deplog): constify logfile
1009
1010         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
1011         start_x, end_x
1012         (workAreaExpose): constify widthChange, heightChange
1013
1014         * lyxrow.C (par): moved
1015         (height): moved
1016         (next): moved
1017         * lyxrow.h: as inlines here
1018
1019         * lyxfont.h (shape): moved from lyxfont.C
1020         (emph): moved from lyxfont.C
1021
1022         * lyxfont.C (LyXFont): use initialization list for all
1023         constructors
1024         (shape): move to lyxfont.h as inline
1025         (emph): move to lyxfont.h as inline
1026         
1027
1028 2001-04-04  Juergen Vigna  <jug@sad.it>
1029
1030         * vspace.C: had to include stdio.h for use of sscanf
1031
1032 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
1033
1034         * BufferView.h: 
1035         * BufferView_pimpl.h: remove xforms cruft. Both classes are
1036         independent of xforms.
1037
1038 2001-04-02  Juergen Vigna  <jug@sad.it>
1039
1040         * spellchecker.C: fixed namespace placing!
1041
1042 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1043
1044         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
1045         the LyXParagraph * is 0.
1046
1047 2001-03-29  Juergen Vigna  <jug@sad.it>
1048
1049         * vspace.C: added support for %, c%, p%, l%.
1050         (stringFromUnit): added helper function.
1051         (asLatexString): changed to give right results for the %-values.
1052
1053         * buffer.C: convert the widthp in a width%.
1054
1055 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1056
1057         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
1058         figureForm.[Ch].
1059
1060         * figureForm.[Ch]: stripped the FD_from_figure manipulation
1061         code out of lux_cb.[Ch], ready for its (imminent?) removal.
1062
1063         * lyx_cb.[Ch]: see above.
1064
1065         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
1066         form1.[Ch].
1067
1068         * form1.[Ch]:
1069         * lyx.[Ch]: replaced by figure_form.[Ch].
1070
1071         * lyx_gui.C:
1072         * lyx_gui_misc.C:
1073         * lyxfunc.C: changed headers associated with above changes.
1074
1075 2001-03-27  Juergen Vigna  <jug@sad.it>
1076
1077         * BufferView_pimpl.C: set the temporary cursor right!
1078
1079 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1080
1081         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
1082
1083 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1084
1085         * LString.h: removed "using std::getline"!
1086
1087         * BufferView_pimpl.C (Dispatch): changes due to changes in
1088         InsetInclude::Params.
1089
1090         * buffer.C (tag_name): removed redundant break statements as they were
1091         producing lots of warnings with my compiler.
1092
1093 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1094
1095         * LString.h: add "using std::getline" when using the real <string>.
1096
1097 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1098
1099         * buffer.C: removed bitset usage.
1100         PAR_TAG moved to an anonymous name space.
1101         (tag_name): new funtion, also in the anonymous namespace.
1102         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
1103         (makeDocBookFile): clean code. Completed transition from string arrays
1104         to string vectors.
1105         (SimpleDocBookOnePar): code clean.
1106
1107 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1108
1109         * tabular.C: add some comments.
1110
1111 2001-03-22  Juergen Vigna  <jug@sad.it>
1112
1113         * buffer.C (parseSingleLyXformat2Token): redone the minipage
1114         compatibility read a bit and fixed bug with minipage in different
1115         depth.
1116
1117 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1118
1119         * buffer.C (pop_tag): removed.
1120         (push_tag): removed.
1121         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
1122         array replaced with vector. Added support for CDATA sections.
1123         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
1124         at any nest level.
1125         (makeDocBookFile): XML conformant declaration of CDATA section,
1126         fixed bug related to <emphasis> in the first paragraph char.
1127         (sgmlOpenTag): exclude empty tags.
1128         (sgmlCloseTag): ditto.
1129         
1130         * buffer.h (pop_tag): removed.
1131         (push_tag): removed.
1132
1133 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1134
1135         * language.h (Languages): added size_type and size().
1136
1137 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1138
1139         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
1140         response on compability reading of minipages. One probliem is that
1141         the old usage of minipages was «flertydig» 
1142
1143         * several files here and in subdirs: don't use static at file
1144         scope use anon namespaces instead.
1145
1146 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
1147
1148         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
1149         LaTeX output. This is necessary for Literate document
1150         processing.
1151
1152 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1153
1154         * buffer.C: insert hfill when needed.
1155
1156         * tabular.C (l_getline): use string::erase, small whitespace change.
1157
1158         * BufferView_pimpl.C: try the anon namespace.
1159         * WorkArea.C: ditto
1160
1161 2001-03-16  Juergen Vigna  <jug@sad.it>
1162
1163         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
1164         otherwise it won't open options-dialogs.
1165
1166         * buffer.C: honor pextraWidth(p) on converting minipages.
1167
1168         * tabular.C (l_getline): changed the functions to strip trailing \r.
1169
1170 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1171
1172         * BufferView_pimpl.C:
1173         * minibuffer..C: added "using SigC::slot" declaration.
1174
1175 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1176
1177         * lyxlex_pimpl.h: noncopyable is in namespace boost.
1178
1179         * text2.C: ditto
1180
1181         * text.C: ditto
1182
1183         * paragraph.C: ditto
1184
1185         * lyxtext.h: NO_PEXTRA
1186
1187         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
1188
1189         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
1190         * ParameterStruct.h: ditto
1191         * ParagraphParameters.h: ditto 
1192         * lyxparagraph.h: ditto
1193
1194 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1195
1196         * buffer.C: add compability for minipage alignment.
1197         (latexParagraphs): remove unwanted pextra check.
1198
1199         * several files: remove CXX_WORKING_NAMESPACES
1200
1201         * buffer.C (pop_tag): tie is in namespace boost
1202
1203         * BufferView.h: noncopyable is in namespace boost
1204         * lyxlex.h: ditto
1205         * lyx_main.h: ditto
1206         * lyx_gui.h: ditto
1207         * layout.h: ditto
1208         * lastfiles.h: ditto
1209         * bufferlist.h: ditto
1210         * ShareContainer.h: ditto
1211         * LyXView.h: ditto
1212         * LyXAction.h: ditto
1213         * LaTeX.h: ditto
1214
1215 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1216
1217         * Merging changes from BRANCH_MVC back into HEAD.
1218
1219         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
1220
1221 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1222
1223         * BufferView_pimpl.C: change from intl.C
1224
1225         * combox.h:
1226         * combox.C:
1227         * Makefile.am: move combox.*
1228
1229         * form1.h:
1230         * form1.C:
1231         * lyx_gui.C:
1232         * intl.h:
1233         * intl.C: remove dialog (covered by prefs)
1234
1235 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1236
1237         * lyxfunc.C (Dispatch): removed redundant break statement.
1238         
1239 2001-03-14  Juergen Vigna  <jug@sad.it>
1240
1241         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
1242
1243 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1244
1245         * buffer.C: add hack to fix compability reading of minipages.
1246
1247 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1248
1249         * buffer.C (getLists): Cleanup.
1250
1251 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1252
1253         * lyxfont.C (update): don't honor toggleall on font size.
1254
1255 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1256
1257         * bmtable.c:
1258         * bmtable.h:
1259         * Makefile.am: moved to frontends/xforms/
1260
1261         * lyx_gui_misc.C:
1262         * lyxfunc.C:
1263         * BufferView_pimpl.C: changes for moved mathpanel
1264
1265 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1266
1267         * gettext.h: fix gettext_init() in --disable-nls
1268
1269 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1270
1271         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
1272
1273 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1274
1275         * lyx.C:
1276         * lyx.h: strip external form
1277
1278 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1279
1280         * BufferView_pimpl.C: add comment, destroySplash()
1281
1282 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1283
1284         * BufferView_pimpl.C:
1285         * LyXAction.C:
1286         * buffer.C:
1287         * commandtags.h:
1288         * lyxfunc.C: use re-worked insetinclude
1289
1290 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1291
1292         * buffer.C: add using std::stringstream.
1293
1294         * lyx_cb.C: readd using std::ios.
1295
1296         * buffer.C: add using std::map.
1297
1298         * BufferView_pimpl.C: add using std::vector.
1299
1300         * ShareContainer.h: add std:: to swap.
1301
1302         * buffer.h: add some typedefs
1303         * buffer.C (getLists): use them
1304         (getLists): renamed from getTocList.
1305         add a counter for the different float types and use it in the
1306         generated string.
1307         (getLists): use the same counter for the NEW_INSETS and the "non"
1308         NEW_INSETS
1309
1310         * lyx_cb.h: remove unused items, includes, using etc.
1311
1312         * ShareContainer.h: remove some commented code, add more comments
1313         and "documentation".
1314
1315 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1316
1317         * buffer.C (getTocList): make the list also when NEW_INSETS is
1318         defined.
1319
1320         * buffer.h: remove TocType
1321
1322         * buffer.C (getTocList): change to return a map<string,
1323         vector<TocItem> >, implement for dynamic number of list.
1324
1325         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
1326         * text2.C (PasteSelection): adjust
1327         * CutAndPaste.C (pasteSelection): adjust
1328
1329         * FloatList.C (FloatList): update from the new_insets branch.
1330         * Floating.[Ch]: ditto
1331         * LaTeXFeatures.C: ditto
1332         * buffer.C: ditto
1333         * lyxlex_pimpl.C: ditto
1334         
1335         * paragraph.C (Last): remove when NEW_INSETS is defined.
1336
1337         * other file: changes because of the above.
1338
1339 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1340
1341         * lyxparagraph.h: rename next to next_, previous to previous_,
1342         make them private for NEW_INSETS. Rename Next() to next(),
1343         Previous() to previous().
1344
1345         * other files: changes because of the above.
1346
1347 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
1348
1349         * BufferView.h: 
1350         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
1351         problem.
1352
1353 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1354
1355         * main.C (main): pass lyx_localedir to gettext_init().
1356
1357         * gettext.h: remove locale_init and gettext_init macros
1358
1359         * gettext.C (locale_init): new function
1360         (gettext_init): new function
1361
1362         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
1363         setlocale().
1364
1365 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1366
1367         * Moved credits to frontends:
1368         * credits.[Ch]: removed
1369         * credits_form.[Ch]: removed
1370         * lyx_gui_misc.C: remove credits stuff
1371         * Makefile.am:
1372
1373 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1374
1375         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
1376
1377         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
1378         unneeded destructor.
1379
1380         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
1381         a standalone pointer again.
1382
1383         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
1384
1385 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1386
1387         * Makefile.am:
1388         * filedlg.h:
1389         * filedlg.C:
1390         * LyXAction.C:
1391         * ToolbarDefaults.C:
1392         * bufferlist.C:
1393         * commandtags.h:
1394         * form1.C:
1395         * form1.h:
1396         * lyx_cb.C:
1397         * lyx_cb.h:
1398         * lyxfunc.h:
1399         * lyxfunc.C:
1400         * BufferView_pimpl.C: use new file dialog in GUII
1401
1402         * lyx_cb.h:
1403         * lyx_cb.C: remove LayoutsCB to Toolbar
1404
1405 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1406
1407         * ShareContainer.h (get): add std:: qualifier
1408
1409 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1410
1411         * ShareContainer.h: define a proper ShareContainer::value_type
1412         type (and use typename to please compaq cxx)
1413
1414 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1415
1416         * lyxparagraph.h: move serveral local vars to
1417         ParameterStruct/ParagraphParameters., use ShareContainer in
1418         FontTable., make vars in FontTable private and add getter and
1419         setter.
1420
1421         * paragraph.C: changes because of the above.
1422
1423         * lyxfont.h: remove copy constructor and copy assignment. (the
1424         default ones is ok), move number inside FontBits. move inlines to
1425         lyxfont.C 
1426
1427         * lyxfont.C: add number to initializaton of statics, move several
1428         inlines here. constify several local vars. some whitespace
1429         cleanup. Dont hide outerscope variables.
1430
1431         * Spacing.h: add two new constructors to match the set methods.
1432
1433         * ShareContainer.h: new file, will perhaps be moved to support
1434
1435         * ParameterStruct.h: new file
1436
1437         * ParagraphParameters.h: new file
1438
1439         * ParagraphParameters.C: new file
1440
1441         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1442         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1443
1444         * BufferView_pimpl.C: ParagraphParameter changes.
1445         * buffer.C: Likewise.
1446         * bufferview_funcs.C: Likewise.
1447         * text.C: Likewise.
1448         * text2.C: Likewise.
1449         
1450 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1451
1452         * lyxfind.C (LyXReplace): do not redefine default argument in
1453         implementation. 
1454         (IsStringInText): ditto
1455         (SearchForward): ditto
1456         (SearchBackward): ditto
1457
1458 2001-03-06  Juergen Vigna  <jug@sad.it>
1459
1460         * lyxfind.C (IsStringInText): put parentes around expressions.
1461
1462 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1463
1464         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1465         
1466 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1467
1468         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1469
1470         * stl_string_fwd.h: add comment
1471
1472         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1473
1474         * tabular.h:
1475         * tabular.C: remove unused DocBook methods
1476
1477         * intl.C:
1478         * language.C:
1479         * paragraph.C:
1480         * buffer.C:
1481         killed DO_USE_DEFAULT_LANGUAGE
1482
1483 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1484
1485         * lyx_gui.C: do not include language.h.
1486
1487         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1488         arguments in function implementation.
1489
1490 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1491
1492         * BufferView_pimpl.C: add <ctime>
1493
1494 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1495
1496         * BufferView_pimpl.C: add using std::find_if
1497
1498 2001-02-27  José Matos  <jamatos@fep.up.pt>
1499         
1500         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1501         by OnlyPath.
1502         
1503 2001-02-11  José Matos  <jamatos@fep.up.pt>
1504
1505         * buffer.C (makeDocBookFile): command styles now have a parameter as
1506         "title" by default.
1507
1508 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1509
1510         * layout_forms.[Ch]: removed
1511         * lyx_cb.[Ch]: out character
1512         * lyx_gui.C: out character
1513         * lyx_gui_misc.C: out character
1514         * bufferview_funcs.C: : out character,
1515         added toggleall as parameter in ToggleAndShow
1516                    
1517 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1518
1519         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1520
1521         * text2.C (SetCurrentFont): Disable number property at boundary.
1522
1523 2001-02-26  Juergen Vigna  <jug@sad.it>
1524
1525         * lyxfunc.C (getStatus): added a string argument override function so
1526         that this is correctly called from LyXFunc::Dispatch if it contains a
1527         do_not_use_argument which is used!
1528         (Dispatch): added check for "custom" export and call appropriate func.
1529
1530 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1531
1532         * lyxrc.C: Add language_command_local, language_use_babel and
1533         language_global_options.
1534
1535         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1536
1537         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1538         language_global_options.
1539
1540 2001-02-23  Juergen Vigna  <jug@sad.it>
1541
1542         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1543         which works with LyXText and putted it inside BufferView. Here now we
1544         only call for that part the BufferView::Dispatch() function.
1545
1546         * BufferView.C (Dispatch): added.
1547
1548         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1549         functions which needs to use a LyXText over from LyXFunc.
1550         (MenuInsertLyXFile): added
1551         (getInsetByCode): added
1552         (moveCursorUpdate): added
1553         (static TEXT): added
1554
1555 2001-02-22  Juergen Vigna  <jug@sad.it>
1556
1557         * BufferView_pimpl.C (update): call a status update to see if LyXText
1558         needs it.
1559
1560 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1561
1562         * vc-backend.C (revert): implement for CVS
1563         (getLog): implement for CVS
1564
1565 2001-02-20  Juergen Vigna  <jug@sad.it>
1566
1567         * text2.C (ClearSelection): added BufferView param for inset_owner call
1568
1569         * lyxfunc.C (TEXT): added this function and use it instead of
1570         directly owner->view()-text of getLyXText().
1571
1572 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1573
1574         * src/layout_forms.C: out preamble
1575         * src/layout_forms.h: out preamble
1576         * src/lyx_cb.C: out preamble
1577         * src/lyx_cb.h: out preamble
1578         * src/lyx_gui.C: out preamble
1579         * src/lyx_gui_misc.C: out preamble
1580         * src/lyxfunc.C: connect with guii preamble
1581
1582 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1583
1584         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1585
1586 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1587
1588         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1589         whether to run bibtex.
1590
1591 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1592
1593         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1594
1595 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1596
1597         * Makefile.am (lyx_SOURCES): removed bibforms.h
1598
1599         * vspace.h: doxygen
1600
1601         * text.C (GetVisibleRow): make several local vars const
1602
1603         * tabular.C: small cleanup.
1604
1605         * lyxserver.C (callback): use compare instead of strncmp
1606
1607         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1608         inlines to after class or to paragraph.C
1609
1610         * lyxfont.h: remove friend operator!=
1611
1612         * converter.h: move friend bool operator< to non friend and after
1613         class def.
1614
1615         * combox.h: small cleanup
1616
1617         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1618         to inlines after class def.
1619
1620         * buffer.C (pop_tag): use string operations instead of strcmp
1621
1622         * bmtable.c: doxygen, small cleanup
1623
1624         * LaTeX.h: remove friend operator==
1625
1626 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1627
1628         * screen.C: 
1629         * lyxrc.[Ch]:
1630         * lyxfunc.C: 
1631         * lyxfont.[Ch]: 
1632         * lyx_cb.C: 
1633         * intl.[Ch]: 
1634         * commandtags.h: 
1635         * buffer.C: 
1636         * WorkArea.[Ch]: 
1637         * LyXAction.C: 
1638         * BufferView_pimpl.C:
1639         * BufferView.[Ch]: remove cruft
1640
1641 2001-02-14  Juergen Vigna  <jug@sad.it>
1642
1643         * lyxfunc.C: removed #if 0 unused code
1644
1645         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1646
1647         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1648
1649         * text2.C (SetSelection): added a BufferView * parameter
1650
1651 2001-02-13  Juergen Vigna  <jug@sad.it>
1652
1653         * lyxfunc.C (Dispatch): fixed protected blank problem.
1654         * BufferView2.C (protectedBlank): added LyxText * parameter.
1655
1656         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1657         (AppendColumn): same as above for column_info.
1658
1659         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1660         (moveCursorUpdate): use a LyXText param for support of InsetText.
1661
1662         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1663         (tripleClick): ditto
1664
1665         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1666
1667         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1668
1669         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1670
1671         * text2.C (SetSelection): set correct update status if inset_owner
1672         (ToggleFree): ditto
1673
1674 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1675
1676         * tabular.C: remove some commented code.
1677
1678 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1679
1680         * BufferView_pimpl.C: call hideSplash()
1681
1682         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1683
1684         * include_form.h:
1685         * bibforms.h: remove
1686
1687         * lyxfunc.C:
1688         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1689           add LFUN_CHILD_CREATE
1690
1691         * counters.h: fix tiny typo
1692         
1693         * lyx_cb.C:
1694         * lyx.h:
1695         * lyx_gui.C:
1696         * lyx.C: move splash to frontends/xforms/
1697
1698         * lyx_gui_misc.C: move Include and Bibform to frontends
1699
1700         * lyxvc.h: clarify comment
1701
1702         * vspace.C: tiny housekeeping
1703
1704 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1705
1706         * text.C (PrepareToPrint): RTL Fix.
1707
1708         * paragraph.C (GetUChar): New method.
1709         (String):  Use GetUChar.
1710
1711         * buffer.C (asciiParagraph): Use GetUChar.
1712
1713 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1714
1715         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1716
1717 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1718
1719         * buffer.h:
1720         * buffer.C: rename to getLogName(), handle
1721           build log / latex log nicely
1722
1723 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1724
1725         * MenuBackend.C: 
1726         * MenuBackend.h: remove support for reference menuitem type.
1727
1728 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1729
1730         * BufferView_pimpl.C: housekeeping
1731         * BufferView_pimpl.h:
1732         * LyXView.h:
1733         * Makefile.am:
1734         * Timeout.C:
1735         * Timeout.h:
1736         * minibuffer.h: move Timeout GUI-I
1737                           
1738 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1739
1740         * lyxrc.C (read): Update converters data-structures.
1741
1742 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1743
1744         * LaTeX.h (operator!=): add operator != for Aux_Info 
1745
1746 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1747
1748         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1749
1750         * LaTeXLog.C: deleted, useful code moved to Buffer
1751
1752         * buffer.h:
1753         * buffer.C: new function getLatexLogName()
1754
1755         * lyx_gui_misc.C:
1756         * lyx_gui.C:
1757         * lyxvc.C:
1758         * lyxvc.h:
1759         * lyxfunc.C: use frontends for LaTeX and VC logs
1760
1761 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1762
1763         * LaTeX.h: yet another std:: that Allan forgot.
1764
1765         * Variables.C (set): renamed from isset(), because this clashes
1766         with some HP-UX macros (grr).
1767
1768 2001-02-06  Allan Rae  <rae@lyx.org>
1769
1770         * LaTeX.h: Another bug fix.  Missing std:: this time.
1771
1772 2001-02-04  Allan Rae  <rae@lyx.org>
1773
1774         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1775         floats problem. I've left it commented out because it's not quite
1776         correct.  It should also test that the current object is a table or
1777         figure inset.  But I haven't gotten around to figuring out how to do
1778         that.  I *think* it'll be something like: "table" == inset.type()
1779
1780         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1781         bool.
1782
1783 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1784
1785         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1786         all the citation/databases/styles in the auxilary file. 
1787         (run): Rerun latex if there was a babel language error.
1788
1789 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1790
1791         * text.C (Backspace): Preserve the font when changing newline char
1792         with a space.
1793         (BreakParagraph): If the cursor is before a space, delete the space.
1794
1795         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1796
1797 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1798
1799         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1800         new argument (code).
1801         (ChangeCitationsIfUnique): New method.
1802
1803         * paragraph.C (GetPositionOfInset): Handle bibkey.
1804
1805 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1806
1807         * BufferView_pimpl.h: change type of Position::par_pos to
1808         LyXParagraph::size_type. 
1809
1810 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1811
1812         * BufferView_pimpl.C (savePosition, restorePosition): Write
1813         messages to minibuffer.
1814
1815 2001-01-28  José Matos  <jamatos@fep.up.pt>
1816
1817         * buffer.C (makeDocBookFile): adds support for document language.
1818         A silly restriction on the name of LatexCommand types where removed.
1819         Added support for CDATA sections, allows to chars unescaped, used
1820         among others in code, to avoid escape < and >.
1821         
1822 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1823
1824         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1825         saved positions instrad of a stack. Furthermore, a position is
1826         stored using paragraph id/paragraph position.
1827
1828         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1829         Remove LFUN_REF_BACK.
1830
1831 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1832
1833         * converter.C (dvipdfm_options): New method.
1834
1835 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1836
1837         * vspace.C (isValidLength): Fix for empty input string.
1838
1839 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1840
1841         * LyXAction.C (init): change description of LFUN_FIGURE to
1842         "Insert Graphics"
1843
1844 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1845
1846         * LaTeX.C: add using directive
1847
1848 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1849
1850         * MenuBackend.C (expand): Fix the sorting of the formats.
1851
1852 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1853
1854         * lyx_main.C: tiny error message fix
1855
1856 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1857
1858         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1859         calling fl_initialize(). This fixes the problem with ',' as
1860         decimal separator in text files.
1861
1862 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1863
1864         * trans.C (process): Fix the keymap bug.
1865
1866 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1867
1868         * LaTeX.C (scanAuxFiles): New method. Provides support for
1869         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1870         (scanLogFile) Scan for "run BibTeX" messages.
1871
1872         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1873         OT1 font encoding. Also, load the aecompl package if the ae
1874         package is loaded.
1875
1876         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1877
1878 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1879
1880         * texrow.C (increasePos): turn two error messages into debug
1881         messages. 
1882
1883 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1884
1885         * LaTeX.C (scanAux): Handle the \@input macro.
1886         (runBibTeX): Use scanAux().
1887
1888         * language.C (latex_options_): New field.
1889
1890         * LaTeXFeatures.C (getMacros): Add language macros.
1891
1892         * buffer.C (makeLaTeXFile): Small fix.
1893
1894 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1895
1896         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1897
1898         * text2.C: add a using directive.
1899
1900 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1901
1902         * BufferView2.C:
1903         * lyx_gui_misc.h:
1904         * lyxfr1.C:
1905         * lyxfunc.C: kill LyXBell.
1906
1907 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1908
1909         * text.C (IsBoundary): Remove the error message
1910         
1911         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1912
1913         * lyxrc.C (setDefaults): Correct initialization value for
1914         font_norm_type.
1915
1916 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1917
1918         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1919         gotoError().
1920
1921         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1922         and GotoNextNote().
1923
1924         * src/LyXAction.C: Added reference-next.
1925
1926         * text.C (InsertChar): Use contains instead of strchr.
1927
1928         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1929
1930 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1931
1932         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1933         alignment commands (when needed).
1934
1935         * text.C (InsertChar): Add ':' to number separator chars.