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