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