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