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