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