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