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