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