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