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