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