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