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