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