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