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