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