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