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