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