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