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