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