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