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