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