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