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