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