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