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