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