]> git.lyx.org Git - lyx.git/blob - ChangeLog
b2bb384ba9c0b2dc6067e4e255eae5215f878bf3
[lyx.git] / ChangeLog
1 2000-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/support/utility.hpp: removed file
4         * src/support/block.h: removed file
5
6         * src/support/Makefile.am (libsupport_la_SOURCES): remove block.h
7         and utility.hpp
8
9         * src/mathed/formula.C: add support/lyxlib.h
10         * src/mathed/formulamacro.C: ditto
11
12         * src/bufferparams.h: use boost/array.hpp instead of support/block.h
13         * src/lyxparagraph.h: ditto
14
15         * src/Makefile.am (BOOST_INCLUDES): the boost include dir
16         * src/frontends/Makefile.am (INCLUDES): ditto
17         * src/frontends/gnome/Makefile.am (BOOST_INCLUDES): ditto
18         * src/frontends/kde/Makefile.am (BOOST_INCLUDES): ditto
19         * src/frontends/xforms/Makefile.am (BOOST_INCLUDES): ditto
20         * src/graphics/Makefile.am (BOOST_INCLUDES): ditto
21         * src/insets/Makefile.am (BOOST_INCLUDES): ditto
22         * src/mathed/Makefile.am (BOOST_INCLUDES): ditto
23
24         * src/BufferView.h: use boost/utility.hpp
25         * src/LColor.h: ditto
26         * src/LaTeX.h: ditto
27         * src/LyXAction.h: ditto
28         * src/LyXView.h: ditto
29         * src/bufferlist.h: ditto
30         * src/lastfiles.h: ditto
31         * src/layout.h: ditto
32         * src/lyx_gui.h: ditto
33         * src/lyx_main.h: ditto
34         * src/lyxlex.h: ditto
35         * src/lyxrc.h: ditto
36         * src/frontends/ButtonPolicies.h: ditto
37         * src/frontends/Dialogs.h: ditto
38         * src/frontends/xforms/FormBase.h: ditto
39         * src/frontends/xforms/FormGraphics.h: ditto
40         * src/frontends/xforms/FormParagraph.h: ditto
41         * src/frontends/xforms/FormTabular.h: ditto
42         * src/graphics/GraphicsCache.h: ditto
43         * src/graphics/Renderer.h: ditto
44         * src/insets/ExternalTemplate.h: ditto
45         * src/insets/insetcommand.h: ditto
46         * src/support/path.h: ditto
47
48         * config/lyxinclude.m4 (LYX_PROG_CXX): change clause for 2.96
49         and introduce clause for 2.97.
50
51         * boost/libs/README: new file
52
53         * boost/boost/utility.hpp: new file
54
55         * boost/boost/config.hpp: new file
56
57         * boost/boost/array.hpp: new file
58
59         * boost/Makefile.am: new file
60
61         * boost/.cvsignore: new file
62
63         * configure.in (AC_OUTPUT): add boost/Makefile
64
65         * Makefile.am (SUBDIRS): add boost
66
67 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
68
69         * src/support/lstrings.C (suffixIs): Fixed.
70
71 2000-10-01  Allan Rae  <rae@lyx.org>
72
73         * src/PrinterParams.h: moved things around to avoid the "can't
74         inline call" warning.
75
76         * src/frontends/xforms/RadioButtonGroup.h: turned a comment
77         into doc++ documentation.
78
79         * src/frontends/xforms/FormCommand.[Ch]: support button policy
80
81         * src/frontends/xforms/FormRef.C: make use of button controller
82         * src/frontends/xforms/FormDocument.[Ch]: convert to use FormBase
83         cleaned up button controller usage.
84         * src/frontends/xforms/FormPreferences.[Ch]: convert to use FormBase
85         * src/frontends/xforms/FormPrint.[Ch]: convert to use FormBase and
86         use the button controller
87
88         * src/frontends/xforms/forms/*.fd: and associated generated files
89         updated to reflect changes to FormBase.  Some other FormXxxx files
90         also got minor updates to reflect changes to FormBase.
91
92         * src/frontends/xforms/FormBase.[Ch]: (ok, cancel): new
93         (hide): made virtual.
94         (input): return a bool. true == valid input
95         (RestoreCB, restore): new
96         (CancelCB, OKCB): renamed from HideCB and ApplyHideCB.
97         Changes to allow derived dialogs to use a ButtonController and
98         make sense when doing so: OK button calls ok() and so on.
99
100         * src/frontends/xforms/ButtonController.h (class ButtonController):
101         Switch from template implementation to taking Policy parameter.
102         Allows FormBase to provide a ButtonController for any dialog.
103
104         * src/frontends/xforms/FormPrint.C (connect): setup sizing at show-time
105         Probably should rename connect and disconnect.
106         (apply): use the radio button groups
107         (form): needed by FormBase
108         (build): setup the radio button groups
109
110 2000-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
111
112         * several files: type canges to reduce the number of warnings and
113         to unify type hangling a bit. Still much to do. 
114
115 2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
116
117         * lib/images/*: rename a bunch of icons to match Dekel converter
118         changes. 
119
120         * src/buffer.C (SimpleLinuxDocOnePar): add a const qualifier to
121         last parameter.
122
123         * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
124
125         * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
126         virtual destructor
127         * sigc++/handle.h: ditto for class Handle. 
128
129 2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
130
131         * config/kde.m4: make Qt fail immediately if Qt2 is picked up
132
133 2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
134
135         * src/intl.C (InitKeyMapper): Correct the value of n due to the
136         removal of the "default" language.
137
138         * src/combox.h (getline): Check that sel > 0
139
140 2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
141
142         * lib/examples/docbook_example.lyx
143         * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
144
145         * lib/layouts/docbook-book.layout: new docbook book layout.
146
147         * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
148         
149         * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
150
151         * src/insets/figinset.C (DocBook):fixed small typo.
152
153         * src/insets/insetinclude.C (DocBook): new export for verbatim type.
154
155         * src/insets/insetinclude.h: string include_label doesn't need to be
156         mutable.
157         
158 2000-09-29  Allan Rae  <rae@lyx.org>
159
160         * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
161         Allow derived type to control connection and disconnection from signals
162         of its choice if desired.
163
164 2000-09-28  Juergen Vigna  <jug@sad.it>
165
166         * src/insets/insettabular.C (update): fixed cursor setting when
167         the_locking_inset changed.
168         (draw): made this a bit cleaner.
169         (InsetButtonPress): fixed!
170
171         * various files: added LyXText Parameter to fitCursor call.
172         
173         * src/BufferView.C (fitCursor): added LyXText parameter.
174
175         * src/insets/insettabular.C (draw): small draw fix.
176
177         * src/tabular.C: right setting of left/right celllines.
178
179         * src/tabular.[Ch]: fixed various types in funcions and structures. 
180         * src/insets/insettabular.C: ditto
181         * src/frontends/xforms/FormTabular.C: ditto
182
183 2000-09-28  Allan Rae  <rae@lyx.org>
184
185         * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
186         that the #ifdef's had been applied to part of what should have been
187         a complete condition.  It's possible there are other tests that
188         were specific to tables that are also wrong now that InsetTabular is
189         being used. Now we need to fix the output of '\n' after a table in a
190         float for the same reason as the original condition:
191         "don't insert this if we would be adding it before or after a table
192         in a float.  This little trick is needed in order to allow use of
193         tables in \subfigures or \subtables."
194         Juergen can you check this?
195
196 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
197
198         * src/insets/insettext.C (Ascii): return numer of '\n' in the text
199         outputed to the ostream.
200
201         * several files: fixed types based on warnings from cxx 
202
203 2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
204
205         * src/frontends/kde/Makefile.am: fix rule for
206         formindexdialogdata_moc.C
207
208         * src/.cvsignore: add ext_l10n.h to ignore
209
210         * acconfig.h: stop messing with __STRICT_ANSI__ 
211         * config/gnome.m4: remove option to set -ansi
212         * config/kde.m4: remove option to set -ansi
213         * config/lyxinclude.m4: don't set -ansi 
214
215 2000-09-27  Juergen Vigna  <jug@sad.it>
216
217         * various files: remove "default" language check.
218         
219         * src/insets/insetquotes.C: removed use of current_view.
220
221         * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
222         the one should have red ears by now!
223
224         * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
225         in more then one paragraph. Fixed cursor-movement/selection.
226
227         * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
228         paragraphs inside a text inset.
229
230         * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
231         text-inset if this owner is an inset.
232
233 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
234
235         * src/Bullet.h: changed type of font, character and size to int
236
237         * src/buffer.C (asciiParagraph): remove actcell and fname1.
238
239         * src/insets/inseturl.[Ch]: 
240         * src/insets/insetref.[Ch]:
241         * src/insets/insetlabel.[Ch]: add linelen to Ascii
242
243 2000-09-26  Angus Leeming <a.leeming@ic.ac.uk>
244
245         * src/buffer.C (readFile): block-if statement rearranged to minimise
246         bloat. Patch does not reverse Jean-Marc's change ;-)
247
248         * src/frontends/xforms/FormBase.[Ch]: Renamed some of the callbacks.
249         Class rewritten to store pointers to hide/update signals directly,
250         rather than Dialogs *. Also defined an enum to ease use. All xforms
251         forms can now be derived from this class.
252
253         * src/frontends/xforms/FormCommand.[Ch]
254         * src/frontends/xforms/FormCopyright.[Ch]: now derived from FormBase.
255
256         * src/frontends/xforms/FormError.[Ch]: moved inclusion of inseterror.h
257         out of header file.
258
259         * src/frontends/xforms/forms/form_citation.fd
260         * src/frontends/xforms/forms/form_copyright.fd
261         * src/frontends/xforms/forms/form_error.fd
262         * src/frontends/xforms/forms/form_index.fd
263         * src/frontends/xforms/forms/form_ref.fd
264         * src/frontends/xforms/forms/form_toc.fd
265         * src/frontends/xforms/forms/form_url.fd: remamed callbacks
266
267         * src/frontends/xforms/forms/makefile: small change to work with DEC sh.
268
269         * src/insets/insetfoot.C: removed redundent using directive.
270
271 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
272
273         * lib/layouts/siamltex.layout: new textclass for SIAM journals,
274         from Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
275
276         * src/frontends/xforms/Menubar_pimpl.C: menu buttons are now
277         created in the constructors in different groups. Then set() just
278         have to show the groups as needed. This fixes the redraw problems
279         (and is how the old menu code worked).
280
281         * src/support/lyxlib.h: declare the methods as static when we do
282         not have namespaces.
283
284 2000-09-26  Juergen Vigna  <jug@sad.it>
285
286         * src/buffer.C (asciiParagraph): new function.
287         (writeFileAscii): new function with parameter ostream.
288         (writeFileAscii): use now asciiParagraph.
289
290         * various inset files: added the linelen parameter to the Ascii-func.
291         
292         * src/tabular.C (Write): fixed error in writing file introduced by
293         the last changes from Lars.
294
295         * lib/bind/menus.bind: removed not supported functions.
296
297         * src/insets/insettext.C (Ascii): implemented this function.
298
299         * src/insets/lyxinset.h (Ascii): added linelen parameter.
300
301         * src/tabular.C (write_attribute[int,string,bool]): new functions.
302         (Write): use of the write_attribute functions.
303
304         * src/bufferlist.C (close): fixed reasking question!
305
306 2000-09-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
307
308         * src/support/unlink.C src/support/remove.C src/support/mkdir.C:
309         new files use the everwhere possible.
310         
311         * several files: 
312         * src/form1.C src/form1.h src/layout_forms.C src/layout_forms.h
313         src/log_form.C src/lyx.C:
314         regenerated
315         
316         * src/buffer.C (runLaTeX): remove func
317         
318         * src/PaperLayout.C: removed file
319         * src/ParagraphExtra.C: likewise
320         * src/bullet_forms.C: likewise
321         * src/bullet_forms.h: likewise
322         * src/bullet_forms_cb.C: likewise
323         
324         * src/Makefile.am (lyx_SOURCES): remove PaperLayout.C,
325         ParagraphExtra.C, bullet_forms.C, bullet_forms.h and
326         bullet_forms_cb.C 
327
328         * several files: remove all traces of the old fd_form_paragraph,
329         and functions belonging to that.
330         
331         * several files: remove all traces of the old fd_form_document,
332         and functions belonging to that.
333         
334         * several files: constify local variables were possible.
335         
336         * several files: remove all code that was dead when NEW_EXPORT was
337         defined 
338         
339         * several files: removed string::c_str in as many places as
340         possible.
341         
342         * forms/makefile (SRCS,OBJS,COBJS): removed bullet_forms.[fd,c,C]
343         (e): be a bit more outspoken when patching
344         (updatesrc): only move files if changed.
345
346         * forms/layout_forms.h.patch: regenerated
347         
348         * forms/layout_forms.fd: remove form_document and form_paragraph
349         and form_quotes and form_paper and form_table_options and
350         form_paragraph_extra 
351
352         * forms/form1.fd: remove form_table
353
354         * forms/fdfix.sh: remove sed rules for fl_set_object_lcolor and
355         the fdui->... rewrite. Update some comments to xforms 0.88
356
357         * forms/bullet_forms.C.patch: removed file
358         * forms/bullet_forms.fd: likewise
359         * forms/bullet_forms.h.patch: likewise
360         
361         * development/Code_rules/Rules: added a section on switch
362         statements. Updated some comment to xforms 0.88.
363
364 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
365
366         * src/buffer.C (readFile): make sure that the whole version number
367         is read after \lyxformat (even when it contains a comma)
368
369         * lib/ui/default.ui: change shortcut of math menu to M-a.
370
371 2000-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
372
373         * src/vspace.C (nextToken): use isStrDbl() to check for proper
374         double values.
375
376         * src/LyXView.C (updateWindowTitle): show the full files name in
377         window title, limited to 30 characters.
378
379         * src/support/lyxstring.C (lyxstring): fix it correctly this time.
380         When a number of characters has been given, we should not assume
381         that the string is 0-terminated.
382
383         * src/intl.C (InitKeyMapper): remove a bunch of string::c_str()
384         calls (fixes some memory leaks)
385         
386         * src/intl.[Ch]: add a destructor for Intl, in order to delete the
387         trans member on exit.
388
389 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
390
391         * src/converter.C (GetReachable): fix typo.
392
393         * src/lyxlex.C (GetFloat): rewrite to use strToDbl() and
394         understand ',' instead of '.'.
395         (GetInteger): rewrite to use strToInt().
396
397 2000-09-26  Juergen Vigna  <jug@sad.it>
398
399         * src/frontends/xforms/FormParagraph.C: fixed de/activation of fields,
400         better visibility and error-message on wrong VSpace input.
401
402         * src/language.C (initL): added english again.
403
404 2000-09-25  Juergen Vigna  <jug@sad.it>
405
406         * src/frontends/kde/Dialogs.C (Dialogs): 
407         * src/frontends/gnome/Dialogs.C (Dialogs): 
408         * src/frontends/kde/Makefile.am: 
409         * src/frontends/gnome/Makefile.am: added FormParagraph from xforms.
410
411         * src/frontends/xforms/forms/makefile: added form_paragraph.fd.
412
413         * src/frontends/xforms/Dialogs.C (Dialogs): added FormParagraph.
414
415         * src/frontends/xforms/Makefile.am: added files for FormParagraph.
416
417         * src/frontends/xforms/FormParagraph.C: 
418         * src/frontends/xforms/FormParagraph.h:
419         * src/frontends/xforms/form_paragraph.C:
420         * src/frontends/xforms/form_paragraph.h:
421         * src/frontends/xforms/forms/form_paragraph.fd: new files for the new
422         paragraph layout.
423
424         * src/lyxfunc.C (Dispatch): call the new layout paragraph.
425
426         * src/tabular.C (OldFormatRead): forgot to delete the temporary
427         Paragraph-Data after use.
428
429         * src/insets/insettext.C (LocalDispatch): don't set the layout on
430         non breakable paragraphs.
431
432 2000-09-25  Garst R. Reese <reese@isn.net>
433
434         * src/language.C (initL): added missing language_country codes.
435
436 2000-09-25  Juergen Vigna  <jug@sad.it>
437
438         * src/insets/insettext.C (InsetText):
439         (deleteLyXText): remove the not released LyXText structure!
440
441 2000-09-24  Marko Vendelin <markov@ioc.ee>
442
443         * src/frontends/gnome/mainapp.C
444         * src/frontends/gnome/mainapp.h: added support for keyboard 
445         accelerators
446
447         * src/frontends/gnome/FormCitation.C
448         * src/frontends/gnome/FormCitation.h
449         * src/frontends/gnome/Makefile.am
450         * src/frontends/gnome/pixbutton.h: completed the rewrite of 
451         FormCitation to use "action area" in mainapp window
452
453         * src/frontends/gnome/Menubar_pimpl.C   
454         * src/frontends/gnome/Menubar_pimpl.h: Gnome menu can handle
455         large TOC.
456
457 2000-09-23  Dekel Tsur  <dekel@math.tau.ac.il>
458
459         * src/mathed/formula.C (MathFuncInset::Metrics): Use default 
460         width/descent/ascent values if name is empty.
461         (mathed_string_height): Use std::max.
462
463 2000-09-25  Allan Rae  <rae@lyx.org>
464
465         * src/frontends/xforms/forms/form_preferences.fd: resize to stop
466         segfault.  This will be completely redesigned soon.
467
468         * sigc++: updated libsigc++.  Fixes struct timespec bug.
469
470         * development/tools/makeLyXsigc.sh:  .cvsignore addition
471
472 2000-09-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
473
474         * several files: removed almost all traces of the old table
475         (tabular) code.
476
477         * src/TableLayout.C: removed file
478         
479 2000-09-22  Juergen Vigna  <jug@sad.it>
480
481         * src/frontends/kde/Dialogs.C: added credits forms.
482
483         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added forms.
484
485         * src/frontends/gnome/Dialogs.C: added some forms.
486
487         * src/spellchecker.C (init_spell_checker): set language in pspell code
488         (RunSpellChecker): some modifications for setting language string.
489
490         * src/language.[Ch]: added language_country code.
491
492 2000-09-21  Angus Leeming <a.leeming@ic.ac.uk>
493
494         * src/frontends/Dialogs.h: added new signal showError.
495         Rearranged existing signals in some sort of alphabetical order.
496
497         * src/frontends/xforms/Makefile.am: added new files, FormBase.[Ch],
498         FormError.[Ch], form_error.[Ch]
499         * src/frontends/xforms/forms/makefile: added new file form_error.fd
500         * src/frontends/xforms/Dialogs.C: added new xforms dialog FormError.
501
502         * src/frontends/xforms/FormBase.[Ch]: new base class for xforms
503         dialogs. I think that this can be used as the base to all these
504         dialogs.
505
506         * src/frontends/xforms/FormError.[Ch]
507         * src/frontends/xforms/forms/form_error.fd: new files. Xforms
508         implementation of InsetError dialog.
509         
510         * src/insets/inseterror.[Ch]: rendered GUI-independent.
511
512         * src/frontends/kde/Dialogs.C: added new xforms dialog FormError.
513         * src/frontends/kde/Makefile.am: ditto
514
515 2000-09-21  Dekel Tsur  <dekel@math.tau.ac.il>
516
517         * src/mathed/math_cursor.[Ch]: Removed class members macroln and
518         macrobf. This fixes a bug of invisible text.
519
520 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
521
522         * lib/doc/LaTeXConfig.lyx.in: updated.
523
524         * src/language.C (initL): remove language "francais" and change a
525         bit the names of the two other french variations.
526
527         * src/support/lyxstring.C (lyxstring): do not apply strlen() on a
528         string that may not be 0-terminated.
529
530 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
531
532         * src/Makefile.am (lyx_SOURCES): remove table.C and Table.h
533
534 2000-09-20  Marko Vendelin <markov@ioc.ee>
535
536         * src/frontends/gnome/FormCitation.C
537         * src/frontends/gnome/FormIndex.C
538         * src/frontends/gnome/FormToc.C
539         * src/frontends/gnome/FormUrl.C: cleanup the loops, reordering
540         the variable initialization to shut up the warnings
541
542 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
543
544         * src/table.[Ch]: deleted files
545         
546         * src/lyxfunc.C (Dispatch): Don't pass 0 as argument to Dispatch
547         second arg.
548
549 2000-09-18  Juergen Vigna  <jug@sad.it>
550
551         * src/insets/insettext.C (LocalDispatch): fixed Backspace/Delete
552         problems with selection. Inserted new LFUN_PASTESELECTION.
553         (InsetButtonPress): inserted handling of middle mouse-button paste.
554
555         * src/spellchecker.C: changed word to word.c_str().
556
557 2000-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
558
559         * src/Makefile.am: Add sources to lyx_SOURCES so they will be
560           included in the ``make dist'' tarball.
561
562 2000-09-15  Juergen Vigna  <jug@sad.it>
563
564         * src/CutAndPaste.C (cutSelection): small fix return the right
565         end position after cut inside one paragraph only.
566
567         * src/insets/insettext.C (resizeLyXText): only reset the cursor if
568         we are locked as otherwise we don't have a valid cursor position!
569
570         * src/insets/figinset.C (draw): small bugfix but why is this needed???
571
572 2000-09-19  Angus Leeming <a.leeming@ic.ac.uk>
573
574         * src/frontends/kde/FormRef.C: added using directive.
575         * src/frontends/kde/FormToc.C: ditto
576
577         * src/frontends/kde/formtocdialog.h: changed endl to std::endl.
578
579         * src/frontends/kde/FormRef.h: removed trailing comma from enums.
580
581 2000-09-19  Marko Vendelin <markov@ioc.ee>
582         
583         * src/frontends/gnome/Menubar_pimpl.C
584         * src/frontends/gnome/Menubar_pimpl.h: Gnome menus show now
585         Toc, ViewFormats, UpdateFormats, and ExportFormats.
586
587         * src/frontends/gnome/mainapp.C
588         * src/frontends/gnome/mainapp.h: support for menu update used 
589         by Toc menu.
590
591         * src/frontends/gnome/mainapp.C
592         * src/frontends/gnome/mainapp.h: support for "action" area in the
593         main window. This area is used by small simple dialogs, such as
594         FormUrl.
595
596         * src/frontends/gnome/FormIndex.C
597         * src/frontends/gnome/FormIndex.h
598         * src/frontends/gnome/FormUrl.C
599         * src/frontends/gnome/FormUrl.h: rewrite to use main window action
600         area
601
602         * src/frontends/gnome/FormCitation.C
603         * src/frontends/gnome/FormCitation.h: rewrite to use main window
604         action area. Only "Insert new citation" is implemented.
605
606 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
607
608         * src/buffer.C (Dispatch): fix call to Dispatch
609         * src/insets/insetref.C (Edit): likewise
610         * src/insets/insetparent.C (Edit): likewise
611         * src/insets/insetinclude.C (include_cb): likewise
612         * src/frontends/xforms/FormUrl.C (apply): likewise
613         * src/frontends/xforms/FormToc.C (apply): likewise
614         * src/frontends/xforms/FormRef.C (apply): likewise
615         * src/frontends/xforms/FormIndex.C (apply): likewise
616         * src/frontends/xforms/FormCitation.C (apply): likewise
617         * src/lyxserver.C (callback): likewise
618         * src/lyxfunc.C (processKeySym): likewise
619         (Dispatch): likewise
620         (Dispatch): likewise
621         * src/lyx_cb.C (LayoutsCB): likewise
622
623         * Makefile.am (sourcedoc): small change
624
625 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
626
627         * src/main.C (main): Don't make an empty GUIRunTime object. all
628         methods are static. constify a bit remove unneded using + headers.
629
630         * src/tabular.C: some more const to local vars move some loop vars
631         
632         * src/spellchecker.C: added some c_str after some word for pspell
633
634         * src/frontends/GUIRunTime.h: add new static method setDefaults
635         * src/frontends/xforms/GUIRunTime.C (setDefaults): 
636         * src/frontends/kde/GUIRunTime.C (setDefaults): 
637         * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
638
639         * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
640         with strnew in arg, use correct emptystring when calling SetName.
641
642         * several files: remove all commented code with relation to
643         HAVE_SSTREAM beeing false. We now only support stringstream and
644         not strstream. 
645
646 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
647
648         * src/lyxfunc.C: construct correctly the automatic new file
649         names. 
650
651         * src/text2.C (IsStringInText): change type of variable i to shut
652         off a warning.
653
654         * src/support/sstream.h: do not use namespaces if the compiler
655         does not support them.
656
657 2000-09-15  Marko Vendelin <markov@ioc.ee>
658         * src/frontends/gnome/FormCitation.C
659         * src/frontends/gnome/FormCitation.h
660         * src/frontends/gnome/diainsertcitation_interface.c
661         * src/frontends/gnome/dialogs/diainsertcitation.glade: adds
662         regexp support to FormCitation [Gnome].
663             
664 2000-09-15  John Levon  <moz@compsoc.man.ac.uk>
665
666         * acconfig.h
667         * configure.in: remove unused KDE/GTKGUI define
668
669         * src/frontends/kde/FormRef.C
670         * src/frontends/kde/FormRef.h
671         * src/frontends/kde/formrefdialog.C
672         * src/frontends/kde/formrefdialog.h: double click will
673         go to reference, now it is possible to change a cross-ref
674         after the fact
675
676         * src/frontends/kde/FormToc.C
677         * src/frontends/kde/FormToc.h
678         * src/frontends/kde/formtocdialog.C
679         * src/frontends/kde/formtocdialog.h: add a depth
680         slider
681
682         * src/frontends/kde/Makefile.am: add QtLyXView.h
683         to the sources list
684
685 2000-09-15  Angus Leeming  <a.leeming@ic.ac.uk>
686
687         * src/frontends/kde/FormCitation.h: added some using directives.
688
689         * src/frontends/kde/FormToc.h: corrected definition of doTree.
690
691         * src/frontends/kde/GUIRunTime.C (initApplication): use lyxerr not
692         cerr. 
693
694         * src/mathed/math_defs.h: redefine SetAlign to use string rather
695         than char *.
696         
697 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
698
699         * src/buffer.C (pop_tag): revert for the second time a change by
700         Lars, who seems to really hate having non-local loop variables :)
701
702         * src/Lsstream.h: add "using" statements.
703
704         * src/support/copy.C (copy): add a bunch of std:: qualifiers
705         * src/buffer.C (writeFile): ditto
706
707 2000-09-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
708
709         * src/buffer.C (writeFile): try to fix the locale modified format
710         number to always be as we want it.
711
712         * src/WorkArea.C (work_area_handler): try to workaround the bugs
713         in XForms 0.89. C-space is now working again.
714
715         * src/Lsstream.h src/support/sstream.h: new files.
716
717         * also commented out all cases where strstream were used.
718         
719         * src/Bullet.h (c_str): remove method.
720         
721         * remove all stuff that is irrelevant when NEW_MENUBAR is defined
722         
723         * a lot of files: get rid of "char const *" and "char *" is as
724         many places as possible. We only want to use them in interaction
725         with system of other libraries, not inside lyx.
726         
727         * a lot of files: return const object is not of pod type. This
728         helps ensure that temporary objects is not modified. And fits well
729         with "programming by contract".
730
731         * configure.in: check for the locale header too 
732
733         * Makefile.am (sourcedoc): new tag for generation of doc++
734         documentation 
735
736 2000-09-14  Juergen Vigna  <jug@sad.it>
737
738         * src/frontends/xforms/FormDocument.C (ComboInputCB): fixed the
739         callback to check which combo called it and do the right action.
740
741         * src/combox.C (combo_cb): added combo * to the callbacks.
742         (Hide): moved call of callback after Ungrab of the pointer.
743
744         * src/intl.h: removed LCombo2 function.
745
746         * src/intl.C (LCombo): added Combox * to call and removed LCombo2
747         function as this can now be handled in one function.
748
749         * src/combox.h: added Combox * to callback prototype.
750
751         * src/frontends/xforms/Toolbar_pimpl.C: 
752         * src/lyx_cb.C (LayoutsCB): added Combox * to function call.
753
754 2000-09-14  Garst Reese    <reese@isn.net>
755
756         * lib/tex/hollywood.cls changed length of parenthicals to 1.5in
757         moved usepackage{xxx}'s to beginning of file. Changed left margin
758         to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
759         underlining from title. Thanks to John Culleton for useful suggestions.
760
761 2000-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
762
763         * src/lyxlex_pimpl.C (setFile): change error message to debug
764         message. 
765
766 2000-09-13  Juergen Vigna  <jug@sad.it>
767
768         * src/frontends/xforms/FormDocument.C: implemented choice_class
769         as combox and give callback to combo_language so OK/Apply is activated
770         on change.
771
772         * src/bufferlist.C (newFile): small fix so already named files
773         (via an open call) are not requested to be named again on the
774         first save!
775
776 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
777
778         * src/frontends/kde/Makefile.am
779         * src/frontends/kde/FormRef.C
780         * src/frontends/kde/FormRef.h
781         * src/frontends/kde/formrefdialog.C
782         * src/frontends/kde/formrefdialog.h: implement
783         cross-ref dialog
784
785 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
786
787         * src/frontends/kde/formtocdialog.C
788         * src/frontends/kde/formtocdialog.h
789         * src/frontends/kde/FormToc.C
790         * src/frontends/kde/FormToc.h: change to make TOC hierarchical properly
791
792 2000-09-11  John Levon  <moz@compsoc.man.ac.uk>
793
794         * src/frontends/kde/FormCitation.C: fix thinko
795         where we didn't always display the reference text
796         properly
797
798         * src/frontends/kde/formurldialog.C
799         * src/frontends/kde/formurldialog.h
800         * src/frontends/kde/FormUrl.C
801         * src/frontends/kde/FormUrl.h: minor cleanups
802
803         * src/frontends/kde/QtLyXView: wrapper to avoid Qt namespace mangling
804
805         * src/frontends/kde/Makefile.am
806         * src/frontends/kde/FormToc.C
807         * src/frontends/kde/FormToc.h
808         * src/frontends/kde/FormCitation.C
809         * src/frontends/kde/FormCitation.h
810         * src/frontends/kde/FormIndex.C
811         * src/frontends/kde/FormIndex.h
812         * src/frontends/kde/formtocdialog.C
813         * src/frontends/kde/formtocdialog.h
814         * src/frontends/kde/formcitationdialog.C
815         * src/frontends/kde/formcitationdialog.h
816         * src/frontends/kde/formindexdialog.C
817         * src/frontends/kde/formindexdialog.h: new Toc,Citation,Index dialogs
818
819 2000-09-12  Juergen Vigna  <jug@sad.it>
820
821         * src/frontends/gnome/GUIRunTime.C (initApplication): make id + version
822         static strings.
823
824 2000-09-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * src/frontends/xforms/GUIRunTime.C (initApplication): use lyxerr,
827         not cerr.
828
829 2000-09-09  Dekel Tsur  <dekel@math.tau.ac.il>
830
831         * src/converter.C (Add, Convert): Added support for converter flags:
832         needaux, resultdir, resultfile.
833         (Convert): Added new parameter view_file.
834         (dvips_options): Fixed letter paper option.
835
836         * src/exporter.C (Export, BufferExtension): Added support for Docbook.
837         (Export, GetExportableFormats, GetViewableFormats): Added support
838         for Ascii.
839
840         * src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
841         directory!
842         (easyParse): Fixed to work with new export code.
843         
844         * src/support/filetools.C (DeleteAllFilesInDir) Fixed to delete
845         directories.
846
847         * lyx-devel-export/lib/configure.m4: Changed flags of tth.
848
849         * lib/bind/*.bind: Replaced
850         buffer-view,buffer-view-ps,buffer-typeset,buffer-typeset-ps by
851         buffer-view dvi,buffer-view ps,buffer-update dvi,buffer-update ps
852
853 2000-09-11  Juergen Vigna  <jug@sad.it>
854
855         * src/lyx_gui.C (runTime): uses global guiruntime variable.
856
857         * src/main.C (main): now GUII defines global guiruntime!
858
859         * src/frontends/gnome/GUIRunTime.C (initApplication): 
860         * src/frontends/kde/GUIRunTime.C (initApplication): 
861         * src/frontends/xforms/GUIRunTime.C (initApplication): 
862         * src/frontends/GUIRunTime.h: added new function initApplication.
863
864         * src/spellchecker.C (sc_accept_word): change to add_to_session.
865
866         * src/vspace.C (nextToken): fixed error with number 0cm as unvalid.
867
868 2000-09-08  Juergen Vigna  <jug@sad.it>
869
870         * src/lyx_gui.C (create_forms): don't display the "default" entry as
871         we have already "Reset".
872
873         * src/language.C (initL): inserted "default" language and made this
874         THE default language (and not american!)
875
876         * src/paragraph.C: inserted handling of "default" language!
877
878         * src/lyxfont.C: ditto
879
880         * src/text.C: ditto
881
882         * src/paragraph.C: output the \\par only if we have a following
883         paragraph otherwise it's not needed.
884
885 2000-09-05  Juergen Vigna  <jug@sad.it>
886
887         * config/pspell.m4: added entry to lyx-flags
888
889         * src/spellchecker.C: modified version from Kevin for using pspell
890
891 2000-09-01  Marko Vendelin <markov@ioc.ee>
892         * src/frontends/gnome/Makefile.am
893         * src/frontends/gnome/FormCitation.C
894         * src/frontends/gnome/FormCitation.h
895         * src/frontends/gnome/diainsertcitation_callbacks.c
896         * src/frontends/gnome/diainsertcitation_callbacks.h
897         * src/frontends/gnome/diainsertcitation_interface.c
898         * src/frontends/gnome/diainsertcitation_interface.h
899         * src/frontends/gnome/dialogs/diainsertcitation.glade: Insert Citation 
900         dialog for Gnome frontend
901
902         * src/main.C: Gnome libraries require keeping application name
903         and its version as strings
904
905         * src/frontends/gnome/mainapp.C: Change the name of the main window
906         from GnomeLyX to PACKAGE
907
908 2000-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
909
910         * src/frontends/Liason.C: add "using: declaration.
911
912 2000-08-31  Dekel Tsur  <dekel@math.tau.ac.il>
913
914         * src/mathed/math_macro.C (Metrics): Set the size of the template
915
916         * src/mathed/formulamacro.C (Latex): Fixed the returned value
917
918 2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
919
920         * src/converter.C (add_options): New function.
921         (SetViewer): Change $$FName into '$$FName'.
922         (View): Add options when running xdvi
923         (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
924         (Convert): The 3rd parameter is now the desired filename. Converts
925         calls to lyx::rename if necessary.
926         Add options when running dvips.
927         (dvi_papersize,dvips_options): New methods.
928
929         * src/exporter.C (Export): Use getLatexName() instead of fileName().
930
931         * src/frontends/Liason.C (printBuffer): Removed duplicate code by
932         using a call to Converter::dvips_options.
933         Fixed to work with nex export code.
934
935         * src/support/copy.C
936         * src/support/rename.C: New files
937
938         * src/support/syscall.h
939         * src/support/syscall.C: Added Starttype SystemDontWait.
940
941         * lib/ui/default.ui: Changed to work with new export code
942
943         * lib/configure.m4: Changed to work with new export code
944
945         * src/encoding.C: Changed latex name for iso8859_7 encoding.
946
947 2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
948
949         * src/frontends/xforms/Menubar_pimpl.C: added two using directives
950         so that code compiles with DEC cxx.
951         
952         * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
953         to work correctly! Also now supports the additional elements
954         neeeded by natbib.
955         
956 2000-09-01  Allan Rae  <rae@lyx.org>
957
958         * src/frontends/ButtonPolicies.C: renamed all the references to
959         PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
960
961         * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
962         since it's a const not a type.
963
964         * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
965
966 2000-08-31  Juergen Vigna  <jug@sad.it>
967
968         * src/insets/figinset.C: Various changes to look if the filename has
969         an extension and if not add it for inline previewing.
970
971 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
972
973         * src/frontends/ButtonPolicies.h: add a Button AllButtons.
974         make buttonStatus and isReadOnly be const methods. (also reflect
975         this in derived classes.)
976
977         * src/frontends/ButtonPolicies.C: remove sum_ and bogus_
978         (nextState): change to be static inline, pass the StateMachine as
979         a const reference
980         (PreferencesPolicy): remove casts
981         (OkCancelPolicy): remvoe casts
982         (OkCancelReadOnlyPolicy): remove casts
983         (NoRepeatedApplyReadOnlyPolicy): remove casts
984         (OkApplyCancelReadOnlyPolicy): remove casts
985         (OkApplyCancelPolicy): remove casts
986         (NoRepeatedApplyPolicy): remove casts
987
988 2000-08-31  Angus Leeming  <a.leeming@ic.ac.uk>
989
990         * src/converter.C: added some using directives
991
992         * src/frontends/ButtonPolicies.C: changes to overcome
993         "need lvalue" error with DEC c++
994
995         * src/frontends/xforms/FormDocument.C (c-tor): use C callback
996         to WMHideCB for DEC c++
997
998         * src/frontends/xforms/Menubar_pimpl.C: added using directive
999
1000         * src/frontends/xforms/forms/form_document.C.patch: use C callback
1001         to BulletBMTableCB for DEC c++
1002
1003 2000-08-31  Allan Rae  <rae@lyx.org>
1004
1005         * src/lyx_gui.C (create_forms): build combo_language2 which is part of
1006         character dialog separately from old document dialogs combo_language.
1007         Stops a segfault.
1008
1009 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
1010
1011         * src/commandtags.h: Added LFUN_GOTO_PARAGRAPH.
1012         Removed LFUN_REF_CREATE.
1013
1014         * src/MenuBackend.C: Added new tags: toc and references
1015
1016         * src/frontends/xforms/Menubar_pimpl.C: Removed the use of StrPool
1017         (add_lastfiles, add_documents, add_formats): Removed the unused smn
1018         parameter.
1019         (add_toc, add_references): New methods.
1020         (create_submenu): Handle correctly the case when there is a
1021         seperator after optional menu items.
1022
1023         * src/lyxfunc.C (getStatus): Handle LFUN_REF_BACK.
1024         (dispatch): Combined the code for LFUN_REF_CREATE and LFUN_REF_INSERT.
1025         (dispatch): New code for LFUN_GOTO_PARAGRAPH.
1026
1027         * src/frontends/xforms/FormToc.C (apply): Use Dispatch.
1028
1029 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
1030
1031         * src/converter.[Ch]: New file for converting between different
1032         formats.
1033         
1034         * src/export.[Ch]: New file for exporting a LyX file to different
1035         formats.
1036         
1037         * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
1038         MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
1039         PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
1040         MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
1041         MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
1042         RunDocBook, MenuExport.
1043         
1044         * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
1045         Exporter::Preview methods if NEW_EXPORT is defined.     
1046         
1047         * src/buffer.C (Dispatch): Use Exporter::Export.
1048         
1049         * src/lyxrc.C: Added new tags: \converter and \viewer.
1050         
1051         * src/commandtags.h
1052         * src/LyXAction.C: Define new lyx-function: buffer-update.
1053         Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
1054         when NEW_EXPORT is defined.
1055         
1056         * src/MenuBackend.C: Added new tags: updateformats and viewformats.
1057         
1058         * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
1059         
1060         * lib/ui/default.ui: Added submenus "view" and "update" to the 
1061         "file" menu.
1062         
1063         * src/filetools.C (GetExtension): New function.
1064         
1065         * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
1066
1067 2000-08-29  Allan Rae  <rae@lyx.org>
1068
1069         * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
1070
1071         * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
1072         (EnableDocumentLayout): removed
1073         (DisableDocumentLayout): removed
1074         (build): make use of ButtonController's read-only handling to
1075         de/activate various objects. Replaces both of the above functions.
1076
1077         * src/frontends/xforms/ButtonController.h (readWrite): was read_write
1078         (readOnly): was read_only
1079         (refresh): fixed dumb mistakes with read_only_ handling
1080
1081         * src/frontends/xforms/forms/form_document.fd:
1082         * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
1083         tabbed dialogs so the tabs look more like tabs and so its easier to
1084         work out which is the current tab.
1085
1086         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
1087         segfault with form_table
1088
1089         * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
1090
1091 2000-08-28  Juergen Vigna  <jug@sad.it>
1092
1093         * acconfig.h: added USE_PSPELL.
1094
1095         * src/config.h.in: added USE_PSPELL.
1096
1097         * autogen.sh: added pspell.m4
1098
1099         * config/pspell.m4: new file.
1100
1101         * src/spellchecker.C: implemented support for pspell libary.
1102
1103 2000-08-25  Juergen Vigna  <jug@sad.it>
1104
1105         * src/LyXAction.C (init): renamed LFUN_TABLE to
1106         LFUN_DIALOG_TABULAR_INSERT and fixed all it's occurences.
1107
1108         * src/lyxfunc.C (getStatus): fix for disabled Edit->Table entries.
1109
1110         * src/lyxscreen.h: add force_clear variable and fuction to force
1111         a clear area when redrawing in LyXText.
1112
1113         * src/text.C (GetVisibleRow): look if the screen forces a redraw.
1114
1115 2000-08-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1116
1117         * some whitespace and comment changes.
1118         
1119         * src/lyx_gui.C (LyXGUI): use C++ style casts instead of C ones.
1120
1121         * src/buffer.C: up te LYX_FORMAT to 2.17
1122
1123 2000-08-23  Juergen Vigna  <jug@sad.it>
1124
1125         * src/BufferView_pimpl.C (tripleClick): disable this when in a
1126         locking_inset.
1127
1128         * src/insets/insettabular.C (pasteSelection): delete the insets
1129         LyXText as it is not valid anymore.
1130         (copySelection): new function.
1131         (pasteSelection): new function.
1132         (cutSelection): new function.
1133         (LocalDispatch): implemented cut/copy/paste of cell selections.
1134
1135         * src/insets/insettext.C (resizeLyXText): don't need resize if I still
1136         don't have a LyXText.
1137
1138         * src/LyXAction.C (init): a NEW_TABULAR define too much.
1139
1140         * src/lyx_gui_misc.C (CloseAllBufferRelatedDialogs): another missing
1141         NEW_TABULAR define.
1142
1143 2000-08-22  Juergen Vigna  <jug@sad.it>
1144
1145         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): 
1146         ifdef form_table out if NEW_TABULAR.
1147
1148 2000-08-21  Juergen Vigna  <jug@sad.it>
1149
1150         * src/insets/insettabular.C (TabularFeatures): BoxType is enum now.
1151         (draw): fixed draw position so that the cursor is positioned in the
1152         right place.
1153         (InsetMotionNotify): hide/show cursor so the position is updated.
1154         (GENERAL): fixed cursor_pos to show only 0/1 (begin/end of cell),
1155         using cellstart() function where it should be used.
1156
1157         * src/insets/insettext.C (draw): ditto.
1158
1159         * src/tabular.C: fixed initialization of some missing variables and
1160         made BoxType into an enum.
1161
1162 2000-08-22  Marko Vendelin <markov@ioc.ee>
1163         * src/frontends/gnome/Menubar_pimpl.C: Mathces LyX action with Gnome 
1164         stock menu item using action numerical value, not its string
1165         representation.
1166
1167
1168 2000-08-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1169
1170         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add
1171         GUIRunTime.C remove GUIRunTime_pimpl.[Ch]
1172
1173         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]: removed file
1174
1175         * src/frontends/xforms/GUIRunTime.C: new file
1176
1177         * src/frontends/kde/Makefile.am (libkde_la_SOURCES): add
1178         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
1179
1180         * src/frontends/kde/GUIRunTime_pimpl.[Ch]: removed file
1181
1182         * src/frontends/kde/GUIRunTime.C: new file
1183
1184         * src/frontends/gnome/Makefile.am (libgnome_la_SOURCES): add
1185         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
1186
1187         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: removed file
1188
1189         * src/frontends/gnome/GUIRunTime.C: new file
1190
1191         * src/frontends/Makefile.am (libfrontends_la_SOURCES): removed
1192         GUIRunTime.C 
1193
1194         * src/frontends/GUIRunTime.h: removed constructor and destructor,
1195         small change to documetentation.
1196
1197         * src/frontends/GUIRunTime.C: removed file
1198
1199         * src/text2.C (MeltFootnoteEnvironment): add some NEW_TABULAR
1200
1201         * src/lyxparagraph.h: enable NEW_TABULAR as default
1202
1203         * src/lyxfunc.C (processKeySym): remove some commented code
1204
1205         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): add
1206         NEW_TABULAR around the fd_form_table_options.
1207
1208         * src/lyx_gui.C (runTime): call the static member function as
1209         GUIRunTime::runTime().
1210
1211 2000-08-21  Allan Rae  <rae@lyx.org>
1212
1213         * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
1214         policy here also.
1215
1216 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
1217
1218         * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
1219
1220 2000-08-21  Allan Rae  <rae@lyx.org>
1221
1222         * src/frontends/xforms/ButtonController.h (setOK): renamed from setOk to
1223         keep Garst happy ;-)
1224         * src/frontends/xforms/FormPreferences.C (build): use setOK
1225         * src/frontends/xforms/FormDocument.C (build): use setOK
1226         (FormDocument): use the appropriate policy.
1227
1228 2000-08-21  Allan Rae  <rae@lyx.org>
1229
1230         * src/frontends/xforms/ButtonController.h (class ButtonController): Allow
1231         automatic [de]activation of arbitrary objects when in a read-only state.
1232
1233         * src/frontends/ButtonPolicies.h: More documentation
1234         (isReadOnly): added to support the above.
1235
1236         * src/frontends/xforms/forms/form_preferences.fd: Changed Ok -> Save
1237
1238 2000-08-18  Juergen Vigna  <jug@sad.it>
1239
1240         * src/insets/insettabular.C (getStatus): changed to return func_status.
1241
1242         * src/lyxfunc.C (getStatus): fixed TabularFeatures menu to always
1243         display toggle menu entries if they are.
1244
1245         * src/lyx_cb.C: #ifdef'ed out layout stuff which is in the
1246         new document layout now.
1247
1248         * src/lyxfunc.C: ditto
1249
1250         * src/lyx_gui_misc.C: ditto
1251
1252         * src/lyx_gui.C: ditto
1253
1254         * lib/ui/default.ui: removed paper and quotes layout as they are now
1255         all in the document layout tabbed folder.
1256
1257         * src/frontends/xforms/forms/form_document.fd: added Restore
1258         button and callbacks for all inputs for Allan's ButtonPolicy.
1259
1260         * src/frontends/xforms/FormDocument.C (ChoiceClassCB): added.
1261         (CheckChoiceClass): added missing params setting on class change.
1262         (UpdateLayoutDocument): added for updating the layout on params.
1263         (build): forgot to RETURN_ALWAYS input_doc_spacing.
1264         (FormDocument): Implemented Allan's ButtonPolicy with the
1265         PreferencesPolicy.
1266
1267 2000-08-17  Allan Rae  <rae@lyx.org>
1268
1269         * src/frontends/xforms/Dialogs.C (Dialogs): Make a temporary connection
1270         so we can at least see the credits again.
1271
1272         * src/frontends/xforms/FormPreferences.C: Used the appropriate button
1273         controller calls for the appropriate callbacks.  Note that since Ok
1274         calls apply followed by cancel, and apply isn't a valid input for the
1275         APPLIED state, the bc_ calls have to be made in the static callback not
1276         within each of the real callbacks.
1277
1278         * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay()
1279         (setOk): renamed from setOkay()
1280
1281 2000-08-17  Juergen Vigna  <jug@sad.it>
1282
1283         * src/frontends/gnome/Menubar_pimpl.C (openByName): put this function
1284         in the implementation part.
1285         (composeUIInfo): don't show optional menu-items.
1286
1287         * src/lyxfunc.C (getStatus): use insets LyXText if the_locking_inset.
1288
1289         * src/insets/insettext.C (UpdateLocal): call to LyXView::showState()
1290
1291         * src/bufferview_funcs.C (CurrentState): fixed to show also the
1292         text-state when in a text-inset.
1293
1294         * src/frontends/kde/GUIRunTime_pimpl.C: include xforms for now.
1295
1296 2000-08-17  Marko Vendelin <markov@ioc.ee>
1297         * src/frontends/gnome/FormIndex.C
1298         * src/frontends/gnome/FormIndex.h
1299         * src/frontends/gnome/FormToc.C
1300         * src/frontends/gnome/FormToc.h
1301         * src/frontends/gnome/dialogs
1302         * src/frontends/gnome/diatoc_callbacks.c
1303         * src/frontends/gnome/diatoc_callbacks.h
1304         * src/frontends/gnome/diainsertindex_callbacks.h
1305         * src/frontends/gnome/diainsertindex_callbacks.c
1306         * src/frontends/gnome/diainsertindex_interface.c
1307         * src/frontends/gnome/diainsertindex_interface.h
1308         * src/frontends/gnome/diatoc_interface.h
1309         * src/frontends/gnome/diatoc_interface.c
1310         * src/frontends/gnome/Makefile.am: Table of Contents and 
1311         Insert Index dialogs implementation for Gnome frontend
1312
1313         * src/frontends/gnome/GUIRunTime_pimpl.C: fix some small bugs
1314
1315         * src/frontends/gnome/Menubar_pimpl.C: remove historical comments
1316
1317         * src/frontends/gnome/diainserturl_interface.c: make the dialog
1318         resizable
1319
1320 2000-08-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1321
1322         * src/frontends/xforms/GUIRunTime_pimpl.C: constructor and
1323         destructor. Don't definde if you don't need it
1324         (processEvents): made static, non-blocking events processing for
1325         xforms.
1326         (runTime): static method. event loop for xforms
1327         * similar as above for kde and gnome.
1328         
1329         * src/frontends/GUIRunTime.C (GUIRunTime): new Pimpl() is wrong
1330         new Pimpl is correct
1331         (runTime): new method calss the real frontends runtime func.
1332
1333         * src/lyx_gui.C (runTime): change to use the GUIRunTime::runTime
1334
1335 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1336
1337         * src/lyx_gui.C (create_forms): fix the "No change" gettext missing
1338
1339 2000-08-16  Juergen Vigna  <jug@sad.it>
1340
1341         * src/lyx_gui.C (runTime): added GUII RunTime support.
1342
1343         * src/frontends/Makefile.am: 
1344         * src/frontends/GUIRunTime.[Ch]:
1345         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]:
1346         * src/frontends/kde/GUIRunTime_pimpl.[Ch]:
1347         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: added GUII runtime support
1348
1349         * src/LyXAction.C (init): added dummy LFUN_INSERT_URL.
1350
1351         * src/frontends/Makefile.am (INCLUDES): don't set the FRONTENDS include
1352         as this is already set in ${FRONTEND_INCLUDE} if needed.
1353
1354         * configure.in (CPPFLAGS): setting the include dir for the frontend
1355         directory and don't set FRONTEND=xforms for now as this is executed
1356         always.
1357
1358 2000-08-16 John Levon (moz@compsoc.man.ac.uk)
1359  
1360         * src/frontends/kde/Makefile.am:
1361         * src/frontends/kde/FormUrl.C:
1362         * src/frontends/kde/FormUrl.h:
1363         * src/frontends/kde/formurldialog.h:
1364         * src/frontends/kde/formurldialog.C: Add KDE URL dialog
1365
1366 2000-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1367
1368         * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
1369
1370 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1371
1372         * src/BufferView_pimpl.C (workAreaKeyPress): enable the
1373         processKeySym
1374         
1375 2000-08-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1376
1377         * src/WorkArea.C (work_area_handler): more work to get te
1378         FL_KEYBOARD to work with xforms 0.88 too, please test.
1379
1380         * src/BufferView_pimpl.C (workAreaKeyPress): add XForms 0.88 guard.
1381
1382 2000-08-15  Dekel Tsur  <dekel@math.tau.ac.il>
1383
1384         * src/frontends/ButtonPolicies.C: make gcc happy when compiling with
1385         -pedantic
1386
1387 2000-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1388
1389         * src/Timeout.h: remove Qt::emit hack.
1390
1391         * several files: changes to allo doc++ compilation
1392         
1393         * src/lyxfunc.C (processKeySym): new method
1394         (processKeyEvent): comment out if FL_REVISION < 89
1395
1396         * src/WorkArea.C: change some debugging levels.
1397         (WorkArea): set wantkey to FL_KEY_ALL
1398         (work_area_handler): enable the FL_KEYBOARD clause, this enables
1399         clearer code and the use of compose with XForms 0.89. Change to
1400         use signals instead of calling methods in bufferview directly.
1401
1402         * src/Painter.C: change some debugging levels.
1403
1404         * src/LyXView.C: don't setup of use the KeyPressMask_raw_callback
1405         if FL_REVISION < 89
1406
1407         * src/BufferView_pimpl.C (Pimpl): Connect to the WorkArea signals.
1408         (workAreaKeyPress): new method
1409
1410 2000-08-14  Juergen Vigna  <jug@sad.it>
1411
1412         * src/frontends/kde/Dialogs.C (Dialogs): added missing dialogs.
1413
1414         * config/kde.m4: addes some features
1415
1416         * src/frontends/kde/Makefile.am (libkde_la_OBJADD): modified to 
1417         include missing xforms dialogs.
1418
1419         * src/Timeout.h: a hack to be able to compile with qt/kde.
1420
1421         * sigc++/.cvsignore: added acinclude.m4
1422
1423         * lib/.cvsignore: added listerros
1424
1425         * src/frontends/Makefile.am: modified for now to ALWAYS compile the
1426         xforms tree as objects are needed for other frontends.
1427
1428         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added for
1429         linking with not yet implemented xforms objects.
1430
1431         * src/frontends/gnome/Dialogs.C (Dialogs): added FormDocument.
1432
1433 2000-08-14  Baruch Even  <baruch.even@writeme.com>
1434
1435         * src/frontends/xforms/FormGraphics.h:
1436         * src/frontends/xforms/FormGraphics.C:
1437         * src/frontends/xforms/RadioButtonGroup.h:
1438         * src/frontends/xforms/RadioButtonGroup.C:
1439         * src/insets/insetgraphics.h:
1440         * src/insets/insetgraphics.C:
1441         * src/insets/insetgraphicsParams.h:
1442         * src/insets/insetgraphicsParams.C: Changed indentation to use tabs
1443         instead of spaces, and various other indentation issues to make the
1444         sources more consistent.
1445
1446 2000-08-14  Marko Vendelin <markov@ioc.ee>
1447
1448         * src/frontends/gnome/dialogs/diaprint.glade
1449         * src/frontends/gnome/FormPrint.C
1450         * src/frontends/gnome/FormPrint.h
1451         * src/frontends/gnome/diaprint_callbacks.c
1452         * src/frontends/gnome/diaprint_callbacks.h
1453         * src/frontends/gnome/diaprint_interface.c
1454         * src/frontends/gnome/diaprint_interface.h: Print dialog Gnome 
1455         implementation
1456         
1457         * src/frontends/gnome/dialogs/diainserturl.glade
1458         * src/frontends/gnome/FormUrl.C
1459         * src/frontends/gnome/FormUrl.h
1460         * src/frontends/gnome/diainserturl_callbacks.c
1461         * src/frontends/gnome/diainserturl_callbacks.h
1462         * src/frontends/gnome/diainserturl_interface.c
1463         * src/frontends/gnome/diainserturl_interface.h: Insert Url dialog
1464         Gnome implementation
1465
1466         * src/frontends/gnome/Dialogs.C
1467         * src/frontends/gnome/Makefile.am: added Print, Insert Url  and
1468         all other dialogs. Copy all unimplemented dialogs from Xforms
1469         frontend
1470         
1471         * src/frontends/gnome/support.c
1472         * src/frontends/gnome/support.h: support files generated by Glade
1473
1474         * autogen.sh
1475         * configure.in
1476         * config/gnome.m4: Gnome configuration scripts
1477
1478         * config/lyxinclude.m4: cleanup: frontend renamed from gtk to gnome in
1479         configure --help message
1480
1481         * src/lyx_gui.C: Gnome/Gtk releases control in LyXGUI::runTime()
1482         only if there are no events pendling in Gnome/Gtk. This enhances
1483         the performance of menus.
1484
1485
1486 2000-08-14  Allan Rae  <rae@lyx.org>
1487
1488         * lib/Makefile.am: listerrors cleaning
1489
1490         * lib/listerrors: removed -- generated file
1491         * acinclude.m4: ditto
1492         * sigc++/acinclude.m4: ditto
1493
1494         * src/frontends/xforms/forms/form_citation.fd:
1495         * src/frontends/xforms/FormCitation.C (setSize): Made the form a more
1496         manageable size.
1497
1498         * src/frontends/xforms/forms/makefile: I renamed the `install` target
1499         `updatesrc` and now we have a `test` target that does what `updatesrc`
1500         used to do. I didn't like having an install target that wasn't related
1501         to the dist.
1502
1503         * src/frontends/xforms/Form*.[hC]: Removed the free() member functions
1504         on all except FormGraphics.  This may yet happen. Followed by a major
1505         cleanup including using FL_TRANSIENT for most of the dialogs.  More
1506         changes to come when the ButtonController below is introduced.
1507
1508         * src/frontends/xforms/ButtonController.h: New file for managing up to
1509         four buttons on a dialog according to an externally defined policy.
1510         * src/frontends/xforms/Makefile.am: added above
1511
1512         * src/frontends/ButtonPolicies.[hC]: New files full of policies for Ok,
1513         Apply and Cancel/Close buttons and everything in between and beyond.
1514         * src/frontends/Makefile.am: added above.
1515
1516         * src/frontends/xforms/forms/form_preferences.fd:
1517         * src/frontends/xforms/FormPreferences.[hC]: Uses the ButtonController
1518         and removed variable 'status' as a result. Fixed the set_minsize thing.
1519         Use the new screen-font-update after checking screen fonts were changed
1520         Added a "Restore" button to restore the original lyxrc values while
1521         editing.  This restores everything not just the last input changed.
1522         That's still a tricky one.  As is the "LyX: this shouldn't happen..."
1523
1524         * src/LyXAction.C: screen-font-update added for updating buffers after
1525         screen font settings have been changed.
1526         * src/commandtags.h: ditto
1527         * src/lyxfunc.C: ditto
1528
1529         * forms/lyx.fd: removed screen fonts dialog.
1530         * src/lyx_gui.C: ditto
1531         * src/menus.[Ch]: ditto
1532         * src/lyx.[Ch]: ditto
1533         * src/lyx_cb.C: ditto + code from here moved to make
1534         screen-font-update. And people wonder why progress on GUII is
1535         slow.  Look at how scattered this stuff was!  It takes forever
1536         just find it all. 
1537
1538         * forms/fdfix.sh: Fixup the spacing after commas.
1539         * forms/makefile: Remove date from generated files. Fewer clashes now.
1540         * forms/bullet_forms.C.patch: included someones handwritten changes
1541
1542         * src/lyxrc.[Ch]: Added a commented out system_lyxrc.  Will use it RSN
1543         once I've discovered why LyXRC was made noncopyable.
1544         * src/lyx_main.C: ditto
1545
1546 2000-08-14  Angus Leeming  <a.leeming@ic.ac.uk>
1547
1548         * src/frontends/xforms/forms/fdfix.sh:
1549         * src/frontends/xforms/forms/fdfixh.sed:
1550         * src/frontends/xforms/forms/fdfixc.sed: New file from Angus
1551         * src/frontends/xforms/Form*.[hC]:
1552         * src/frontends/xforms/form_*.[hC]: Massive rewrite of the generation
1553         scripts to rename all the "FL_OBJECT * form_xxxx" to "form" and to
1554         provide a destructor for the struct FD_form_xxxx. Another version of
1555         the set_[max|min]size workaround and a few other cleanups. Actually,
1556         Angus' patch from 20000809.
1557
1558 2000-08-13      Baruch Even  <baruch.even@writeme.com>
1559
1560         * src/insets/insetgraphics.C (Clone): Added several fields that needed
1561         copying.
1562
1563 2000-08-11  Juergen Vigna  <jug@sad.it>
1564
1565         * src/insets/insetgraphics.C (InsetGraphics): changing init
1566         order because of warnings.
1567
1568         * src/frontends/xforms/forms/makefile: adding patching .C with
1569         .C.patch files.
1570
1571         * src/frontends/xforms/forms/fdfix.sh: changing patching file .c
1572         from .C.patch to .c.patch
1573
1574         * src/frontends/xforms/FormCommand.C (FormCommand): changing init
1575         order because of warning.
1576
1577         * src/frontends/xforms/Dialogs.C (Dialogs): added FormDialog
1578
1579         * src/frontends/Liason.C (setMinibuffer): new helper function
1580
1581         * src/frontends/Dialogs.h (class Dialogs): inserting showLayoutDocument
1582
1583         * src/lyxfunc.C (Dispatch): calling new Document-Layout
1584
1585         * lib/ui/default.ui: commented out PaperLayout entry
1586
1587         * src/frontends/xforms/form_document.[Ch]: new added files 
1588         
1589         * src/frontends/xforms/FormDocument.[Ch]: ditto
1590
1591         * src/frontends/xforms/forms/form_document.fd: ditto
1592
1593         * src/frontends/xforms/forms/form_document.C.patch: ditto
1594
1595 2000-08-10  Juergen Vigna  <jug@sad.it>
1596
1597         * src/insets/insetgraphics.C (draw): fixed access to 0 cacheHandle.
1598         (InsetGraphics): initialized cacheHandle to 0.
1599         (draw): changed call to updateInset to status=CHANGE_IN_DRAW.
1600
1601 2000-08-10      Baruch Even  <baruch.even@writeme.com>
1602
1603         * src/graphics/GraphicsCache.h:
1604         * src/graphics/GraphicsCache.C (addFile, removeFile): Changed to work 
1605         correctly as a cache.
1606
1607         * src/graphics/GraphicsCacheItem.h:
1608         * src/graphics/GraphicsCacheItem.C: Changed to the pimpl idiom to allow
1609         reference counting.
1610
1611         * src/graphics/GraphicsCacheItem_pimpl.h:
1612         * src/graphics/GraphicsCacheItem_pimpl.C: The implementation of the
1613         GraphicsCacheItem.
1614
1615         * src/insets/insetgraphics.h: 
1616         * src/insets/insetgraphics.C: Changed from using a signal notification
1617         to polling when image is not loaded.
1618
1619 2000-08-10  Allan Rae  <rae@lyx.org>
1620
1621         * development/tools/makeLyXsigc.sh: Updated to allow Signal3.  Note
1622         that there are two functions that have to been taken out of line by
1623         hand and aren't taken care of in the script.  (Just a reminder note)
1624
1625         * sigc++/macros/*.h.m4: Updated as above.
1626
1627 2000-08-09  Juergen Vigna  <jug@sad.it>
1628
1629         * src/insets/insettext.C (draw): small fix for clearing rectangle.
1630
1631         * src/insets/insettabular.C: make drawing of single cell smarter.
1632
1633 2000-08-09  Marko Vendelin <markov@ioc.ee>
1634         * src/frontends/gnome/Menubar_pimpl.C
1635         * src/frontends/gnome/Menubar_pimpl.h: Gnome frontend Menubar
1636         implementation: new files
1637         
1638         * src/frontends/gnome/mainapp.C
1639         * src/frontends/gnome/mainapp.h: Gnome main window (temporary
1640         implementation)
1641
1642         * src/main.C: create Gnome main window
1643
1644         * src/frontends/xforms/Menubar_pimpl.h
1645         * src/frontends/Menubar.C
1646         * src/frontends/Menubar.h: added method Menubar::update that calls 
1647         Menubar_pimpl::update and xforms/Menubar_pimpl::update (empty one)
1648
1649         * src/LyXView.C: calls Menubar::update to update the state
1650         of menu items
1651
1652         * src/frontends/gnome/Makefile.am: added new files
1653         
1654         * src/frontends/Makefile.am: added frontend compiler options
1655
1656 2000-08-08  Juergen Vigna  <jug@sad.it>
1657
1658         * src/lyx_cb.C (AutoSave): autosave for unnamed files enabled!
1659
1660         * src/bufferlist.C (close): 
1661         * src/bufferlist.C (QwriteAll): remove Autosave-files for Unnamed()
1662         documents if exiting without saving.
1663
1664         * src/buffer.C (save): use removeAutosaveFile()
1665
1666         * src/support/filetools.C (removeAutosaveFile): new function.
1667
1668         * src/lyx_cb.C (MenuWrite): returns a bool now.
1669         (MenuWriteAs): check if file could really be saved and revert to the
1670         old name if not.
1671         (MenuWriteAs): removing old autosavefile if existant.
1672
1673         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
1674         before Goto toggle declaration, because of compiler warning.
1675
1676         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
1677
1678         * src/lyxfunc.C (MenuNew): small fix.
1679
1680         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
1681
1682         * src/bufferlist.C (newFile):
1683         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
1684
1685         * src/lyxrc.C: added new_ask_filename tag
1686
1687 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
1688
1689         * src/lyx.fd: removed code pertaining to form_ref
1690         * src/lyx.[Ch]: ditto
1691         * src/lyx_cb.C: ditto
1692         * src/lyx_gui.C: ditto
1693         * src/lyx_gui_misc.C: ditto
1694
1695         * src/BufferView_pimpl.C (restorePosition): update buffer only
1696         if file has changed
1697
1698         * src/commandtags.h (LFUN_REFTOGGLE): removed
1699         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
1700         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
1701         (LFUN_REFBACK): renamed LFUN_REF_BACK
1702
1703         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
1704         * src/menus.C: ditto
1705         * src/lyxfunc.C (Dispatch): ditto.
1706         InsertRef dialog is now GUI-independent.
1707
1708         * src/texrow.C: added using std::endl;
1709
1710         * src/insets/insetref.[Ch]: strip out large amounts of code.
1711         The inset is now a container and this functionality is now
1712         managed by a new FormRef dialog
1713         
1714         * src/frontends/Dialogs.h (showRef, createRef): new signals
1715
1716         * src/frontends/xforms/FormIndex.[Ch],
1717         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
1718         when setting dialog's min/max size
1719         * src/frontends/xforms/FormIndex.[Ch]: ditto
1720
1721         * src/frontends/xforms/FormRef.[Ch],
1722         src/frontends/xforms/forms/form_ref.fd: new xforms
1723         implementation of an InsetRef dialog
1724
1725         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
1726         DEC cxx
1727
1728         * src/graphics/XPM_Renderer.C (isImageFormatOK):
1729         ios::nocreate is not part of the standard. Removed.
1730
1731 2000-08-07  Baruch Even  <baruch.even@writeme.com>
1732
1733         * src/graphics/Renderer.h:
1734         * src/graphics/Renderer.C: Added base class for rendering of different
1735         image formats into Pixmaps.
1736
1737         * src/graphics/XPM_Renderer.h:
1738         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
1739         in a different class.
1740
1741         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
1742         easily add support for other formats.
1743
1744         * src/insets/figinset.C: plugged a leak of an X resource.
1745
1746 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1747
1748         * src/CutAndPaste.[Ch]: make all metods static. 
1749
1750         * development/Code_rules/Rules: more work, added section on
1751         Exceptions, and a References section.
1752
1753         * a lot of header files: work to make doc++ able to generate the
1754         source documentation, some workarounds of doc++ problems. Doc++ is
1755         now able to generate the documentation.
1756
1757 2000-08-07  Juergen Vigna  <jug@sad.it>
1758
1759         * src/insets/insettabular.C (recomputeTextInsets): removed function
1760
1761         * src/tabular.C (SetWidthOfMulticolCell): 
1762         (SetWidthOfCell): 
1763         (calculate_width_of_column_NMC): fixed return value so that it really
1764         only returns true if the column-width has changed (there where
1765         problems with muliticolumn-cells in this column).
1766
1767 2000-08-04  Juergen Vigna  <jug@sad.it>
1768
1769         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
1770         also on the scrollstatus of the inset.
1771         (workAreaMotionNotify): ditto.
1772
1773         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
1774
1775 2000-08-01  Juergen Vigna  <jug@sad.it>
1776
1777         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
1778
1779         * src/commandtags.h: 
1780         * src/LyXAction.C (init): 
1781         * src/insets/inset.C (LocalDispatch): added support for
1782         LFUN_SCROLL_INSET.
1783
1784         * src/insets/inset.C (scroll): new functions.
1785
1786         * src/insets/insettext.C (removeNewlines): new function.
1787         (SetAutoBreakRows): removes forced newlines in the text of the
1788         paragraph if autoBreakRows is set to false.
1789
1790         * src/tabular.C (Latex): generates a parbox around the cell contents
1791         if needed.
1792
1793         * src/frontends/xforms/FormTabular.C (local_update): removed
1794         the radio_useparbox button.
1795
1796         * src/tabular.C (UseParbox): new function
1797
1798 2000-08-06  Baruch Even  <baruch.even@writeme.com>
1799
1800         * src/graphics/GraphicsCache.h:
1801         * src/graphics/GraphicsCache.C:
1802         * src/graphics/GraphicsCacheItem.h:
1803         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
1804         usefull.
1805
1806         * src/insets/insetgraphics.h:
1807         * src/insets/insetgraphics.C: Added the use of the GraphicsCache and the
1808         drawing of the inline image.
1809
1810         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be loaded 
1811         into the wrong position.
1812
1813         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
1814         launched.
1815
1816 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1817
1818         * src/support/translator.h: move all typedefs to public section
1819
1820         * src/support/filetools.C (MakeLatexName): return string const
1821         (QuoteName): ditto
1822         (TmpFileName): ditto
1823         (FileOpenSearch): ditto
1824         (FileSearch): ditto
1825         (LibFileSearch): ditto
1826         (i18nLibFileSearch): ditto
1827         (GetEnv): ditto
1828         (GetEnvPath): ditto
1829         (CreateTmpDir): ditto
1830         (CreateBufferTmpDir): ditto
1831         (CreateLyXTmpDir): ditto
1832         (GetCWD): ditto
1833         (OnlyPath): ditto
1834         (MakeAbsPath): ditto
1835         (AddName): ditto
1836         (OnlyFilename): ditto
1837         (ExpandPath): ditto
1838         (NormalizePath): ditto
1839         (CleanupPath): ditto
1840         (GetFileContents): ditto
1841         (ReplaceEnvironmentPath): ditto
1842         (MakeRelPath): ditto
1843         (AddPath): ditto
1844         (ChangeExtension): ditto
1845         (MakeDisplayPath): ditto
1846         (do_popen): return cmdret const
1847         (findtexfile): return string const
1848
1849         * src/support/DebugStream.h: add some /// to please doc++
1850
1851         * src/frontends/DialogBase.h (endif): add some /// to please doc++
1852
1853         * src/texrow.C (same_rownumber): functor to use with find_if
1854         (getIdFromRow): rewritten to use find_if and to not update the
1855         positions. return true if row is found
1856         (increasePos): new method, use to update positions
1857
1858         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
1859
1860         * src/lyxlex_pimpl.C (verifyTable): new method
1861         (pushTable): use it
1862         (Pimpl): use it
1863         (GetString): return string const
1864         (pushTable): rewrite to use std::stack
1865         (popTable): ditto
1866         (setFile): better check
1867         (setStream): ditto
1868
1869         * src/lyxlex.h: make LyXLex noncopyable
1870
1871         * src/lyxlex.C (text): return char const * const
1872         (GetString): return string const
1873         (getLongString): return string const
1874
1875         * src/lyx_gui_misc.C (askForText): return pair<...> const
1876
1877         * src/lastfiles.[Ch] (operator): return string const
1878
1879         * src/buffer.C (parseSingleLyXformat2Token): pass string to
1880         istringstream not char const *. 
1881         move token.end() out of loop.
1882         (readFile): move initializaton of token
1883
1884         * src/BufferView2.C (insertErrors): run texrow.increasePos if
1885         getIdFromRow is successful.
1886
1887         * lib/bind/emacs.bind: don't include menus bind
1888
1889         * development/Code_rules/Rules: the beginnings of making this
1890         better and covering more of the unwritten rules that we have.
1891
1892         * development/Code_rules/Recommendations: a couple of wording
1893         changes. 
1894
1895 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1896
1897         * src/support/strerror.c: remove C++ comment.
1898
1899 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
1900
1901         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
1902         LFUN_INDEX_INSERT_LAST
1903
1904         * src/texrow.C (getIdFromRow): changed from const_iterator to
1905         iterator, allowing code to compile with DEC cxx
1906
1907         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
1908         stores part of the class, as suggested by Allan. Will allow
1909         multiple LyXViews.
1910         (apply): test to apply uses InsetCommandParams operator!=
1911
1912         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
1913         (apply): test to apply uses InsetCommandParams operator!=
1914
1915         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
1916         stores part of the class.
1917         (update): removed limits on min/max size.
1918
1919         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
1920         (apply): test to apply uses InsetCommandParams operator!=
1921
1922         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
1923         (Read, Write, scanCommand, getCommand): moved functionality
1924         into InsetCommandParams.
1925         (Clone): removed
1926         (getScreenLabel): made pure virtual
1927         new InsetCommandParams operators== and !=
1928         
1929         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
1930         c-tors based on InsetCommandParams. Removed others.
1931         * src/insets/insetinclude.[Ch]: ditto
1932         * src/insets/insetlabel.[Ch]: ditto
1933         * src/insets/insetparent.[Ch]: ditto
1934         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
1935         
1936         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
1937         insets derived from InsetCommand created using similar c-tors
1938         based on InsetCommandParams
1939         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
1940         * src/menus.C (ShowRefsMenu): ditto
1941         * src/paragraph.C (Clone): ditto
1942         * src/text2.C (SetCounter): ditto
1943         * src/lyxfunc.C (Dispatch) ditto
1944         Also recreated old InsetIndex behaviour exactly. Can now
1945         index-insert at the start of a paragraph and index-insert-last
1946         without launching the pop-up.
1947
1948 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1949
1950         * lib/lyxrc.example: mark te pdf options as non functional.
1951
1952         * src/support/lstrings.C (strToInt): move initalization of tmpstr
1953         (isStrDbl): move tmpstr.end() out of loop.
1954         (strToDbl): move intialization of tmpstr
1955         (lowercase): return string const and move tmp.end() out of loop.
1956         (uppercase): return string const and move tmp.edn() out of loop.
1957         (prefixIs): add assertion
1958         (suffixIs): ditto
1959         (contains): ditto
1960         (contains): ditto
1961         (contains): ditto
1962         (containsOnly): ditto
1963         (containsOnly): ditto
1964         (containsOnly): ditto
1965         (countChar): make last arg char not char const
1966         (token): return string const
1967         (subst): return string const, move tmp.end() out of loop.
1968         (subst): return string const, add assertion
1969         (strip): return string const
1970         (frontStrip): return string const, add assertion
1971         (frontStrip): return string const
1972         (split): ditto
1973         (split): ditto
1974         (rsplit): ditto
1975
1976         * src/support/lstrings.C: add inclde "LAssert.h"
1977         (isStrInt): move tmpstr.end() out of loop.
1978
1979         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
1980         toollist.end() out of loop.
1981         (deactivate): move toollist.end() out of loop.
1982         (update): move toollist.end() out of loop.
1983         (updateLayoutList): move tc.end() out of loop.
1984         (add): move toollist.end() out of loop.
1985
1986         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
1987         md.end() out of loop.
1988
1989         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
1990
1991         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
1992         of loop.
1993
1994         * src/paragraph.C (Erase): move fontlist.end() out of loop.
1995         (Erase): move insetlist.end() out of loop.
1996
1997         * src/lyx_sendfax_main.C: make show_logfile static and to take a
1998         ref to const string as first arg. Move initialization of some
1999         variables, whitespace changes.
2000
2001         * src/kbmap.C (defkey): move table.end() out of loop.
2002         (kb_keymap): move table.end() out of loop.
2003         (findbinding): move table.end() out of loop.
2004
2005         * src/MenuBackend.C (hasMenu): move end() out of loop.
2006         (getMenu): move end() out of loop.
2007         (getMenu): move menulist_.end() out of loop.
2008
2009         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
2010
2011         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
2012         out of loop.
2013
2014         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
2015         (getFromLyXName): move infotab.end() out of loop.
2016
2017         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
2018         -fvtable-thunks -ffunction-sections -fdata-sections 
2019
2020 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
2021
2022         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
2023         FORMS_H_LOCATION.
2024
2025 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
2026
2027         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
2028
2029         * src/frontends/xforms/FormCitation.[Ch],
2030         src/frontends/xforms/FormIndex.[Ch],
2031         src/frontends/xforms/FormToc.[Ch],
2032         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
2033
2034 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
2035
2036         * src/commandtags.h: renamed, created some flags for citation
2037         and index
2038
2039         * src/lyx_gui_misc.C: stripped out old FD_index_form code
2040
2041         * src/lyxfunc.C (dispatch): use signals to insert index entry
2042         
2043         * src/frontends/Dialogs.h: new signal createIndex
2044
2045         * src/frontends/xforms/FormCommand.[Ch],
2046         src/frontends/xforms/FormCitation.[Ch],
2047         src/frontends/xforms/FormToc.[Ch],
2048         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
2049
2050         * src/insets/insetindex.[Ch]: GUI-independent
2051
2052         * src/frontends/xforms/FormIndex.[Ch],
2053         * src/frontends/xforms/forms/form_index.fd: xforms implementation
2054         of the Index dialog
2055         
2056 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
2057
2058         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
2059         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
2060         
2061 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2062
2063         * src/insets/insetref.C (Latex): rewrite so that there is now
2064         question that a initialization is requested.
2065
2066         * src/insets/insetcommand.h: reenable the hide signal
2067
2068 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2069
2070         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
2071         fix handling of shortcuts (many bugs :)
2072         (add_lastfiles): ditto.
2073
2074         * lib/ui/default.ui: fix a few shortcuts.
2075
2076 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
2077
2078         * Makefile.am: Fix ``rpmdist'' target to return the exit
2079         status of the ``rpm'' command, instead of the last command in
2080         the chain (the ``rm lyx.xpm'' command, which always returns
2081         success).
2082
2083 2000-08-02  Allan Rae  <rae@lyx.org>
2084
2085         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
2086         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
2087         * src/frontends/xforms/FormToc.C (FormToc): ditto
2088
2089         * src/frontends/xforms/Makefile.am: A few forgotten files
2090
2091         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
2092         Signals-not-copyable-problem Lars' started commenting out.
2093
2094         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
2095
2096 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2097
2098         * src/insets/insetcommand.h: Signals is not copyable so anoter
2099         scheme for automatic hiding of forms must be used.
2100
2101         * src/frontends/xforms/FormCitation.h: don't inerit from
2102         noncopyable, FormCommand already does that.
2103         * src/frontends/xforms/FormToc.h: ditto
2104         * src/frontends/xforms/FormUrl.h: ditto
2105
2106         * src/frontends/xforms/FormCitation.C: add include <algorithm>
2107
2108 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2109
2110         * src/insets/insetcommand.h (hide): new SigC::Signal0
2111         (d-tor) new virtual destructor emits hide signal
2112
2113         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
2114         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
2115
2116         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
2117         LOF and LOT. Inset is now GUI-independent
2118
2119         * src/insets/insetloa.[Ch]: redundant
2120         * src/insets/insetlof.[Ch]: ditto
2121         * src/insets/insetlot.[Ch]: ditto
2122         
2123         * src/frontends/xforms/forms/form_url.fd: tweaked!
2124         * src/frontends/xforms/forms/form_citation.fd: ditto
2125
2126         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
2127         dialogs dealing with InsetCommand insets
2128
2129         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
2130         FormCommand base class
2131         * src/frontends/xforms/FormUrl.[Ch]: ditto
2132
2133         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
2134         of the TOC dialog
2135         * src/frontends/xforms/FormToc.[Ch]: ditto
2136
2137         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
2138         passed a generic InsetCommand pointer
2139         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
2140
2141         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
2142         and modified InsetTOC class
2143         * src/buffer.C: ditto
2144
2145         * forms/lyx.fd: strip out old FD_form_toc code
2146         * src/lyx_gui_misc.C: ditto
2147         * src/lyx_gui.C: ditto
2148         * src/lyx_cb.C: ditto
2149         * src/lyx.[Ch]: ditto
2150  
2151 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2152
2153         * src/support/utility.hpp: tr -d '\r'
2154
2155 2000-08-01  Juergen Vigna  <jug@sad.it>
2156
2157         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
2158
2159         * src/commandtags.h: 
2160         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
2161         LFUN_TABULAR_FEATURES.
2162
2163         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
2164         LFUN_LAYOUT_TABULAR.
2165
2166         * src/insets/insettabular.C (getStatus): implemented helper function.
2167
2168         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
2169
2170 2000-07-31  Juergen Vigna  <jug@sad.it>
2171
2172         * src/text.C (draw): fixed screen update problem for text-insets.
2173
2174         * src/text2.C (SetParagrpah): call an update of the inset-owner when
2175         something changed probably this has to be added in various other
2176         functions too.
2177
2178         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
2179
2180 2000-07-31  Baruch Even <baruch.even@writeme.com>
2181
2182         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
2183         templates to satisfy compaq cxx.
2184
2185
2186 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
2187
2188         * src/support/translator.h (equal_1st_in_pair::operator()): take
2189         const ref pair_type as arg. 
2190         (equal_2nd_in_pair::operator()): ditto
2191         (Translator::~Translator): remove empty d-tor.
2192
2193         * src/graphics/GraphicsCache.C: move include config.h to top, also
2194         put initialization of GraphicsCache::singleton here.
2195         (~GraphicsCache): move here
2196         (addFile): take const ref as arg
2197         (removeFile): ditto
2198
2199         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
2200
2201         * src/BufferView2.C (insertLyXFile): change te with/without header
2202         check slightly.
2203
2204 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2205
2206         * src/frontends/xforms/FormGraphics.C (apply): add some
2207         static_cast. Not very nice, but required by compaq cxx.
2208
2209         * src/frontends/xforms/RadioButtonGroup.h: include header
2210         <utility> instead of <pair.h>
2211
2212         * src/insets/insetgraphicsParams.C: add using directive. 
2213         (readResize): change return type to void. 
2214         (readOrigin): ditto.
2215
2216         * src/lyxfunc.C (getStatus): add missing break for build-program
2217         function; add test for Literate for export functions.
2218
2219         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
2220         entries in Options menu.
2221
2222 2000-07-31  Baruch Even <baruch.even@writeme.com>
2223
2224         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
2225         protect against auto-allocation; release icon when needed.
2226
2227 2000-07-31  Matej Cepl <CeplM@seznam.cz>
2228
2229         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
2230         on usual typewriter.
2231
2232         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
2233         earlier czech.kmap), useful only for programming.
2234
2235 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2236
2237         * src/frontends/xforms/FormCitation.h: fix conditioning around
2238         #pragma. 
2239
2240 2000-07-31  Juergen Vigna  <jug@sad.it>
2241
2242         * src/frontends/xforms/FormTabular.C (local_update): changed
2243         radio_linebreaks to radio_useparbox and added radio_useminipage.
2244
2245         * src/tabular.C: made support for using minipages/parboxes.
2246
2247         * src/bufferlist.C (QwriteAll): small fix for asking for save.
2248
2249         * src/insets/insetgraphics.C (draw): just draw the inset so that the
2250         cursor is visible.
2251         (descent): so the cursor is in the middle.
2252         (width): bit smaller box.
2253
2254         * src/insets/insetgraphics.h: added display() function.
2255
2256 2000-07-31  Baruch Even <baruch.even@writeme.com>
2257
2258         * src/frontends/Dialogs.h: Added showGraphics signals.
2259
2260         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
2261         xforms form definition of the graphics dialog.
2262
2263         * src/frontends/xforms/FormGraphics.h: 
2264         * src/frontends/xforms/FormGraphics.C: Added files, the
2265         GUIndependent code of InsetGraphics
2266
2267         * src/insets/insetgraphics.h: 
2268         * src/insets/insetgraphics.C: Major writing to make it work.
2269
2270         * src/insets/insetgraphicsParams.h:     
2271         * src/insets/insetgraphicsParams.C: Added files, parameter passing
2272         struct between InsetGraphics and GUI.
2273
2274         * src/LaTeXFeatures.h:
2275         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
2276         support for graphicx package. 
2277
2278         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
2279         for the graphics inset.
2280
2281         * src/support/translator.h: Added file, used in
2282         InsetGraphicsParams. this is a template to translate between two
2283         types.
2284
2285         * src/frontends/xforms/RadioButtonGroup.h: 
2286         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
2287         way to easily control a radio button group.
2288
2289 2000-07-28  Juergen Vigna  <jug@sad.it>
2290
2291         * src/insets/insettabular.C (LocalDispatch): 
2292         (TabularFeatures): added support for lyx-functions of tabular features.
2293         (cellstart): refixed this function after someone wrongly changed it.
2294
2295         * src/commandtags.h:
2296         * src/LyXAction.C (init): added support for tabular-features
2297
2298 2000-07-28  Allan Rae  <rae@lyx.org>
2299
2300         * src/frontends/xforms/FormPreferences.C (build): Setup input return
2301         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
2302         triggers the callback for input checking. As a result we sometimes get
2303         "LyX: This shouldn't happen..." printed to cerr.
2304         (input): Started using status variable since I only free() on 
2305         destruction.  Some input checking for paths and font sizes.
2306
2307         * src/frontends/xforms/FormPreferences.h: Use status to control 
2308         activation of Ok and Apply
2309
2310         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
2311         callback.  Also resized to stop segfaults with 0.88.  The problem is
2312         that xforms-0.88 requires the folder to be wide enough to fit all the
2313         tabs.  If it isn't it causes all sorts of problems.
2314
2315         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
2316
2317         * src/frontends/xforms/forms/README: Reflect reality.
2318
2319         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
2320         * src/frontends/xforms/forms/makefile: ditto.
2321
2322         * src/commandtags.h: Get access to new Preferences dialog
2323         * src/LyXAction.C: ditto
2324         * src/lyxfunc.C: ditto
2325         * lib/ui/default.ui: ditto
2326
2327 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2328
2329         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
2330
2331         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
2332         few files.
2333
2334         * src/frontends/xforms/form_url.[Ch]: added.
2335
2336 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2337
2338         * src/insets/insetbib.h: fixed bug in previous commit
2339
2340         * src/frontends/xforms/FormUrl.h: ditto
2341
2342         * src/frontends/xforms/FormPrint.h: ditto
2343
2344         * src/frontends/xforms/FormPreferences.h: ditto
2345
2346         * src/frontends/xforms/FormCopyright.h: ditto
2347
2348         * src/frontends/xforms/FormCitation.C: ditto
2349
2350         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
2351         private copyconstructor and private default contructor
2352
2353         * src/support/Makefile.am: add utility.hpp
2354
2355         * src/support/utility.hpp: new file from boost
2356
2357         * src/insets/insetbib.h: set owner in clone
2358
2359         * src/frontends/xforms/FormCitation.C: added missing include
2360         algorithm
2361
2362         * src/insets/form_url.[Ch]: removed
2363
2364 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
2365
2366         * development/lyx.spec.in
2367         * Makefile.am: Fix buglet for LyX RPM generation resulting from
2368         file/directory re-organization.
2369
2370 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
2371
2372         * src/insets/insetcommand.[Ch]: moved the string data and
2373         associated manipulation methods into a new stand-alone class
2374         InsetCommandParams. This class has two additional methods
2375         getAsString() and setFromString() allowing the contents to be
2376         moved around as a single string.
2377         (addContents) method removed.
2378         (setContents) method no longer virtual.
2379
2380         * src/buffer.C (readInset): made use of new InsetCitation,
2381         InsetUrl constructors based on InsetCommandParams.
2382
2383         * src/commandtags.h: add LFUN_INSERT_URL
2384
2385         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
2386         independent InsetUrl and use InsetCommandParams to extract
2387         string info and create new Insets.
2388
2389         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
2390
2391         * src/frontends/xforms/FormCitation.C (apply): uses 
2392         InsetCommandParams.
2393
2394         * src/frontends/xforms/form_url.C
2395         * src/frontends/xforms/form_url.h
2396         * src/frontends/xforms/FormUrl.h
2397         * src/frontends/xforms/FormUrl.C
2398         * src/frontends/xforms/forms/form_url.fd: new files
2399
2400         * src/insets/insetcite.[Ch]: removed unused constructors.
2401
2402         * src/insets/insetinclude.[Ch]: no longer store filename
2403
2404         * src/insets/inseturl.[Ch]: GUI-independent.
2405
2406 2000-07-26  Juergen Vigna  <jug@sad.it>
2407         * renamed frontend from gtk to gnome as it is that what is realized
2408         and did the necessary changes in the files.
2409         
2410 2000-07-26  Marko Vendelin <markov@ioc.ee>
2411         * autogen.sh
2412         * configure.in: cleaning up gnome configuration scripts
2413
2414 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2415
2416         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
2417         shortcuts syndrom by redrawing them explicitely (a better solution
2418         would be appreciated).
2419
2420         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
2421
2422         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
2423         the button.
2424
2425         * src/lyx_cb.C (MenuExport): change html export to do the right
2426         thing depending of the document type (instead of having
2427         html-linuxdoc and html-docbook).
2428         * src/lyxfunc.C (getStatus): update for html
2429         * lib/ui/default.ui: simplify due to the above change.
2430         * src/menus.C (ShowFileMenu): update too (in case we need it).
2431
2432         * src/MenuBackend.C (read): if a menu is defined twice, add the
2433         new entries to the exiting one.
2434
2435 2000-07-26  Juergen Vigna  <jug@sad.it>
2436
2437         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
2438
2439         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
2440         and return a bool if it did actual save the file.
2441         (AutoSave): don't autosave a unnamed doc.
2442
2443         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
2444         check if this is an UNNAMED new file and react to it.
2445         (newFile): set buffer to unnamed and change to not mark a new
2446         buffer dirty if I didn't do anything with it.
2447
2448         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
2449
2450 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2451
2452         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
2453         friend as per Angus's patch posted to lyx-devel.
2454
2455         * src/ext_l10n.h: updated
2456
2457         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
2458         gettext on the style string right before inserting them into the
2459         combox. 
2460
2461         * autogen.sh: add code to extract style strings form layout files,
2462         not good enough yet. 
2463
2464         * src/frontends/gtk/.cvsignore: add MAKEFILE
2465
2466         * src/MenuBackend.C (read): run the label strings through gettext
2467         before storing them in the containers.
2468
2469         * src/ext_l10n.h: new file 
2470
2471         * autogen.sh : generate the ext_l10n.h file here
2472
2473 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2474
2475         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
2476         arguments. 
2477
2478         * lib/ui/default.ui: fix a couple of typos.
2479
2480         * config/gnome/gtk.m4: added (and added to the list of files in 
2481         autogen.sh).
2482
2483         * src/insets/insetinclude.C (unique_id): fix when we are using
2484         lyxstring instead of basic_string<>. 
2485         * src/insets/insettext.C (LocalDispatch): ditto.
2486         * src/support/filetools.C: ditto.
2487
2488         * lib/configure.m4: create the ui/ directory if necessary.
2489
2490         * src/LyXView.[Ch] (updateToolbar): new method.
2491
2492         * src/BufferView_pimpl.C (buffer): update the toolbar when
2493         opening/closing buffer.
2494
2495 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2496
2497         * src/LyXAction.C (getActionName): enhance to return also the name
2498         and options of pseudo-actions.
2499         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
2500
2501         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
2502         as an example of what is possible). Used in File->Build too (more
2503         useful) and in the import/export menus (to mimick the complicated
2504         handling of linuxdoc and friends). Try to update all the entries.
2505
2506         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
2507         optional entries.
2508
2509         * src/MenuBackend.C (read): Parse the new OptItem tag.
2510
2511         * src/MenuBackend.h: Add a new optional_ data member (used if the
2512         entry should be omitted when the lyxfunc is disabled).
2513
2514         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
2515         function, used as a shortcut.
2516         (create_submenu): align correctly the shortcuts on the widest
2517         entry.
2518         
2519         * src/MenuBackend.h: MenuItem.label() only returns the label of
2520         the menu without shortcut; new method shortcut().
2521         
2522 2000-07-14  Marko Vendelin <markov@ioc.ee>
2523
2524         * src/frontends/gtk/Dialogs.C:
2525         * src/frontends/gtk/FormCopyright.C:
2526         * src/frontends/gtk/FormCopyright.h:
2527         * src/frontends/gtk/Makefile.am: added these source-files for the
2528         Gtk/Gnome support of the Copyright-Dialog.
2529
2530         * src/main.C: added Gnome::Main initialization if using
2531         Gtk/Gnome frontend-GUI.
2532
2533         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
2534         frontend-GUI.
2535         * config/gnome/aclocal-include.m4
2536         * config/gnome/compiler-flags.m4
2537         * config/gnome/curses.m4
2538         * config/gnome/gnome--.m4
2539         * config/gnome/gnome-bonobo-check.m4
2540         * config/gnome/gnome-common.m4
2541         * config/gnome/gnome-fileutils.m4
2542         * config/gnome/gnome-ghttp-check.m4
2543         * config/gnome/gnome-gnorba-check.m4
2544         * config/gnome/gnome-guile-checks.m4
2545         * config/gnome/gnome-libgtop-check.m4
2546         * config/gnome/gnome-objc-checks.m4
2547         * config/gnome/gnome-orbit-check.m4
2548         * config/gnome/gnome-print-check.m4
2549         * config/gnome/gnome-pthread-check.m4
2550         * config/gnome/gnome-support.m4
2551         * config/gnome/gnome-undelfs.m4
2552         * config/gnome/gnome-vfs.m4
2553         * config/gnome/gnome-x-checks.m4
2554         * config/gnome/gnome-xml-check.m4
2555         * config/gnome/gnome.m4
2556         * config/gnome/gperf-check.m4
2557         * config/gnome/gtk--.m4
2558         * config/gnome/linger.m4
2559         * config/gnome/need-declaration.m4: added configuration scripts
2560         for Gtk/Gnome frontend-GUI
2561
2562         * configure.in: added support for the --with-frontend=gtk option
2563
2564         * autogen.sh: added config/gnome/* to list of config-files
2565
2566         * acconfig.h: added define for GTKGUI-support
2567
2568         * config/lyxinclude.m4: added --with-frontend[=value] option value
2569         for Gtk/Gnome frontend-GUI support.
2570
2571 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2572
2573         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
2574         can be used.
2575         (suffixIs): ditto
2576
2577         * src/paragraph.C (GetChar): remove non-const version
2578
2579         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
2580         (search_kw): use it.
2581
2582         * src/lyx_main.C (init): if "preferences" exist, read that instead
2583         of "lyxrc".
2584         (ReadRcFile): return bool if the file could be read ok.
2585         (ReadUIFile): add a check to see if lex file is set ok.
2586
2587         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
2588         bastring can be used instead of lyxstring (still uses the old code
2589         if std::string is good enough or if lyxstring is used.)
2590
2591         * src/encoding.C: make the arrays static, move ininle functions
2592         here
2593         * src/encoding.h: from here.
2594
2595         * src/buffer.C: have last_isnet_read as a file scope variable for now.
2596         (parseSingleLyXformat2Token): move inset parsing to separate method
2597         (readInset): new private method
2598
2599         * src/Variables.h: remove virtual from get().
2600
2601         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
2602         access to NEW_INSETS and NEW_TABULAR
2603
2604         * src/MenuBackend.h: remove superfluous forward declaration of
2605         MenuItem. Add documentations tags "///", remove empty MenuItem
2606         destructor, remove private default contructor.
2607
2608         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
2609         (add): return *this
2610         (read): more string mlabel and mname to where they are used
2611         (read): remove unused variables mlabel and mname
2612         (defaults): unconditional clear, make menusetup take advantage of
2613         add returning Menu &.
2614
2615         * src/LyXView.h: define NEW_MENUBAR as default
2616
2617         * src/LyXAction.C: include lyxparagraph.h temporary to get access
2618         to NEW_INSETS and NEW_TABULAR.
2619         (init): commetn out some funcs that is obsolete when NEW_INSETS is
2620         defined. Change some of the "xxxx-inset-insert" functions names to
2621         "xxxx-insert".
2622
2623         * several files: more enahncements to NEW_INSETS and the resulting
2624         LyXParagraph code.
2625         
2626         * lib/lyxrc.example (\date_insert_format): move to misc section 
2627
2628         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
2629         bastring and use AC_CACHE_CHECK. 
2630         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
2631         the system have the newest methods. uses AC_CACHE_CHECK 
2632         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
2633         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
2634         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
2635
2636         * configure.in: add LYX_CXX_GOOD_STD_STRING
2637
2638         * acinclude.m4: recreated
2639
2640 2000-07-24  Amir Karger
2641
2642         * README: add Hebrew, Arabic kmaps
2643         * ANNOUNCE: typo
2644
2645 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2646
2647         * src/buffer.C (writeFileAscii): Define actcell as an int instead
2648         of int*.
2649
2650 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2651
2652         * Lot of files: add pragma interface/implementation.
2653         
2654         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
2655
2656         * lib/ui/default.ui: new file (ans new directory). Contains the
2657         default menu and toolbar.
2658
2659         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
2660         global space. Toolbars are now read (as menus) in ui files. 
2661
2662         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
2663
2664         * src/lyxfunc.C (getStatus): do not exit immediately if a command
2665         is disabled because the document is read-only. We want to have the
2666         toggle state of the function anyway.
2667         (getStatus): add code for LFUN_VC* functions (mimicking what is
2668         done in old-style menus)
2669         
2670         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
2671         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
2672
2673         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
2674         * src/BufferView_pimpl.C: ditto. 
2675         * src/lyxfunc.C: ditto.         
2676
2677         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
2678         default). This replaces old-style menus by new ones.
2679         
2680         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
2681         MenuItem. Contain the data structure of a menu.
2682
2683         * src/insets/insettext.C: use LyXView::setLayout instead of
2684         accessing directly the toolbar combox.
2685         * src/lyxfunc.C (Dispatch): ditto.
2686
2687         * src/LyXView.C (setLayout): new method, which just calls
2688         Toolbar::setLayout(). 
2689         (updateLayoutChoice): move part of this method in Toolbar.
2690
2691         * src/toolbar.[Ch]: removed.
2692         
2693         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
2694         implementation the toolbar. 
2695
2696         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
2697         the toolbar. It might make sense to merge it with ToolbarDefaults
2698         later. 
2699         (setLayout): new function. 
2700         (updateLayoutList): ditto.
2701         (openLayoutList): ditto.
2702         
2703         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
2704         xforms implementation of the toolbar.
2705         (get_toolbar_func): comment out, since I do not
2706         know what it is good for. 
2707         
2708         * src/ToolbarDefaults.h: Add the ItemType enum.
2709
2710         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
2711         for a list of allocated C strings. Used in Menubar xforms
2712         implementation to avoid memory leaks.
2713
2714         * src/support/lstrings.[Ch] (uppercase): new version taking and
2715         returning a char.
2716         (lowercase): ditto.
2717
2718         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
2719         * lib/bind/emacs.bind: ditto.
2720
2721 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2722
2723         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
2724         forward decl of LyXView.
2725
2726         * src/toolbar.C (toolbarItem): moved from toolbar.h
2727         (toolbarItem::clean): ditto
2728         (toolbarItem::~toolbarItem): ditto
2729         (toolbarItem::operator): ditto
2730
2731         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
2732
2733         * src/paragraph.h: control the NEW_TABULAR define from here
2734
2735         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
2736         USE_TABULAR_INSETS to NEW_TABULAR
2737
2738         * src/ToolbarDefaults.C: add include "lyxlex.h"
2739
2740         * files using the old table/tabular: use NEW_TABULAR to control
2741         compilation of old tabular stuff. 
2742
2743         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
2744         to correct place.
2745
2746         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
2747         planemet in reading of old style floats, fix the \end_deeper
2748         problem when reading old style floats. 
2749
2750 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2751
2752         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
2753
2754 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
2755
2756         * lib/bind/sciword.bind: updated.
2757
2758 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2759
2760         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
2761         layout write problem
2762
2763 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2764
2765         * src/Makefile.am (INCLUDES): remove image directory from include
2766         path. 
2767
2768         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
2769         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
2770
2771         * src/LyXView.C (create_form_form_main): read the application icon
2772         from the disk.
2773
2774         * lib/images/*.xpm: change the icons to use transparent color for
2775         background. 
2776
2777         * src/toolbar.C (update): change the color of the button when it
2778         is toggled on.
2779
2780 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2781
2782         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
2783         setting explicitely the minibuffer.
2784         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
2785
2786         * src/LyXView.C (showState): new function. Shows font information
2787         in minibuffer and update toolbar state.
2788         (LyXView): call Toolbar::update after creating the
2789         view. 
2790
2791         * src/toolbar.C: change toollist to be a vector instead of a
2792         linked list.
2793         (BubbleTimerCB): get help string directly from the callback
2794         argument of the corresponding icon (which is the action) 
2795         (set): remove unnecessary ugliness.
2796         (update): new function. update the icons (depressed, disabled)
2797         depending of the status of the corresponding action.
2798         
2799         * src/toolbar.h: remove help in toolbarItem
2800
2801 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
2802
2803         * src/Painter.C (text): Added code for using symbol glyphs from
2804         iso10646 fonts. Currently diabled.
2805
2806         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
2807         symbol_encoding.
2808
2809         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
2810         magyar,turkish and usorbian.
2811
2812         * src/paragraph.C (isMultiLingual): Made more efficient.
2813
2814         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
2815         keyboard.
2816
2817         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
2818         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
2819         Also changed the prototype to "bool math_insert_greek(char)".
2820    
2821 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2822
2823         * lots of files: apply the NEW_INSETS on all code that will not be
2824         needed when we move to use the new insets. Enable the define in
2825         lyxparagrah.h to try it.
2826         
2827         * src/insets/insettabular.C (cellstart): change to be a static
2828         inline function
2829         (InsetTabular): initialize buffer in the initializer list.
2830
2831 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2832
2833         * src/frontends/xforms/FormPrint.[Ch] : moved #include
2834         form_print.h out of the header file. Replaced with forward
2835         declarations of the relevant struct.
2836
2837         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
2838         form_preferences.h.
2839
2840         * src/commandtags.h: do not include "debug.h" which does not
2841         belong there. #include it in some other places because of this
2842         change. 
2843
2844 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2845
2846         * src/insets/insetcaption.C: add a couple "using" directives.
2847
2848         * src/toolbar.C (add): get the help text directly from lyxaction.
2849         (getPixmap): nuked.
2850         (setPixmap): new function. Loads from disk and sets a pixmap on a
2851         botton; the name of the pixmap file is derived from the command
2852         name. 
2853
2854         * src/toolbar.h: remove members isBitmap and pixmap from
2855         toobarItem struct. 
2856
2857         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
2858         * lib/images/: move many files from images/banner.xpm.
2859
2860         * src/lyx_gui.C (create_forms): read banner pixmap from file.
2861
2862         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
2863         * src/toolbar.C: ditto.
2864         * configure.in: ditto.
2865         * INSTALL: document. 
2866
2867         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
2868         the spellchecker popup is closed from the WM.
2869
2870 2000-07-19  Juergen Vigna  <jug@sad.it>
2871
2872         * src/insets/insetfloat.C (Write): small fix because we use the
2873         insetname for the type now!
2874
2875 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
2876
2877         * src/frontends/xforms/forms/form_citation.fd: object sizes are
2878         now set here
2879
2880         * src/frontends/Dialogs.h: removed hideCitation signal
2881
2882         * src/insets/insetcite.h: added hide signal
2883
2884         * src/insets/insetcite.C (~InsetCitation): emits new signal
2885         (getScreenLabel): "intelligent" label should now fit on the screen!
2886
2887         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
2888
2889         * src/frontends/xforms/FormCitation.C (showInset): connects
2890         hide() to the inset's hide signal
2891         (show): modified to use fl_set_object_position rather than
2892         fl_set_object_geometry wherever possible
2893         
2894 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
2895
2896         * src/insets/lyxinset.h: add caption code
2897
2898         * src/insets/insetfloat.C (type): new method
2899
2900         * src/insets/insetcaption.C (Write): new method
2901         (Read): new method
2902         (LyxCode): new method
2903
2904         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
2905         to get it right together with using the FloatList.
2906
2907         * src/commandtags.h: add LFUN_INSET_CAPTION
2908         * src/lyxfunc.C (Dispatch): handle it
2909
2910         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
2911         caption inset.
2912
2913         * src/Variables.[Ch]: make expand take a const reference, remove
2914         the destructor, some whitespace changes.
2915
2916         * src/LyXAction.C (init): add caption-inset-insert
2917
2918         * src/FloatList.C (FloatList): update the default floats a bit.
2919
2920 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2921
2922         * src/Variables.[Ch]: new files. Intended to be used for language
2923         specific strings (like \chaptername) and filename substitution in
2924         commands. 
2925
2926         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
2927         kmap files.
2928         * lib/kbd/american.kmap: update
2929
2930         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
2931
2932         * src/bufferparams.[Ch]: remove member allowAccents.
2933
2934         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
2935
2936         * src/LaTeXLog.C: use the log_form.h header.
2937         * src/lyx_gui.C: ditto.
2938         * src/lyx_gui_misc.C: ditto.
2939         * src/lyxvc.h: ditto.
2940
2941         * forms/log_form.fd: new file, created from latexoptions.fd. I
2942         kept the log popup and nuked the options form.
2943
2944         * src/{la,}texoptions.[Ch]: removed.
2945         * src/lyx_cb.C (LaTeXOptions): ditto
2946
2947         * src/lyx_gui.C (create_forms): do not handle the
2948         fd_latex_options form. 
2949
2950 2000-07-18  Juergen Vigna  <jug@sad.it>
2951
2952         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
2953         name of the inset so that it can be requested outside (text2.C).
2954
2955         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
2956         labels.
2957
2958 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2959
2960         * src/mathed/formula.h (ConvertFont): constify
2961
2962         * src/mathed/formula.C (Read): add warning if \end_inset is not
2963         found on expected place.
2964
2965         * src/insets/lyxinset.h (ConvertFont): consify
2966
2967         * src/insets/insetquotes.C (ConvertFont): constify
2968         * src/insets/insetquotes.h: ditto
2969
2970         * src/insets/insetinfo.h: add labelfont
2971
2972         * src/insets/insetinfo.C (InsetInfo): set the labelfont
2973         (ascent): use labelfont
2974         (descent): likewise
2975         (width): likewise
2976         (draw): likewise
2977         (Write): make .lyx file a bit nicer
2978
2979         * src/insets/insetfloat.C (Write): simplify somewhat...
2980         (Read): add warning if arg is not found
2981
2982         * src/insets/insetcollapsable.C: add using std::max
2983         (Read): move string token and add warning in arg is not found
2984         (draw): use std::max to get the right ty
2985         (getMaxWidth): simplify by using std::max
2986
2987         * src/insets/insetsection.h: new file
2988         * src/insets/insetsection.C: new file
2989         * src/insets/insetcaption.h: new file
2990         * src/insets/insetcaption.C: new file
2991
2992         * src/insets/inset.C (ConvertFont): constify signature
2993
2994         * src/insets/Makefile.am (libinsets_la_SOURCES): add
2995         insetcaption.[Ch] and insetsection.[Ch]
2996
2997         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
2998         uses to use LABEL_COUNTER_CHAPTER instead.
2999         * src/text2.C (SetCounter): here
3000
3001         * src/counters.h: new file
3002         * src/counters.C: new file
3003         * src/Sectioning.h: new file
3004         * src/Sectioning.C: new file
3005
3006         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
3007
3008 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3009
3010         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
3011         not always in "."!
3012
3013         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
3014         the last argument.
3015
3016 2000-07-17  Juergen Vigna  <jug@sad.it>
3017
3018         * src/tabular.C (Validate): check if array-package is needed.
3019         (SetVAlignment): added support for vertical alignment.
3020         (SetLTFoot): better support for longtable header/footers
3021         (Latex): modified to support added features.
3022
3023         * src/LaTeXFeatures.[Ch]: added array-package.
3024
3025 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
3026
3027         * src/lyx_gui.C (LyXGUI): make sure that the height is large
3028         enough. 
3029
3030 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
3031
3032         * configure.in: do not forget to put a space after -isystem.
3033
3034 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
3035
3036         * lib/kbd/arabic.kmap: a few fixes.
3037
3038 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3039
3040         * some whitespace chagnes to a number of files.
3041         
3042         * src/support/DebugStream.h: change to make it easier for
3043         doc++ to parse correctly.
3044         * src/support/lyxstring.h: ditto
3045
3046         * src/mathed/math_utils.C (compara): change to have only one
3047         operator()
3048         (MathedLookupBOP): change because of the above.
3049
3050         * src/mathed/math_delim.C (math_deco_compare): change to have only
3051         one operator()
3052         (search_deco): change becasue of the above.
3053
3054         * src/insets/insettabular.C (DrawCellSelection): use std::swap
3055         instead of manually coded one.
3056
3057         * src/insets/insetquotes.C (Read): read the \end_inset too
3058
3059         * src/insets/insetlatex.h: remove file
3060         * src/insets/insetlatex.C: remove file
3061         
3062         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
3063         constructor 
3064         (InsetPrintIndex): remove destructor
3065
3066         * src/insets/insetinclude.h: remove default constructor
3067
3068         * src/insets/insetfloat.C: work to make it work better
3069
3070         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
3071
3072         * src/insets/insetcite.h (InsetCitation): remove default constructor
3073
3074         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
3075
3076         * src/text.C (GetColumnNearX): comment out some currently unused code.
3077
3078         * src/paragraph.C (writeFile): move some initializations closer to
3079         first use.
3080         (CutIntoMinibuffer): small change to use new matchIT operator
3081         (Erase): ditto
3082         (Erase): ditto
3083         (InsertChar): ditto
3084         (InsertInset): ditto
3085         (GetInset): ditto
3086         (GetInset): ditto
3087         (InsetIterator): ditto
3088         (Erase): small change to use new matchFT operator
3089         (InsertChar): ditto
3090         (GetFontSettings): ditto
3091         (HighestFontInRange): ditto
3092         (SetFont): ditto
3093
3094         * src/lyxparagraph.h: some chars changed to value_type
3095         (matchIT): because of some stronger checking (perhaps too strong)
3096         in SGI STL, the two operator() unified to one.
3097         (matchFT): ditto
3098
3099         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
3100
3101         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
3102         the last inset read added
3103         (parseSingleLyXformat2Token): some more (future) compability code added
3104         (parseSingleLyXformat2Token): warning about solitary \end_inset added
3105         (parseSingleLyXformat2Token): set last_inset_read
3106         (parseSingleLyXformat2Token): more code to read new "Float" correctly
3107         (parseSingleLyXformat2Token): don't double intializw string next_token
3108
3109         * src/TextCache.C (text_fits::operator()): add const's to the signature
3110         (has_buffer::operator()): ditto
3111
3112         * src/Floating.h: add some comments on the class
3113
3114         * src/FloatList.[Ch] (typeExist): new method
3115         (getType): ditto
3116
3117         * src/BackStack.h: added default constructor, wanted by Gcc.
3118
3119 2000-07-14  Juergen Vigna  <jug@sad.it>
3120
3121         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
3122
3123         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
3124
3125         * src/insets/insettabular.C (resizeLyXText): need this to be able to
3126         do a redraw when the window is resized!
3127         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
3128
3129         * src/insets/insettext.C (resizeLyXText): added function to correctly
3130         being able to resize the LyXWindow.
3131
3132         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
3133
3134 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
3135
3136         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
3137         crashes when closing dialog to a deleted inset.
3138
3139         * src/insets/insetcite.[Ch] (Edit) : the return of this former
3140         method! Now similar to other insets.
3141
3142 2000-07-13  Juergen Vigna  <jug@sad.it>
3143
3144         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
3145
3146         * lib/examples/Literate.lyx: small patch!
3147
3148         * src/insets/insetbib.C (Read): added this function because of wrong
3149         Write (without [begin|end]_inset).
3150
3151 2000-07-11  Juergen Vigna  <jug@sad.it>
3152
3153         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
3154         as the insertInset could not be good!
3155
3156         * src/screen.C (ToggleSelection): fixed toggle selection bug as
3157         the bool param should not be last.
3158
3159 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3160
3161         * sigc++/configure.in: fix bug in threading-related code (Yes, I
3162         did submit that to Karl).
3163
3164         * configure.in: use -isystem instead of -I for X headers. This
3165         fixes a problem on solaris with a recent gcc; 
3166         put the front-end code after the X detection code;
3167         configure in sigc++ before lib/
3168
3169         * src/lyx_main.C (commandLineHelp): remove -display from command
3170         line help.
3171
3172 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
3173
3174         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
3175         Also put in Makefile rules for building the ``listerrors''
3176         program for parsing errors from literate programs written in LyX.
3177
3178         * lib/build-listerrors: Added small shell script as part of compile
3179         process. This builds a working ``listerrors'' binary if noweb is
3180         installed and either 1) the VNC X server is installed on the machine,
3181         or 2) the user is compiling from within a GUI. The existence of a GUI
3182         is necessary to use the ``lyx --export'' feature for now. This
3183         hack can be removed once ``lyx --export'' no longer requires a GUI to
3184         function.
3185
3186 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
3187
3188         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
3189         now passed back correctly from gcc and placed "under" error
3190         buttons in a Literate LyX source.
3191
3192 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
3193
3194         * src/text.C (GetColumnNearX): Better behavior when a RTL
3195         paragraph is ended by LTR text.
3196
3197         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
3198         Ditto
3199
3200 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
3201
3202         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
3203         true when clipboard is empty.
3204
3205 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
3206
3207         * text.C (Backspace): Prevent rebreaking of a row if it is the last
3208         row of the paragraph.
3209         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
3210         to prevent calculation of bidi tables
3211
3212 2000-07-07  Juergen Vigna  <jug@sad.it>
3213
3214         * src/screen.C (ToggleSelection): added y_offset and x_offset
3215         parameters.
3216
3217         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
3218         mouse.
3219
3220         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
3221
3222         * src/insets/insettext.C: fixed Layout-Display!
3223
3224 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3225
3226         * configure.in: add check for strings.h header.
3227
3228         * src/spellchecker.C: include <strings.h> in order to have a
3229         definition for bzero().
3230
3231 2000-07-07  Juergen Vigna  <jug@sad.it>
3232
3233         * src/insets/insettext.C (draw): set the status of the bv->text to
3234         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
3235
3236         * src/screen.C (DrawOneRow): 
3237         (DrawFromTo): redraw the actual row if something has changed in it
3238         while drawing.
3239
3240         * src/text.C (draw): call an update of the toplevel-inset if something
3241         has changed inside while drawing.
3242
3243         * src/lyxtext.h: added CHANGED_IN_DRAW status.
3244
3245 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
3246
3247         * src/insets/insetbib.[Ch] (callback) new method, moving callback
3248         processing inside class.
3249
3250         * src/insets/insetindex.[Ch] (callback) new method, moving callback
3251         processing inside class.
3252
3253         * src/insets/insetindex.h new struct Holder, consistent with other
3254         insets.
3255
3256         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
3257         citation dialog from main code and placed it in src/frontends/xforms.
3258         Dialog launched through signals instead of callbacks
3259         
3260 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
3261
3262         * lyx.man: update the options description.
3263
3264 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
3265
3266         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
3267         handle neg values, set min width to 590, add doc about -display  
3268
3269 2000-07-05  Juergen Vigna  <jug@sad.it>
3270
3271         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
3272         calls to BufferView *.
3273
3274         * src/insets/insettext.C (checkAndActivateInset): small fix non
3275         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
3276
3277         * src/insets/insetcommand.C (Read): Fixed as insets should read till
3278         their \end_inset token!
3279
3280 2000-07-04  edscott  <edscott@imp.mx>
3281
3282         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
3283         lib/lyxrc.example: added option \wheel_jump
3284
3285 2000-07-04   R. Lahaye  <lahaye@postech.ac.kr>
3286
3287         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
3288         remove support for -width,-height,-xpos and -ypos.
3289
3290 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
3291
3292         * src/encoding.[Ch]: New files.
3293
3294         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
3295         (text): Call to the underline() method only when needed.
3296
3297         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
3298
3299         * src/buffer.C (makeLaTeXFile): Compute automatically the input
3300           encoding(s) for the document.
3301
3302         * src/bufferparams.C (BufferParams): Changed default value of
3303         inputenc to "auto".
3304
3305         * src/language.C (newLang): Removed.
3306         (items[]): Added encoding information for all defined languages.
3307
3308         * src/lyx_gui.C (create_forms): Added "auto" option to the input
3309         encoding choice button.
3310
3311         * src/lyxrc.h (font_norm_type): New member variable.
3312         (set_font_norm_type): New method.
3313
3314         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
3315         paragraphs with different encodings.  
3316
3317         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
3318         (TransformChar): Changed to work correctly with Arabic points.
3319         (draw): Added support for drawing Arabic points.
3320         (draw): Removed code for drawing underbars (this is done by
3321         the Painter!)
3322
3323         * src/support/textutils.h (IsPrintableNonspace): New function.
3324
3325         * src/BufferView_pimpl.h: Added "using SigC::Object".
3326         * src/LyXView.h: ditto.
3327
3328         * src/insets/insetinclude.h (include_label): Changed to mutable.
3329
3330 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3331
3332         * src/mathed/math_iter.h: remove empty destructor
3333
3334         * src/mathed/math_cursor.h: remove empty destructor
3335
3336         * src/insets/lyxinset.h: add THEOREM_CODE
3337
3338         * src/insets/insettheorem.[Ch]: new files 
3339
3340         * src/insets/insetminipage.C: (InsertInset): remove
3341
3342         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
3343         of InsetCollapsable
3344         (InsertInset): remove
3345
3346         * src/insets/insetlist.C: (InsertList): remove
3347
3348         * src/insets/insetfootlike.[Ch]: new files 
3349
3350         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
3351         InsetCollapsable.
3352         (Write): remove
3353         (InsertInset): ditto
3354
3355         * src/insets/insetert.C: remove include Painter.h, reindent
3356         (InsertInset): move to header
3357
3358         * src/insets/insetcollapsable.h: remove explicit from default
3359         contructor, remove empty destructor, add InsertInset
3360
3361         * src/insets/insetcollapsable.C (InsertInset): new func
3362
3363         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
3364
3365         * src/vspace.h: add explicit to constructor
3366
3367         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
3368         \textcompwordmark, please test this.
3369
3370         * src/lyxrc.C: set ascii_linelen to 65 by default
3371
3372         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
3373
3374         * src/commandtags.h: add LFUN_INSET_THEOREM
3375
3376         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
3377         (makeLinuxDocFile): remove _some_ of the nice logic
3378         (makeDocBookFile): ditto
3379
3380         * src/Painter.[Ch]: (~Painter): removed
3381
3382         * src/LyXAction.C (init): entry for insettheorem added
3383
3384         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
3385         enum
3386         (deplog): code to detect files generated by LaTeX, needs testing
3387         (deptex): removed
3388
3389 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
3390
3391         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
3392
3393 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3394
3395         * src/LaTeX.C (deplog): Add a check for files that are going to be
3396         created by the first latex run, part of the project to remove the
3397         all_files array.
3398
3399         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
3400         contents to the extension list.
3401
3402 2000-07-04  Juergen Vigna  <jug@sad.it>
3403
3404         * src/text.C (NextBreakPoint): added support for needFullRow()
3405
3406         * src/insets/lyxinset.h: added needFullRow()
3407
3408         * src/insets/insetcollapsable.C: redone now this uses a text-inset
3409         and isn't one.
3410
3411         * src/insets/insettext.C: lots of changes for update!
3412
3413 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
3414
3415         * src/LaTeXFeatures.h: add a missing std:: qualifier.
3416
3417 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
3418
3419         *  src/insets/insetinclude.C (InsetInclude): fixed
3420         initialization of include_label.
3421         (unique_id): now returns a string.
3422
3423 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
3424
3425         * src/LaTeXFeatures.h: new member IncludedFiles, for
3426         a map of key, included file name.
3427
3428         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
3429         with the included files for inclusion in SGML preamble,
3430         i. e., linuxdoc and docbook.
3431
3432         * src/buffer.h:
3433         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
3434         nice (is the generated linuxdoc code to be exported?), that
3435         allows to remove column, and only_body that will be true for
3436         slave documents. Insets are allowed inside SGML font type.
3437         New handling of the SGML preamble for included files.
3438         (makeDocBookFile): the same for docbook.
3439
3440         * src/insets/insetinclude.h:
3441         * src/insets/insetinclude.C (Validate): keeps a list of included files.
3442         (Linuxdoc): 
3443         (DocBook): new export methods.
3444
3445         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
3446         and makeDocBookFile.
3447
3448         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
3449         formats to export with command line argument -x.
3450
3451 2000-06-29  Juergen Vigna  <jug@sad.it>
3452
3453         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
3454         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
3455
3456         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
3457         region could already been cleared by an inset!
3458
3459 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3460
3461         * src/BufferView_pimpl.h: remove member variables lyx_focus and
3462         work_area_focus
3463
3464         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
3465         and lyx_focus
3466         (cursorToggle): remove special handling of lyx focus.
3467
3468 2000-06-28  Juergen Vigna  <jug@sad.it>
3469
3470         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
3471         insetHeight.
3472
3473 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3474
3475         * src/insets/insetindex.C (Edit): add a callback when popup is
3476         closed by the WM.
3477
3478         * src/insets/insettext.C (LocalDispatch): 
3479         * src/insets/insetmarginal.h: 
3480         * src/insets/insetlist.h: 
3481         * src/insets/insetfoot.h: 
3482         * src/insets/insetfloat.h: 
3483         * src/insets/insetert.h: add a missing std:: qualifier.
3484
3485 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3486
3487         * src/support/lyxsum.C (sum): '\0' teminate file read when using
3488         strstream. 
3489
3490         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
3491
3492         * src/insets/insettext.C (Read): remove tmptok unused variable
3493         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
3494         (InsertInset): change for new InsetInset code
3495
3496         * src/insets/insettext.h: add TEXT inline method
3497
3498         * src/insets/insettext.C: remove TEXT macro
3499
3500         * src/insets/insetmarginal.C (Write): new method
3501         (Latex): change output slightly
3502
3503         * src/insets/insetfoot.C (Write): new method
3504         (Latex): change output slightly (don't use endl when no need)
3505
3506         * src/insets/insetert.C (Write): new method
3507
3508         * src/insets/insetcollapsable.h: make button_length, button_top_y
3509         and button_bottm_y protected.
3510
3511         * src/insets/insetcollapsable.C (Write): simplify code by using
3512         tostr. Also do not output the float name, the children class
3513         should to that to get control over own arguments
3514
3515         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
3516         src/insets/insetminipage.[Ch]:
3517         new files
3518
3519         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
3520         
3521         * src/lyxfunc.C (Dispatch): cases for new insets/commands
3522
3523         * src/Makefile.am (lyx_SOURCES): add the new files
3524
3525         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
3526         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
3527         * src/commandtags.h: ditto
3528         
3529         * src/LaTeXFeatures.h: add a std::set of used floattypes
3530
3531         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
3532
3533         * src/FloatList.[Ch] src/Floating.h: new files
3534
3535         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
3536         InsertInset. 
3537         * src/lyx_cb.C (TableApplyCB): ditto
3538         * src/text.C: ditto
3539         * src/text2.C: ditto
3540         * src/buffer.C (SimpleLinuxDocOnePar): ditto
3541         (parseSingleLyXformat2Token): ditto + add code for
3542         backwards compability for old float styles + add code for new insets
3543         
3544         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
3545         method
3546         (InsertInset(size_type, Inset *, LyXFont)): new method
3547         (InsetChar(size_type, char)): changed to use the other InsetChar
3548         with a LyXFont(ALL_INHERIT).
3549         (InsetInset(size_type, Inset*)): changed to use InsetChar to
3550         insert the META_INSET.
3551         
3552         * sigc++/thread.cc (Privete<int>::operator int&): move definition
3553         out of line. 
3554         * sigc++/thread.h (Threads): from here
3555
3556         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
3557         definition out of line
3558         * sigc++/scope.h: from here
3559
3560 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3561
3562         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
3563         is specified (adapted from a patch from edscott <edscott@imp.mx>).
3564
3565         * Makefile.am (bindist): new target.
3566
3567         * INSTALL: add instructions for doing a binary distribution.
3568
3569         * development/tools/README.bin.example: update a bit. 
3570
3571 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
3572
3573         * src/lyxrc.C: 
3574         * lib/lyxrc.example: new lyxrc tag \set_color.
3575
3576         * src/lyxfunc.C (Dispatch): 
3577         * src/commandtags.h: 
3578         * src/LyXAction.C: new lyxfunc "set-color".
3579
3580         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
3581         and an x11name given as strings.
3582
3583         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
3584         cache when a color is changed.
3585
3586 2000-06-26  Juergen Vigna  <jug@sad.it>
3587
3588         * src/lyxrow.C (width): added this functions and variable.
3589
3590         * src/insets/insetcite.C (create_form_citation_form): some Gravity
3591         changes.
3592
3593         * src/text.C (SetHeightOfRow): fixed calcualting of width.
3594
3595 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3596
3597         * images/undo_bw.xpm: new icon.
3598         * images/redo_bw.xpm: ditto.
3599
3600         * configure.in (INSTALL_SCRIPT): change value to
3601         ${INSTALL} to avoid failures of install-script target.
3602         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
3603
3604         * src/BufferView.h: add a magic "friend" declaration to please
3605         compaq cxx.
3606
3607 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
3608
3609         * forms/cite.fd: modified to allow resizing without messing
3610         up the dialog.
3611
3612         * src/insetcite.C: Uses code from cite.fd almost without
3613         tweaking. ;-)
3614         User can now resize dialog in the x-direction.
3615         Resizing the dialog in the y-direction is prevented, as the
3616         code does this intelligently already.
3617
3618 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3619
3620         * INSTALL: remove obsolete entry in "problems" section.
3621
3622         * lib/examples/sl_*.lyx: update of the slovenian examples.
3623
3624         * src/support/FileInfo.[Ch] (getBlockSize): remove.
3625
3626 2000-06-23  Juergen Vigna  <jug@sad.it>
3627
3628         * src/lyxtext.h: added a 'cleared' flag to draw() function.
3629
3630         * src/buffer.C (resize): delete the LyXText of textinsets.
3631
3632         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
3633
3634         * src/insets/lyxinset.h: added another parameter 'cleared' to
3635         the draw() function.
3636
3637         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
3638         unlocking inset in inset.
3639
3640 2000-06-22  Juergen Vigna  <jug@sad.it>
3641
3642         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
3643         of insets and moved first to LyXText.
3644
3645         * src/mathed/formulamacro.[Ch]:
3646         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
3647
3648 2000-06-21  Juergen Vigna  <jug@sad.it>
3649
3650         * src/text.C (GetVisibleRow): look if I should clear the area or not
3651         using Inset::doClearArea() function.
3652
3653         * src/insets/lyxinset.h: added doClearArea() function and
3654         modified draw(Painter &, ...) to draw(BufferView *, ...)
3655
3656         * src/text2.C (UpdateInset): return bool insted of int
3657
3658 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
3659
3660         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
3661         combox in the character popup
3662
3663         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
3664         BufferParams const & params
3665
3666 2000-06-20  Juergen Vigna  <jug@sad.it>
3667
3668         * src/insets/insettext.C (SetParagraphData): set insetowner on
3669         2- paragraphs.
3670
3671 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
3672
3673         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
3674         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
3675         from SigC::Object
3676         (form_main_): remove
3677         
3678         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
3679         (create_form_form_main): remove FD_form_main stuff, connect to
3680         autosave_timeout signal
3681
3682         * src/LyXView.[Ch] (getMainForm): remove 
3683         (UpdateTimerCB): remove
3684         * src/BufferView_pimpl.h: inherit from SigC::Object
3685
3686         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
3687         signal instead of callback
3688
3689         * src/BufferView.[Ch] (cursorToggleCB): remove 
3690
3691 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3692
3693         * src/BufferView_pimpl.C: changes because of the one below
3694
3695         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
3696         instead of storing a pointer to a LyXText. 
3697
3698         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
3699
3700 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
3701
3702         * src/lyxparagraph.h
3703
3704         * src/paragraph.C: Changed fontlist to a sorted vector.
3705  
3706 2000-06-19  Juergen Vigna  <jug@sad.it>
3707
3708         * src/BufferView.h: added screen() function.
3709
3710         * src/insets/insettext.C (LocalDispatch): some selection code
3711         fixed.
3712
3713         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
3714
3715         * src/insets/insettext.C (SetParagraphData):
3716         (Read): 
3717         (InsetText):  fixes for multiple paragraphs.
3718
3719 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
3720
3721         * development/lyx.spec.in: Call configure with ``--without-warnings''
3722         to work around a bug with the Makefiles when doing ``make lyxrpm''.
3723         This should be fine, however, since we generally don't want to be
3724         verbose when making an RPM.
3725         
3726 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
3727
3728         * lib/scripts/fig2pstex.py: New file
3729
3730 2000-06-16  Juergen Vigna  <jug@sad.it>
3731
3732         * src/insets/insettabular.C (UpdateLocal): 
3733         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
3734         (LocalDispatch): Changed all functions to use LyXText.
3735
3736 2000-06-15  Juergen Vigna  <jug@sad.it>
3737
3738         * src/text.C (SetHeightOfRow): call inset::update before requesting
3739         any width/height.
3740
3741         * src/insets/insettext.C (update): 
3742         * src/insets/insettabular.C (update): added implementation
3743
3744         * src/insets/lyxinset.h: added update function
3745
3746 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3747
3748         * src/text.C (SelectNextWord): protect against null pointers with
3749         old-style string streams. (fix from Paul Theo Gonciari
3750         <gptheo@yahoo.com>) 
3751
3752         * src/cite.[Ch]: remove erroneous files.
3753
3754         * lib/configure.m4: update the list of created directories.
3755
3756         * src/lyxrow.C: include <config.h>
3757         * src/lyxcursor.C: ditto.
3758
3759 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3760
3761         * lib/examples/decimal.lyx: new example file from Mike.
3762
3763         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
3764         to find template definitions (from Dekel)
3765
3766         * src/frontends/.cvsignore: add a few things.
3767
3768         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
3769
3770         * src/Timeout.C (TimeOut): remove default argument.
3771
3772         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
3773         "C" linkage.
3774
3775         * src/insets/ExternalTemplate.C: add a "using" directive.
3776
3777         * src/lyx_main.h: remove the act_ struct, which seems unused
3778         anyway. 
3779
3780 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3781
3782         * LyX Developers Meeting: All files changed, due to random C++ (by
3783         coincidence) code generator script.
3784
3785         - external inset (cool!)
3786         - initial online editing of preferences
3787         - insettabular breaks insettext(s contents)
3788         - cleanup
3789         - some DocBook fixes
3790         - example files update
3791         - other cool stuff, create a diff and look for yourself.
3792
3793 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
3794
3795         * src/insets/insettext.C (computeTextRows): if the maxWidth is
3796         -1 this is a non-line-breaking textinset.
3797
3798         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
3799         if there is no width set.
3800
3801 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3802
3803         * Lots of files: Merged the dialogbase branch.
3804
3805 2000-06-09  Allan Rae  <rae@lyx.org>
3806
3807         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
3808         and the Dispatch methods that used it.
3809
3810         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
3811         access to functions formerly kept in Dispatch.
3812
3813 2000-05-19  Allan Rae  <rae@lyx.org>
3814
3815         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
3816         made to_page and count_copies integers again.  from_page remains a
3817         string however because I want to allow entry of a print range like
3818         "1,4,22-25" using this field.
3819
3820         * src/LyXAction.C: added action info and commands for buffer-print-xtl
3821         and printer-params-get.  These aren't useful from the minibuffer but
3822         could be used by a script/LyXServer app provided it passes a suitable
3823         auto_mem_buffer.  I guess I should take a look at how the LyXServer
3824         works and make it support xtl buffers.
3825
3826         * sigc++/: updated to libsigc++-1.0.1
3827
3828         * src/xtl/: updated to xtl-1.3.pl.11
3829
3830         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
3831         those changes done to the files in src/ are actually recreated when
3832         they  get regenerated. Please don't ever accept a patch that changes a
3833         dialog unless that patch includes the changes to the corresponding *.fd
3834         file.
3835
3836         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
3837         stringOnlyContains, renamed it and generalised it.
3838
3839         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
3840         branch.  Removed the remaining old form_print code.
3841
3842 2000-04-26  Allan Rae  <rae@lyx.org>
3843
3844         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
3845         trap I was trying to fix with the ID: fields in src/xtl/  :-)
3846
3847 2000-04-25  Allan Rae  <rae@lyx.org>
3848
3849         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
3850         against a base of xtl-1.3.pl.4
3851
3852         * development/tools/lxtl.sh: fixed a couple of silly typos and now
3853         filter the Id: entries so they still show the xtl version number
3854         they are based on.
3855
3856         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
3857         into the src/xtl code.  Patch still pending with José (XTL)
3858
3859 2000-04-24  Allan Rae  <rae@lyx.org>
3860
3861         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
3862         both more generic and much safer. Use the new template functions.
3863         * src/buffer.[Ch] (Dispatch): ditto.
3864
3865         * src/frontends/xforms/FormPrint.C (update): Use new template functions
3866         and mem buffer more intelligently. Also a little general cleanup.
3867         (apply): ditto.
3868
3869         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
3870         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
3871         * src/xtl/Makefile.am: ditto.
3872         * src/xtl/.cvsignore: ditto.
3873         * src/Makefile.am: ditto.
3874
3875         * src/PrinterParams.h: Removed the macros member functions. Added a
3876         testInvariant member function.  A bit of tidying up and commenting.
3877         Included Angus's idea for fixing operation with egcs-1.1.2.
3878
3879         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
3880         cool expansion of XTL's mem_buffer to support automatic memory
3881         management within the buffer itself.  Removed the various macros and
3882         replaced them with template functions that use either auto_mem_buffer
3883         or mem_buffer depending on a #define.  The mem_buffer support will
3884         disappear as soon as the auto_mem_buffer is confirmed to be good on
3885         other platforms/compilers.  That is, it's there so you've got something
3886         to compare against.
3887
3888         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
3889         effectively forked XTL.  However I expect José will include my code
3890         into the next major release.  Also fixed a memory leak.
3891         * src/xtl/text.h: ditto.
3892         * src/xtl/xdr.h: ditto.
3893         * src/xtl/giop.h: ditto.
3894
3895 2000-04-16  Allan Rae  <rae@lyx.org>
3896
3897         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
3898         by autogen.sh and removed by maintainer-clean anyway.
3899         * .cvsignore, sigc++/.cvsignore:  Support the above.
3900
3901         * sigc++/.cvsignore: Forgot that retbind.h was generated.
3902
3903         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
3904
3905         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
3906         macros, renamed static callback-target member functions to suit new
3907         scheme and made them public.
3908         * src/frontends/xforms/forms/form_print.fd: ditto.
3909         * src/frontends/xforms/forms/form_copyright.fd: ditto.
3910
3911         * src/support/lxtl.h: small cleanup to use typedef instead of #define
3912         for gui_format.
3913
3914         * src/xtl/: New directory containing a minimal distribution of XTL.
3915         This is XTL-1.3.pl.4.
3916
3917         * development/tools/lxtl.sh: A script to generate the above mini-dist.
3918
3919 2000-04-15  Allan Rae  <rae@lyx.org>
3920
3921         * development/tools/makeLyXsigc.sh: Remove the library version numbers
3922
3923         * sigc++/:  Updated to libsigc++-1.0.0
3924
3925 2000-04-14  Allan Rae  <rae@lyx.org>
3926
3927         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
3928         use the generic ones in future.  I'll modify my conversion script.
3929
3930         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
3931
3932         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
3933         (CloseAllBufferRelatedDialogs): Renamed.
3934         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
3935
3936         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
3937         of the generic ones.  These are the same ones my conversion script
3938         generates.
3939
3940         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
3941         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
3942         * src/buffer.C (Dispatch): ditto
3943
3944         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
3945         functions for updating and hiding buffer dependent dialogs.
3946         * src/BufferView.C (buffer): ditto
3947         * src/buffer.C (setReadonly): ditto
3948         * src/lyxfunc.C (CloseBuffer): ditto
3949
3950         * src/buffer.h: Take setReadonly() out of line so I don't have to include
3951         Dialogs.h, and hence all the SigC stuff, into every file that includes
3952         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
3953
3954         * src/BufferView2.C: reduce the number of headers included by buffer.h
3955
3956 2000-04-11  Allan Rae  <rae@lyx.org>
3957
3958         * src/frontends/xforms/xform_macros.h:  A small collection of macros
3959         for building C callbacks.
3960
3961         * src/frontends/xforms/Makefile.am: Added above file.
3962
3963         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
3964         scheme again.  This time it should work for JMarc.  If this is
3965         successful I'll revise my conversion script to automate some of this.
3966         The static member functions in the class also have to be public for
3967         this scheme will work.  If the scheme works (it's almost identical to
3968         the way BufferView::cursorToggleCB is handled so it should work) then
3969         FormCopyright and FormPrint will be ready for inclusion into the main
3970         trunk immediately after 1.1.5 is released -- provided we're prepared
3971         for complaints about lame compilers not handling XTL.
3972
3973         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
3974
3975 2000-04-07  Allan Rae  <rae@lyx.org>
3976
3977         * config/lyxinclude.m4:  A bit more tidying up (Angus)
3978
3979         * src/LString.h: JMarc's <string> header fix
3980
3981         * src/PrinterParams.h: Used string for most data to remove some
3982         ugly code in the Print dialog and avoid even uglier code when 
3983         appending the ints to a string for output.
3984
3985         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
3986         and moved "default:" back to the end of switch statement.  Cleaned
3987         up the printing so it uses the right function calls and so the
3988         "print to file" option actually puts the file in the right directory.
3989
3990         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
3991
3992         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
3993         and Ok+Apply button control into a separate method: input (Angus).
3994         (input) Cleaned it up and improved it to be very thorough now.
3995         (All CB) static_cast used instead of C style cast (Angus).  This will
3996         probably change again once we've worked out how to keep gcc-2.8.1 happy
3997         with real C callbacks.
3998         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
3999         ignore some of the bool settings and has random numbers instead. Needs
4000         some more investigation.  Added other input length checks and checking
4001         of file and printer names.
4002
4003         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
4004         would link (Angus).  Seems the old code doesn't compile with the pragma
4005         statement either.  Separated callback entries from internal methods.
4006
4007         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
4008
4009 2000-03-17  Allan Rae  <rae@lyx.org>
4010
4011         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
4012         need it?  Maybe it could go in Dialogs instead?  I could make it a
4013         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
4014         values to get the bool return value.
4015         (Dispatch): New overloaded method for xtl support.
4016
4017         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
4018         extern "C" callback instead of static member functions.  Hopefully,
4019         JMarc will be able to compile this.  I haven't changed 
4020         forms/form_copyright.fd yet. Breaking one of my own rules already.
4021
4022         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
4023         because they aren't useful from the minibuffer.  Maybe a LyXServer
4024         might want a help message though?
4025
4026         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
4027
4028         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
4029         xtl which needs both rtti and exceptions.
4030
4031         * src/support/Makefile.am:
4032         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
4033
4034         * src/frontends/xforms/input_validators.[ch]: input filters and
4035         validators.  These conrol what keys are valid in input boxes.
4036         Use them and write some more.  Much better idea than waiting till
4037         after the user has pressed Ok to say that the input fields don't make
4038         sense.
4039
4040         * src/frontends/xforms/Makefile.am:
4041         * src/frontends/xforms/forms/form_print.fd:
4042         * src/frontends/xforms/forms/makefile:
4043         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
4044         new scheme.  Still have to make sure I haven't missed anything from
4045         the current implementation.
4046
4047         * src/Makefile.am, src/PrinterParams.h: New data store.
4048
4049         * other files: Added a couple of copyright notices.
4050
4051 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4052
4053         * src/insets/insetbib.h: move Holder struct in public space.
4054
4055         * src/frontends/include/DialogBase.h: use SigC:: only when
4056         SIGC_CXX_NAMESPACES is defined.
4057         * src/frontends/include/Dialogs.h: ditto.
4058
4059         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
4060
4061         * src/frontends/xforms/FormCopyright.[Ch]: do not
4062         mention SigC:: explicitely.
4063
4064 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4065
4066         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
4067         deals with testing KDE in main configure.in
4068         * configure.in: ditto.
4069
4070 2000-02-22  Allan Rae  <rae@lyx.org>
4071
4072         * Lots of files: Merged from HEAD
4073
4074         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
4075         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
4076
4077         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
4078
4079         * sigc++/: new minidist.
4080
4081 2000-02-14  Allan Rae  <rae@lyx.org>
4082
4083         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
4084
4085 2000-02-08  Juergen Vigna  <jug@sad.it>
4086
4087         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
4088         file for the buildin GUI builder of KDevelop of the copyright-dialog.
4089
4090         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
4091         for this port and so it is much easier for other people to port
4092         dialogs in a common development environment.
4093
4094         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
4095         the QT/KDE implementation.
4096
4097         * src/frontends/kde/Dialogs.C:
4098         * src/frontends/kde/FormCopyright.C:
4099         * src/frontends/kde/FormCopyright.h:
4100         * src/frontends/kde/Makefile.am:
4101         * src/frontends/kde/formcopyrightdialog.C:
4102         * src/frontends/kde/formcopyrightdialog.h:
4103         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
4104         for the kde support of the Copyright-Dialog.
4105
4106         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
4107         subdir-substitution instead of hardcoded 'xforms' as we now have also
4108         the kde subdir.
4109
4110         * src/frontends/include/DialogBase.h (Object): just commented the
4111         label after #endif (nasty warning and I don't like warnings ;)
4112
4113         * src/main.C (main): added KApplication initialization if using
4114         KDE frontend-GUI.
4115
4116         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
4117         For now only the KDE event-loop is added if frontend==kde.
4118
4119         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
4120
4121         * configure.in: added support for the --with-frontend[=value] option
4122
4123         * autogen.sh: added kde.m4 file to list of config-files
4124
4125         * acconfig.h: added define for KDEGUI-support
4126
4127         * config/kde.m4: added configuration functions for KDE-port
4128
4129         * config/lyxinclude.m4: added --with-frontend[=value] option with
4130         support for xforms and KDE.
4131
4132 2000-02-08  Allan Rae <rae@lyx.org>
4133
4134         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
4135         install and uninstall all work even if builddir != srcdir.  Still
4136         have a new sigc++ minidist update to come.
4137
4138         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
4139
4140 2000-02-01  Allan Rae <rae@lyx.org>
4141
4142         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
4143         Many mods to get builddir != srcdir working.
4144         
4145         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
4146         for building on NT and so we can do the builddir != srcdir stuff.
4147
4148 2000-01-30  Allan Rae <rae@lyx.org>
4149
4150         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
4151         This will stay in "rae" branch.  We probably don't really need it in
4152         the main trunk as anyone who wants to help programming it should get
4153         a full library installed also.  So they can check both included and
4154         system supplied library compilation.
4155
4156         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
4157         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
4158         change something in these directories - Resist it.  If you can't 
4159         resist the urge then you should modify the following script and rebuild
4160         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
4161         all happen.  Still uses a hacked version of libsigc++'s configure.in.
4162         I'm quite happy with the results.  I'm not sure the extra work to turn
4163         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
4164         worth the trouble and would probably lead to extra maintenance 
4165         headaches.
4166         I haven't tested the following important make targets: install, dist.
4167         Not ready for prime time but very close.  Maybe 1.1.5.
4168
4169         * development/tools/makeLyXsigc.sh:  A shell script to automatically
4170         generate our mini-dist of libsigc++.  It can only be used with a CVS
4171         checkout of libsigc++ not a tarball distribution.  It's well commented.
4172         This will end up as part of the libsigc++ distribution so other apps
4173         can easily have an included mini-dist.  If someone makes mods to the
4174         sigc++ subpackage without modifying this script to generate those
4175         changes I'll be very upset!
4176
4177         * src/frontends/:  Started the gui/system indep structure.
4178
4179         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
4180         to access the gui-indep dialogs are in this class.  Much improved
4181         design compared to previous revision.  Lars,  please refrain from
4182         moving this header into src/ like you did with Popups.h last time.
4183
4184         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
4185
4186         * src/frontends/xforms/:  Started the gui-indep system with a single
4187         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
4188         successful.
4189
4190         * src/frontends/xforms/forms: Repository for the xforms .fd files.
4191         Here you'll find a very useful makefile and automated fdfix.sh that
4192         makes updating dailogs a no-brainer -- provided you follow the rules
4193         set out in the README.  I'm thinking about adding another script to
4194         automatically generate skeleton code for a new dialog given just the
4195         name of the dialog.
4196
4197         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
4198         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
4199         Made FormCopyright gui-indep and added a lyxfunc to get to it.
4200
4201 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4202
4203         * src/support/LSubstring.C (operator): simplify
4204
4205         * src/lyxtext.h: removed bparams, use buffer_->params instead
4206         
4207         * src/lyxrow.h: make Row a real class, move all variables to
4208         private and use accessors.
4209
4210         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
4211         arguament.
4212         (isRightToLeftPar): ditto
4213         (ChangeLanguage): ditto
4214         (isMultiLingual): ditto
4215         (String): ditto
4216         (TeXOnePar): ditto
4217         (SimpleTeXOnePar): ditto
4218         (TeXEnvironment): ditto
4219         (GetEndLabel): ditto
4220         (SetLayout): ditto
4221         (SetOnlyLayout): ditto
4222         (BreakParagraph): ditto
4223         (BreakParagraphConservative): ditto
4224         (GetFontSettings): ditto
4225         (getFont): ditto
4226         (CopyIntoMinibuffer): ditto
4227         (CutIntoMinibuffer): ditto
4228         (PasteParagraph): ditto
4229         (SetPExtraType): ditto
4230         (UnsetPExtraType): ditto
4231         (DocBookContTableRows): ditto
4232         (SimpleDocBookOneTablePar): ditto
4233         (TeXDeeper): ditto
4234         (TeXFootnote): ditto
4235         (SimpleTeXOneTablePar): ditto
4236         (TeXContTableRows): ditto
4237         (SimpleTeXSpecialChars): ditto
4238         
4239
4240         * src/lyxcursor.h: make LyXCursor a real class, move all variables
4241         to private and use accessors.
4242
4243         * src/lyx_cb.C: remove char updatetimer, and all code that uses
4244         this, we did not use it anymore and has not been for ages. Just a
4245         waste of cpu cycles.
4246
4247         * src/language.h: make Language a real class, move all variables
4248         to private and use accessors.
4249
4250         * src/BufferView_pimpl.C (Pimpl): use new timer code.
4251         (create_view): remove
4252         (update): some changes for new timer
4253         (cursorToggle): use new timer
4254         (beforeChange): change for new timer
4255
4256         * src/BufferView.h (cursorToggleCB): removed last paramter because
4257         of new timer code. 
4258
4259         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
4260         (cursorToggleCB): change because of new timer code
4261
4262         * lib/CREDITS: updated own mailaddress
4263
4264 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4265
4266         * src/support/filetools.C (PutEnv): fix the code in case neither
4267         putenv() nor setenv() have been found.
4268
4269         * INSTALL: mention the install-strip Makefile target.
4270
4271         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
4272         read-only documents.
4273
4274 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4275
4276         * lib/reLyX/configure.in (VERSION): avoid using a previously
4277         generated reLyX wrapper to find out $prefix.
4278
4279         * lib/examples/eu_adibide_lyx-atua.lyx: 
4280         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
4281         translation of the Tutorial (Dooteo)
4282
4283 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
4284
4285         * forms/cite.fd: new citation dialog
4286
4287         * src/insetcite.[Ch]: the new citation dialog is moved into
4288         its own files.
4289
4290         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
4291         (Dekel).
4292
4293         * src/insets/insetcommand.h: data members made private. 
4294
4295 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4296
4297         * LyX 1.1.5 released
4298
4299 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4300
4301         * src/version.h (LYX_RELEASE): to 1.1.5
4302
4303         * src/spellchecker.C (RunSpellChecker): return false if the
4304         spellchecker dies upon creation.
4305
4306 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4307
4308         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
4309         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
4310         
4311         * NEWS: update.
4312
4313         * lib/CREDITS: update entry for Martin Vermeer.
4314
4315 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
4316
4317         * src/text.C (draw): Draw foreign language bars at the bottom of
4318         the row instead of at the baseline.
4319
4320         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
4321
4322 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4323
4324         * lib/bind/de_menus.bind: updated
4325
4326 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
4327
4328         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
4329
4330 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
4331
4332         * src/menus.C (Limit_string_length): New function
4333         (ShowTocMenu): Limit the number of items/length of items in the
4334         LOT/LOF/LOA menus.
4335
4336         * src/paragraph.C (String): Correct result for a paragraph inside
4337         a footnote.
4338
4339 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4340
4341         * src/bufferlist.C (close): test of buf->getuser() == NULL
4342
4343 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
4344
4345         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
4346         Do not call to SetCursor when the paragraph is a closed footnote!
4347
4348 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
4349
4350         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
4351         label is changed.
4352
4353         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
4354
4355 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
4356
4357         * forms/lyx.fd
4358         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
4359         reference popup, that activates the reference-back action
4360
4361         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
4362
4363         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
4364         the menus. Also fixed a bug.
4365
4366         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
4367         the math panels when switching buffers (unless new buffer is readonly).
4368
4369         * src/BufferView.C (NoSavedPositions)
4370         * src/BufferView_pimpl.C (NoSavedPositions): New methods
4371
4372 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4373
4374         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
4375         less of dvi dirty or not.
4376
4377         * src/trans_mgr.[Ch] (insert): change first parameter to string
4378         const &.  
4379
4380         * src/chset.[Ch] (encodeString): add const to first parameter
4381
4382 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
4383
4384         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
4385         rep->get_own_copy()
4386         (end): ditto
4387
4388         * src/LaTeX.C (deplog): better searching for dependency files in
4389         the latex log. Uses now regexps.
4390
4391         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
4392         instead of the box hack or \hfill. 
4393
4394 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4395
4396         * src/lyxfunc.C (doImportHelper): do not create the file before
4397         doing the actual import. 
4398         (doImportASCIIasLines): create a new file before doing the insert.
4399         (doImportASCIIasParagraphs): ditto.
4400
4401         * lib/lyxrc.example: remove mention of non-existing commands
4402
4403         * lyx.man: remove mention of color-related switches.
4404
4405         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
4406
4407         * src/lyx_gui.C: remove all the color-related ressources, which
4408         are not used anymore.
4409
4410         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
4411         name. 
4412
4413 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
4414
4415         * src/lyxrc.C (read): Add a missing break in the switch
4416
4417 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
4418
4419         * src/text2.C (InsertStringA): Fix a bug with insertion into table
4420         
4421         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
4422         text is Hebrew.
4423  
4424 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
4425
4426         * src/text.C (draw): draw bars under foreign language words.
4427         
4428         * src/LColor.[Ch]: add LColor::language
4429
4430 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
4431
4432         * src/lyxcursor.h (boundary): New member variable
4433
4434         * src/text.C (IsBoundary): New methods
4435
4436         * src/text.C: Use the above for currect cursor movement when there
4437         is both RTL & LTR text.
4438         
4439         * src/text2.C: ditto
4440         
4441         * src/bufferview_funcs.C (ToggleAndShow): ditto
4442
4443 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4444
4445         * src/text.C (DeleteLineForward): set selection to true to avoid
4446         that DeleteEmptyParagraphMechanism does some magic. This is how it
4447         is done in all other functions, and seems reasonable.
4448         (DeleteWordForward): do not jump over non-word stuff, since
4449         CursorRightOneWord() already does it.
4450         
4451         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
4452         DeleteWordBackward, since they seem safe to me (since selection is
4453         set to "true") DeleteEmptyParagraphMechanism does nothing.
4454
4455 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4456
4457         * src/lyx_main.C (easyParse): simplify the code by factoring the
4458         part that removes parameters from the command line.
4459         (LyX): check wether wrong command line options have been given.
4460
4461 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
4462
4463         * src/lyx_main.C : add support for specifying user LyX
4464         directory via command line option -userdir.
4465
4466 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
4467
4468         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
4469         the number of items per popup.
4470         (Add_to_refs_menu): Ditto.
4471         
4472 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4473
4474         * src/lyxparagraph.h: renamed ClearParagraph() to
4475         StripLeadingSpaces() and moved it to paragraph.C. We pass the
4476         textclass as parameter, and do nothing if free_spacing is
4477         true. This fixes part of the line-delete-forward problems.
4478
4479         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
4480         (pasteSelection): ditto.
4481         (SwitchLayoutsBetweenClasses): more translatable strings.
4482
4483         * src/text2.C (CutSelection): use StripLeadingSpaces.
4484         (PasteSelection): ditto.
4485         (DeleteEmptyParagraphMechanism): ditto.
4486
4487 2000-05-26  Juergen Vigna  <jug@sad.it>
4488
4489         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
4490         is not needed in tabular insets.
4491
4492         * src/insets/insettabular.C (TabularFeatures): added missing features.
4493
4494         * src/tabular.C (DeleteColumn):
4495         (AppendColumn): 
4496         (AppendRow): implemented this functions
4497         (cellsturct::operator=): clone the inset too; 
4498
4499 2000-05-23  Juergen Vigna  <jug@sad.it>
4500
4501         * src/insets/insettabular.C (LocalDispatch): better selection support
4502         when having multicolumn-cells.
4503
4504 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
4505
4506         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
4507
4508 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4509
4510         * src/ColorHandler.C (getGCForeground): put more test into _()
4511
4512         * lib/examples/eu_splash.lyx: new file (Basque translation) from
4513         Dooteo. 
4514
4515         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
4516         get the version.
4517
4518 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
4519
4520         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
4521         there are no labels, or when buffer is readonly.
4522
4523         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
4524         there are no labels, buffer is SGML, or when buffer is readonly.
4525
4526 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
4527
4528         * src/LColor.C (LColor): change a couple of grey40 to grey60
4529         (LColor): rewore initalization to make compiles go some magnitude
4530         faster.
4531         (getGUIName): don't use gettext until we need the string.
4532
4533 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
4534
4535         * src/Bullet.[Ch]: Fixed a small bug.
4536
4537 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
4538
4539         * src/paragraph.C (String): Several fixes/improvements
4540
4541         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
4542
4543 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4544
4545         * src/paragraph.C (String): give more correct output.
4546
4547 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
4548
4549         * src/lyxfont.C (stateText) Do not output the language if it is
4550         eqaul to the language of the document.
4551
4552         * src/paragraph.C (TeXOnePar): Do not put language switch commands
4553         between two paragraphs with the same language.
4554
4555         * src/paragraph.C (getParLanguage) Return a correct answer for an
4556         empty dummy paragraph.
4557
4558         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
4559         menus.
4560
4561         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
4562         layout menu.
4563
4564         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
4565         the menus/popup, if requested fonts are unavailable.
4566
4567 2000-05-22  Juergen Vigna  <jug@sad.it>
4568
4569         * src/insets/insettabular.C (LocalDispatch): added some more cursor
4570         movement support (Up/Down/Tab/Shift-Tab).
4571         (LocalDispatch): added also preliminari cursor-selection.
4572
4573         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
4574
4575         * src/paragraph.C (PasteParagraph): Hopefully now right!
4576
4577 2000-05-22  Garst R. Reese  <reese@isn.net>
4578
4579         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
4580          of list, change all references to Environment to Command
4581         * tex/hollywood.cls : rewrite environments as commands, add 
4582         \uppercase to interiorshot and exteriorshot to force uppecase.
4583         * tex/broadway.cls : rewrite environments as commands. Tweak
4584         whitespace.
4585
4586 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4587
4588         * src/menus.C (Add_to_toc_menu): fix the code which limits the
4589         size of items: use a constant intead of the hardcoded 40, and more
4590         importantly do not remove the %m and %x tags added at the end.
4591         (Add_to_refs_menu): use vector::size_type instead of
4592         unsigned int as basic types for the variables. _Please_ do not
4593         assume that size_t is equal to unsigned int. On an alpha, this is
4594         unsigned long, which is _not_ the same.
4595
4596         * src/language.C (initL): remove language "hungarian", since it
4597         seems that "magyar" is better.
4598
4599 2000-05-22  Juergen Vigna  <jug@sad.it>
4600
4601         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
4602
4603         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
4604         end markers!
4605
4606         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
4607         next was deleted but not set to 0.
4608
4609 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
4610
4611         * src/language.C (initL): change the initialization of languages
4612         so that compiles goes _fast_.
4613
4614         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
4615         40 chars.
4616
4617         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
4618
4619 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
4620
4621         * release 1.1.5pre3
4622
4623 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4624
4625         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
4626
4627 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
4628
4629         * src/commandtags.h
4630         * src/LyXAction.C
4631         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
4632         and LFUN_LOAVIEW
4633         
4634         * src/insets/insetlo*.[Ch]: Made editable
4635
4636 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4637
4638         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
4639         the current selection.
4640
4641         * src/BufferView_pimpl.C (stuffClipboard): new method
4642
4643         * src/BufferView.C (stuffClipboard): new method
4644
4645         * src/paragraph.C (String): new method
4646
4647         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
4648         LColor::ignore when lyxname is not found.
4649
4650         * src/BufferView.C (pasteSelection): new method
4651
4652         * src/BufferView_pimpl.C (pasteSelection): new method
4653
4654         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
4655
4656         * src/WorkArea.C (request_clipboard_cb): new static function
4657         (getClipboard): new method
4658         (putClipboard): new method
4659
4660 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4661
4662         * LyX 1.1.5pre2 released
4663
4664 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4665
4666         * src/vspace.C (operator=): removed
4667         (operator=): removed
4668
4669         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
4670
4671         * src/layout.C (NumberOfClass): manually set the type in make_pair
4672         (NumberOfLayout): ditto
4673
4674         * src/language.C: use the Language constructor for ignore_lang
4675
4676         * src/language.h: add constructors to struct Language
4677
4678         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
4679
4680         * src/text2.C (SetCursorIntern): comment out #warning
4681
4682         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
4683
4684         * src/mathed/math_iter.h: initialize sx and sw to 0
4685
4686 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
4687
4688         * forms/lyx.fd: Redesign of form_ref
4689
4690         * src/LaTeXFeatures.[Ch]
4691         * src/buffer.C
4692         * src/lyx_cb.C
4693         * src/menus.C   
4694         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
4695
4696         * src/buffer.h
4697         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
4698         and Buffer::inset_iterator.
4699
4700         * src/menus.C: Added new menus: TOC and Refs.
4701
4702         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
4703
4704         * src/buffer.C (getTocList): New method.
4705
4706         * src/BufferView2.C (ChangeRefs): New method.
4707
4708         * src/buffer.C (getLabelList): New method. It replaces the old
4709         getReferenceList. The return type is vector<string> instead of 
4710         string.
4711
4712         * src/insets/insetinclude.C (getLabelList): New method. Replaces
4713         the old getLabel() and GetNumberOfLabels() methods.
4714         * src/insets/insetlabel.C (getLabelList): ditto
4715         * src/mathed/formula.C (getLabelList): ditto
4716         
4717         * src/paragraph.C (String): New method.
4718
4719         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
4720         Uses the new getTocList() method. 
4721         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
4722         which automatically updates the contents of the browser.
4723         (RefUpdateCB): Use the new getLabelList method.
4724
4725         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
4726         
4727         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
4728
4729         * src/spellchecker.C: Added using std::reverse;
4730
4731 2000-05-19  Juergen Vigna  <jug@sad.it>
4732
4733         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
4734
4735         * src/insets/insettext.C (computeTextRows): small fix for display of
4736         1 character after a newline.
4737
4738         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
4739         to cont-rows!
4740
4741 2000-05-18  Juergen Vigna  <jug@sad.it>
4742
4743         * src/insets/insettabular.C (TabularFeatures): fixed update of display
4744         when changing width of column.
4745
4746         * src/tabular.C (set_row_column_number_info): setting of
4747         autobreak rows if necessary.
4748
4749 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4750
4751         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
4752
4753         * src/vc-backend.*: renamed stat() to status() and vcstat to
4754         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
4755         compilation broke. The new name seems more relevant, anyway.
4756
4757 2000-05-17  Juergen Vigna  <jug@sad.it>
4758
4759         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
4760         which was wrong if the removing caused removing of rows!
4761
4762         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
4763         (pushToken): new function.
4764
4765         * src/text2.C (CutSelection): fix problem discovered with purify
4766
4767 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4768
4769         * src/debug.C (showTags): enlarge the first column, now that we
4770         have 6-digits debug codes.
4771
4772         * lib/layouts/hollywood.layout:
4773         * lib/tex/hollywood.cls:        
4774         * lib/tex/brodway.cls: 
4775         * lib/layouts/brodway.layout: more commands and fewer
4776         environments. Preambles moved in the .cls files. Broadway now has 
4777         more options on scene numbering and less whitespace (from Garst)
4778
4779         * src/insets/insetbib.C (getKeys): make sure that we are in the
4780         document directory, in case the bib file is there.
4781
4782         * src/insets/insetbib.C (Latex): revert bogus change.
4783
4784 2000-05-16  Juergen Vigna  <jug@sad.it>
4785
4786         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
4787         the TabularLayout on cursor move.
4788
4789         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
4790
4791         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
4792         undo-handling.
4793         (getCellXPos): 
4794         (draw): fixed cursor position and drawing so that the cursor is
4795         visible when before the tabular-inset.
4796
4797         * src/insets/insettext.C (init): drawLockedFrame was not initialized
4798         when creating from old insettext.
4799
4800         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
4801
4802 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4803
4804         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
4805         * lib/tex/brodway.cls: ditto 
4806
4807         * lib/layouts/brodway.layout: change alignment of parenthical
4808         layout (Garst)
4809         
4810 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4811
4812         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
4813         versions 0.88 and 0.89 are supported.
4814
4815 2000-05-15  Juergen Vigna  <jug@sad.it>
4816
4817         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
4818         width calculating.
4819
4820         * src/insets/insettext.C (computeTextRows): redone completely this
4821         function in a much cleaner way, because of problems when having a
4822         fixed maxWidth.
4823         (draw): added a frame border when the inset is locked.
4824         (SetDrawLockedFrame): this sets if we draw the border or not.
4825         (SetFrameColor): this sets the frame color (default=insetframe).
4826
4827         * src/insets/lyxinset.h: added x() and y() functions which return
4828         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
4829         function which is needed to see if we have a locking inset of some
4830         type in this inset (needed for now in insettabular).
4831
4832         * src/vspace.C (inPixels): the same function also without a BufferView
4833         parameter as so it is easier to use it in some ocasions.
4834
4835         * src/lyxfunc.C: changed all places where insertInset was used so
4836         that now if it couldn't be inserted it is deleted!
4837
4838         * src/TabularLayout.C: 
4839         * src/TableLayout.C: added support for new tabular-inset!
4840
4841         * src/BufferView2.C (insertInset): this now returns a bool if the
4842         inset was really inserted!!!
4843
4844         * src/tabular.C (GetLastCellInRow): 
4845         (GetFirstCellInRow): new helper functions.
4846         (Latex): implemented for new tabular class.
4847         (TeXCellPostamble): 
4848         (TeXCellPreamble): 
4849         (TeXBottomHLine): 
4850         (TeXTopHLine): new Latex() helper functions.
4851
4852 2000-05-12  Juergen Vigna  <jug@sad.it>
4853
4854         * src/mathed/formulamacro.C (Read): 
4855         * src/mathed/formula.C (Read): read also the \end_inset here!
4856
4857 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
4858
4859         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
4860         crush when saving formulae with unbalanced parenthesis.
4861
4862 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
4863
4864         * src/layout.C: Add new keyword "endlabelstring" to layout file
4865
4866         * src/text.C (GetVisibleRow): Draw endlabel string.
4867
4868         * lib/layouts/broadway.layout
4869         * lib/layouts/hollywood.layout: Added endlabel for the
4870         Parenthetical layout.
4871
4872         * lib/layouts/heb-article.layout: Do not use slanted font shape
4873         for Theorem like environments.
4874
4875         * src/buffer.C (makeLaTeXFile): Always add "american" to 
4876         the UsedLanguages list if document language is RTL. 
4877
4878 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4879
4880         * add addendum to README.OS2 and small patch (from SMiyata)
4881
4882 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4883
4884         * many files: correct the calls to ChangeExtension().
4885
4886         * src/support/filetools.C (ChangeExtension): remove the no_path
4887         argument, which does not belong there. Use OnlyFileName() instead.
4888
4889         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
4890         files when LaTeXing a non-nice latex file.
4891
4892         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
4893         a chain of "if". Return false when deadkeys are not handled.
4894         
4895         * src/lyx_main.C (LyX): adapted the code for default bindings.
4896
4897         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
4898         bindings for basic functionality (except deadkeys).
4899         (deadKeyBindings): new method. Performs the bindings of deadkeys.
4900
4901         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
4902         several methods: handle override_x_deadkeys.
4903
4904         * src/lyxrc.h: remove the "bindings" map, which did not make much
4905         sense anyway. New variable override_x_deadkeys, defaulting to "true".
4906         
4907 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4908
4909         * src/lyxfont.C (stateText): use a saner method to determine
4910         whether the font is "default". Seems to fix the crash with DEC
4911         cxx. 
4912
4913         * src/Bullet.[Ch] (Bullet): remove const on parameters.
4914
4915 2000-05-08  Juergen Vigna  <jug@sad.it>
4916
4917         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
4918         TabularLayoutMenu with mouse-button-3
4919         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
4920
4921         * src/TabularLayout.C: added this file for having a Layout for
4922         tabular-insets.
4923
4924 2000-05-05  Juergen Vigna  <jug@sad.it>
4925
4926         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
4927         recalculating inset-widths.
4928         (TabularFeatures): activated this function so that I can change
4929         tabular-features via menu.
4930
4931         * src/menus.C (ShowEditMenu): inserted support for insettabular so
4932         that I can test some functions with the Table menu.
4933
4934 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4935
4936         * src/lyxfont.C (stateText): guard against stupid c++libs.
4937
4938         * src/tabular.C: add using std::vector
4939         some whitespace changes, + removed som autogenerated code.
4940
4941         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
4942
4943 2000-05-05  Juergen Vigna  <jug@sad.it>
4944
4945         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
4946         row, columns and cellstructures.
4947
4948 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4949
4950         * lib/lyxrc.example: remove obsolete entries.
4951
4952         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
4953         reading of protected_separator for free_spacing.
4954
4955 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4956
4957         * src/text.C (draw): do not display an exclamation mark in the
4958         margin for margin notes. This is confusing, ugly and
4959         uninformative. 
4960
4961         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
4962         AMS math' is checked.
4963
4964         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
4965         name to see whether including the amsmath package is needed.
4966
4967 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
4968
4969         * src/paragraph.C (validate): Compute UsedLanguages correctly
4970         (don't insert the american language if it doesn't appear in the
4971         document)
4972
4973         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
4974         The argument of \thanks{} command is considered moving argument
4975
4976         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
4977         moving argument.
4978
4979 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
4980
4981         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
4982         for appendix/minipage/depth. The lines can be now both in the footnote 
4983         frame, and outside the frame.
4984
4985         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
4986         points ("nikud")
4987
4988 2000-05-05  Juergen Vigna  <jug@sad.it>
4989
4990         * src/table.[Ch]: removed the inset and buffer stuff as this is now
4991         neede only in tabular.[Ch].
4992
4993 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4994
4995         * src/insets/insetspecialchar.C (Read): allow command == '~' for
4996         PROTECTED_SEPARATOR 
4997         (Write): write '~' for PROTECTED_SEPARATOR
4998
4999 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5000
5001         * src/lyxparagraph.h: add a friend struct matchIT after the struct
5002         InsetTable.
5003
5004         * src/mathed/formula.C (drawStr): rename size to siz.
5005
5006         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
5007         possibly fix a bug by not changing the pflags = flags to piflags =
5008         flags.
5009
5010 2000-05-05  Juergen Vigna  <jug@sad.it>
5011
5012         * src/insets/insetbib.C: moved using directive
5013
5014         * src/ImportNoweb.C: small fix for being able to compile (missing
5015         include cstdlib)
5016
5017 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5018
5019         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
5020         to use clear, since we don't depend on this in the code. Add test
5021         for string::compare
5022
5023 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5024
5025         * (various *.C files): add using std::foo directives to please dec
5026         cxx.
5027
5028         * replace calls to string::clear() to string::erase() (Angus)
5029
5030         * src/cheaders/cmath: modified to provide std::abs.
5031
5032 2000-05-04  Juergen Vigna  <jug@sad.it>
5033
5034         * src/insets/insettext.C: Prepared all for inserting of multiple
5035         paragraphs. Still display stuff to do (alignment and other things),
5036         but I would like to use LyXText to do this when we cleaned out the
5037         table-support stuff.
5038
5039         * src/insets/insettabular.C: Changed lot of stuff and added lots
5040         of functionality still a lot to do.
5041
5042         * src/tabular.C: Various functions changed name and moved to be
5043         const functions. Added new Read and Write functions and changed
5044         lots of things so it works good with tabular-insets (also removed
5045         some stuff which is not needed anymore * hacks *).
5046
5047         * src/lyxcursor.h: added operators == and != which just look if
5048         par and pos are (not) equal.
5049
5050         * src/buffer.C (latexParagraphs): inserted this function to latex
5051         all paragraphs form par to endpar as then I can use this too for
5052         text-insets.
5053
5054         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
5055         so that I can call this to from text insets with their own cursor.
5056
5057         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
5058         output off all paragraphs (because of the fix below)!
5059
5060         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
5061         the very last paragraph (this could be also the last paragraph of an
5062         inset!)
5063
5064         * src/texrow.h: added rows() call which returns the count-variable.
5065
5066 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
5067
5068         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
5069
5070         * lib/configure.m4: better autodetection of DocBook tools.
5071
5072 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5073
5074         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
5075
5076         * src/lyx_cb.C: add using std::reverse;
5077
5078         * src/LaTeX.C (run): on error always run deleteFilesOnError before
5079         returning.
5080
5081         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
5082         selected files. Should fix repeated errors from generated files.
5083
5084 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
5085
5086         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
5087
5088         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
5089         the spellchecker popup. 
5090
5091         * lib/lyxrc.example:  Removed the \number_inset section
5092
5093 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5094
5095         * src/insets/figinset.C (various): Use IsFileReadable() to make
5096         sure that the file actually exist. Relying on ghostscripts errors
5097         is a bad idea since they can lead to X server crashes.  
5098
5099 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
5100
5101         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
5102         open under CYGWIN 
5103
5104         * lib/lyxrc.example: smallish typo in description of
5105         \view_dvi_paper_option 
5106
5107 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
5108
5109         * src/lyxfunc.h:
5110         * src/lyxfunc.C: doImportHelper to factor out common code of the
5111         various import methods. New functions doImportASCIIasLines,
5112         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
5113         doImportLinuxDoc  for the  format specific parts.
5114
5115         * buffer.h:
5116         * buffer.C: Dispatch  returns now a bool to indicate success
5117
5118         * lyx_gui.h:
5119         * lyx_gui.C: Add getLyXView() for member access
5120
5121         * lyx_main.C: Change logic for batch commands: First try
5122         Buffer::Dispatch (possibly without GUI), if that fails, use
5123         LyXFunc::Dispatch
5124
5125         * lyx_main.C: Add support for --import command line switch.
5126         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
5127         Available Formats: Everything  accepted by 'buffer-import <format>'
5128
5129 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
5130
5131         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
5132         unnumbered parts.
5133
5134         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
5135         documents will be reformatted upon reentry.
5136
5137 2000-04-27  Juergen Vigna  <jug@sad.it>
5138
5139         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
5140         correctly only last pos this was a bug.
5141
5142 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
5143
5144         * release of lyx-1.1.5pre1
5145
5146 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5147
5148         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
5149
5150         * src/menus.C: revert the change of naming (Figure->Graphic...)
5151         from 2000-04-11. It was incomplete and bad.
5152         
5153         * src/LColor.[Ch]: add LColor::depthbar.
5154         * src/text.C (GetVisibleRow): use it.
5155
5156         * README: update the languages list.
5157
5158 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
5159
5160         * src/text.C (GetVisibleRow): show the depth of paragraphs using
5161         vertical bars.
5162
5163 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
5164
5165         * README: remove sections that were just wrong.
5166
5167         * src/text2.C (GetRowNearY): remove currentrow code
5168
5169         * src/text.C (GetRow): remove currentrow code
5170
5171         * src/screen.C (Update): rewritten a bit.
5172         (SmallUpdate): removed func
5173
5174         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
5175         used.
5176         (FullRebreak): return bool
5177         (currentrow): remove var
5178         (currentrow_y): ditto
5179
5180         * src/lyxscreen.h (Draw): change arg to unsigned long
5181         (FitCursor): return bool
5182         (FitManualCursor): ditto
5183         (Smallpdate): remove func
5184         (first): change to unsigned long
5185         (DrawOneRow): change second arg to long (from long &)
5186         (screen_refresh_y): remove var
5187         (scree_refresh_row): ditto
5188         
5189         * src/lyxrow.h: change baseline to usigned int from unsigned
5190         short, this brings some implicit/unsigned issues out in the open.
5191
5192         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
5193         accordingly.
5194         (Dispatch): don't call updateScrollbar after fitCursor. Use update
5195         instead of smallUpdate.
5196
5197         * src/lyxcursor.h: change y to unsigned long
5198
5199         * src/buffer.h: don't call updateScrollbar after fitcursor
5200
5201         * src/buffer.C (parseSingleLyXformat2Token): move variables to
5202         where they are used. Removed "\\direction", this was not present
5203         in 1.1.4 and is already obsolete. Commented out some code that I
5204         believe to never be called.
5205         (runLiterate): don't call updateScrollbar after fitCursor
5206         (runLaTeX): ditto
5207         (buildProgram): ditto
5208         (runChktex): ditto
5209
5210         * src/WorkArea.h (workWidth): change return val to unsigned
5211         (width): ditto
5212         (height): ditto
5213         (redraw): remove the button redraws
5214         (setScrollbarValue): change for scrollbar
5215         (getScrollbarValue): change for scrollbar
5216         (getScrollbarBounds): change for scrollbar
5217
5218         * src/WorkArea.C (C_WorkArea_up_cb): removed func
5219         (C_WorkArea_down_cb): removed func
5220         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
5221         (resize): change for scrollbar
5222         (setScrollbar): ditto
5223         (setScrollbarBounds): ditto
5224         (setScrollbarIncrements): ditto
5225         (up_cb): removed func
5226         (down_cb): removed func
5227         (scroll_cb): change for scrollbar
5228         (work_area_handler): ditto
5229
5230         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
5231         when FitCursor did something.
5232         (updateScrollbar): some unsigned changes
5233         (downCB): removed func
5234         (scrollUpOnePage): removed func
5235         (scrollDownOnePage): remvoed func
5236         (workAreaMotionNotify): don't call screen->FitCursor but use
5237         fitCursor instead. and bool return val
5238         (workAreaButtonPress): ditto
5239         (workAreaButtonRelease): some unsigned changes
5240         (checkInsetHit): ditto
5241         (workAreaExpose): ditto
5242         (update): parts rewritten, comments about the signed char arg added
5243         (smallUpdate): removed func
5244         (cursorPrevious): call needed updateScrollbar
5245         (cursorNext): ditto
5246
5247         * src/BufferView2.C (allFloats): don't call updateScrollbar after
5248         fitCursor.
5249
5250         * src/BufferView.[Ch] (upCB): removed func
5251         (downCB): removed func
5252         (smallUpdate): removed func
5253
5254 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
5255
5256         * src/lyxtext.h src/text.C src/text2.C: removed support for the
5257         currentrow, currentrow_y optimization. This did not help a lot and
5258         if we want to do this kind of optimization we should rather use
5259         cursor.row instead of the currentrow. 
5260
5261         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
5262         buffer spacing and klyx spacing support.
5263
5264 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
5265
5266         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
5267         a factor of 50!
5268
5269 2000-04-26  Juergen Vigna  <jug@sad.it>
5270
5271         * src/insets/figinset.C: fixes to Lars sstream changes!
5272
5273 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
5274
5275         * A lot of files: Added Ascii(ostream &) methods to all inset
5276         classes. Used when exporting to ASCII.
5277         
5278         * src/buffer.C (writeFileAscii,RoffAsciiTable)
5279         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
5280         instead of Latex()
5281
5282         * src/text2.C (ToggleFree): Disabled implicit word selection when
5283         there is a change in the language
5284         
5285         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
5286         no output was generated for end-of-sentence inset.
5287         
5288         * src/insets/lyxinset.h
5289         * src/buffer.C
5290         * src/lyxfunc.C
5291         * src/paragraph.C: Removed the insetnumber code
5292
5293         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
5294
5295 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
5296
5297         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
5298         no_babel and no_epsfig completely from the file.
5299         (parseSingleLyXformat2Token): add handling for per-paragraph
5300         spacing as written by klyx.
5301
5302         * src/insets/figinset.C: applied patch by Andre. Made it work with
5303         ostringstream too.
5304
5305 2000-04-20  Juergen Vigna  <jug@sad.it>
5306
5307         * src/insets/insettext.C (cutSelection): 
5308         (copySelection): Fixed with selection from right to left.
5309         (draw): now the rows are not recalculated at every draw.
5310         (computeTextRows): for now reset the inset-owner here (this is
5311         important for an undo or copy where the inset-owner is not set
5312         automatically!)
5313
5314         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
5315         motion to the_locking_inset screen->first was forgotten, this was
5316         not important till we got multiline insets.
5317
5318 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5319
5320         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
5321         code seems to be alright (it is code changed by Dekel, and the
5322         intent is indeed that all macros should be defined \protect'ed)
5323
5324         * NEWS: a bit of reorganisation of the new user-visible features.
5325
5326 2000-04-19  Juergen Vigna  <jug@sad.it>
5327
5328         * src/insets/insettext.C (init): using a LyXCursor now for cursor
5329         position. Set the inset_owner of the used paragraph so that it knows
5330         that it is inside an inset. Fixed cursor handling with mouse and
5331         cursor keys. Fixed wrong timed inset redraws and lots of other changes
5332         and cleanups to make TextInsets work better.
5333
5334         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
5335         Changed parameters of various functions and added LockInsetInInset().
5336
5337         * src/insets/insettext.C: 
5338
5339         * src/insets/insetcollapsable.h: 
5340         * src/insets/insetcollapsable.C: 
5341         * src/insets/insetfoot.h: 
5342         * src/insets/insetfoot.C: 
5343         * src/insets/insetert.h: 
5344         * src/insets/insetert.C: cleaned up the code so that it works now
5345         correctly with insettext.
5346
5347         * src/insets/inset.C: 
5348         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
5349         that insets in insets are supported right.
5350
5351         * src/table.h: 
5352         * src/table.C: lots of changes for use with inset tabular (and cleanup)
5353
5354         * src/paragraph.C: some small fixes
5355
5356         * src/debug.h: inserted INSETS debug info
5357
5358         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
5359         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
5360
5361         * src/commandtags.h: 
5362         * src/LyXAction.C: insert code for InsetTabular.
5363
5364         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
5365         not Button1MotionMask.
5366         (workAreaButtonRelease): send always a InsetButtonRelease event to
5367         the_locking_inset.
5368         (checkInsetHit): some setCursor fixes (always with insets).
5369
5370         * src/BufferView2.C (lockInset): returns a bool now and extended for
5371         locking insets inside insets.
5372         (showLockedInsetCursor): it is important to have the cursor always
5373         before the locked inset.
5374         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
5375
5376         * src/BufferView.h: made lockInset return a bool.
5377
5378         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
5379
5380         * src/text2.C (SetCursor): This now has a version with a LyXCursor
5381         that is used also internally but can be called as public to have back
5382         a cursor pos which is not set internally.
5383         (SetCursorIntern): Changed to use above function.
5384
5385         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
5386
5387 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5388
5389         * ANNOUNCE: 
5390         * INSTALL: 
5391         * UPGRADING: 
5392         * NEWS: updated for prerelease of 1.1.5. Please comment and send
5393         patches for things that should be in or should be changed.
5394
5395         * src/* [insetfiles]: change "usigned char fragile" to bool
5396         fragile. There was only one point that could that be questioned
5397         and that is commented in formulamacro.C. Grep for "CHECK".
5398         
5399         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
5400         (DeleteBuffer): take it out of CutAndPaste and make it static.
5401
5402 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
5403
5404         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
5405         output the spacing envir commands. Also the new commands used in
5406         the LaTeX output makes the result better.
5407
5408         * src/Spacing.C (writeEnvirBegin): new method
5409         (writeEnvirEnd): new method
5410
5411 2000-04-18  Juergen Vigna  <jug@sad.it>
5412
5413         * src/CutAndPaste.C: made textclass a static member of the class
5414         as otherwise it is not accesed right!!!
5415
5416 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
5417
5418         * forms/layout_forms.fd
5419         * src/layout_forms.h
5420         * src/layout_forms.C (create_form_form_character)
5421         * src/lyx_cb.C (UserFreeFont)
5422         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
5423         documents (in the layout->character popup).
5424
5425 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5426
5427         * src/spellchecker.C (create_ispell_pipe): fix a bug where
5428         \spell_command was in fact not honored (from Kevin Atkinson).
5429
5430         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
5431         quitting (Angus)
5432
5433         * src/lyx_gui.h: make lyxViews private (Angus)
5434
5435 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
5436
5437         * src/mathed/math_write.C
5438         (MathMatrixInset::Write) Put \protect before \begin{array} and
5439         \end{array} if fragile
5440         (MathParInset::Write): Put \protect before \\ if fragile
5441
5442 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
5443
5444         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
5445         initialization if the LyXColorHandler must be done after the
5446         connections to the XServer has been established.
5447
5448         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
5449         get the background pixel from the lyxColorhandler so that the
5450         figures are rendered with the correct background color.
5451         (NextToken): removed functions.
5452         (GetPSSizes): use ifs >> string instead of NextToken.
5453
5454         * src/Painter.[Ch]: the color cache moved out of this file. 
5455
5456         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
5457         and lines.  
5458
5459 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5460
5461         * src/WorkArea.C (work_area_handler): call BufferView::enterView
5462         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
5463
5464         * src/BufferView.C (enterView): new func
5465         (leaveView): new func
5466
5467         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
5468         when approp.
5469         (leaveView): new func, undefines xterm cursor when approp.
5470
5471         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
5472         (AllowInput): delete the Workarea cursor handling from this func.
5473
5474         * src/Painter.C (underline): draw a slimer underline in most cases.
5475
5476         * src/lyx_main.C (error_handler): use extern "C"
5477
5478 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5479
5480         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
5481         sent directly to me.
5482
5483         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
5484         to the list by Dekel.
5485
5486         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
5487         strstream too.
5488
5489         * src/bufferview_funcs.[Ch]: two new files, moved several of the
5490         methods from lyx_cb.here.
5491
5492         * src/lyx_cb.C: in addition to the above; removed input_prohibited
5493         it was not used.
5494
5495 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
5496
5497         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
5498         instead of using current_view directly. 
5499
5500         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
5501
5502         * src/LyXAction.C (init): add the paragraph-spacing command.
5503
5504         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
5505
5506         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
5507
5508         * src/lyx_cb.C (CurrentState): output a string when the spacing is
5509         different from the documents.
5510
5511         * src/text.C (SetHeightOfRow): take paragraph spacing into
5512         account, paragraph spacing takes precedence over buffer spacing
5513         (GetVisibleRow): ditto
5514
5515         * src/paragraph.C (writeFile): output the spacing parameter too.
5516         (validate): set the correct features if spacing is used in the
5517         paragraph. 
5518         (Clear): set spacing to default
5519         (MakeSameLayout): spacing too
5520         (HasSameLayout): spacing too
5521         (SetLayout): spacing too
5522         (TeXOnePar): output the spacing commands
5523
5524         * src/lyxparagraph.h: added a spacing variable for use with
5525         per-paragraph spacing.
5526
5527         * src/Spacing.h: add a Default spacing and a method to check if
5528         the current spacing is default. also added an operator==
5529
5530         * src/text2.C (DeleteEmptyParagraphMechanism): added a
5531         RedoParagraphs.
5532
5533 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5534
5535         * src/lyxserver.C (callback): fix dispatch of functions
5536
5537         * src/insets/insetlatexaccent.C (checkContents): turn bogus
5538         printf() into lyxerr call. 
5539
5540         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
5541         fonts. 
5542
5543         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
5544         "Table" to "Table Box", "Float" to "Floating Material"; deletes
5545         the "Float" from each of the subitems.
5546         (ShowHelpMenu): add entry for "FAQ" and "TOC".
5547
5548         * src/support/DebugStream.h: add an #ifdef to work around a gcc
5549         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
5550         documented the change so that the workaround can be nuked later.
5551
5552         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
5553         LyX::init().
5554         
5555         * src/lyxlex_pimpl.C (next): do not re-declare the default value
5556         of arguments.
5557         * src/buffer.C (getLatexName): ditto
5558         (setReadonly): ditto
5559
5560 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
5561
5562         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
5563         avoid some uses of current_view. Added also a bufferParams()
5564         method to get at this.
5565
5566         * src/lyxtext.h: changed params->buffer and paramters->bparams.
5567
5568 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5569
5570         * src/lyxparagraph.[Ch]: removed
5571         operator<(LyXParagraph::InsetTable..., added a struct matchIT
5572         with operators used by lower_bound and
5573         upper_bound in InsetTable's
5574         Make struct InsetTable private again. Used matchpos.
5575
5576 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
5577         
5578         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
5579         document, the language of existing text is changed (unless the
5580         document is multi-lingual)
5581
5582         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
5583
5584         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
5585
5586         * A lot of files: A rewrite of the Right-to-Left support.
5587    
5588 2000-04-10  Juergen Vigna  <jug@sad.it>
5589
5590         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
5591         misplaced cursor when inset in inset is locked.
5592
5593         * src/insets/insettext.C (LocalDispatch): small fix so that a
5594         BREAKLINE is not inserted if we don't permit it with autBreakRows.
5595
5596         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
5597         footnote font should be decreased in size twice when displaying.
5598
5599         * src/insets/insettext.C (GetDrawFont): inserted this function as
5600         the drawing-font may differ from the real paragraph font.
5601
5602         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
5603         insets (inset in inset!).
5604
5605         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
5606         function here because we don't want footnotes inside footnotes.
5607
5608         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
5609         Cloned insets.
5610         (init): now set the inset_owner in paragraph.C
5611         (LocalDispatch): added some resetPos() in the right position
5612         (cutSelection): 
5613         (copySelection): 
5614         (pasteSelection): changed to use the new CutAndPaste-Class.
5615
5616         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
5617         which tells if it is allowed to insert another inset inside this one.
5618
5619         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
5620         SwitchLayoutsBetweenClasses.
5621
5622         * src/text2.C (InsertInset): checking of the new paragraph-function
5623         InsertInsetAllowed.
5624         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
5625         is not needed anymore here!
5626         (CutSelection): 
5627         (CopySelection): 
5628         (PasteSelection): redone (also with #ifdef) so that now this uses
5629         the CutAndPaste-Class.
5630         (SwitchLayoutsBetweenClasses): removed here and implemented in the
5631         CutAndPaste-Class.
5632         
5633         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
5634         from/to text/insets.
5635
5636         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
5637         so that the paragraph knows if it is inside an (text)-inset.
5638         (InsertFromMinibuffer): changed return-value to bool as now it
5639         may happen that an inset is not inserted in the paragraph.
5640         (InsertInsetAllowed): this checks if it is allowed to insert an
5641         inset in this paragraph.
5642         (PasteParagraph): 
5643         (BreakParagraphConservative): 
5644         (BreakParagraph) : small change for the above change of the return
5645         value of InsertFromMinibuffer.
5646
5647         * src/lyxparagraph.h: added inset_owner and the functions to handle
5648         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
5649
5650 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5651
5652         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
5653         functions from BufferView to BufferView::Pimpl to ease maintence.
5654         
5655         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
5656         correctly. Also use SetCursorIntern instead of SetCursor.
5657
5658         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
5659         correct color.
5660
5661 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
5662
5663         * src/WorkArea.C (belowMouse): manually implement below mouse.
5664
5665         * src/*: Add "explicit" on several constructors, I added probably
5666         some unneeded ones. A couple of changes to code because of this.
5667
5668         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
5669         implementation and private parts from the users of BufferView. Not
5670         quite finished.
5671
5672         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
5673         implementation and private parts from the users of LyXLex. Not
5674         quite finished.
5675
5676         * src/BufferView_pimpl.[Ch]: new files
5677
5678         * src/lyxlex_pimpl.[Ch]: new files
5679
5680         * src/LyXView.[Ch]: some inline functions move out-of-line
5681
5682 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5683
5684         * src/lyxparagraph.h: make struct InsetTable public.
5685
5686         * src/support/lyxstring.h: change lyxstring::difference_type to be
5687         ptrdiff_t. Add std:: modifiers to streams.
5688
5689         * src/font.C: include the <cctype> header, for islower() and
5690         isupper(). 
5691
5692 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
5693
5694         * src/font.[Ch]: new files. Contains the metric functions for
5695         fonts, takes a LyXFont as parameter. Better separation of concepts.
5696         
5697         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
5698         changes because of this.
5699
5700         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
5701
5702         * src/*: compile with -Winline and move functions that don't
5703         inline out of line.
5704         
5705         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
5706         instead of strspn.
5707
5708 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5709
5710         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
5711         (various files changed because of this)
5712
5713         * src/Painter.C (text): fixed the drawing of smallcaps.
5714
5715         * src/lyxfont.[Ch] (drawText): removed unused member func.
5716         (drawString): ditto
5717
5718         * src/*.C: added needed "using" statements and "std::" qualifiers. 
5719
5720 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
5721
5722         * src/*.h: removed all use of "using" from header files use
5723         qualifier std:: instead. 
5724
5725 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5726
5727         * src/text.C (Backspace): some additional cleanups (we already
5728         know whether cursor.pos is 0 or not).
5729
5730         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
5731         automake does not provide one).
5732
5733         * src/bmtable.h: replace C++ comments with C comments.
5734
5735 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
5736
5737         * src/screen.C (ShowCursor): Change the shape of the cursor if
5738         the current language is not equal to the language of the document.
5739         (If the cursor change its shape unexpectedly, then you've found a bug)
5740
5741         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
5742         bugs [I hope...]
5743
5744         * src/insets/insetnumber.[Ch]: New files.
5745
5746         * src/LyXAction.C (init)
5747         * src/lyxfunc.C (dispatch): Add command number-inset-insert
5748
5749         * lyxrc.example
5750         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
5751
5752         * src/lyxparagraph.h
5753         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
5754         (the vector is kept sorted).
5755
5756         * src/text.C (GetVisibleRow): Draw selection correctly when there
5757         is both LTR and RTL text.
5758
5759         * src/paragraph.C (Clone): Use the assignment operator for cloning,
5760         which is much faster.
5761
5762         * src/text.C (GetVisibleRow and other): Do not draw the last space 
5763         in a row if the direction of the last letter is not equal to the
5764         direction of the paragraph.
5765
5766         * src/lyxfont.C (latexWriteStartChanges):
5767         Check that font language is not equal to basefont language.
5768         (latexWriteEndChanges): ditto
5769
5770         * src/lyx_cb.C (StyleReset): Don't change the language while using
5771         the font-default command.
5772
5773         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
5774         empty paragraph before a footnote.
5775
5776         * src/insets/insetcommand.C (draw): Increase x correctly.
5777
5778         * src/screen.C (ShowCursor): Change cursor shape if
5779         current language != document language.
5780
5781         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
5782
5783 2000-03-31  Juergen Vigna  <jug@sad.it>
5784
5785         * src/paragraph.C (GetInset): commented out text[pos] = ' '
5786         (Clone): changed mode how the paragraph-data is copied to the
5787         new clone-paragraph.
5788
5789         * src/lyxfunc.C (Dispatch): fixed small problem when calling
5790         GetInset(pos) with no inset anymore there (in inset UNDO)
5791
5792         * src/insets/insetcommand.C (draw): small fix as here x is
5793         incremented not as much as width() returns (2 before, 2 behind = 4)
5794
5795 2000-03-30  Juergen Vigna  <jug@sad.it>
5796
5797         * src/insets/insettext.C (InsetText): small fix in initialize
5798         widthOffset (should not be done in the init() function)
5799
5800 2000-03-29  Amir Karger <karger@lyx.org>
5801
5802         * lib/examples/it_ItemizeBullets.lyx: translation by 
5803         Stefano Mastella
5804
5805         * Implemented \textasciitilde and fixed a tiny bug in reLyX
5806
5807 2000-03-29  Juergen Vigna  <jug@sad.it>
5808
5809         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
5810
5811         * src/insets/insetfoot.C (Clone): small change as for the below
5812         new init function in the text-inset
5813
5814         * src/insets/insettext.C (init): new function as I've seen that
5815         clone did not copy the Paragraph-Data!
5816         (LocalDispatch): Added code so that now we have some sort of Undo
5817         functionality (well actually we HAVE Undo ;)
5818
5819         * src/text.C (Backspace): Small fix for the a | a Backspace problem
5820
5821 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
5822         
5823         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
5824         were erased)
5825
5826 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
5827
5828         * src/main.C: added a runtime check that verifies that the xforms
5829         header used when building LyX and the library used when running
5830         LyX match. Exit with a message if they don't match. This is a
5831         version number check only.
5832
5833         * src/buffer.C (save): Don't allocate memory on the heap for
5834         struct utimbuf times.
5835
5836         * *: some using changes, use iosfwd instead of the real headers.
5837
5838         * src/lyxfont.C use char const * instead of string for the static
5839         strings. Rewrite some functions to use sstream.
5840
5841 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5842
5843         * src/text.C (Backspace): hopefully fix the dreaded backaspace
5844         bug. 
5845
5846 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5847
5848         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
5849         of Geodesy (from Martin Vermeer)
5850
5851         * lib/layouts/svjour.inc: include file for the Springer svjour
5852         class. It can be used to support journals other than JoG.
5853
5854         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
5855         Miskiewicz <misiek@pld.org.pl>)
5856         * lib/reLyX/Makefile.am: ditto.
5857
5858 2000-03-27  Juergen Vigna  <jug@sad.it>
5859
5860         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
5861         also some modifications with operations on selected text.
5862
5863         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
5864         problems with clicking on insets (last famous words ;)
5865
5866         * src/insets/insetcommand.C (draw): 
5867         (width): Changed to have a bit of space before and after the inset so
5868         that the blinking cursor can be seen (otherwise it was hidden)
5869
5870 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5871
5872         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
5873         would not be added to the link list when an installed gettext (not
5874         part of libc) is found.
5875
5876 2000-03-24  Juergen Vigna  <jug@sad.it>
5877
5878         * src/insets/insetcollapsable.C (Edit): 
5879         * src/mathed/formula.C (InsetButtonRelease): 
5880         (InsetButtonPress): fixed for new handling of ButtonPress/Release
5881         handling.
5882
5883         * src/BufferView.C (workAreaButtonPress): 
5884         (workAreaButtonRelease): 
5885         (checkInsetHit): Finally fixed the clicking on insets be handled
5886         correctly!
5887
5888         * src/insets/insetert.C (Edit): inserted this call so that ERT
5889         insets work always with LaTeX-font
5890
5891 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
5892
5893         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
5894         caused lyx to startup with no GUI in place, causing in a crash
5895         upon startup when called with arguments.
5896
5897 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5898
5899         * src/FontLoader.C: better initialization of dummyXFontStruct.
5900
5901 2000-03-20 José Abílio Matos <jamatos@lyx.org>
5902
5903         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
5904         for linuxdoc and docbook import and export format options.
5905
5906         * lib/lyxrc.example Example of default values for the previous flags.
5907
5908         * src/lyx_cb.C Use those flags instead of the hardwired values for
5909         linuxdoc and docbook export.
5910
5911         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
5912         linuxdoc import.
5913
5914         * src/menus.C Added menus entries for the new import/exports formats.
5915         
5916 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
5917
5918         * src/lyxrc.*: Added support for running without Gui 
5919         (\use_gui false)
5920           
5921         * src/FontLoader.C: sensible defaults if no fonts are needed
5922
5923         * src/lyx_cb.C: New function ShowMessage (writes either to the
5924         minibuffer or cout in case of no gui
5925         New function AskOverwrite for common stuff
5926         Consequently various changes to call these functions
5927
5928         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
5929         wild guess at sensible screen resolution when having no gui
5930
5931         * src/lyxfont.C: no gui, no fonts... set some defaults
5932
5933 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5934
5935         * src/LColor.C: made the command inset background a bit lighter.
5936
5937 2000-03-20  Hartmut Goebel <goebel@noris.net>
5938
5939         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
5940         stdstruct.inc. Koma-Script added some title elements which
5941         otherwise have been listed below "bibliography". This split allows
5942         adding title elements to where they belong.
5943
5944         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
5945         define the additional tilte elements and then include
5946         stdstruct.inc. 
5947
5948         * many other layout files: changed to include stdtitle.inc just
5949         before stdstruct.inc.
5950
5951 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
5952
5953         * src/buffer.C: (save) Added the option to store all backup files
5954         in a single directory
5955
5956         * src/lyxrc.[Ch]: Added variable \backupdir_path
5957
5958         * lib/lyxrc.example: Added descriptions of recently added variables
5959
5960         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
5961         bibtex inset, not closing the bibtex popup when deleting the inset)
5962
5963 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5964
5965         * src/lyx_cb.C: add a couple using directives.
5966
5967 2000-03-17 José Abílio Matos <jamatos@lyx.org>
5968         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
5969         import based on the filename.
5970         
5971         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
5972         file would be imported at start, if the filename where of a sgml file.
5973
5974         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
5975         
5976         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
5977         
5978 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
5979         * src/lyxfont.h Replaced the member variable bits.direction by the
5980         member variable lang. Made many changes in other files.
5981         This allows having a multi-lingual document
5982
5983         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
5984         that change the current language to <l>.
5985         Removed the command "font-rtl"
5986
5987         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
5988         format for Hebrew documents)
5989
5990         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
5991         When auto_mathmode is "true", pressing a digit key in normal mode 
5992         will cause entering into mathmode.
5993         If auto_mathmode is "rtl" then this behavior will be active only
5994         when writing right-to-left text.
5995
5996         * src/text2.C (InsertStringA) The string is inserted using the
5997         current font.
5998
5999         * src/paragraph.C (GetEndLabel) Gives a correct result for
6000         footnote paragraphs.
6001
6002         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
6003
6004 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6005
6006         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
6007         front of PasteParagraph. Never insert a ' '. This should at least
6008         fix some cause for the segfaults that we have been experiencing,
6009         it also fixes backspace behaviour slightly. (Phu!)
6010
6011         * src/support/lstrings.C (compare_no_case): some change to make it
6012         compile with gcc 2.95.2 and stdlibc++-v3
6013
6014         * src/text2.C (MeltFootnoteEnvironment): change type o
6015         first_footnote_par_is_not_empty to bool.
6016
6017         * src/lyxparagraph.h: make text private. Changes in other files
6018         because of this.
6019         (fitToSize): new function
6020         (setContentsFromPar): new function
6021         (clearContents): new function
6022         (SetChar): new function
6023
6024         * src/paragraph.C (readSimpleWholeFile): deleted.
6025
6026         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
6027         the file, just use a simple string instead. Also read the file in
6028         a more maintainable manner.
6029
6030         * src/text2.C (InsertStringA): deleted.
6031         (InsertStringB): deleted.
6032
6033 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6034
6035         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
6036         RedoParagraphs from the doublespace handling part, just set status
6037         to NEED_MORE_REFRESH. Also don't update cursor position (should be
6038         done, but perhaps not like this.)
6039
6040 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6041
6042         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
6043         character when inserting an inset.
6044
6045 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6046
6047         * src/bufferparams.C (readLanguage): now takes "default" into
6048         consideration.
6049
6050         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
6051         also initialize the toplevel_keymap with the default bindings from
6052         lyxrc. 
6053         
6054         * src/buffer.C (Buffer): remove lyxrc from the parameters.
6055
6056         * all files using lyxrc: have lyxrc as a real variable and not a
6057         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
6058         done in lyxrc.h.
6059         
6060         * src/lyxrc.C: remove double call to defaultKeyBindings
6061
6062         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
6063         toolbar defauls using lyxlex. Remove enums, structs, functions
6064         related to this. 
6065
6066         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
6067         toolbar defaults. Also store default keybindings in a map.
6068
6069         * src/ToolbarDefaults.[Ch]: New file. This class is used for
6070         storing the toolbar defaults without any xforms dependencies. 
6071
6072         * src/insets/figinset.C: patch posted to list by Andre Poenitz
6073         applied. Changed to use iterators.
6074
6075 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
6076
6077         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
6078         systems that don't have LINGUAS set to begin with.
6079
6080 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6081
6082         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
6083         the list by Dekel Tsur.
6084
6085 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6086
6087         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
6088         * src/insets/form_graphics.C: ditto.
6089
6090         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
6091
6092 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6093
6094         * src/bufferparams.C (readLanguage): use the new language map
6095
6096         * src/intl.C (InitKeyMapper): use the new language map
6097
6098         * src/lyx_gui.C (create_forms): use the new language map
6099
6100         * src/language.[Ch]: New files. Used for holding the information
6101         about each language. Now! Use this new language map enhance it and
6102         make it really usable for our needs. 
6103
6104 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
6105         
6106         * screen.C (ShowCursor): Removed duplicate code.
6107         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
6108         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
6109         
6110         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
6111
6112         * src/lyxtext.h
6113         * src/text.C  Added TransformChar method. Used for rendering Arabic
6114         text correctly (change the glyphs of the letter according to the
6115         position in the word)
6116
6117         * src/buffer.C
6118         * src/paragraph.C
6119         * src/lyxrc.h
6120         * src/lyxrc.C  Added lyxrc command {language_command_begin,
6121         language_command_end,language_command_ltr,language_command_rtl,
6122         language_package} which allows the use of either arabtex or Omega
6123         for Arabic
6124
6125         * src/lyx_gui.C (init)
6126         * src/lyxrc.h
6127         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
6128         to use encoding for menu fonts which is different than the encoding
6129         for screen fonts
6130
6131         * src/buffer.C (makeLaTeXFile): If params.language = "default",
6132         do not load the babel package.
6133         To write an English document with Hebrew/Arabic, change the document
6134         language to "english".
6135
6136         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
6137         (alphaCounter): changed to return char
6138         (loweralphaCounter, hebrewCounter, romanCounter): New functions
6139
6140         * lib/lyxrc.example  Added examples for Hebrew/Arabic
6141
6142         * src/layout.h
6143         * src/layout.C  Added layout command endlabeltype
6144
6145         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
6146
6147         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
6148
6149 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6150
6151         * src/mathed/math_delim.C (search_deco): return a
6152         math_deco_struct* instead of index.
6153
6154 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
6155
6156         * All files with a USE_OSTREAM_ONLY within: removed all code that
6157         was unused when USE_OSTREAM_ONLY is defined.
6158         
6159         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
6160         of any less. Removed header and using.
6161
6162         * src/text.C (GetVisibleRow): draw the string "Page Break
6163         (top/bottom)" on screen when drawing a pagebreak line.
6164
6165 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6166
6167         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
6168
6169         * src/mathed/math_macro.C (draw): do some cast magic.
6170         (Metrics): ditto.
6171
6172         * src/mathed/math_defs.h: change byte* argument to byte const*.
6173
6174         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
6175
6176         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
6177         know it is right to return InsetFoot* too, but cxx does not like
6178         it...). 
6179
6180         * src/insets/insetcollapsable.[Ch] (Clone): make const.
6181
6182         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
6183
6184         * src/mathed/math_delim.C: change == to proper assignment.
6185
6186 2000-03-09  Juergen Vigna  <jug@sad.it>
6187
6188         * src/insets/insettext.C (setPos): fixed various cursor positioning
6189         problems (via mouse and cursor-keys)
6190         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
6191         inset (still a small display problem but it works ;)
6192
6193         * src/insets/insetcollapsable.C (draw): added button_top_y and
6194         button_bottom_y to have correct values for clicking on the inset.
6195
6196         * src/support/lyxalgo.h: commented out 'using std::less'
6197
6198 2000-03-08  Juergen Vigna  <jug@sad.it>
6199
6200         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
6201         Button-Release event closes as it is alos the Release-Event
6202         which opens it.
6203
6204         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
6205
6206 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
6207
6208         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
6209         can add multiple spaces in Scrap (literate programming) styles...
6210         which, by the way, is how I got hooked on LyX to begin with.
6211  
6212         * src/mathed/formula.C (Write): Added dummy variable to an
6213         inset::Latex() call.
6214         (Latex): Add free_spacing boolean to inset::Latex()
6215
6216         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
6217         
6218         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
6219         virtual function to include the free_spacing boolean from
6220         the containing paragraph's style.
6221  
6222         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
6223         Added free_spacing boolean arg to match inset.h
6224         
6225         * src/insets/insettext.C, src/insets/insettext.h (Latex):
6226         Added free_spacing boolean arg to match inset.h
6227         
6228         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
6229         Added free_spacing boolean and made sure that if in a free_spacing
6230         paragraph, that we output normal space if there is a protected space.
6231         
6232         * src/insets/insetref.C, src/insets/insetref.h (Latex):
6233         Added free_spacing boolean arg to match inset.h
6234         
6235         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
6236         Added free_spacing boolean arg to match inset.h
6237         
6238         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
6239         Added free_spacing boolean arg to match inset.h
6240         
6241         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
6242         Added free_spacing boolean arg to match inset.h
6243         
6244         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
6245         Added free_spacing boolean arg to match inset.h
6246         
6247         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
6248         free_spacing boolean arg to match inset.h 
6249         
6250         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
6251         Added free_spacing boolean arg to match inset.h
6252         
6253         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
6254         Added free_spacing boolean arg to match inset.h
6255         
6256         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
6257         Added free_spacing boolean arg to match inset.h
6258         
6259         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
6260         Added free_spacing boolean arg to match inset.h
6261         
6262         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
6263         Added free_spacing boolean arg to match inset.h
6264         
6265         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
6266         free_spacing boolean arg to match inset.h
6267         
6268         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
6269         free_spacing boolean arg to match inset.h
6270         
6271         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
6272         ignore free_spacing paragraphs. The user's spaces are left
6273         alone. 
6274         
6275         * src/text.C (InsertChar): Fixed the free_spacing layout
6276         attribute behavior. Now, if free_spacing is set, you can
6277         add multiple spaces in a paragraph with impunity (and they
6278         get output verbatim).
6279         (SelectSelectedWord): Added dummy argument to inset::Latex()
6280         call.
6281         
6282         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
6283         calls.
6284         
6285         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
6286         paragraph layouts now only input a simple space instead.
6287         Special character insets don't make any sense in free-spacing
6288         paragraphs.
6289         
6290         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
6291         hard-spaces in the *input* file to simple spaces if the layout
6292         is free-spacing. This converts old files which had to have
6293         hard-spaces in free-spacing layouts where a simple space was
6294         preferrable.
6295         (writeFileAscii): Added free_spacing check to pass to the newly
6296         reworked inset::Latex(...) methods. The inset::Latex() code
6297         ensures that hard-spaces in free-spacing paragraphs get output
6298         as spaces (rather than "~").
6299         
6300 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
6301         
6302         * src/mathed/math_delim.C (draw): draw the empty placeholder
6303         delims with a onoffdash line.
6304         (struct math_deco_compare): struct that holds the "functors" used
6305         for the sort and the binary search in math_deco_table.
6306         (class init_deco_table): class used for initial sort of the
6307         math_deco_table. 
6308         (search_deco): use lower_bound to do a binary search in the
6309         math_deco_table.
6310
6311 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
6312
6313         * src/lyxrc.C: a small secret thingie...
6314
6315         * src/lyxlex.C (printTable): changed to take a ostream as paramter
6316         and to not flush the stream as often as it used to.
6317
6318         * src/support/lyxalgo.h: new file 
6319         (sorted): template function used for checking if a sequence is
6320         sorted or not. Two versions with and without user supplied
6321         compare. Uses same compare as std::sort.
6322
6323         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
6324         it and give warning on lyxerr.
6325         (pushTable): ditto
6326         (struct compare_tags): struct with function operators used for
6327         checking if sorted, sorting and lower_bound.
6328         (search_kw): use lower_bound instead of manually implemented
6329         binary search.
6330
6331 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6332
6333         * src/insets/insetcollapsable.h: fix Clone() declaration.
6334         * src/insets/insetfoot.h: ditto.
6335
6336         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
6337
6338 2000-03-08  Juergen Vigna  <jug@sad.it>
6339
6340         * src/insets/lyxinset.h: added owner call which tells us if
6341         this inset is inside another inset. Changed also the return-type
6342         of Editable to an enum so it tells clearer what the return-value is.
6343
6344         * src/insets/insettext.C (computeTextRows): fixed computing of
6345         textinsets which split automatically on more rows.
6346
6347         * src/insets/insetert.[Ch]: changed this to be of BaseType
6348         InsetCollapsable.
6349
6350         * src/insets/insetfoot.[Ch]: added footnote inset
6351
6352         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
6353         collapsable insets (like footnote, ert, ...)
6354
6355 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
6356
6357         * src/lyxdraw.h: remvoe file
6358
6359         * src/lyxdraw.C: remove file
6360
6361         * src/insets/insettext.C: added <algorithm>.
6362
6363 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6364
6365         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
6366         (matrix_cb): case MM_OK use string stream
6367
6368         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
6369         stream.
6370
6371         * src/mathed/math_macro.C (draw): use string stream
6372         (Metrics): use string stream
6373
6374         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
6375         directly to the ostream.
6376
6377         * src/vspace.C (asString): use string stream.
6378         (asString): use string stream
6379         (asLatexString): use string stream
6380
6381         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
6382         setting Spacing::Other.
6383
6384         * src/LaTeXFeatures.C (getPackages): use string stream instead of
6385         sprintf when creating the stretch vale.
6386
6387         * src/text2.C (alphaCounter): changed to return a string and to
6388         not use a static variable internally. Also fixed a one-off bug.
6389         (SetCounter): changed the drawing of the labels to use string
6390         streams instead of sprintf.
6391
6392         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
6393         manipulator to use a scheme that does not require library support.
6394         This is also the way it is done in the new GNU libstdc++. Should
6395         work with DEC cxx now. 
6396
6397 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6398
6399         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
6400         end. This fixes a bug. 
6401
6402         * src/mathed (all files concerned with file writing): apply the
6403         USE_OSTREAM_ONLY changes to mathed too.
6404         
6405         * src/support/DebugStream.h: make the constructor explicit.
6406
6407         * src/lyxfont.C (latexWriteStartChanges): small bug related to
6408         count and ostream squashed.
6409
6410 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6411
6412         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
6413
6414         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
6415         ostringstream uses STL strings, and we might not.
6416
6417         * src/insets/insetspecialchar.C: add using directive.
6418         * src/insets/insettext.C: ditto.
6419
6420 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
6421
6422         * lib/layouts/seminar.layout: feeble attempt at a layout for
6423         seminar.cls, far from completet and could really use some looking
6424         at from people used to write layout files.
6425
6426         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
6427         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
6428         a lot nicer and works nicely with ostreams.
6429
6430         * src/mathed/formula.C (draw): a slightly different solution that
6431         the one posted to the list, but I think this one works too. (font
6432         size wrong in headers.)
6433
6434         * src/insets/insettext.C (computeTextRows): some fiddling on
6435         Jürgens turf, added some comments that he should read.
6436
6437         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
6438         used and it gave compiler warnings.
6439         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
6440         writing of lyxrc.
6441
6442         * src/lyx_gui.C (create_forms): do the right thing when
6443         show_banner is true/false.
6444
6445         * src/lyx_cb.C (TimerCB): no need to close or do anything if
6446         show_banner is false.
6447
6448         * most file writing files: Now use iostreams to do almost all of
6449         the writing. Also instead of passing string &, we now use
6450         stringstreams. mathed output is still not adapted to iostreams.
6451         This change can be turned off by commenting out all the occurences
6452         of the "#define USE_OSTREAM_ONLY 1" lines.
6453         
6454         * src/WorkArea.C (createPixmap): don't output debug messages.
6455         (WorkArea): don't output debug messages.
6456
6457         * lib/lyxrc.example: added a comment about the new variable
6458         \show_banner 
6459
6460         * development/Code_rules/Rules: Added some more commente about how
6461         to build class interfaces and on how better encapsulation can be
6462         achieved. 
6463
6464 2000-03-03  Juergen Vigna  <jug@sad.it>
6465
6466         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
6467         automatically with the width of the LyX-Window
6468
6469         * src/insets/insettext.C (computeTextRows): fixed update bug in
6470         displaying text-insets (scrollvalues where not initialized!)
6471
6472 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6473
6474         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
6475         id in the check of the result from lower_bound is not enough since
6476         lower_bound can return last too, and then res->id will not be a
6477         valid construct.
6478
6479         *  all insets and some code that use them: I have conditionalized
6480         removed the Latex(string & out, ...) this means that only the
6481         Latex(ostream &, ...) will be used. This is a work in progress to
6482         move towards using streams for all output of files. 
6483
6484         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
6485         c to 0.
6486
6487 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6488
6489         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
6490         routine (this fixes bug where greek letters were surrounded by too
6491         much white space).
6492
6493         * src/support/filetools.C (findtexfile): change a bit the search
6494         algorithm, to fix bug introduced in 1.1.4. Note that --format is
6495         no longer passed to kpsewhich, we may have to change that later.
6496
6497         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
6498         warning options to avoid problems with X header files (from Angus
6499         Leeming).
6500         * acinclude.m4: regenerated.
6501
6502 2000-03-02  Juergen Vigna  <jug@sad.it>
6503
6504         * src/insets/insettext.C (WriteParagraphData): Using the
6505         par->writeFile() function for writing paragraph-data.
6506         (Read): Using buffer->parseSingleLyXformat2Token()-function
6507         for parsing paragraph data!
6508
6509         * src/buffer.C (readLyXformat2): removed all parse data and using
6510         the new parseSingleLyXformat2Token()-function.
6511         (parseSingleLyXformat2Token): added this function to parse (read)
6512         lyx-file-format (this is called also from text-insets now!)
6513
6514 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6515
6516         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
6517         and temp.
6518
6519         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
6520         directly instead of going through a func. One very bad thing: a
6521         static LyXFindReplace, but I don't know where to place it. 
6522
6523         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
6524         string instead of char[]. Also changed to static.
6525         (GetSelectionOrWordAtCursor): changed to static inline
6526         (SetSelectionOverLenChars): ditto.
6527
6528         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
6529         current_view and global variables. both classes has changed names
6530         and LyXFindReplace is not inherited from SearchForm.
6531         
6532         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
6533         fl_form_search form.
6534
6535         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
6536
6537 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6538
6539         * lib/bind/*.bind: make sure 'buffer-previous' function is not
6540         bound (from Kayvan).
6541
6542         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
6543
6544         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
6545
6546 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6547
6548         * some things that I should comment but the local pub says head to
6549         swirly... 
6550         
6551         * comment out all code that belongs to the Roff code for Ascii
6552         export of tables. (this is unused)
6553         
6554         * src/LyXView.C: use correct type for global variable
6555         current_layout. (LyXTextClass::size_type)
6556
6557         * some code to get the new insetgraphics closer to working I'd be
6558         grateful for any help.
6559         
6560         * src/BufferView2.C (insertInset): use the return type of
6561         NumberOfLayout properly. (also changes in other files)
6562
6563         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
6564         this as a test. I want to know what breaks because of this.
6565
6566         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
6567
6568 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
6569
6570         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
6571         to use a \makebox in the label, this allows proper justification
6572         with out using protected spaces or multiple hfills. Now it is
6573         "label" for left justified, "\hfill label\hfill" for center, and
6574         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
6575         should be changed accordingly. 
6576
6577 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6578
6579         * src/lyxtext.h: change SetLayout() to take a
6580         LyXTextClass::size_type instead of a char (when there is more than
6581         127 layouts in a class); also change type of copylayouttype.
6582         * src/text2.C (SetLayout): ditto.
6583         * src/LyXView.C (updateLayoutChoice): ditto.
6584
6585         * src/LaTeX.C (scanLogFile): errors where the line number was not
6586         given just after the '!'-line were ignored (from Dekel Tsur).
6587
6588         * lib/lyxrc.example: fix description of \date_insert_format
6589
6590         * lib/layouts/llncs.layout: new layout, contributed by Martin
6591         Vermeer. 
6592
6593 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
6594
6595         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
6596         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
6597         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
6598         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
6599         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
6600         paragraph.C, text.C, text2.C)
6601
6602 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6603
6604         * src/insets/insettext.C (LocalDispatch): remove extra break
6605         statement. 
6606
6607         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
6608         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
6609
6610         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
6611         * src/insets/insettext.[Ch] (GetCursorPos): ditto
6612
6613         * src/insets/insetbib.h: move InsetBibkey::Holder and
6614         InsetCitation::Holder in public space.
6615
6616 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
6617
6618         * src/insets/insettext.h: small change to get the new files from
6619         Juergen to compile (use "string", not "class string").
6620
6621         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
6622         const & as parameter to LocalDispatch, use LyXFont const & as
6623         paramter to some other func. This also had impacto on lyxinsets.h
6624         and the two mathed insets.
6625
6626 2000-02-24  Juergen Vigna  <jug@sad.it>
6627
6628         * src/buffer.C:
6629         * src/commandtags.h: 
6630         * src/LyXAction.C:
6631         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
6632
6633         * src/BufferView.h
6634         * src/BufferView.C
6635         * src/BufferView2.C: added/updated code for various inset-functions
6636
6637         * src/insets/insetert.[Ch]: added implementation of InsetERT
6638
6639         * src/insets/insettext.[Ch]: added implementation of InsetText
6640
6641         * src/insets/inset.C (Edit): added "unsigned int button" parameter
6642         (draw): added preliminary code for inset scrolling not finshed yet
6643
6644         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
6645         as it is in lyxfunc.C now
6646
6647         * src/insets/lyxinset.h: Added functions for text-insets
6648
6649 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6650
6651         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
6652         BufferView and reimplement the list as a queue put inside its own
6653         class.
6654
6655         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
6656
6657         * several files: use the new interface to the "updateinsetlist"
6658         
6659         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
6660         on doubleclick.
6661         (work_area_handler): call BufferView::trippleClick on trippleclick.
6662
6663         * src/BufferView.C (doubleClick): new function, selects word on
6664         doubleclick. 
6665         (trippleClick): new function, selects line on trippleclick.
6666
6667 2000-02-22  Allan Rae  <rae@lyx.org>
6668
6669         * lib/bind/xemacs.bind: buffer-previous not supported
6670
6671 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6672
6673         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
6674         as const.
6675
6676 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
6677
6678         * src/bufferlist.C: get rid of current_view from this file
6679
6680         * src/spellchecker.C: get rid of current_view from this file
6681
6682         * src/vspace.C: get rid of current_view from this file
6683         (inPixels): added BufferView parameter for this func
6684         (asLatexCommand): added a BufferParams for this func
6685
6686         * src/text.C src/text2.C: get rid of current_view from these
6687         files.
6688         
6689         * src/lyxfont.C (getFontDirection): move this function here from
6690         text.C
6691         
6692         * src/bufferparams.C (getDocumentDirection): move this function
6693         here from text.C
6694
6695         * src/paragraph.C (getParDirection): move this function here from
6696         text.C 
6697         (getLetterDirection): ditto
6698         
6699 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
6700
6701         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
6702         resize due to wrong pixmap beeing used. Also took the opurtunity
6703         to make the LyXScreen stateless on regard to WorkArea and some
6704         general cleanup in the same files.
6705         
6706 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6707
6708         * src/Makefile.am: add missing direction.h
6709
6710         * src/PainterBase.h: made the width functions const.
6711         
6712         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
6713         missing ones.
6714         
6715         * src/insets/insetcommand.C (draw): draw Editable as buttons.
6716
6717         * src/insets/insetlatexaccent.C (draw): make the accents draw
6718         better, at present this will only work well with iso8859-1.
6719         
6720         * several files: remove the old drawing code, now we use the new
6721         painter only.
6722
6723         * several files: remove support for mono_video, reverse_video and
6724         fast selection.
6725
6726 2000-02-17  Juergen Vigna  <jug@sad.it>
6727
6728         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
6729         int ** as we have to return the pointer, otherwise we have only
6730         NULL pointers in the returning function.
6731
6732 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6733
6734         * src/LaTeX.C (operator()): quote file name when running latex.
6735
6736 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6737
6738         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
6739         (bubble tip), this removes our special handling of this.
6740
6741         * Remove all code that is unused now that we have the new
6742         workarea. (Code that are not active when NEW_WA is defined.)
6743
6744         * Make the uses of XSync not conditionalized on define USE_XSYNC.
6745         
6746 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6747
6748         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
6749         nonexisting layout; correctly redirect obsoleted layouts.
6750
6751         * lib/lyxrc.example: document \view_dvi_paper_option
6752
6753         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
6754         variable. 
6755
6756         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
6757         (PreviewDVI): handle the view_dvi_paper_option variable.
6758         [Both from Roland Krause]
6759
6760 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6761
6762         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
6763         char const *, int, LyXFont)
6764         (text(int, int, string, LyXFont)): ditto 
6765
6766         * src/text.C (InsertCharInTable): attempt to fix the double-space
6767         feature in tables too.
6768         (BackspaceInTable): ditto.
6769         (GetVisibleRow): make bottom pagebreak line be a onoff line.
6770
6771 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
6772
6773         * src/text2.C (owner): only complain if owner_ is set and bv != 0
6774
6775         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
6776         newly found text in textcache to this.
6777         (buffer): set the owner of the text put into the textcache to 0
6778
6779         * src/insets/figinset.C (draw): fixed the drawing of figures with
6780         the new Painter.
6781
6782         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
6783         drawing of mathframe, hfills, protected space, table lines. I have
6784         now no outstanding drawing problems with the new Painter code. 
6785
6786 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6787
6788         * src/PainterBase.C (ellipse, circle): do not specify the default
6789         arguments. 
6790
6791         * src/LColor.h: add using directive.
6792
6793         * src/Painter.[Ch]: change return type of methods from Painter& to
6794         PainterBase&. Add a using directive.
6795
6796         * src/WorkArea.C: wrap xforms callbacks in C functions
6797         C_WorkArea_xxx. 
6798
6799         * lib/layouts/foils.layout: font fix and simplifications from Carl
6800         Ollivier-Gooch.
6801
6802 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6803
6804         * a lot of files: The Painter, LColor and WorkArea from the old
6805         devel branch has been ported to lyx-devel. Some new files and a
6806         lot of #ifdeffed code. The new workarea is enabled by default, but
6807         if you want to test the new Painter and LColor you have to compile
6808         with USE_PAINTER defined (do this in config.h f.ex.) There are
6809         still some rought edges, and I'd like some help to clear those
6810         out. It looks stable (loads and displays the Userguide very well).
6811         
6812
6813 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6814
6815         * src/buffer.C (pop_tag): revert to the previous implementation
6816         (use a global variable for both loops).
6817
6818         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
6819
6820         * src/lyxrc.C (LyXRC): change slightly default date format.
6821
6822         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
6823         there is an English text with a footnote that starts with a Hebrew
6824         paragraph, or vice versa.
6825         (TeXFootnote): ditto.
6826
6827         * src/text.C (LeftMargin): allow for negative values for
6828         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
6829         this out.
6830
6831         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
6832         for input encoding (cyrillic)
6833
6834 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6835
6836         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
6837         Tsur). 
6838
6839         * src/toolbar.C (set): ditto
6840         * src/insets/insetbib.C (create_form_citation_form): ditto
6841
6842         * lib/CREDITS: added Dekel Tsur.
6843
6844         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
6845         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
6846         hebrew supports files from Dekel Tsur.
6847         
6848         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
6849         <tzafrir@technion.ac.il> 
6850
6851         * src/lyxrc.C: put \date_insert_format at the right place.
6852
6853         * src/buffer.C (makeLaTeXFile): fix the handling of
6854         BufferParams::sides when writing out latex files.
6855
6856         * src/BufferView2.C: add a "using" directive.
6857
6858         * src/support/lyxsum.C (sum): when we use lyxstring,
6859         ostringstream::str needs an additional .c_str().
6860
6861 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6862
6863         * src/support/filetools.C (ChangeExtension): patch from Etienne
6864         applied.
6865
6866         * src/TextCache.C (show): remove const_cast and make second
6867         parameter non-const LyXText *.
6868
6869         * src/TextCache.h: use non const LyXText in show.
6870
6871         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
6872         with hebrew.
6873
6874 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6875
6876         * src/support/lyxsum.C: rework to be more flexible.
6877         
6878         * several places: don't check if a pointer is 0 if you are going
6879         to delete it.
6880
6881         * src/text.C: remove some dead code.
6882
6883         * src/insets/figinset.C: remove some dead code
6884         
6885         * src/buffer.C: move the BufferView funcs to BufferView2.C
6886         remove all support for insetlatexdel
6887         remove support for oldpapersize stuff
6888         made some member funcs const
6889
6890         * src/kbmap.C: use a std::list to store the bindings in.
6891         
6892         * src/BufferView2.C: new file
6893
6894         * src/kbsequence.[Ch]: new files
6895         
6896         * src/LyXAction.C + others: remove all trace of buffer-previous
6897         
6898         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
6899         only have one copy in the binary of this table.
6900         
6901         * hebrew patch: moved some functions from LyXText to more
6902         appropriate places. (LyXParagraph, BufferParams, LyXFont)
6903         
6904         * several files: remove support for XForms older than 0.88
6905         whitespace changes.
6906         remove some #if 0 #endif code
6907         
6908         * src/TextCache.[Ch]: new file. Holds the textcache.
6909
6910         * src/BufferView.C: changes to use the new TextCache interface.
6911         (waitForX): remove the now unused code.
6912         
6913         * src/BackStack.h: remove some commented code
6914
6915         * lib/bind/emacs.bind: remove binding for buffer-previous
6916
6917 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
6918
6919         * applied the hebrew patch.
6920
6921         * src/lyxrow.h: make sure that all Row variables are initialized.
6922
6923         * src/text2.C (TextHandleUndo): comment out a delete, this might
6924         introduce a memory leak, but should also help us to not try to
6925         read freed memory. We need to look at this one.
6926
6927         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
6928         (LyXParagraph): initalize footnotekind.
6929
6930         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
6931         forgot this when applying the patch. Please heed the warnings.
6932
6933         * src/BufferView.C (buffer): a fix for the buffer-reload problem
6934         (aka. reformat problem)
6935
6936         * src/bufferlist.C (exists): made const, and use const_iterator
6937         (isLoaded): new func.
6938         (release): use std::find to find the correct buffer.
6939
6940         * src/bufferlist.h: made getState a const func.
6941         made empty a const func.
6942         made exists a const func.
6943         new func: isLoaded
6944
6945 2000-02-01  Juergen Vigna  <jug@sad.it>
6946
6947         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
6948
6949         * po/it.po: updated a bit the italian po file and also changed the
6950         'file nuovo' for newfile to 'filenuovo' without a space, this did
6951         annoy me a lot :)
6952         
6953         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
6954         for the new insert_date command.
6955
6956         * src/lyxfunc.C (Dispatch): added support for a insert_date function
6957         from jdblair, to insert a date into the current text conforming to
6958         a strftime format (for now only considering the locale-set and not
6959         the document-language).
6960
6961 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6962
6963         * src/lyxfont.C (textWidth): hopefully better fix for the Array
6964         Bounds Read error seen by purify. The problem was that islower is
6965         a macros which takes an unsigned char and uses it as an index for
6966         in array of characters properties (and is thus subject to the
6967         above error).
6968         (drawText): ditto.
6969
6970         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
6971         correctly the paper sides radio buttons.
6972         (UpdateDocumentButtons): ditto.
6973
6974 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
6975
6976         * src/kbmap.C (getsym + others): change to return unsigned int,
6977         returning a long can give problems on 64 bit systems. (I assume
6978         that int is 32bit on 64bit systems)
6979
6980 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6981
6982         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
6983         LyXLookupString to be zero-terminated. Really fixes problems seen
6984         by purify, I think.
6985
6986 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
6987
6988         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
6989         write a (char*)0 to the lyxerr stream.
6990
6991         * src/lastfiles.C: move algorithm before the using statemets.
6992
6993 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6994
6995         * src/lastfiles.C: move using directives in global scope (egcs 1.x
6996         complains otherwise).
6997         * src/table.C: ditto
6998
6999         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
7000         directory. 
7001
7002         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
7003         that I removed earlier... It is really needed.
7004
7005         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
7006
7007 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7008
7009         * INSTALL: update xforms home page URL.
7010
7011         * lib/configure.m4: fix a bug with unreadable layout files.
7012
7013         * src/table.C (calculate_width_of_column): add "using std::max"
7014         directive. 
7015
7016 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7017
7018         * several files: marked several lines with "DEL LINE", this is
7019         lines that can be deleted without changing anything.
7020         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
7021                                    checks this anyway */
7022                 delete <ptr>
7023
7024         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
7025
7026         * src/DepTable.C (update): add a "+" at the end when the checksum
7027         is different. (debugging string only)
7028
7029         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
7030         the next inset to not be displayed. This should also fix the list
7031         of labels in the "Insert Crossreference" dialog.
7032
7033 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
7034
7035         * src/support/LSubstring.C (LSubstring): set pos to string::npos
7036         when regex was not found.
7037
7038         * src/support/lstrings.C (lowercase): use handcoded transform always.
7039         (uppercase): ditto
7040
7041         * src/text.C (Delete): fixed the crash. cursor.par->prev and
7042         old_cursor.par->prev could be 0.
7043
7044         * several files: changed post inc/dec to pre inc/dec
7045         
7046         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
7047         write the lastfiles to file.
7048
7049         * src/BufferView.C (buffer): only show TextCache info when debugging
7050         (buffer): ditto
7051         (resizeCurrentBuffer): ditto
7052         (workAreaExpose): ditto
7053
7054         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
7055
7056         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
7057
7058         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
7059         a bit better by removing the special case for \i and \j.
7060
7061 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7062
7063         * src/lyx_main.C (easyParse): remove test for bad comand line
7064         options, since this broke all xforms-related parsing.
7065
7066         * src/kbmap.C (getsym): set return type to unsigned long, as
7067         declared in header. On an alpha, long is _not_ the same as int.
7068
7069         * src/support/LOstream.h: add a "using std::flush;"
7070
7071         * src/insets/figinset.C: ditto.
7072
7073 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7074
7075         * src/bufferlist.C (write): use blinding fast file copy instead of
7076         "a char at a time", now we are doing it the C++ way.
7077
7078         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
7079         std::list<int> instead.
7080         (addpidwait): reflect move to std::list<int>
7081         (sigchldchecker): ditto
7082
7083         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
7084         version also. 
7085
7086         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
7087         that obviously was wrong...
7088
7089         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
7090         c, this avoids warnings with purify and islower.
7091
7092         * src/insets/figinset.C: rename struct queue to struct
7093         queue_element and rewrite to use a std::queue. gsqueue is now a
7094         std::queue<queue_element>
7095         (runqueue): reflect move to std::queue
7096         (addwait): ditto
7097
7098         * src/support/lstrings.h (tostr): specialize for bool, otherwise
7099         we would get "1" "0" instead of "true" "false. Also make the tostr
7100         functions inline.
7101
7102 2000-01-21  Juergen Vigna  <jug@sad.it>
7103
7104         * src/buffer.C (writeFileAscii): Disabled code for special groff
7105         handling of tabulars till I fix this in table.C
7106
7107 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7108
7109         * src/support/mkdir.C (mkdir): change second argument of mkdir to
7110         unsigned long int.
7111         * src/support/lyxlib.h: ditto.
7112
7113 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7114
7115         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
7116         and 'j' look better. This might fix the "macron" bug that has been
7117         observed.
7118
7119         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
7120         functions as one template function. Delete the old versions.
7121
7122         * src/support/lyxsum.C: move using std::ifstream inside
7123         MODERN_STL_STREAMS
7124
7125         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
7126         and putenv.C
7127
7128         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
7129
7130         * src/mathed/formula.C: delete #include "bufferlist.h" never used
7131
7132         * src/insets/figinset.C (InitFigures): use new instead of malloc
7133         to allocate memory for figures and bitmaps.
7134         (DoneFigures): use delete[] instead of free to deallocate memory
7135         for figures and bitmaps.
7136         (runqueue): use new to allocate 
7137         (getfigdata): use new/delete[] instead of malloc/free
7138         (RegisterFigure): ditto
7139
7140         * some files: moved some declarations closer to first use, small
7141         whitespace changes use preincrement instead of postincrement where
7142         it does not make a difference.
7143         
7144         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
7145         step on the way to use stl::containers for key maps. 
7146
7147         * src/bufferlist.h: add a typedef for const_iterator and const
7148         versions of begin and end.
7149
7150         * src/bufferlist.[Ch]: change name of member variable _state to
7151         state_. (avoid reserved names)
7152         (makePup): removed
7153         (getFileNames): returns the filenames of the buffers in a vector.
7154
7155         * configure.in (ALL_LINGUAS): added ro
7156
7157         * src/support/putenv.C: new file
7158
7159         * src/support/mkdir.C: new file
7160
7161 2000-01-20  Allan Rae <rae@lyx.org>
7162
7163         * lib/layouts/IEEEtran.layout: Added several theorem environments
7164
7165         * lib/templates/IEEEtran.lyx: Example theorem environments and a
7166         couple of minor additions.
7167
7168         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
7169         (except for those in footnotes of course)
7170
7171 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
7172
7173         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
7174
7175         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
7176         std::sort and std::lower_bound instead of qsort and handwritten
7177         binarysearch.
7178         (struct compara): struct that holds the functors used by std::sort
7179         and std::lower_bound in MathedLookupBOP.
7180
7181 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7182
7183         * src/support/LAssert.h: do not do partial specialization. We do
7184         not really need it.
7185
7186         * src/support/lyxlib.h: note that lyx::getUserName() and
7187         lyx::date() are not in use right now. Should these be suppressed?
7188
7189         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
7190         (makeLinuxDocFile): do not put date and user name in linuxdoc
7191         headers. 
7192
7193         * src/support/lyxlib.h (kill): change first argument to long int,
7194         since that's what solaris uses.
7195
7196         * src/support/kill.C (kill): fix declaration to match prototype.
7197
7198         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
7199         actually check whether namespaces are supported. This is not what
7200         it used to do.
7201
7202         * src/support/lyxsum.C: add a using directive.
7203
7204 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7205
7206         * src/support/kill.C: if we have namespace support we don't have
7207         to include lyxlib.h.
7208
7209         * src/support/lyxlib.h: use namespace lyx if supported.
7210
7211 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7212
7213         * src/support/date.C: new file
7214
7215         * src/support/chdir.C: new file
7216
7217         * src/support/getUserName.C: new file
7218
7219         * src/support/getcwd.C: new file
7220
7221         * src/support/abort.C: new file
7222
7223         * src/support/kill.C: new file
7224
7225         * src/support/lyxlib.h: moved all the functions in this file
7226         insede struct lyx. Added also kill and abort to this struct. This
7227         is a way to avoid the "kill is not defined in <csignal>", we make
7228         C++ wrappers for functions that are not ANSI C or ANSI C++.
7229
7230         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
7231         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
7232         lyx it has been renamed to sum.
7233
7234 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7235
7236         * src/text.C: add using directives for std::min and std::max.
7237
7238 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7239
7240         * src/texrow.C (getIdFromRow): actually return something useful in
7241         id and pos. Hopefully fixes the bug with positionning of errorbox
7242         insets. 
7243
7244         * src/lyx_main.C (easyParse): output an error and exit if an
7245         incorrect command line option has been given.
7246
7247         * src/spellchecker.C (ispell_check_word): document a memory leak.
7248
7249         * src/bufferlist.C (write): fix mismatched allocation/deletion,
7250         where a "struct utimbuf" is allocated with "new" and deleted with
7251         "delete[]". 
7252
7253 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
7254
7255         * src/text2.C (CutSelection): don't delete double spaces.
7256         (PasteSelection): ditto
7257         (CopySelection): ditto
7258         
7259         * src/text.C (Backspace): don't delete double spaces.
7260
7261         * src/lyxlex.C (next): fix a bug that were only present with
7262         conformant std::istream::get to read comment lines, use
7263         std::istream::getline instead. This seems to fix the problem.
7264
7265 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
7266
7267         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
7268         allowed to insert space before space" editing problem. Please read
7269         commends at the beginning of the function. Comments about usage
7270         are very welcome.
7271
7272         * src/text.C (InsertChar): fix for the "not allowed to insert
7273         space before space" editing problem.
7274
7275         * src/text2.C (DeleteEmptyParagraphMechanism): when
7276         IsEmptyTableRow can only return false this last "else if" will
7277         always be a no-op. Commented out.
7278
7279         * src/text.C (RedoParagraph): As far as I can understand tmp
7280         cursor is not really needed.
7281
7282         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
7283         present it could only return false anyway. 
7284         (several functions): Did something not so smart...added a const
7285         specifier on a lot of methods.
7286         
7287         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
7288         and add a tmp->text.resize. The LyXParagraph constructor does the
7289         resize for us.
7290         (BreakParagraphConservative): ditto
7291
7292         * src/support/path.h (Path): add a define so that the wrong usage
7293         "Path("/tmp") will be flagged as a compilation error:
7294         "`unnamed_Path' undeclared (first use this function)"
7295
7296 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7297
7298         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
7299         which was bogus for several reasons.
7300
7301         * src/LaTeX.C (scanAux): fix the regular expression used to scan
7302         .aux files. 
7303         (runBibTeX): ditto.
7304
7305         * autogen.sh: do not use "type -path" (what's that anyway?).
7306
7307         * src/support/filetools.C (findtexfile): remove extraneous space
7308         which caused a kpsewhich warning (at least with kpathsea version
7309         3.0). 
7310
7311 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
7312
7313         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
7314
7315         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
7316
7317         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
7318
7319 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7320
7321         * src/paragraph.C (BreakParagraph): do not reserve space on text
7322         if we don't need to (otherwise, if pos_end < pos, we end up
7323         reserving huge amounts of memory due to bad unsigned karma).
7324         (BreakParagraphConservative): ditto, although I have not seen
7325         evidence the bug can happen here.
7326
7327         * src/lyxparagraph.h: add a using std::list.
7328
7329 2000-01-11  Juergen Vigna  <jug@sad.it>
7330
7331         * src/menus.C (MenuDocu): output an Alert if the documentation-file
7332         could not be found.
7333
7334 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
7335
7336         * src/vc-backend.C (doVCCommand): change to be static and take one
7337         more parameter: the path to chdir too be fore executing the command.
7338         (retrive): new function equiv to "co -r"
7339
7340         * src/bufferlist.C (loadLyXFile): implement the missing parts if
7341         file_not_found_hook is true.
7342
7343         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
7344
7345         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
7346         if a file is readwrite,readonly...anything else.
7347
7348 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7349
7350         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
7351         (CreatePostscript): name change from MenuRunDVIPS (or something)
7352         (PreviewPostscript): name change from MenuPreviewPS
7353         (PreviewDVI): name change from MenuPreviewDVI
7354
7355         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
7356         \view_pdf_command., \pdf_to_ps_command
7357
7358         * lib/configure.m4: added search for PDF viewer, and search for
7359         PDF to PS converter. 
7360         (lyxrc.defaults output): add \pdflatex_command,
7361         \view_pdf_command and \pdf_to_ps_command.
7362
7363         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
7364
7365         * src/bufferlist.C (write): we don't use blocksize for anything so
7366         I removed it.
7367
7368 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7369
7370         * src/support/block.h: disable operator T* (), since it causes
7371         problems with both compilers I tried. See comments in the file.
7372
7373         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
7374         --with-lyxname. 
7375
7376         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
7377         variable LYX_DIR_10x to LYX_DIR_11x.
7378
7379         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
7380
7381         * INSTALL: document --with-lyxname.
7382         * NEWS: ditto.
7383
7384         * configure.in: new configure flag --with-lyxname which allows to
7385         choose the name under which lyx is installed. Default is "lyx", of
7386         course. It used to be possible to do this with --program-suffix,
7387         but the later has in fact a different meaning for autoconf.
7388
7389         * src/support/lstrings.h (lstrchr): reformat a bit.
7390
7391         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
7392         * src/mathed/math_defs.h: ditto.
7393
7394 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7395
7396         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
7397         true, decides if we create a backup file or not when saving. New
7398         tag and variable \pdf_mode, defaults to false. New tag and
7399         variable \pdflatex_command, defaults to pdflatex. New tag and
7400         variable \view_pdf_command, defaults to xpdf. New tag and variable
7401         \pdf_to_ps_command, defaults to pdf2ps.
7402
7403 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
7404
7405         * src/bufferlist.C (close): don't call insetUnlock if the buffer
7406         does not have a BufferView.
7407         (unlockInset): ditto + don't access the_locking_inset if the
7408         buffer does not have a BufferView.
7409
7410         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
7411         certain circumstances so that we don't continue a keyboard
7412         operation long after the key was released. Try f.ex. to load a
7413         large document, press PageDown for some seconds and then release
7414         it. Before this change the document would contine to scroll for
7415         some time, with this change it stops imidiatly.
7416
7417         * src/support/block.h: don't allocate more space than needed. As
7418         long as we don't try to write to the arr[x] in a array_type arr[x]
7419         it is perfectly ok. (if you write to it you might segfault).
7420         added operator value_type*() so that is possible to pass the array
7421         to functions expecting a C-pointer.
7422
7423         * lib/Makefile.am (dist-hook): don't fail completely if unable to
7424         cvs.
7425
7426         * intl/*: updated to gettext 0.10.35, tried to add our own
7427         required modifications. Please verify.
7428
7429         * po/*: updated to gettext 0.10.35, tried to add our own required
7430         modifications. Please verify.
7431         
7432         * src/support/lstrings.C (tostr): go at fixing the problem with
7433         cxx and stringstream. When stringstream is used return
7434         oss.str().c_str() so that problems with lyxstring and basic_string
7435         are avoided. Note that the best solution would be for cxx to use
7436         basic_string all the way, but it is not conformant yet. (it seems)
7437
7438         * src/lyx_cb.C + other files: moved several global functions to
7439         class BufferView, some have been moved to BufferView.[Ch] others
7440         are still located in lyx_cb.C. Code changes because of this. (part
7441         of "get rid of current_view project".)
7442
7443         * src/buffer.C + other files: moved several Buffer functions to
7444         class BufferView, the functions are still present in buffer.C.
7445         Code changes because of this.
7446
7447         * config/lcmessage.m4: updated to most recent. used when creating
7448         acinclude.m4.
7449
7450         * config/progtest.m4: updated to most recent. used when creating
7451         acinclude.m4.
7452         
7453         * config/gettext.m4: updated to most recent. applied patch for
7454         tmplinguas.
7455
7456         * config/gettext.m4.patch: new file that shows what changes we
7457         have done to the local copy of gettext.m4.
7458
7459         * config/libtool.m4: new file, used in creation of acinclude.m4
7460
7461         * config/lyxinclude.m4: new file, this is the lyx created m4
7462         macros, used in making acinclude.m4.
7463         
7464         * autogen.sh: GNU m4 discovered as a separate task not as part of
7465         the lib/configure creation. 
7466         Generate acinlucde from files in config. Actually cat
7467         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
7468         easier to upgrade .m4 files that really are external.
7469
7470         * src/Spacing.h: moved using std::istringstream to right after
7471         <sstream>. This should fix the problem seen with some compilers.
7472
7473 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7474
7475         * src/lyx_cb.C: began some work to remove the dependency a lot of
7476         functions have on BufferView::text, even if not really needed.
7477         (GetCurrentTextClass): removed this func, it only hid the
7478         current_view. 
7479
7480         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
7481         forgot this in last commit.
7482
7483         * src/Bullet.C (bulletEntry): use static char const *[] for the
7484         tables, becuase of this the return arg had to change to string.
7485         (bulletSize): ditto
7486         (~Bullet): removed unneeded destructor
7487
7488         * src/BufferView.C (beforeChange): moved from lyx_cb.C
7489         (insetSleep): moved from Buffer
7490         (insetWakeup): moved from Buffer
7491         (insetUnlock): moved from Buffer
7492
7493         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
7494         from Buffer to BufferView.
7495         
7496         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
7497
7498         * config/ltmain.sh: updated to version 1.3.4 of libtool
7499
7500         * config/ltconfig: updated to version 1.3.4 of libtool
7501
7502 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7503
7504
7505         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
7506         Did I get that right?
7507
7508         * src/lyxlex.h: add a "using" directive or two.
7509         * src/Spacing.h: ditto.
7510         * src/insets/figinset.C: ditto.
7511         * src/support/filetools.C: ditto.
7512         * src/support/lstrings.C: ditto.
7513         * src/BufferView.C: ditto.
7514         * src/bufferlist.C: ditto.
7515         * src/lyx_cb.C: ditto.
7516         * src/lyxlex.C: ditto.
7517
7518         * NEWS: add some changes for 1.1.4.
7519         
7520 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7521
7522         * src/BufferView.C: first go at a TextCache to speed up switching
7523         between documents.
7524
7525 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7526
7527         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
7528         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
7529         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
7530         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
7531         Meinen.
7532         
7533         * src/mathed/math_defs.h (MathedRowSt): make sure that all
7534         members of the struct are correctly initialized to 0 (detected by
7535         purify) 
7536         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
7537         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
7538
7539         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
7540         pidwait, since it was allocated with "new". This was potentially
7541         very bad. Thanks to Michael Schmitt for running purify for us.
7542
7543
7544 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7545
7546         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
7547
7548         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
7549
7550 1999-12-30  Allan Rae  <rae@lyx.org>
7551
7552         * lib/templates/IEEEtran.lyx: minor change
7553
7554         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
7555         src/mathed/formula.C (LocalDispatch): askForText changes
7556
7557         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
7558         know when a user has cancelled input. Fixes annoying problems with
7559         inserting labels and version control.
7560
7561 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
7562
7563         * src/support/lstrings.C (tostr): rewritten to use strstream and
7564         stringstream
7565
7566 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7567
7568         * src/support/filetools.C (IsFileWriteable): use fstream to check
7569         (IsDirWriteable): use fileinfo to check
7570
7571         * src/support/filetools.h (FilePtr): whole class deleted
7572
7573         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
7574
7575         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
7576
7577         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
7578
7579         * src/bufferlist.C (write): use ifstream and ofstream instead of
7580         FILE*
7581
7582         * src/Spacing.h: use istrstream instead of sscanf
7583
7584         * src/mathed/math_defs.h: change first arg to istream from FILE*
7585
7586         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
7587
7588         * src/mathed/math_parser.C: have yyis to be an istream 
7589         (LexGetArg): use istream (yyis)
7590         (yylex): ditto
7591         (mathed_parse): ditto
7592         (mathed_parser_file): first arg istream instead of FILE*, set yyis
7593
7594         * src/mathed/formula.C (Read): rewritten to use istream
7595
7596         * src/mathed/formulamacro.C (Read): rewritten to use istream
7597
7598         * src/lyxlex.h (~LyXLex): deleted desturctor 
7599         (getStream): new function, returns an istream
7600         (getFile): deleted funtion
7601         (IsOK): return is.good();
7602
7603         * src/lyxlex.C (LyXLex): delete file and owns_file
7604         (setFile): open an filebuf and assign that to a istream instead of
7605         using FILE*
7606         (setStream): new function, takes an istream as arg. 
7607         (setFile): deleted function
7608         (EatLine): rewritten us use istream instead of FILE*
7609         (next): ditto
7610         (nextToken): ditto
7611
7612         * src/table.C (LyXTable): use istream instead of FILE*
7613         (Read): rewritten to take an istream instead of FILE*
7614
7615 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7616
7617         * src/buffer.C (Dispatch): remove an extraneous break statement.
7618
7619         * src/support/filetools.C (QuoteName): change to do simple
7620         'quoting'. More work is necessary. Also changed to do nothing
7621         under emx (needs fix too).
7622         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
7623
7624         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
7625         config.h.in to the AC_DEFINE_UNQUOTED() call.
7626         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
7627         needs char * as argument (because Solaris 7 declares it like
7628         that). 
7629
7630         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
7631         remove definition of BZERO.
7632
7633 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
7634
7635         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
7636         defined, "lyxregex.h" if not.
7637
7638         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
7639         pkglib_ to noinst_
7640         (REGEX): new variable that is set to regex.c lyxregex.h when
7641         AM_CONDITIONAL USE_REGEX is set.
7642         (libsupport_la_SOURCES): add $(REGEX)
7643
7644         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
7645         pkglib_ to noinst_
7646
7647         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
7648         pkglib_ to noinst_
7649
7650         * configure.in: add call to LYX_REGEX 
7651
7652         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
7653         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
7654
7655 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7656
7657         * lib/bind/fi_menus.bind: new file, from
7658         pauli.virtanen@saunalahti.fi. 
7659
7660         * src/buffer.C (getBibkeyList): pass the parameter delim to
7661         InsetInclude::getKeys and InsetBibtex::getKeys.
7662
7663         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
7664         is passed to Buffer::getBibkeyList
7665         
7666         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
7667         instead of the hardcoded comma.
7668
7669         * src/insets/insetbib.C (getKeys): make sure that there are not
7670         leading blanks in bibtex keys. Normal latex does not care, but
7671         harvard.sty seems to dislike blanks at the beginning of citation
7672         keys. In particular, the retturn value of the function is
7673
7674         * INSTALL: make it clear that libstdc++ is needed and that gcc
7675         2.7.x probably does not work.
7676
7677         * src/support/filetools.C (findtexfile): make debug message go to
7678         the LATEX channel
7679         * src/insets/insetbib.C (getKeys): ditto
7680
7681         * src/debug.C (showTags): make sure that the output is correctly
7682         aligned. 
7683
7684         * configure.in: add a comment for TWO_COLOR_ICON define.
7685
7686         * acconfig.h: remove all the entries that already defined in
7687         configure.in or acinclude.m4.
7688
7689         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
7690         to avoid user name, date and copyright.
7691
7692 1999-12-21  Juergen Vigna  <jug@sad.it>
7693
7694         * src/table.C (Read): Now read bogus row format informations
7695                 if the format is < 5 so that afterwards the table can
7696                 be read by lyx but without any format-info. Fixed the
7697                 crash we experienced when not doing this.
7698
7699 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7700
7701         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
7702         (RedoDrawingOfParagraph): ditto
7703         (RedoParagraphs): ditto
7704         (RemoveTableRow): ditto
7705
7706         * src/text.C (Fill): rename arg paperwidth -> paper_width
7707
7708         * src/buffer.C (insertLyXFile): rename var filename -> fname
7709         (writeFile): rename arg filename -> fname
7710         (writeFileAscii): ditto
7711         (makeLaTeXFile): ditto
7712         (makeLinuxDocFile): ditto
7713         (makeDocBookFile): ditto
7714
7715         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
7716         (runBibTeX): ditto
7717
7718         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
7719
7720         * src/bmtable.h: add extern "C" on this file when __cplusplus is
7721         defined.
7722
7723         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
7724         compiled by a C compiler not C++. 
7725
7726         * src/layout.h (LyXTextClass): added typedef for const_iterator
7727         (LyXTextClassList): added typedef for const_iterator + member
7728         functions begin and end.
7729
7730         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
7731         iterators to fill the choice_class.
7732         (updateLayoutChoice): rewritten to use iterators to fill the
7733         layoutlist in the toolbar.
7734
7735         * src/BufferView.h (BufferView::work_area_width): removed unused
7736         variable. 
7737
7738         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
7739
7740         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
7741         (sgmlCloseTag): ditto
7742
7743         * src/support/lstrings.h: return type of countChar changed to
7744         unsigned char.
7745
7746         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
7747         what version of this func to use. Also made to return unsigned int.
7748
7749         * configure.in: call LYX_STD_COUNT 
7750
7751         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
7752         conforming std::count. 
7753
7754 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7755
7756         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
7757         and a subscript would give bad display (patch from Dekel Tsur
7758         <dekel@math.tau.ac.il>). 
7759
7760         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
7761
7762         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
7763         please sun CC.
7764
7765         * src/chset.h: add a few 'using' directives
7766
7767         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
7768         triggered when no buffer is active
7769
7770         * src/layout.C: removed `break' after `return' in switch(), since
7771         it is unreachable.
7772
7773         * src/lyx_main.C (init): make sure LyX can be ran in place even
7774         when libtool has done its magic with shared libraries. Fix the
7775         test for the case when the system directory has not been found.
7776
7777         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
7778         name for the latex file.
7779         (MenuMakeHTML): ditto
7780
7781         * src/buffer.h: add an optional boolean argument, which is passed
7782         to ChangeExtension.
7783
7784 1999-12-20  Allan Rae  <rae@lyx.org>
7785
7786         * lib/templates/IEEEtran.lyx: small correction and update.
7787
7788         * configure.in: Attempted to use LYX_PATH_HEADER
7789
7790         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
7791
7792         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
7793         input from JMarc.  Now use preprocessor to find the header.
7794         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
7795         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
7796         LYX_STL_STRING_FWD.  See comments in file.      
7797
7798 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
7799
7800         * The global MiniBuffer * minibuffer variable is dead.
7801         
7802         * The global FD_form_main * fd_form_main variable is dead.
7803
7804 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7805
7806         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
7807
7808         * src/table.h: add the LOstream.h header
7809         * src/debug.h: ditto
7810         
7811         * src/LyXAction.h: change the explaination of the ReadOnly
7812         attribute: is indicates that the function _can_ be used.
7813
7814         * src/LyXAction.C (init): find-replace _can_ be used in read-only
7815         mode. 
7816
7817 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7818
7819         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
7820         unsigned. 
7821         (descent): ditto
7822         (lbearing): ditto
7823         (rbearing): ditto
7824
7825         * src/paragraph.C (GetWord): assert on pos>=0
7826         (GetChar): ditto
7827         
7828         * src/support/lyxstring.C: condition the use of an invariant on
7829         ENABLE_ASSERTIONS 
7830         * src/support/lyxstring.h: ditto
7831
7832         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
7833         Use LAssert.h instead of plain assert().
7834
7835         * src/support/lstrings.h: add LAssert.h, in case it is needed.
7836
7837         * src/lyxfunc.C: do not include LAssert.h, it is not used.
7838         * src/support/filetools.C: ditto
7839
7840         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
7841         is not defined. 
7842
7843         * INSTALL: document the new configure flags
7844         
7845         * configure.in: suppress --with-debug; add --enable-assertions
7846
7847         * acinclude.m4: various changes in alignment of help strings.
7848
7849 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7850
7851         * src/kbmap.C: commented out the use of the hash map in kb_map,
7852         beginning of movement to a stl::container. 
7853
7854         * several files: removed code that was not in effect when
7855         MOVE_TEXT was defined.
7856         
7857         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
7858         for escaping should not be used. We can discuss if the string
7859         should be enclosed in f.ex. [] instead of "".
7860
7861         * src/trans_mgr.C (insert): use the new returned value from
7862         encodeString to get deadkeys and keymaps done correctly.
7863
7864         * src/chset.C (encodeString): changed to return a pair, to tell
7865         what to use if we know the string.
7866
7867         * src/lyxscreen.h (fillArc): new function.
7868
7869         * src/FontInfo.C (resize): rewritten to use more std::string like
7870         structore, especially string::replace.
7871
7872         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
7873         approp. accents.
7874
7875         * configure.in (chmod +x some scripts): remove config/gcc-hack 
7876
7877 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7878
7879         * src/buffer.C (writeFile): change once again the top comment in a
7880         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
7881         instead of an hardcoded version number.
7882         (makeDocBookFile): ditto
7883
7884         * src/version.h: add new define LYX_DOCVERSION
7885
7886         * po/de.po: update from Pit Sütterlin
7887         * lib/bind/de_menus.bind: ditto.
7888         
7889         * src/lyxfunc.C (Dispatch): call MenuExport()
7890         * src/buffer.C (Dispatch): ditto
7891
7892         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
7893         LyXFunc::Dispatch().
7894         (MenuExport): new function, moved from
7895         LyXFunc::Dispatch().
7896
7897         * src/trans_mgr.C (insert): small cleanup
7898         * src/chset.C (loadFile): ditto
7899
7900         * lib/kbd/iso8859-1.cdef: add missing backslashes
7901
7902 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
7903
7904         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
7905         help with placing the manually drawn accents better.
7906         (Rbearing): ditto
7907         (Draw): x2 and hg changed to float to minimize rounding errors and
7908         help place the accents better.
7909
7910         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
7911         unsigned short to char is just wrong...cast the char to unsigned
7912         char instead so that the two values can compare sanely. This
7913         should also make the display of insetlatexaccents better and
7914         perhaps also some other insets.
7915         (descent): ditto
7916         (lbearing): new function
7917         (rbearing): ditto
7918
7919 1999-12-15  Allan Rae  <rae@lyx.org>
7920
7921         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
7922         header that provides a wrapper around the very annoying SGI STL header
7923         of the same name.
7924
7925         * src/support/lyxstring.C, src/LString.h:
7926         removed old SGI-STL-compatability attempts.
7927
7928         * configure.in: Use LYX_STL_STRING_FWD.
7929
7930         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
7931         stl_string_fwd.h is around and try to determine it's location.
7932         Major improvement over previous SGI STL 3.2 compatability.
7933         Three small problems remain with this function due to my zero
7934         knowledge of autoconf.  JMarc and lgb see the comments in the code.
7935
7936 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7937
7938         * src/broken_const.h, config/hack-gcc, config/README: removed
7939         
7940         * configure.in: remove --with-gcc-hack option; do not call
7941         LYX_CXX_STL_STACK 
7942
7943         * INSTALL: remove documentation of --with-broken-const and
7944         --with-gcc-hack
7945         
7946         * acconfig.h: remove all trace of BROKEN_CONST define
7947
7948         * src/buffer.C (makeDocBookFile): update version number in output
7949         file. 
7950         (SimpleDocBookOnePar): fix an assert when trying to a character
7951         access beyond string length
7952         [Patch from Jose']
7953
7954 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7955
7956         * po/de.po: fix the Export menu
7957
7958         * lyx.man: update the description of -dbg
7959
7960         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
7961         (commandLineHelp): updated
7962         (easyParse): show list of available debug levels if -dbg is passed
7963         without argument.
7964
7965         * src/Makefile.am: add debug.C
7966
7967         * src/debug.h: moved some code to debug.C
7968
7969         * src/debug.C: new file. Contains code to set and show debug
7970         level. 
7971
7972         * src/layout.C: remove 'break' after 'continue' in switch
7973         statements, since these cannot be reached.
7974
7975 1999-12-13  Allan Rae  <rae@lyx.org>
7976
7977         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
7978         (in_word_set): hash() -> math_hash()
7979
7980         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
7981
7982         * acconfig.h: Added a test for whether we are using exceptions in the
7983         current compilation run. If so USING_EXCEPTIONS is defined.
7984
7985         * config.in: Check for existance of stl_string_fwd.h
7986         * src/LString.h: If compiling --with-included-string and SGI's
7987         STL version 3.2 is present (see above test) we need to block their
7988         forward declaration of string and supply a __get_c_string().
7989         However, it turns out this is only necessary if compiling with
7990         exceptions enabled so I've a bit more to add yet.
7991
7992         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
7993           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
7994           src/support/LRegex.h, src/undo.h:
7995         Shuffle the order of the included files a little to ensure that
7996         LString.h gets included before anything that includes stl_string_fwd.h
7997
7998         *  src/support/lyxstring.C: We need to #include LString.h instead of
7999         lyxstring.h to get the necessary definition of __get_c_string.
8000         (__get_c_string): New function.  This is defined static just like SGI's
8001         although why they need to do this I'm not sure.  Perhaps it should be
8002         in lstrings.C instead.
8003
8004         * lib/templates/IEEEtran.lyx:  New template file.
8005
8006 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8007         
8008         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
8009         * intl/Makefile.in (MKINSTALLDIRS):  ditto
8010
8011         * src/LyXAction.C (init): changed to hold the LFUN data in a
8012         automatic array in stead of in callso to newFunc, this speeds up
8013         compilation a lot. Also all the memory used by the array is
8014         returned when the init is completed.
8015
8016         * a lot of files: compiled with -Wold-style-cast, changed most of
8017         the reported offenders to C++ style casts. Did not change the
8018         offenders in C files. 
8019
8020         * src/trans.h (Match): change argument type to unsigned int.
8021
8022         * src/support/DebugStream.C: fix some types on the streambufs so
8023         that it works on a conforming implementation.
8024
8025 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8026
8027         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
8028
8029         * src/support/lyxstring.C: remove the inline added earlier since
8030         they cause a bunch of unsatisfied symbols when linking with dec
8031         cxx. Cxx likes to have the body of inlines at the place where they
8032         are declared.
8033
8034         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
8035         accessing negative bounds in array. This fixes the crash when
8036         inserting accented characters.
8037         * src/trans.h (Match): ditto
8038
8039         * src/buffer.C (Dispatch): since this is a void, it should not try
8040         to return anything...
8041
8042 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8043
8044         * src/buffer.h: removed the two friends from Buffer. Some changes
8045         because of this. Buffer::getFileName and Buffer::setFileName
8046         renamed to Buffer::fileName() and Buffer::fileName(...).
8047
8048 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
8049
8050         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
8051         and Buffer::update(short) to BufferView. This move is currently
8052         controlled by a define MOVE_TEXT, this will be removed when all
8053         shows to be ok. This move paves the way for better separation
8054         between buffer contents and buffer view. One side effect is that
8055         the BufferView needs a rebreak when swiching buffers, if we want
8056         to avoid this we can add a cache that holds pointers to LyXText's
8057         that is not currently in use. 
8058
8059         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
8060         André Pönitz. 
8061
8062 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
8063
8064         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
8065
8066         * lyx_main.C: new command line option -x (or --execute) and
8067           -e (or --export). Now direct conversion from .lyx to .tex
8068           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
8069           Unfortunately, X is still needed and the GUI pops up during the
8070           process...
8071
8072 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8073
8074         * src/Spacing.C: add a using directive to bring stream stuff into
8075         normal namespace.
8076         * src/paragraph.C: ditto
8077         * src/buffer.C: ditto
8078
8079         * NEWS: updated a bit the new features of 1.1.3 (took a few things
8080         from Lars' announcement).
8081
8082         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
8083         example files from Tino Meinen.
8084         
8085 1999-12-06  Allan Rae  <rae@lyx.org>
8086
8087         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
8088
8089 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
8090
8091         * src/support/lyxstring.C: added a lot of inline for no good
8092         reason
8093         
8094         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
8095         latexWriteEndChanges, they were not used.
8096         
8097         * src/layout.h (operator<<): output operator for PageSides
8098
8099         * src/mathed/math_iter.C (my_memcpy): slightly changed.
8100
8101         * some example files: loaded in LyX 1.0.4 and saved again to update
8102         certain constructs (table format) 
8103
8104         * a lot of files: did the change to use fstream/iostream for all
8105         writing of files. Done with a close look at Andre Poenitz's patch.
8106
8107         * some files: whitespace changes.
8108         
8109 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8110
8111         * src/mathed/math_iter.C (my_memcpy): new function. Since the
8112         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
8113         architecture, we provide our own. It is used unconditionnally, but
8114         I do not think this is a performance problem. Thanks to Angus
8115         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
8116         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
8117         first time).
8118         (GetInset): use my_memcpy.
8119         (Insert): ditto
8120         (Copy): ditto
8121
8122         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
8123         it is easier to understand, but it uses less TeX-only constructs now.
8124
8125         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
8126         elements contain spaces
8127
8128         * lib/configure: regenerated
8129         
8130         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
8131         elements contain spaces; display the list of programs that are
8132         tried.
8133
8134         * autogen.sh: make sure lib/configure is executable
8135
8136         * lib/examples/*: rename the tutorial examples to begin with the
8137         two-letters language code.
8138
8139         * src/lyxfunc.C (getStatus): do not query current font if no
8140         buffer exists.
8141
8142         * src/lyx_cb.C (RunScript): use QuoteName
8143         (MenuRunDvips): ditto
8144         (PrintApplyCB): ditto
8145
8146         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
8147         around argument, so that it works well with the current shell.
8148         Does not work properly with OS/2 shells currently.
8149
8150         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
8151         * src/LyXSendto.C (SendtoApplyCB): ditto
8152         * src/lyxfunc.C (Dispatch): ditto
8153         * src/buffer.C (runLaTeX): ditto
8154         (runLiterate): ditto
8155         (buildProgram): ditto
8156         (runChktex): ditto
8157         * src/lyx_cb.C (RunScript): ditto
8158         (MenuMakeLaTeX): ditto
8159         
8160         * src/buffer.h (getLatexName): new method 
8161
8162         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
8163
8164 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8165
8166         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
8167         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
8168         (create_math_panel): ditto
8169
8170         * src/lyxfunc.C (getStatus): re-activate the code which gets
8171         current font and cursor; add test for export to html.
8172
8173         * src/lyxrc.C (read): remove unreachable break statements; add a
8174         few "using".
8175
8176         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
8177         
8178 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
8179
8180         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
8181         introduced by faulty regex.
8182         * src/buffer.C: ditto
8183         * src/lastfiles.C: ditto
8184         * src/paragraph.C: ditto
8185         * src/table.C: ditto
8186         * src/vspace.C: ditto
8187         * src/insets/figinset.C: ditto
8188         Note: most of these is absolutely harmless, except the one in
8189         src/mathed formula.C.
8190
8191 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
8192
8193         * src/ImportNoweb.C (documentclass): fixed bounds for substr
8194           operation, yielding correct results for the reLyX command.
8195
8196 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
8197
8198         * src/support/filetools.C (ExpandPath): removed an over eager
8199         Assert.
8200         (ReplaceEnvironmentPath): ditto
8201
8202         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
8203         shows that we are doing something fishy in our code...
8204         (BubblePost): ditto
8205         (ToolbarCB): ditto
8206
8207         * src/lyxrc.C (read): use a double switch trick to get more help
8208         from the compiler. (the same trick is used in layout.C)
8209         (write): new function. opens a ofstream and pass that to output
8210         (output): new function, takes a ostream and writes the lyxrc
8211         elemts to it. uses a dummy switch to make sure no elements are
8212         forgotten. 
8213
8214         * src/lyxlex.h: added a struct pushpophelper for use in functions
8215         with more than one exit point.
8216
8217         * src/lyxlex.[Ch] (GetInteger): made it const
8218         (GetFloat): ditto
8219         (GetBool): ditto
8220
8221         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
8222
8223         * src/layout.[hC] : LayoutTags splitted into several enums, new
8224         methods created, better error handling cleaner use of lyxlex. Read
8225         the diff.
8226
8227         * src/bmtable.[Ch]: change some member prototypes because of the
8228         image const changes. 
8229
8230         * commandtags.h, src/LyXAction.C (init): new function:
8231         "preferences-save", saves the lyxrc entries into .lyx/preferences.
8232         This file is not read automatically but you can add \input
8233         preferences to your lyxrc if you want to. We need to discuss how
8234         to handle this. 
8235
8236         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
8237         in .aux, also remove .bib and .bst files from dependencies when
8238         running bibtex.
8239
8240         * src/BufferView.C, src/LyXView.C: add const_cast several places
8241         because of changes to images.
8242
8243         * lib/images/*: same change as for images/*
8244         
8245         * lib/lyxrc.example: Default for accept_compound is false not no.
8246
8247         * images/*: changed to be const, however I have som misgivings
8248         about this change so it might be changed back.
8249
8250 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8251
8252         * lib/configure, po/POTFILES.in: regenerated
8253
8254         * autogen.sh: autogenerate lib/configure from lib/configure.m4
8255
8256         * config/lib_configure.m4: removed
8257         
8258         * lib/configure.m4: new file (was config/lib_configure.m4)
8259
8260         * configure.in: do not test for rtti, since we do not use it.
8261         
8262 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
8263
8264         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
8265         doubling of allocated space scheme. This makes it faster for large
8266         strings end to use less memory for small strings. xtra rememoved. 
8267
8268         * src/insets/figinset.C (waitalarm): commented out.
8269         (GhostscriptMsg): use static_cast
8270         (GhostscriptMsg): use new instead of malloc to allocate memory for
8271         cmap. also delete the memory after use.
8272
8273         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
8274
8275         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
8276         for changes in bibtex database or style.
8277         (runBibTeX): remove all .bib and .bst files from dep before we
8278         begin. 
8279         (run): use scanAuc in when dep file already exist.
8280
8281         * src/DepTable.C (remove_files_with_extension): new method
8282         (exist): new method
8283
8284         * src/DepTable.[Ch]: made many of the methods const. 
8285
8286 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8287
8288         * src/bufferparams.C: make sure that the default textclass is
8289         "article". It used to be the first one by description order, but
8290         now the first one is "docbook".
8291
8292         * src/lyx_main.C (setDebuggingLevel): change type of argument to
8293         string; call Debug::value.
8294         (easyParse): pass complete argument to setDebuggingLevel().
8295
8296         * src/debug.h (value): fix the code that parses debug levels.
8297
8298         * src/debug.h: add new debug type ACTION, reserved for LyXAction
8299         class.  
8300
8301         * src/LyXAction.C: use Debug::ACTION as debug channel.
8302
8303         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
8304
8305         * NEWS: updated for the future 1.1.3 release.
8306
8307         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
8308         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
8309         it should. This is of course a controversial change (since many
8310         people will find that their lyx workscreen is suddenly full of
8311         red), but done for the sake of correctness.
8312
8313         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
8314           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
8315
8316         * src/insets/inseterror.h, src/insets/inseturl.h,
8317           src/insets/insetinfo.h, src/insets/figinset.h,
8318           src/mathed/formulamacro.h, src/mathed/math_macro.h
8319           (EditMessage): add a missing const and add _() to make sure that
8320         translation happens
8321
8322         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
8323           src/insets/insetbib.C, src/support/filetools.C: add `using'
8324         directives for cxx.  
8325
8326         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
8327         doing 'Insert index of last word' at the beginning of a paragraph.
8328
8329 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
8330
8331         * several files: white-space changes.
8332
8333         * src/mathed/formula.C: removed IsAlpha and IsDigit
8334
8335         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
8336         .bib file. use a ifstream instead of FilePtr when parsing the .bib
8337         file for keys.
8338
8339         * src/insets/figinset.C (GetPSSizes): don't break when
8340         "EndComments" is seen. But break when a boundingbox is read.
8341
8342         * all classes inherited from Inset: return value of Clone
8343         changed back to Inset *.
8344
8345         * all classes inherited form MathInset: return value of Clone
8346         changed back to MathedInset *.
8347         
8348         * src/insets/figinset.C (runqueue): use a ofstream to output the
8349         gs/ps file. Might need some setpresicion or setw. However I can
8350         see no problem with the current code.
8351         (runqueue): use sleep instead of the alarm/signal code. I just
8352         can't see the difference.
8353
8354         * src/paragraph.C (LyXParagraph): reserve space in the new
8355         paragraph and resize the inserted paragraph to just fit.
8356
8357         * src/lyxfunc.h (operator|=): added operator for func_status.
8358
8359         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
8360         check for readable file.
8361
8362         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
8363         check for readable file.
8364         (MenuMakeLinuxDoc): ditto
8365         (MenuMakeDocBook): ditto
8366         (MenuMakeAscii): ditto
8367         (InsertAsciiFile): split the test for openable and readable
8368
8369         * src/bmtable.C (draw_bitmaptable): use
8370         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
8371
8372         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
8373         findtexfile from LaTeX to filetools.
8374         
8375         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
8376         instead of FilePtr. Needs to be verified by a literate user.
8377
8378 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8379
8380         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
8381         (EditMessage): likewise.
8382
8383         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
8384         respectively as \textasciitilde and \textasciicircum.
8385
8386 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
8387
8388         * src/support/lyxstring.h: made the methods that take iterators
8389         use const_iterator.
8390
8391         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
8392         (regexMatch): made is use the real regex class.
8393
8394         * src/support/Makefile.am: changed to use libtool
8395
8396         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
8397
8398         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
8399         of defines.
8400         (MathIsInset ++): changed several macros to be inline functions
8401         instead. 
8402
8403         * src/mathed/Makefile.am: changed to use libtool
8404
8405         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
8406
8407         * src/insets/inset* : Clone changed to const and return type is
8408         the true insettype not just Inset*.
8409         
8410         * src/insets/Makefile.am: changed to use libtool
8411
8412         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
8413
8414         * src/undo.[Ch] : added empty() and changed some of the method
8415         names.
8416         
8417         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
8418
8419         * src/lyxparagraph.h: use id() and id(...) instead of getID and
8420         setID use block<> for the bullets array, added const several places.
8421
8422         * src/lyxfunc.C (getStatus): new function
8423
8424         * src/lyxfunc.[Ch] : small changes to take advantage of the new
8425         LyXAction, added const to several funtions.
8426
8427         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
8428         a std::map, and to store the dir items in a vector.
8429
8430         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
8431         as dependencies.
8432
8433         * src/LyXView.[Ch] + other files : changed currentView to view.
8434         
8435         * src/LyXAction.[Ch] : ported from the old devel branch.
8436         
8437         * src/.cvsignore: added .libs and a.out
8438
8439         * configure.in : changes to use libtool. 
8440
8441         * acinclude.m4 : inserted libtool.m4
8442
8443         * .cvsignore: added libtool
8444
8445 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8446
8447         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
8448         file name in insets and mathed directories (otherwise the
8449         dependency is not taken in account under cygwin).
8450
8451         * src/text2.C (InsertString[AB]): make sure that we do not try to
8452         read characters past the string length.
8453
8454 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8455
8456         * lib/doc/LaTeXConfig.lyx.in, 
8457           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
8458
8459         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
8460         file saying who created them and when this heppened; this is
8461         useless and annoys tools like cvs.
8462
8463         * lib/layouts/g-brief-{en,de}.layout,
8464           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
8465         from Thomas Hartkens <thomas@hartkens.de>.
8466
8467         * src/{insets,mathed}/Makefile.am: do not declare an empty
8468         LDFLAGS, so that it can be set at configure time (useful on Irix
8469         for -n32 flag).
8470
8471         * lib/reLyX/configure.in: make sure that the prefix is set
8472         correctly in LYX_DIR.
8473
8474 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
8475
8476         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
8477         be used by 'command-sequence' this allows to bind a key to a
8478         sequence of LyX-commands
8479         (Example: 'command-sequence math-insert alpha; math-insert beta;")
8480
8481         * src/LyXAction.C: add "command-sequence"
8482
8483         * src/LyXFunction.C: handling of "command-sequence"
8484
8485         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
8486          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
8487
8488         * src/lyxserver.C, src/minibuffer.C: Use this new interface
8489
8490 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8491
8492         * src/buffer.C (writeFile): Do not output a comment giving user
8493         and date at the beginning of a .lyx file. This is useless and
8494         annoys cvs anyway; update version number to 1.1.
8495
8496         * src/Makefile.am (LYX_DIR): add this definition, so that a
8497         default path is hardcoded in LyX.
8498
8499         * configure.in: Use LYX_GNU_GETTEXT.
8500
8501         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
8502         AM_GNU_GETTEXT with a bug fixed. 
8503
8504         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
8505
8506         * src/chset.C: add "using std::ifstream;" to please dec cxx.
8507
8508         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
8509         which is used to point to LyX data is now LYX_DIR_11x.
8510
8511         * lyx.man: convert to a unix text file; small updates.
8512
8513 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
8514
8515         * src/support/LSubstring.[Ch]: made the second arg of most of the
8516         constructors be a const reference. 
8517
8518         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
8519         me fixed.
8520
8521         * src/support/lyxstring.[Ch] (swap): added missing member function
8522         and specialization of swap(str, str); 
8523
8524         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
8525
8526         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
8527         trace of the old one.
8528
8529         * src/undo.[Ch]: made the undostack use std::list to store undo's in
8530         put the member definitions in undo.C.
8531
8532         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
8533         NEW_TEXT and have now only code that was included when this was
8534         defined. 
8535
8536         * src/intl.C (LCombo): use static_cast
8537         (LCombo2): ditto
8538         (DispatchCallback): ditto
8539
8540         * src/definitions.h: removed whole file
8541         
8542         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
8543
8544         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
8545         parsing and stores in a std:map. a regex defines the file format.
8546         removed unneeded members.
8547
8548         * src/bufferparams.h: added several enums from definitions.h here.
8549         Removed unsused destructor. Changed some types to use proper enum
8550         types. use block to have the temp_bullets and user_defined_bullets
8551         and to make the whole class assignable.
8552
8553         * src/bufferparams.C (Copy): removed this functions, use a default
8554         assignment instead. 
8555
8556         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
8557         isLiterate const.
8558
8559         * src/buffer.C (readLyXformat2): commend out all that have with
8560         oldpapersize to do. also comment out all that hve to do with
8561         insetlatex and insetlatexdel. 
8562         (setOldPaperStuff): commented out
8563
8564         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
8565
8566         * src/LyXAction.C: remove use of inset-latex-insert
8567
8568         * src/mathed/math_panel.C (button_cb): use static_cast
8569
8570         * src/insets/Makefile.am (insets_o_SOURCES): removed
8571         insetlatex.[Ch] 
8572
8573         * src/support/lyxstring.C (helper): use the unsigned long
8574         specifier, UL, instead of a static_cast.
8575
8576         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
8577
8578         * src/support/block.h: new file. to be used as a c-style array in
8579         classes, so that the class can be assignable.
8580
8581 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8582
8583         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
8584         NULL, make sure to return an empty string (it is not possible to
8585         set a string to NULL).
8586
8587 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8588
8589         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
8590
8591         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
8592
8593         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
8594         link line, so that Irix users (for example) can set it explicitely to
8595         "-n32".
8596         
8597         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
8598         it can be overidden at make time (static or dynamic link, for
8599         example).
8600         
8601         * src/vc-backend.C, src/LaTeXFeatures.h, 
8602           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
8603         statements to bring templates to global namespace.
8604
8605 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8606
8607         * src/support/lyxstring.C (operator[] const): make it standard
8608         conforming. 
8609
8610         * src/minibuffer.C (Init): changed to reflect that more
8611         information is given from the lyxvc and need not be provided here.
8612
8613         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
8614         
8615         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
8616
8617         * src/LyXView.C (UpdateTimerCB): use static_cast
8618         (KeyPressMask_raw_callback): ditto
8619
8620         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
8621         buffer_, a lot of changes because of this. currentBuffer() ->
8622         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
8623         also changes to other files because of this.
8624
8625 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8626
8627         * src/vc-backend.[Ch]: new files. The backends for vc handling,
8628         have no support for RCS and partial support for CVS, will be
8629         improved later.
8630         
8631         * src/insets/ several files: changes because of function name
8632         changes in Bufferview and LyXView.
8633         
8634         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
8635
8636         * src/support/LSubstring.[Ch]: new files. These implement a
8637         Substring that can be very convenient to use. i.e. is this
8638         possible:
8639         string a = "Mary had a little sheep";
8640         Substring(a, "sheep") = "lamb";
8641         a is now "Mary has a little lamb".
8642
8643         * src/support/LRegex.[Ch]: a regex class that can be used to pick
8644         out patterns and subpatterns of strings. It is used by LSubstring
8645         and also by vc-backend.C
8646         
8647         * src/support/lyxstring.C: went over all the assertions used and
8648         tried to correct the wrong ones and flag which of them is required
8649         by the standard. some bugs found because of this. Also removed a
8650         couple of assertions.
8651
8652         * src/support/Makefile.am (libsupport_a_SOURCES): added
8653         LSubstring.[Ch] and LRegex.[Ch]
8654
8655         * src/support/FileInfo.h: have struct stat buf as an object and
8656         not a pointer to one, some changes because of this.
8657
8658         * src/LaTeXFeatures.C (getTClassPreamble): also use the
8659         information in layout when adding the layouts preamble to the
8660         textclass preamble.
8661
8662         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
8663         usage in.
8664
8665         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
8666         because of bug in OS/2.
8667
8668 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8669
8670         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
8671         \verbatim@font instead of \ttfamily, so that it can be redefined.
8672
8673         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
8674           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
8675           src/layout.h, src/text2.C: add 'using' directive to bring the
8676         STL templates we need from the std:: namespace to the global one.
8677         Needed by DEC cxx in strict ansi mode.
8678
8679         * src/support/LIstream.h,src/support/LOstream.h,
8680           src/support/lyxstring.h,src/table.h,
8681           src/lyxlookup.h: do not include <config.h> in header
8682         files. This should be done in the .C files only.
8683
8684         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
8685         (from Kayvan).
8686         
8687
8688 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8689
8690         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
8691         from Kayvan to fix the tth invokation.
8692
8693         * development/lyx.spec.in: updates from Kayvan to reflect the
8694         changes of file names.
8695
8696 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
8697
8698         * src/text2.C (InsertStringB): use std::copy
8699         (InsertStringA): use std::copy
8700
8701         * src/bufferlist.C: use a vector to store the buffers in. This is
8702         an internal change and should not affect any other thing.
8703         
8704         * src/BufferView.C (waitForX): use XSync instead of the lengthy
8705         stuff in waitForX.
8706
8707         * src/text.C (Fill): fix potential bug, one off bug.
8708
8709 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
8710
8711         * src/Makefile.am (lyx_main.o): add more files it depends on.
8712
8713         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
8714
8715         * src/support/lyxstring.C: use size_t for the reference count,
8716         size, reserved memory and xtra.
8717         (internal_compare): new private member function. Now the compare
8718         functions should work for std::strings that have embedded '\0'
8719         characters.
8720         (compare): all compare functions rewritten to use
8721         internal_compare.
8722         
8723 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
8724
8725         * src/support/lyxstring.C (compare): pass c_str()
8726         (compare): pass c_str
8727         (compare): pass c_str
8728
8729 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8730
8731         * src/support/DebugStream.C: <config.h> was not included correctly.
8732
8733         * lib/configure: forgot to re-generate it :( I'll make this file
8734         auto generated soon.
8735
8736 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
8737
8738         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
8739         is used.
8740
8741         * src/support/lyxstring.C: some changes from length() to rep->sz.
8742         avoids a function call.
8743
8744         * src/support/filetools.C (SpaceLess): yet another version of the
8745         algorithm...now per Jean-Marc's suggestions.
8746
8747 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
8748
8749         * src/layout.C (less_textclass_desc): functor for use in sorting
8750         of textclasses. 
8751         (LyXTextClass::Read): sort the textclasses after reading.
8752         
8753         * src/support/filetools.C (SpaceLess): new version of the
8754         SpaceLess functions. What problems does this one give? Please
8755         report.
8756
8757         * images/banner_bw.xbm: made the arrays unsigned char *
8758
8759 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8760
8761         * src/support/lyxstring.C (find): remove bogus assertion in the
8762         two versions of find where this has not been done yet.
8763
8764         * src/support/lyxlib.h: add missing int return type to
8765         lyx::chdir(). 
8766
8767         * src/menus.C (ShowFileMenu): disable exporting to html if no
8768         html export command is present.
8769
8770         * config/lib_configure.m4: add a test for an HTML converter. The
8771         programs checked for are, in this order: tth, latex2html and
8772         hevea. 
8773
8774         * lib/configure: generated from config/lib_configure.m4.
8775
8776         * src/lyxfunc.C (Dispatch): update and improve the execution of an
8777         html converter. The parameters are now passed through $$FName and
8778         $$OutName, instead of standard input/output.
8779
8780         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
8781
8782         * lib/lyxrc.example: update description of \html_command. 
8783         add "quotes" around \screen_font_xxx font setting examples to help
8784         people who use fonts with spaces in their names.
8785
8786 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
8787
8788         * Distribution files: updates for v1.1.2
8789
8790         * src/support/lyxstring.C (find): remove bogus assert and return
8791         npos for the same condition.
8792
8793 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
8794
8795         * added patch for OS/2 from SMiyata.
8796
8797 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
8798
8799         * src/text2.C (CutSelection): make space_wrapped a bool
8800         (CutSelection): dont declare int i until we have to.
8801         (alphaCounter): return a char const *.
8802
8803 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8804
8805         * src/support/syscall.C (Systemcalls::kill): 
8806           src/support/filetools.C (PutEnv, PutEnvPath): 
8807           src/lyx_cb.C (addNewlineAndDepth): 
8808           src/FontInfo.C (FontInfo::resize): condition some #warning
8809         directives with WITH_WARNINGS.
8810         
8811
8812 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
8813
8814         * src/layout.[Ch] + several files: access to class variables
8815         limited and made accessor functions instead a lot of code changed
8816         becuase of this. Also instead of returning pointers often a const
8817         reference is returned instead.
8818         
8819         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
8820
8821         * src/Makefile.am (dist-hook): added used to remove the CVS from
8822         cheaders upon creating a dist
8823         (EXTRA_DIST): added cheaders
8824
8825         * src/support/lstrings.C (tostr(char)): fix it to handle param as
8826         a character not as a small integer. 
8827
8828         * src/support/lyxstring.C (find): removed Assert and added i >=
8829         rep->sz to the first if.
8830
8831 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8832
8833         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
8834         src/LyXView.C src/buffer.C src/bufferparams.C
8835         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
8836         src/text2.C src/insets/insetinclude.C:
8837         lyxlayout renamed to textclasslist.
8838
8839         * src/layout.C: some lyxerr changes.
8840
8841         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
8842         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
8843         (LyXLayoutList): removed all traces of this class.
8844         (LyXTextClass::Read): rewrote LT_STYLE
8845         (LyXTextClass::hasLayout): new function
8846         (LyXTextClass::GetLayout): rewritten to return an iterator + has
8847         both const and nonconst version.
8848         (LyXTextClass::delete_layout): new function.
8849         (LyXTextClassList::Style): bug fix. do the right thing if layout
8850         is to big.
8851         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
8852         (LyXTextClassList::NameOfLayout): ditto 
8853         (LyXTextClassList::Load): ditto
8854
8855         * src/buffer.C (makeLaTeXFile): new access to layoutlist
8856
8857         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
8858
8859         * src/LyXAction.C (LookupFunc): added a workaround for sun
8860         compiler, on the other hand...we don't know if the current code
8861         compiles on sun at all...
8862
8863         * src/support/filetools.C (CleanupPath): subst fix
8864
8865         * src/insets/insetbib.C (delDatabase): subst fix, this looks
8866         _really_ weird.
8867
8868         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
8869         complained about this one?
8870
8871         * src/insets/insetinclude.C (Latex): subst fix
8872
8873         * src/insets/insetbib.C (getKeys): subst fix
8874
8875         * src/LyXSendto.C (SendtoApplyCB): subst fix
8876
8877         * src/lyx_main.C (init): subst fix
8878
8879         * src/layout.C (Read): subst fix
8880
8881         * src/lyx_sendfax_main.C (button_send): subst fix
8882
8883         * src/buffer.C (RoffAsciiTable): subst fix
8884
8885         * src/lyx_cb.C (MenuFax): subst fix
8886         (PrintApplyCB): subst fix
8887
8888 1999-10-26  Juergen Vigna  <jug@sad.it>
8889
8890         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
8891
8892         (Read): Cleaned up this code so now we read only format vestion >= 5
8893
8894 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
8895
8896         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
8897         come nobody has complained about this one?
8898
8899         * src/insets/insetinclude.C (Latex): subst fix
8900
8901         * src/insets/insetbib.C (getKeys): subst fix
8902
8903         * src/lyx_main.C (init): subst fix
8904
8905         * src/layout.C (Read): subst fix
8906
8907         * src/buffer.C (RoffAsciiTable): subst fix
8908
8909         * src/lyx_cb.C (MenuFax): subst fix.
8910
8911         * src/layout.[hC] + some other files: rewrote to use
8912         std::container to store textclasses and layouts in.
8913         Simplified, removed a lot of code. Make all classes
8914         assignable. Further simplifications and review of type
8915         use still to be one. 
8916
8917         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
8918         lastfiles to create the lastfiles partr of the menu.
8919
8920         * src/lastfiles.[Ch]: rewritten to use deque to store the
8921         lastfiles in. Uses fstream for reading and writing. Simplifies
8922         code.
8923
8924         * src/support/syscall.C: remove explicit cast.
8925
8926         * src/BufferView.C (CursorToggleCB): removed code snippets that
8927         were commented out.
8928         use explicat C++ style casts instead of C style casts. also use
8929         u_vdata instea of passing pointers in longs.
8930
8931         * src/PaperLayout.C: removed code snippets that were commented out.
8932
8933         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
8934
8935         * src/lyx_main.C: removed code snippets that wer commented out.
8936
8937         * src/paragraph.C: removed code snippets that were commented out.
8938
8939         * src/lyxvc.C (logClose): use static_cast
8940         (logUpdate): ditto
8941         (viewLog): remove explicit cast to void*
8942         (showLog): removed old commented code
8943
8944         * src/menus.C: use static_cast instead of C style casts. use
8945         u_vdata instead of u_ldata. remove explicit cast to (long) for
8946         pointers. Removed old code that was commented out.
8947
8948         * src/insets/inset.C: removed old commented func
8949
8950         * src/insets/insetref.C (InsetRef): removed old code that had been
8951         commented out for a long time.
8952         (Edit): ditto
8953         (escape): removed C style cast
8954
8955         * src/insets/insetlatexaccent.C (Draw): removed old commented code
8956
8957         * src/insets/insetlatex.C (Draw): removed old commented code
8958         (Read): rewritten to use string
8959
8960         * src/insets/insetlabel.C (escape): removed C style cast
8961
8962         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
8963
8964         * src/insets/insetindex.C: use static_cast and u_vdata, removed
8965         old commented code.
8966
8967         * src/insets/insetinclude.h: removed a couple of stupid bools
8968
8969         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
8970         (Clone): remove C style cast
8971         (getKeys): changed list to lst because of std::list
8972
8973         * src/insets/inseterror.C (Draw): removed som old commented code.
8974
8975         * src/insets/insetcommand.C (Draw): removed some old commented code.
8976
8977         * src/insets/insetbib.C (bibitem_cb): removed code that has been
8978         commented out forever.
8979         (bibitem_cb): use static_cast instead of C style cast
8980         use of vdata changed to u_vdata.
8981
8982         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
8983         parameter.
8984         (CloseUrlCB): use static_cast instead of C style cast.
8985         (CloseUrlCB): added a fl_free form...it seemed to be missing.
8986
8987         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
8988         (C_InsetInfo_CloseInfoCB): forward the ob parameter
8989         (CloseInfoCB): static_cast from ob->u_vdata instead.
8990         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
8991         instead. 
8992
8993         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
8994         (C_InsetError_CloseErrorCB): forward the ob parameter
8995         (CloseErrorCB): static_cast from ob->u_vdata instead.
8996
8997         * src/vspace.h: include LString.h since we use string in this class.
8998
8999         * src/vspace.C (lyx_advance): changed name from advance because of
9000         nameclash with stl. And since we cannot use namespaces yet...I
9001         used a lyx_ prefix instead. Expect this to change when we begin
9002         using namespaces.
9003
9004         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
9005
9006         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
9007         and removed now defunct constructor and deconstructor.
9008
9009         * src/BufferView.h: have backstack as a object not as a pointer.
9010         removed initialization from constructor. added include for BackStack 
9011
9012         * development/lyx.spec.in (%build): add CFLAGS also.
9013
9014         * src/screen.C (drawFrame): removed another warning.
9015
9016 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9017
9018         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
9019         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
9020         README and ANNOUNCE a bit for the next release. More work is
9021         needed, of course.
9022
9023         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
9024         unbreakable if we are in freespacing mode (LyX-Code), but not in
9025         latex mode.
9026
9027 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
9028
9029         * src/BackStack.h: fixed initialization order in constructor
9030
9031         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
9032
9033         * acinclude.m4 (VERSION): new rules for when a version is
9034         development, added also a variable for prerelease.
9035         (warnings): we set with_warnings=yes for prereleases
9036         (lyx_opt): prereleases compile with same optimization as development 
9037         (CXXFLAGS): only use pedantic if we are a development version 
9038
9039         * src/BufferView.C (restorePosition): don't do anything if the
9040         backstack is empty.
9041
9042         * src/BackStack.h: added member empty, use this to test if there
9043         is anything to pop...
9044
9045 1999-10-25  Juergen Vigna  <jug@sad.it>
9046
9047         * forms/form1.fd +
9048         * forms/layout_forms.fd +
9049         * forms/latexoptions.fd +
9050         * lyx.fd: changed for various form resize issues
9051
9052         * src/mathed/math_panel.C +
9053         * src/insets/inseterror.C +
9054         * src/insets/insetinfo.C +
9055         * src/insets/inseturl.C +
9056         * src/insets/inseturl.h +
9057         * src/LaTeXLog.C +
9058         * src/LyXSendto.C +
9059         * src/PaperLayout.C +
9060         * src/ParagraphExtra.C +
9061         * src/TableLayout.C +
9062         * src/form1.C +
9063         * src/layout_forms.C +
9064         * src/lyx.C +
9065         * src/lyx_cb.C +
9066         * src/lyx_gui.C +
9067         * src/lyxfr0.C +
9068         * src/lyxfunc.C +
9069         * src/lyxvc.C +
9070         * src/menus.C: fixed various resize issues. So now forms can be
9071         resized savely or not be resized at all.
9072         
9073         * forms/form_url.fd +
9074         * src/insets/form_url.[Ch]: added because it's cleaner and easier
9075         to modify IMO.
9076
9077         * src/insets/Makefile.am: added files form_url.[Ch]
9078         
9079 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9080
9081         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
9082         (and presumably 6.2).
9083
9084         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
9085         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
9086         remaining static member callbacks. 
9087
9088         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
9089         messages. 
9090
9091         * src/support/lyxstring.h: declare struct Srep as friend of
9092         lyxstring, since DEC cxx complains otherwise.
9093
9094 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
9095
9096 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
9097
9098         * src/LaTeX.C (run): made run_bibtex also depend on files with
9099         extension ".bst"
9100         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
9101         are put into the dependency file.
9102
9103         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
9104         the code has shown itself to work
9105         (create_ispell_pipe): removed another warning, added a comment
9106         instead. 
9107
9108         * src/minibuffer.C (ExecutingCB): removed code that has been
9109         commented out a long time
9110
9111         * src/lyxfunc.C (processKeyEvent): removed some very old commented
9112         out code + a warning.
9113
9114         * src/support/lyxstring.h: comment out the three private
9115         operators, when compiling with string ansi conforming compilers
9116         they make problems.
9117
9118         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
9119         unsigned char *.
9120         (pixmapFromBitmapData): change type of bdata to be unsigned char *
9121         (pixmapFromBitmapData): add a reinterpret_cast in the call to
9122         XCreateImage
9123
9124         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
9125         unsigned char *
9126
9127         * src/mathed/math_panel.C (create_math_panel): remove explicit
9128         casts
9129
9130         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
9131         unsigned char *.
9132
9133         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
9134         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
9135         to XCreatePixmapFromBitmapData
9136         (fl_set_bmtable_data): change the last argument to be unsigned
9137         char *
9138         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
9139         and bh to be unsigned int, remove explicit casts in call to
9140         XReadBitmapFileData.
9141
9142         * images/arrows.xbm: made the arrays unsigned char *
9143         * images/varsz.xbm: ditto
9144         * images/misc.xbm: ditto
9145         * images/greek.xbm: ditto
9146         * images/dots.xbm: ditto
9147         * images/brel.xbm: ditto
9148         * images/bop.xbm: ditto
9149
9150         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
9151
9152         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
9153         (LYX_PROG_CXX): added -pedantic to g++ compile options when
9154         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
9155         needed. 
9156         (LYX_CXX_CHEADERS): added <clocale> to the test. 
9157
9158 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
9159
9160         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
9161
9162         * src/support/lyxstring.C (append): fixed something that must be a
9163         bug, rep->assign was used instead of rep->append.
9164
9165         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
9166         and LOstream.h
9167
9168         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
9169         lyx insert double chars. Fix spotted by Kayvan.
9170
9171 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
9172
9173         * Fixed the tth support. I messed up with the Emacs patch apply feature
9174         and omitted the changes in lyxrc.C.
9175
9176 1999-10-22  Juergen Vigna  <jug@sad.it>
9177
9178         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
9179
9180         * src/lyx_cb.C (MenuInsertRef) + 
9181         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
9182         the form cannot be resized under it limits (fixes a segfault)
9183         
9184         * src/lyx.C (create_form_form_ref) +
9185         * forms/lyx.fd: Changed Gravity on name input field so that it is
9186         resized correctly.
9187
9188 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9189
9190         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
9191         <ostream> and <istream>.
9192         
9193         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
9194         whether <fstream> provides the latest standard features, or if we
9195         have an oldstyle library (like in egcs).
9196         (LYX_CXX_STL_STRING): fix the test.
9197
9198         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
9199         code on MODERN_STL_STREAM.
9200
9201         * src/support/lyxstring.h: use L{I,O}stream.h.
9202
9203         * src/support/L{I,O}stream.h: new files, designed to setup
9204         correctly streams for our use
9205           - includes the right header depending on STL capabilities
9206           - puts std::ostream and std::endl (for LOStream.h) or
9207           std::istream (LIStream.h) in toplevel namespace.
9208
9209 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9210
9211         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
9212         was a bib file that had been changed we ensure that bibtex is run.
9213         (runBibTeX): enhanced to extract the names of the bib files and
9214         getting their absolute path and enter them into the dep file.
9215         (findtexfile): static func that is used to look for tex-files,
9216         checks for absolute patchs and tries also with kpsewhich.
9217         Alternative ways of finding the correct files are wanted. Will
9218         probably be moved.
9219         (do_popen): function that runs a command using popen and returns
9220         the whole output of that command in a string. Should be moved to
9221         somewhere else.
9222
9223         * src/DepTable.[Ch] (extchanged): new function that returns true if a
9224         file with extension ext has changed.
9225
9226         * src/insets/figinset.C: added ifdef guards around the fl_free
9227         code that jug commented out. Now it is commented out when
9228         compiling with XForms == 0.89.
9229
9230         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
9231         to lyxstring.C, and only keep a forward declaration in
9232         lyxstring.h. Simplifies the header file a bit and should help a
9233         bit on compile time too. Also changes to Srep will not mandate a
9234         recompile of code just using string.
9235         (~lyxstring): definition moved here since it uses srep.
9236         (size): definition moved here since it uses srep.
9237
9238         * src/support/lyxstring.h: removed a couple of "inline" that should
9239         not be there.
9240
9241 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9242
9243         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
9244         the 'ob' argument.
9245
9246 1999-10-21  Juergen Vigna  <jug@sad.it>
9247
9248         * src/table.C (SetPWidth): Just a small fix so the alignment is not
9249         set to left if I just remove the width entry (or it is empty).
9250
9251         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
9252         paragraph when having dummy paragraphs.
9253
9254 1999-10-20  Juergen Vigna  <jug@sad.it>
9255
9256         * src/insets/figinset.C: just commented some fl_free_form calls
9257         and added warnings so that this calls should be activated later
9258         again. This avoids for now a segfault, but we have a memory leak!
9259
9260         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
9261         'const char * argument' to 'string argument', this should
9262         fix some Asserts() in lyxstring.C.
9263
9264         * src/lyxfunc.h: Removed the function argAsString(const char *)
9265         as it is not used anymore.
9266
9267 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
9268
9269         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
9270         get instead of >>
9271
9272         * src/Literate.h: some funcs moved from public to private to make
9273         interface clearer. Unneeded args removed.
9274
9275         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
9276         instead of lyxlex.
9277         (scanBuildLogFile): ditto
9278
9279         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
9280         normal TeX Error. Still room for improvement.
9281
9282         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
9283
9284         * src/buffer.C (insertErrors): changes to make the error
9285         desctription show properly.
9286
9287         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
9288         could never happen
9289
9290         * src/support/lyxstring.C (helper): changed to use
9291         sizeof(object->rep->ref).
9292         (operator>>): changed to use a pointer instead.
9293
9294         * src/support/lyxstring.h: changed const reference & to value_type
9295         const & lets see if that helps.
9296
9297 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
9298
9299         * Makefile.am (rpmdist): fixed to have non static package and
9300         verison.
9301
9302         * src/support/lyxstring.C: removed the compilation guards
9303
9304         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
9305         a bit clearer.
9306
9307         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
9308         conditional compile of lyxstring.Ch
9309
9310         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
9311         stupid check, but it is a lot better than the bastring hack. 
9312         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
9313
9314         * several files: changed string::erase into string::clear. Not
9315         really needed.
9316         
9317         * src/chset.C (encodeString): use a char temporary instead
9318
9319         * src/table.C (TexEndOfCell): added tostr around
9320         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
9321         (TexEndOfCell): ditto
9322         (TexEndOfCell): ditto
9323         (TexEndOfCell): ditto
9324         (DocBookEndOfCell): ditto
9325         (DocBookEndOfCell): ditto
9326         (DocBookEndOfCell): ditto
9327         (DocBookEndOfCell): ditto
9328
9329         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
9330
9331         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
9332
9333         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
9334         (MenuBuildProg): added tostr around ret
9335         (MenuRunChktex): added tostr around ret
9336         (DocumentApplyCB): added tostr around ret
9337
9338         * src/chset.C (encodeString): added tostr around t->ic
9339
9340         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
9341         (makeLaTeXFile): added tostr around tocdepth
9342         (makeLaTeXFile): added tostr around ftcound - 1
9343
9344         * src/insets/insetbib.C (setCounter): added tostr around counter.
9345
9346         * src/support/lyxstring.h: added an operator+=(int) to catch more
9347         mistakes. 
9348
9349         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
9350         (lyxstring): We DON'T allow NULL pointers.
9351
9352 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9353
9354         * src/mathed/math_macro.C (MathMacroArgument::Write,
9355         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
9356         when writing them out.
9357
9358         * src/LString.C: remove, since it is not used anymore.
9359         
9360         * src/support/lyxstring.C: condition the content to
9361         USE_INCLUDED_STRING macro.
9362
9363         * src/mathed/math_symbols.C, src/support/lstrings.C,
9364         src/support/lyxstring.C: add `using' directive to specify what
9365         we need in <algorithm>. I do not think that we need to
9366         conditionalize this, but any thought is appreciated.
9367
9368         * many files: change all callback functions to "C" linkage
9369         functions to please strict C++ compilers like DEC cxx 6.1 in mode
9370         strict_ansi. Those who were static are now global. 
9371             The case of callbacks which are static class members is
9372         trickier, since we have to make C wrappers around them (see
9373         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
9374         did not finish this yet, since it defeats the purpose of
9375         encapsulation, and I am not sure what the best route is.
9376
9377 1999-10-19  Juergen Vigna  <jug@sad.it>
9378
9379         * src/support/lyxstring.C (lyxstring): we permit to have a null
9380         pointer as assignment value and just don't assign it.
9381
9382         * src/vspace.C (nextToken): corrected this function substituting
9383         find_first(_not)_of with find_last_of.
9384
9385         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
9386                 (TableOptCloseCB) (TableSpeCloseCB):
9387         inserted fl_set_focus call for problem with fl_hide_form() in
9388         xforms-0.89.
9389
9390 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9391
9392         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
9393         string. 
9394
9395 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9396
9397         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
9398         LyXLex::next() and not eatline() to get its argument.
9399
9400 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
9401
9402         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
9403         instead, use fstreams for io of the depfile, removed unneeded
9404         functions and variables. 
9405
9406         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
9407         vector instead, removed all functions and variables that is not in
9408         use.
9409
9410 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9411
9412         * src/buffer.C (insertErrors): use new interface to TeXError
9413
9414         * Makefile.am (rpmdist): added a rpmdist target
9415
9416         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
9417         per Kayvan's instructions.
9418
9419 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9420
9421         * src/Makefile.am: add a definition for localedir, so that locales
9422         are found after installation (Kayvan)
9423
9424 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9425
9426         * development/.cvsignore: new file.
9427
9428 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9429
9430         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
9431         C++ compiler provides wrappers for C headers and use our alternate
9432         version otherwise.
9433
9434         * configure.in: use LYX_CXX_CHEADERS.
9435
9436         * src/cheader/: new directory, populated with cname headers from
9437         libstdc++-2.8.1. They are a bit old, but probably good enough for
9438         what we want (support compilers who lack them).
9439         
9440         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
9441         from includes. It turns out is was stupid.
9442  
9443 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
9444
9445         * lib/Makefile.am (install-data-local): forgot a ';'
9446         (install-data-local): forgot a '\'
9447         (libinstalldirs): needed after all. reintroduced.
9448
9449 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
9450
9451         * configure.in (AC_OUTPUT): added lyx.spec
9452
9453         * development/lyx.spec: removed file
9454
9455         * development/lyx.spec.in: new file
9456
9457         * po/*.po: merged with lyx.pot becuase of make distcheck
9458         
9459         * lib/Makefile.am (dist-hook): added dist-hook so that
9460         documentation files will be included when doing a make
9461         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
9462         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
9463         conditional later.
9464         more: tried to make install do the right thing, exclude CVS dirs
9465         etc.
9466
9467         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
9468         Path would fit in more nicely.
9469
9470         * all files that used to use pathstack: uses now Path instead.
9471         This change was a lot easier than expected.
9472         
9473         * src/support/path.h: new file
9474
9475         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
9476
9477         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
9478
9479         * src/support/lyxstring.C (getline): Default arg was given for
9480         para 3. removed.
9481
9482         * Configure.cmd: removed file 
9483
9484 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9485
9486         * src/support/DebugStream.[Ch]: remove the explicit std:: before
9487         streams classes and types, add the proper 'using' statements when
9488         MODERN_STL is defined.
9489         
9490         * src/debug.h: move the << operator definition after the inclusion
9491         of DebugStream.h
9492
9493         * src/support/filetools.C: include "LAssert.h", which is needed
9494         later. 
9495
9496         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
9497         to includes. 
9498
9499         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
9500         include "debug.h" to define a proper ostream.
9501
9502 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
9503
9504         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
9505           method to the SystemCall class which can kill a process, but it's
9506           not fully implemented yet.
9507
9508         * src/*.C: Changed Systemcalls::Startscript() to startscript()
9509
9510         * src/support/FileInfo.h: Better documentation  
9511
9512         * src/lyxfunc.C: Added support for buffer-export html
9513         
9514         * src/menus.C: Added Export->As HTML...
9515         
9516         * lib/bind/*.bind: Added short-cut for buffer-export html
9517
9518         * src/lyxrc.*: Added support for new \tth_command
9519         
9520         * lib/lyxrc.example: Added stuff for new \tth_command
9521
9522 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9523
9524         * lib/Makefile.am (IMAGES): removed images/README
9525         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
9526         installes in correct place. Check permisions is installed
9527         correctly.
9528
9529         * src/LaTeX.C: some no-op changes moved declaration of some
9530         variables around.
9531
9532         * src/LaTeX.h (LATEX_H): changed include guard name
9533
9534 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9535
9536         * lib/reLyX/Makefile.am: install noweb2lyx.
9537
9538         * lib/Makefile.am: install configure. 
9539
9540         * lib/reLyX/configure.in: declare a config aux dir; set package
9541         name to lyx (not sure what the best solution is); generate noweb2lyx.
9542
9543         * lib/layouts/egs.layout: fix the bibliography layout.
9544
9545 1999-10-08  Jürgen Vigna <jug@sad.it>
9546
9547         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
9548         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
9549         it returned without continuing to search the path.
9550         
9551 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9552
9553         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
9554         also fixes a bug. It is not allowed to do tricks with std::strings
9555         like: string a("hei"); &a[e]; this will not give what you
9556         think... Any reason for the complexity in this func?
9557
9558 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
9559
9560         * Updated README and INSTALL a bit, mostly to check that my
9561         CVS rights are correctly set up.
9562
9563 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
9564
9565         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
9566         does not allow '\0' chars but lyxstring and std::string does.
9567
9568 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
9569
9570         * autogen.sh (AUTOCONF): let the autogen script create the
9571         POTFILES.in file too. POTFILES.in should perhaps now not be
9572         included in the cvs module.
9573
9574         * some more files changed to use C++ includes instead of C ones.
9575
9576         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
9577         not assigned.
9578         (Reread): added tostr to nlink. buggy output otherwise.
9579         (Reread): added a string() around szMode when assigning to Buffer,
9580         without this I got a log of garbled info strings.
9581
9582         * acconfig.h: commented out the PTR_AS_INT macros. They should not
9583         be needed.
9584
9585         * I have added several ostream & operator<<(ostream &, some_type)
9586         functions. This has been done to avoid casting and warnings when
9587         outputting enums to lyxerr. This as thus eliminated a lot of
9588         explicit casts and has made the code clearer. Among the enums
9589         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
9590         mathed enums, some font enum the Debug::type enum. 
9591
9592         * src/support/lyxstring.h (clear): missing method. equivalent of
9593         erase(0, npos).
9594
9595         * all files that contained "stderr": rewrote constructs that used
9596         stderr to use lyxerr instead. (except bmtable)
9597
9598         * src/support/DebugStream.h (level): and the passed t with
9599         Debug::ANY to avoid spurious bits set.
9600
9601         * src/debug.h (Debug::type value): made it accept strings of the
9602         type INFO,INIT,KEY.
9603
9604         * configure.in (Check for programs): Added a check for kpsewhich,
9605         the latex generation will use this later to better the dicovery of
9606         all used files. 
9607
9608         * src/BufferView.C (create_view): we don't need to cast this to
9609         (void*) that is done automatically.
9610         (WorkAreaButtonPress): removed some dead code.
9611
9612 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9613
9614         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
9615         is not overwritten when translated (David Sua'rez de Lis).
9616
9617         * lib/CREDITS: Added David Sua'rez de Lis
9618
9619         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
9620
9621         * src/bufferparams.C (BufferParams): default input encoding is now
9622         "latin1" 
9623
9624         * acinclude.m4 (cross_compiling): comment out macro
9625         LYX_GXX_STRENGTH_REDUCE. 
9626
9627         * acconfig.h: make sure that const is not defined (to empty) when
9628         we are compiling C++. Remove commented out code using SIZEOF_xx
9629         macros.
9630         
9631         * configure.in : move the test for const and inline as late as
9632         possible so that these C tests do not interefere with C++ ones.
9633         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
9634         has not been proven. 
9635
9636 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9637
9638         * src/table.C (getDocBookAlign): remove bad default value for
9639         isColumn parameter.
9640
9641         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
9642         shortcut. 
9643         (ShowFileMenu2): ditto.
9644
9645         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
9646         of files to ignore.
9647
9648 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
9649
9650         * Most files: finished the change from the old error code to use
9651         DebugStream for all lyxerr debugging. Only minor changes remain
9652         (e.g. the setting of debug levels using strings instead of number) 
9653
9654 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9655
9656         * src/layout.C (Add): Changed to use compare_no_case instead of
9657         strcasecmp.
9658
9659         * src/FontInfo.C: changed loop variable type too string::size_type.
9660
9661 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9662
9663         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
9664         set ETAGS_ARGS to --c++ 
9665
9666 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
9667
9668         * src/table.C (DocBookEndOfCell): commented out two unused variables
9669
9670         * src/paragraph.C: commented out four unused variables. 
9671
9672         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
9673         insed a if clause with type string::size_type.
9674
9675         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
9676         string::size_type.
9677
9678         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
9679
9680         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
9681         variable, also changed loop to go from 0 to lenght + 1, instead of
9682         -1 to length. This should be correct.
9683
9684         * src/LaTeX.C (scanError): use string::size_type as loop variable
9685         type.
9686
9687         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
9688         (l.896) since y_tmp and row was not used anyway.
9689
9690         * src/insets/insetref.C (escape): use string::size_type as loop
9691         variable type.
9692
9693         * src/insets/insetquotes.C (Width): use string::size_type as loop
9694         variable type.
9695         (Draw): use string::size_type as loop variable type.
9696
9697         * src/insets/insetlatexaccent.C (checkContents): use
9698         string::size_type as loop variable type.
9699
9700         * src/insets/insetlabel.C (escape): use string::size_type as loop
9701         variable type.
9702
9703         * src/insets/insetinfo.C: added an extern for current_view.
9704
9705         * src/insets/insetcommand.C (scanCommand): use string::size_type
9706         as loop variable type.
9707
9708         * most files: removed the RCS tags. With them we had to recompile
9709         a lot of files after a simple cvs commit. Also we have never used
9710         them for anything meaningful. 
9711
9712         * most files: tags-query-replace NULL 0. As adviced several plases
9713         we now use "0" instead of "NULL" in our code. 
9714
9715         * src/support/filetools.C (SpaceLess): use string::size_type as
9716         loop variable type.
9717
9718 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
9719
9720         * src/paragraph.C: fixed up some more string stuff.
9721
9722 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
9723
9724         * src/support/filetools.h: make modestr a std::string.
9725
9726         * src/filetools.C (GetEnv): made ch really const.
9727
9728         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
9729         made code that used these use max/min from <algorithm> instead.
9730
9731         * changed several c library include files to their equivalent c++
9732         library include files. All is not changed yet.
9733
9734         * created a support subdir in src, put lyxstring and lstrings
9735         there + the extra files atexit, fileblock, strerror. Created
9736         Makefile.am. edited configure.in and src/Makefile.am to use this
9737         new subdir. More files moved to support.
9738
9739         * imported som of the functions from repository lyx, filetools
9740         
9741         * ran tags-query-replace on LString -> string, corrected the bogus
9742         cases. Tried to make use of lstrings.[hC], debugged a lot. There
9743         is still some errors in there. This is errors where too much or
9744         too litle get deleted from strings (string::erase, string::substr,
9745         string::replace), there can also be some off by one errors, or
9746         just plain wrong use of functions from lstrings. Viewing of quotes
9747         is wrong. 
9748
9749         * LyX is now running fairly well with string, but there are
9750         certainly some bugs yet (see above) also string is quite different
9751         from LString among others in that it does not allow null pointers
9752         passed in and will abort if it gets any.
9753         
9754         * Added the revtex4 files I forgot when setting up the repository.
9755
9756 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
9757
9758         * All over: Tried to clean everything up so that only the files
9759           that we really need are included in the cvs repository.
9760         * Switched to use automake.
9761         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
9762         * Install has not been checked.
9763
9764 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9765
9766         * po/pt.po: Three errors:
9767                l.533 and l.538 format specification error
9768                l. 402 duplicate entry, I just deleted it.
9769