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