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