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