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