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