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