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