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