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