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