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