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