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