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