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