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