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