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