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