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