]> git.lyx.org Git - features.git/blob - ChangeLog
2a365e37ea66610841fc8d6ed7adc82651afb506
[features.git] / ChangeLog
1 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
4         * src/insets/form_graphics.C: ditto.
5
6         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
7
8 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9
10         * src/bufferparams.C (readLanguage): use the new language map
11
12         * src/intl.C (InitKeyMapper): use the new language map
13
14         * src/lyx_gui.C (create_forms): use the new language map
15
16         * src/language.[Ch]: New files. Used for holding the information
17         about each language. Now! Use this new language map enhance it and
18         make it really usable for our needs. 
19
20 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
21         
22         * screen.C (ShowCursor): Removed duplicate code.
23         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
24         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
25         
26         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
27
28         * src/lyxtext.h
29         * src/text.C  Added TransformChar method. Used for rendering Arabic
30         text correctly (change the glyphs of the letter according to the
31         position in the word)
32
33         * src/buffer.C
34         * src/paragraph.C
35         * src/lyxrc.h
36         * src/lyxrc.C  Added lyxrc command {language_command_begin,
37         language_command_end,language_command_ltr,language_command_rtl,
38         language_package} which allows the use of either arabtex or Omega
39         for Arabic
40
41         * src/lyx_gui.C (init)
42         * src/lyxrc.h
43         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
44         to use encoding for menu fonts which is different than the encoding
45         for screen fonts
46
47         * src/buffer.C (makeLaTeXFile): If params.language = "default",
48         do not load the babel package.
49         To write an English document with Hebrew/Arabic, change the document
50         language to "english".
51
52         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
53         (alphaCounter): changed to return char
54         (loweralphaCounter, hebrewCounter, romanCounter): New functions
55
56         * lib/lyxrc.example  Added examples for Hebrew/Arabic
57
58         * src/layout.h
59         * src/layout.C  Added layout command endlabeltype
60
61         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
62
63         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
64
65 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
66
67         * src/mathed/math_delim.C (search_deco): return a
68         math_deco_struct* instead of index.
69
70 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
71
72         * All files with a USE_OSTREAM_ONLY within: removed all code that
73         was unused when USE_OSTREAM_ONLY is defined.
74         
75         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
76         of any less. Removed header and using.
77
78         * src/text.C (GetVisibleRow): draw the string "Page Break
79         (top/bottom)" on screen when drawing a pagebreak line.
80
81 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
82
83         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
84
85         * src/mathed/math_macro.C (draw): do some cast magic.
86         (Metrics): ditto.
87
88         * src/mathed/math_defs.h: change byte* argument to byte const*.
89
90         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
91
92         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
93         know it is right to return InsetFoot* too, but cxx does not like
94         it...). 
95
96         * src/insets/insetcollapsable.[Ch] (Clone): make const.
97
98         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
99
100         * src/mathed/math_delim.C: change == to proper assignment.
101
102 2000-03-09  Juergen Vigna  <jug@sad.it>
103
104         * src/insets/insettext.C (setPos): fixed various cursor positioning
105         problems (via mouse and cursor-keys)
106         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
107         inset (still a small display problem but it works ;)
108
109         * src/insets/insetcollapsable.C (draw): added button_top_y and
110         button_bottom_y to have correct values for clicking on the inset.
111
112         * src/support/lyxalgo.h: commented out 'using std::less'
113
114 2000-03-08  Juergen Vigna  <jug@sad.it>
115
116         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
117         Button-Release event closes as it is alos the Release-Event
118         which opens it.
119
120         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
121
122 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
123
124         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
125         can add multiple spaces in Scrap (literate programming) styles...
126         which, by the way, is how I got hooked on LyX to begin with.
127  
128         * src/mathed/formula.C (Write): Added dummy variable to an
129         inset::Latex() call.
130         (Latex): Add free_spacing boolean to inset::Latex()
131
132         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
133         
134         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
135         virtual function to include the free_spacing boolean from
136         the containing paragraph's style.
137  
138         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
139         Added free_spacing boolean arg to match inset.h
140         
141         * src/insets/insettext.C, src/insets/insettext.h (Latex):
142         Added free_spacing boolean arg to match inset.h
143         
144         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
145         Added free_spacing boolean and made sure that if in a free_spacing
146         paragraph, that we output normal space if there is a protected space.
147         
148         * src/insets/insetref.C, src/insets/insetref.h (Latex):
149         Added free_spacing boolean arg to match inset.h
150         
151         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
152         Added free_spacing boolean arg to match inset.h
153         
154         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
155         Added free_spacing boolean arg to match inset.h
156         
157         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
158         Added free_spacing boolean arg to match inset.h
159         
160         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
161         Added free_spacing boolean arg to match inset.h
162         
163         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
164         free_spacing boolean arg to match inset.h 
165         
166         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
167         Added free_spacing boolean arg to match inset.h
168         
169         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
170         Added free_spacing boolean arg to match inset.h
171         
172         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
173         Added free_spacing boolean arg to match inset.h
174         
175         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
176         Added free_spacing boolean arg to match inset.h
177         
178         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
179         Added free_spacing boolean arg to match inset.h
180         
181         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
182         free_spacing boolean arg to match inset.h
183         
184         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
185         free_spacing boolean arg to match inset.h
186         
187         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
188         ignore free_spacing paragraphs. The user's spaces are left
189         alone. 
190         
191         * src/text.C (InsertChar): Fixed the free_spacing layout
192         attribute behavior. Now, if free_spacing is set, you can
193         add multiple spaces in a paragraph with impunity (and they
194         get output verbatim).
195         (SelectSelectedWord): Added dummy argument to inset::Latex()
196         call.
197         
198         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
199         calls.
200         
201         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
202         paragraph layouts now only input a simple space instead.
203         Special character insets don't make any sense in free-spacing
204         paragraphs.
205         
206         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
207         hard-spaces in the *input* file to simple spaces if the layout
208         is free-spacing. This converts old files which had to have
209         hard-spaces in free-spacing layouts where a simple space was
210         preferrable.
211         (writeFileAscii): Added free_spacing check to pass to the newly
212         reworked inset::Latex(...) methods. The inset::Latex() code
213         ensures that hard-spaces in free-spacing paragraphs get output
214         as spaces (rather than "~").
215         
216 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
217         
218         * src/mathed/math_delim.C (draw): draw the empty placeholder
219         delims with a onoffdash line.
220         (struct math_deco_compare): struct that holds the "functors" used
221         for the sort and the binary search in math_deco_table.
222         (class init_deco_table): class used for initial sort of the
223         math_deco_table. 
224         (search_deco): use lower_bound to do a binary search in the
225         math_deco_table.
226
227 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
228
229         * src/lyxrc.C: a small secret thingie...
230
231         * src/lyxlex.C (printTable): changed to take a ostream as paramter
232         and to not flush the stream as often as it used to.
233
234         * src/support/lyxalgo.h: new file 
235         (sorted): template function used for checking if a sequence is
236         sorted or not. Two versions with and without user supplied
237         compare. Uses same compare as std::sort.
238
239         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
240         it and give warning on lyxerr.
241         (pushTable): ditto
242         (struct compare_tags): struct with function operators used for
243         checking if sorted, sorting and lower_bound.
244         (search_kw): use lower_bound instead of manually implemented
245         binary search.
246
247 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
248
249         * src/insets/insetcollapsable.h: fix Clone() declaration.
250         * src/insets/insetfoot.h: ditto.
251
252         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
253
254 2000-03-08  Juergen Vigna  <jug@sad.it>
255
256         * src/insets/lyxinset.h: added owner call which tells us if
257         this inset is inside another inset. Changed also the return-type
258         of Editable to an enum so it tells clearer what the return-value is.
259
260         * src/insets/insettext.C (computeTextRows): fixed computing of
261         textinsets which split automatically on more rows.
262
263         * src/insets/insetert.[Ch]: changed this to be of BaseType
264         InsetCollapsable.
265
266         * src/insets/insetfoot.[Ch]: added footnote inset
267
268         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
269         collapsable insets (like footnote, ert, ...)
270
271 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
272
273         * src/lyxdraw.h: remvoe file
274
275         * src/lyxdraw.C: remove file
276
277         * src/insets/insettext.C: added <algorithm>.
278
279 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
280
281         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
282         (matrix_cb): case MM_OK use string stream
283
284         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
285         stream.
286
287         * src/mathed/math_macro.C (draw): use string stream
288         (Metrics): use string stream
289
290         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
291         directly to the ostream.
292
293         * src/vspace.C (asString): use string stream.
294         (asString): use string stream
295         (asLatexString): use string stream
296
297         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
298         setting Spacing::Other.
299
300         * src/LaTeXFeatures.C (getPackages): use string stream instead of
301         sprintf when creating the stretch vale.
302
303         * src/text2.C (alphaCounter): changed to return a string and to
304         not use a static variable internally. Also fixed a one-off bug.
305         (SetCounter): changed the drawing of the labels to use string
306         streams instead of sprintf.
307
308         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
309         manipulator to use a scheme that does not require library support.
310         This is also the way it is done in the new GNU libstdc++. Should
311         work with DEC cxx now. 
312
313 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
314
315         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
316         end. This fixes a bug. 
317
318         * src/mathed (all files concerned with file writing): apply the
319         USE_OSTREAM_ONLY changes to mathed too.
320         
321         * src/support/DebugStream.h: make the constructor explicit.
322
323         * src/lyxfont.C (latexWriteStartChanges): small bug related to
324         count and ostream squashed.
325
326 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
327
328         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
329
330         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
331         ostringstream uses STL strings, and we might not.
332
333         * src/insets/insetspecialchar.C: add using directive.
334         * src/insets/insettext.C: ditto.
335
336 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
337
338         * lib/layouts/seminar.layout: feeble attempt at a layout for
339         seminar.cls, far from completet and could really use some looking
340         at from people used to write layout files.
341
342         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
343         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
344         a lot nicer and works nicely with ostreams.
345
346         * src/mathed/formula.C (draw): a slightly different solution that
347         the one posted to the list, but I think this one works too. (font
348         size wrong in headers.)
349
350         * src/insets/insettext.C (computeTextRows): some fiddling on
351         Jürgens turf, added some comments that he should read.
352
353         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
354         used and it gave compiler warnings.
355         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
356         writing of lyxrc.
357
358         * src/lyx_gui.C (create_forms): do the right thing when
359         show_banner is true/false.
360
361         * src/lyx_cb.C (TimerCB): no need to close or do anything if
362         show_banner is false.
363
364         * most file writing files: Now use iostreams to do almost all of
365         the writing. Also instead of passing string &, we now use
366         stringstreams. mathed output is still not adapted to iostreams.
367         This change can be turned off by commenting out all the occurences
368         of the "#define USE_OSTREAM_ONLY 1" lines.
369         
370         * src/WorkArea.C (createPixmap): don't output debug messages.
371         (WorkArea): don't output debug messages.
372
373         * lib/lyxrc.example: added a comment about the new variable
374         \show_banner 
375
376         * development/Code_rules/Rules: Added some more commente about how
377         to build class interfaces and on how better encapsulation can be
378         achieved. 
379
380 2000-03-03  Juergen Vigna  <jug@sad.it>
381
382         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
383         automatically with the width of the LyX-Window
384
385         * src/insets/insettext.C (computeTextRows): fixed update bug in
386         displaying text-insets (scrollvalues where not initialized!)
387
388 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
389
390         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
391         id in the check of the result from lower_bound is not enough since
392         lower_bound can return last too, and then res->id will not be a
393         valid construct.
394
395         *  all insets and some code that use them: I have conditionalized
396         removed the Latex(string & out, ...) this means that only the
397         Latex(ostream &, ...) will be used. This is a work in progress to
398         move towards using streams for all output of files. 
399
400         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
401         c to 0.
402
403 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
404
405         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
406         routine (this fixes bug where greek letters were surrounded by too
407         much white space).
408
409         * src/support/filetools.C (findtexfile): change a bit the search
410         algorithm, to fix bug introduced in 1.1.4. Note that --format is
411         no longer passed to kpsewhich, we may have to change that later.
412
413         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
414         warning options to avoid problems with X header files (from Angus
415         Leeming).
416         * acinclude.m4: regenerated.
417
418 2000-03-02  Juergen Vigna  <jug@sad.it>
419
420         * src/insets/insettext.C (WriteParagraphData): Using the
421         par->writeFile() function for writing paragraph-data.
422         (Read): Using buffer->parseSingleLyXformat2Token()-function
423         for parsing paragraph data!
424
425         * src/buffer.C (readLyXformat2): removed all parse data and using
426         the new parseSingleLyXformat2Token()-function.
427         (parseSingleLyXformat2Token): added this function to parse (read)
428         lyx-file-format (this is called also from text-insets now!)
429
430 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
431
432         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
433         and temp.
434
435         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
436         directly instead of going through a func. One very bad thing: a
437         static LyXFindReplace, but I don't know where to place it. 
438
439         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
440         string instead of char[]. Also changed to static.
441         (GetSelectionOrWordAtCursor): changed to static inline
442         (SetSelectionOverLenChars): ditto.
443
444         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
445         current_view and global variables. both classes has changed names
446         and LyXFindReplace is not inherited from SearchForm.
447         
448         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
449         fl_form_search form.
450
451         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
452
453 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
454
455         * lib/bind/*.bind: make sure 'buffer-previous' function is not
456         bound (from Kayvan).
457
458         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
459
460         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
461
462 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
463
464         * some things that I should comment but the local pub says head to
465         swirly... 
466         
467         * comment out all code that belongs to the Roff code for Ascii
468         export of tables. (this is unused)
469         
470         * src/LyXView.C: use correct type for global variable
471         current_layout. (LyXTextClass::size_type)
472
473         * some code to get the new insetgraphics closer to working I'd be
474         grateful for any help.
475         
476         * src/BufferView2.C (insertInset): use the return type of
477         NumberOfLayout properly. (also changes in other files)
478
479         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
480         this as a test. I want to know what breaks because of this.
481
482         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
483
484 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
485
486         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
487         to use a \makebox in the label, this allows proper justification
488         with out using protected spaces or multiple hfills. Now it is
489         "label" for left justified, "\hfill label\hfill" for center, and
490         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
491         should be changed accordingly. 
492
493 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
494
495         * src/lyxtext.h: change SetLayout() to take a
496         LyXTextClass::size_type instead of a char (when there is more than
497         127 layouts in a class); also change type of copylayouttype.
498         * src/text2.C (SetLayout): ditto.
499         * src/LyXView.C (updateLayoutChoice): ditto.
500
501         * src/LaTeX.C (scanLogFile): errors where the line number was not
502         given just after the '!'-line were ignored (from Dekel Tsur).
503
504         * lib/lyxrc.example: fix description of \date_insert_format
505
506         * lib/layouts/llncs.layout: new layout, contributed by Martin
507         Vermeer. 
508
509 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
510
511         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
512         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
513         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
514         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
515         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
516         paragraph.C, text.C, text2.C)
517
518 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
519
520         * src/insets/insettext.C (LocalDispatch): remove extra break
521         statement. 
522
523         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
524         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
525
526         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
527         * src/insets/insettext.[Ch] (GetCursorPos): ditto
528
529         * src/insets/insetbib.h: move InsetBibkey::Holder and
530         InsetCitation::Holder in public space.
531
532 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
533
534         * src/insets/insettext.h: small change to get the new files from
535         Juergen to compile (use "string", not "class string").
536
537         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
538         const & as parameter to LocalDispatch, use LyXFont const & as
539         paramter to some other func. This also had impacto on lyxinsets.h
540         and the two mathed insets.
541
542 2000-02-24  Juergen Vigna  <jug@sad.it>
543
544         * src/buffer.C:
545         * src/commandtags.h: 
546         * src/LyXAction.C:
547         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
548
549         * src/BufferView.h
550         * src/BufferView.C
551         * src/BufferView2.C: added/updated code for various inset-functions
552
553         * src/insets/insetert.[Ch]: added implementation of InsetERT
554
555         * src/insets/insettext.[Ch]: added implementation of InsetText
556
557         * src/insets/inset.C (Edit): added "unsigned int button" parameter
558         (draw): added preliminary code for inset scrolling not finshed yet
559
560         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
561         as it is in lyxfunc.C now
562
563         * src/insets/lyxinset.h: Added functions for text-insets
564
565 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
566
567         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
568         BufferView and reimplement the list as a queue put inside its own
569         class.
570
571         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
572
573         * several files: use the new interface to the "updateinsetlist"
574         
575         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
576         on doubleclick.
577         (work_area_handler): call BufferView::trippleClick on trippleclick.
578
579         * src/BufferView.C (doubleClick): new function, selects word on
580         doubleclick. 
581         (trippleClick): new function, selects line on trippleclick.
582
583 2000-02-22  Allan Rae  <rae@lyx.org>
584
585         * lib/bind/xemacs.bind: buffer-previous not supported
586
587 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
588
589         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
590         as const.
591
592 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
593
594         * src/bufferlist.C: get rid of current_view from this file
595
596         * src/spellchecker.C: get rid of current_view from this file
597
598         * src/vspace.C: get rid of current_view from this file
599         (inPixels): added BufferView parameter for this func
600         (asLatexCommand): added a BufferParams for this func
601
602         * src/text.C src/text2.C: get rid of current_view from these
603         files.
604         
605         * src/lyxfont.C (getFontDirection): move this function here from
606         text.C
607         
608         * src/bufferparams.C (getDocumentDirection): move this function
609         here from text.C
610
611         * src/paragraph.C (getParDirection): move this function here from
612         text.C 
613         (getLetterDirection): ditto
614         
615 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
616
617         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
618         resize due to wrong pixmap beeing used. Also took the opurtunity
619         to make the LyXScreen stateless on regard to WorkArea and some
620         general cleanup in the same files.
621         
622 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
623
624         * src/Makefile.am: add missing direction.h
625
626         * src/PainterBase.h: made the width functions const.
627         
628         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
629         missing ones.
630         
631         * src/insets/insetcommand.C (draw): draw Editable as buttons.
632
633         * src/insets/insetlatexaccent.C (draw): make the accents draw
634         better, at present this will only work well with iso8859-1.
635         
636         * several files: remove the old drawing code, now we use the new
637         painter only.
638
639         * several files: remove support for mono_video, reverse_video and
640         fast selection.
641
642 2000-02-17  Juergen Vigna  <jug@sad.it>
643
644         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
645         int ** as we have to return the pointer, otherwise we have only
646         NULL pointers in the returning function.
647
648 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
649
650         * src/LaTeX.C (operator()): quote file name when running latex.
651
652 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
653
654         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
655         (bubble tip), this removes our special handling of this.
656
657         * Remove all code that is unused now that we have the new
658         workarea. (Code that are not active when NEW_WA is defined.)
659
660         * Make the uses of XSync not conditionalized on define USE_XSYNC.
661         
662 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
663
664         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
665         nonexisting layout; correctly redirect obsoleted layouts.
666
667         * lib/lyxrc.example: document \view_dvi_paper_option
668
669         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
670         variable. 
671
672         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
673         (PreviewDVI): handle the view_dvi_paper_option variable.
674         [Both from Roland Krause]
675
676 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
677
678         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
679         char const *, int, LyXFont)
680         (text(int, int, string, LyXFont)): ditto 
681
682         * src/text.C (InsertCharInTable): attempt to fix the double-space
683         feature in tables too.
684         (BackspaceInTable): ditto.
685         (GetVisibleRow): make bottom pagebreak line be a onoff line.
686
687 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
688
689         * src/text2.C (owner): only complain if owner_ is set and bv != 0
690
691         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
692         newly found text in textcache to this.
693         (buffer): set the owner of the text put into the textcache to 0
694
695         * src/insets/figinset.C (draw): fixed the drawing of figures with
696         the new Painter.
697
698         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
699         drawing of mathframe, hfills, protected space, table lines. I have
700         now no outstanding drawing problems with the new Painter code. 
701
702 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
703
704         * src/PainterBase.C (ellipse, circle): do not specify the default
705         arguments. 
706
707         * src/LColor.h: add using directive.
708
709         * src/Painter.[Ch]: change return type of methods from Painter& to
710         PainterBase&. Add a using directive.
711
712         * src/WorkArea.C: wrap xforms callbacks in C functions
713         C_WorkArea_xxx. 
714
715         * lib/layouts/foils.layout: font fix and simplifications from Carl
716         Ollivier-Gooch.
717
718 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
719
720         * a lot of files: The Painter, LColor and WorkArea from the old
721         devel branch has been ported to lyx-devel. Some new files and a
722         lot of #ifdeffed code. The new workarea is enabled by default, but
723         if you want to test the new Painter and LColor you have to compile
724         with USE_PAINTER defined (do this in config.h f.ex.) There are
725         still some rought edges, and I'd like some help to clear those
726         out. It looks stable (loads and displays the Userguide very well).
727         
728
729 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
730
731         * src/buffer.C (pop_tag): revert to the previous implementation
732         (use a global variable for both loops).
733
734         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
735
736         * src/lyxrc.C (LyXRC): change slightly default date format.
737
738         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
739         there is an English text with a footnote that starts with a Hebrew
740         paragraph, or vice versa.
741         (TeXFootnote): ditto.
742
743         * src/text.C (LeftMargin): allow for negative values for
744         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
745         this out.
746
747         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
748         for input encoding (cyrillic)
749
750 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
751
752         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
753         Tsur). 
754
755         * src/toolbar.C (set): ditto
756         * src/insets/insetbib.C (create_form_citation_form): ditto
757
758         * lib/CREDITS: added Dekel Tsur.
759
760         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
761         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
762         hebrew supports files from Dekel Tsur.
763         
764         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
765         <tzafrir@technion.ac.il> 
766
767         * src/lyxrc.C: put \date_insert_format at the right place.
768
769         * src/buffer.C (makeLaTeXFile): fix the handling of
770         BufferParams::sides when writing out latex files.
771
772         * src/BufferView2.C: add a "using" directive.
773
774         * src/support/lyxsum.C (sum): when we use lyxstring,
775         ostringstream::str needs an additional .c_str().
776
777 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
778
779         * src/support/filetools.C (ChangeExtension): patch from Etienne
780         applied.
781
782         * src/TextCache.C (show): remove const_cast and make second
783         parameter non-const LyXText *.
784
785         * src/TextCache.h: use non const LyXText in show.
786
787         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
788         with hebrew.
789
790 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
791
792         * src/support/lyxsum.C: rework to be more flexible.
793         
794         * several places: don't check if a pointer is 0 if you are going
795         to delete it.
796
797         * src/text.C: remove some dead code.
798
799         * src/insets/figinset.C: remove some dead code
800         
801         * src/buffer.C: move the BufferView funcs to BufferView2.C
802         remove all support for insetlatexdel
803         remove support for oldpapersize stuff
804         made some member funcs const
805
806         * src/kbmap.C: use a std::list to store the bindings in.
807         
808         * src/BufferView2.C: new file
809
810         * src/kbsequence.[Ch]: new files
811         
812         * src/LyXAction.C + others: remove all trace of buffer-previous
813         
814         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
815         only have one copy in the binary of this table.
816         
817         * hebrew patch: moved some functions from LyXText to more
818         appropriate places. (LyXParagraph, BufferParams, LyXFont)
819         
820         * several files: remove support for XForms older than 0.88
821         whitespace changes.
822         remove some #if 0 #endif code
823         
824         * src/TextCache.[Ch]: new file. Holds the textcache.
825
826         * src/BufferView.C: changes to use the new TextCache interface.
827         (waitForX): remove the now unused code.
828         
829         * src/BackStack.h: remove some commented code
830
831         * lib/bind/emacs.bind: remove binding for buffer-previous
832
833 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
834
835         * applied the hebrew patch.
836
837         * src/lyxrow.h: make sure that all Row variables are initialized.
838
839         * src/text2.C (TextHandleUndo): comment out a delete, this might
840         introduce a memory leak, but should also help us to not try to
841         read freed memory. We need to look at this one.
842
843         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
844         (LyXParagraph): initalize footnotekind.
845
846         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
847         forgot this when applying the patch. Please heed the warnings.
848
849         * src/BufferView.C (buffer): a fix for the buffer-reload problem
850         (aka. reformat problem)
851
852         * src/bufferlist.C (exists): made const, and use const_iterator
853         (isLoaded): new func.
854         (release): use std::find to find the correct buffer.
855
856         * src/bufferlist.h: made getState a const func.
857         made empty a const func.
858         made exists a const func.
859         new func: isLoaded
860
861 2000-02-01  Juergen Vigna  <jug@sad.it>
862
863         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
864
865         * po/it.po: updated a bit the italian po file and also changed the
866         'file nuovo' for newfile to 'filenuovo' without a space, this did
867         annoy me a lot :)
868         
869         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
870         for the new insert_date command.
871
872         * src/lyxfunc.C (Dispatch): added support for a insert_date function
873         from jdblair, to insert a date into the current text conforming to
874         a strftime format (for now only considering the locale-set and not
875         the document-language).
876
877 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
878
879         * src/lyxfont.C (textWidth): hopefully better fix for the Array
880         Bounds Read error seen by purify. The problem was that islower is
881         a macros which takes an unsigned char and uses it as an index for
882         in array of characters properties (and is thus subject to the
883         above error).
884         (drawText): ditto.
885
886         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
887         correctly the paper sides radio buttons.
888         (UpdateDocumentButtons): ditto.
889
890 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
891
892         * src/kbmap.C (getsym + others): change to return unsigned int,
893         returning a long can give problems on 64 bit systems. (I assume
894         that int is 32bit on 64bit systems)
895
896 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
897
898         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
899         LyXLookupString to be zero-terminated. Really fixes problems seen
900         by purify, I think.
901
902 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
903
904         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
905         write a (char*)0 to the lyxerr stream.
906
907         * src/lastfiles.C: move algorithm before the using statemets.
908
909 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
910
911         * src/lastfiles.C: move using directives in global scope (egcs 1.x
912         complains otherwise).
913         * src/table.C: ditto
914
915         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
916         directory. 
917
918         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
919         that I removed earlier... It is really needed.
920
921         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
922
923 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
924
925         * INSTALL: update xforms home page URL.
926
927         * lib/configure.m4: fix a bug with unreadable layout files.
928
929         * src/table.C (calculate_width_of_column): add "using std::max"
930         directive. 
931
932 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
933
934         * several files: marked several lines with "DEL LINE", this is
935         lines that can be deleted without changing anything.
936         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
937                                    checks this anyway */
938                 delete <ptr>
939
940         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
941
942         * src/DepTable.C (update): add a "+" at the end when the checksum
943         is different. (debugging string only)
944
945         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
946         the next inset to not be displayed. This should also fix the list
947         of labels in the "Insert Crossreference" dialog.
948
949 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
950
951         * src/support/LSubstring.C (LSubstring): set pos to string::npos
952         when regex was not found.
953
954         * src/support/lstrings.C (lowercase): use handcoded transform always.
955         (uppercase): ditto
956
957         * src/text.C (Delete): fixed the crash. cursor.par->prev and
958         old_cursor.par->prev could be 0.
959
960         * several files: changed post inc/dec to pre inc/dec
961         
962         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
963         write the lastfiles to file.
964
965         * src/BufferView.C (buffer): only show TextCache info when debugging
966         (buffer): ditto
967         (resizeCurrentBuffer): ditto
968         (workAreaExpose): ditto
969
970         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
971
972         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
973
974         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
975         a bit better by removing the special case for \i and \j.
976
977 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
978
979         * src/lyx_main.C (easyParse): remove test for bad comand line
980         options, since this broke all xforms-related parsing.
981
982         * src/kbmap.C (getsym): set return type to unsigned long, as
983         declared in header. On an alpha, long is _not_ the same as int.
984
985         * src/support/LOstream.h: add a "using std::flush;"
986
987         * src/insets/figinset.C: ditto.
988
989 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
990
991         * src/bufferlist.C (write): use blinding fast file copy instead of
992         "a char at a time", now we are doing it the C++ way.
993
994         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
995         std::list<int> instead.
996         (addpidwait): reflect move to std::list<int>
997         (sigchldchecker): ditto
998
999         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
1000         version also. 
1001
1002         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
1003         that obviously was wrong...
1004
1005         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
1006         c, this avoids warnings with purify and islower.
1007
1008         * src/insets/figinset.C: rename struct queue to struct
1009         queue_element and rewrite to use a std::queue. gsqueue is now a
1010         std::queue<queue_element>
1011         (runqueue): reflect move to std::queue
1012         (addwait): ditto
1013
1014         * src/support/lstrings.h (tostr): specialize for bool, otherwise
1015         we would get "1" "0" instead of "true" "false. Also make the tostr
1016         functions inline.
1017
1018 2000-01-21  Juergen Vigna  <jug@sad.it>
1019
1020         * src/buffer.C (writeFileAscii): Disabled code for special groff
1021         handling of tabulars till I fix this in table.C
1022
1023 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1024
1025         * src/support/mkdir.C (mkdir): change second argument of mkdir to
1026         unsigned long int.
1027         * src/support/lyxlib.h: ditto.
1028
1029 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1030
1031         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
1032         and 'j' look better. This might fix the "macron" bug that has been
1033         observed.
1034
1035         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
1036         functions as one template function. Delete the old versions.
1037
1038         * src/support/lyxsum.C: move using std::ifstream inside
1039         MODERN_STL_STREAMS
1040
1041         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
1042         and putenv.C
1043
1044         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
1045
1046         * src/mathed/formula.C: delete #include "bufferlist.h" never used
1047
1048         * src/insets/figinset.C (InitFigures): use new instead of malloc
1049         to allocate memory for figures and bitmaps.
1050         (DoneFigures): use delete[] instead of free to deallocate memory
1051         for figures and bitmaps.
1052         (runqueue): use new to allocate 
1053         (getfigdata): use new/delete[] instead of malloc/free
1054         (RegisterFigure): ditto
1055
1056         * some files: moved some declarations closer to first use, small
1057         whitespace changes use preincrement instead of postincrement where
1058         it does not make a difference.
1059         
1060         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
1061         step on the way to use stl::containers for key maps. 
1062
1063         * src/bufferlist.h: add a typedef for const_iterator and const
1064         versions of begin and end.
1065
1066         * src/bufferlist.[Ch]: change name of member variable _state to
1067         state_. (avoid reserved names)
1068         (makePup): removed
1069         (getFileNames): returns the filenames of the buffers in a vector.
1070
1071         * configure.in (ALL_LINGUAS): added ro
1072
1073         * src/support/putenv.C: new file
1074
1075         * src/support/mkdir.C: new file
1076
1077 2000-01-20  Allan Rae <rae@lyx.org>
1078
1079         * lib/layouts/IEEEtran.layout: Added several theorem environments
1080
1081         * lib/templates/IEEEtran.lyx: Example theorem environments and a
1082         couple of minor additions.
1083
1084         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
1085         (except for those in footnotes of course)
1086
1087 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
1088
1089         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
1090
1091         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
1092         std::sort and std::lower_bound instead of qsort and handwritten
1093         binarysearch.
1094         (struct compara): struct that holds the functors used by std::sort
1095         and std::lower_bound in MathedLookupBOP.
1096
1097 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1098
1099         * src/support/LAssert.h: do not do partial specialization. We do
1100         not really need it.
1101
1102         * src/support/lyxlib.h: note that lyx::getUserName() and
1103         lyx::date() are not in use right now. Should these be suppressed?
1104
1105         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
1106         (makeLinuxDocFile): do not put date and user name in linuxdoc
1107         headers. 
1108
1109         * src/support/lyxlib.h (kill): change first argument to long int,
1110         since that's what solaris uses.
1111
1112         * src/support/kill.C (kill): fix declaration to match prototype.
1113
1114         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
1115         actually check whether namespaces are supported. This is not what
1116         it used to do.
1117
1118         * src/support/lyxsum.C: add a using directive.
1119
1120 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1121
1122         * src/support/kill.C: if we have namespace support we don't have
1123         to include lyxlib.h.
1124
1125         * src/support/lyxlib.h: use namespace lyx if supported.
1126
1127 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1128
1129         * src/support/date.C: new file
1130
1131         * src/support/chdir.C: new file
1132
1133         * src/support/getUserName.C: new file
1134
1135         * src/support/getcwd.C: new file
1136
1137         * src/support/abort.C: new file
1138
1139         * src/support/kill.C: new file
1140
1141         * src/support/lyxlib.h: moved all the functions in this file
1142         insede struct lyx. Added also kill and abort to this struct. This
1143         is a way to avoid the "kill is not defined in <csignal>", we make
1144         C++ wrappers for functions that are not ANSI C or ANSI C++.
1145
1146         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
1147         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
1148         lyx it has been renamed to sum.
1149
1150 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1151
1152         * src/text.C: add using directives for std::min and std::max.
1153
1154 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1155
1156         * src/texrow.C (getIdFromRow): actually return something useful in
1157         id and pos. Hopefully fixes the bug with positionning of errorbox
1158         insets. 
1159
1160         * src/lyx_main.C (easyParse): output an error and exit if an
1161         incorrect command line option has been given.
1162
1163         * src/spellchecker.C (ispell_check_word): document a memory leak.
1164
1165         * src/bufferlist.C (write): fix mismatched allocation/deletion,
1166         where a "struct utimbuf" is allocated with "new" and deleted with
1167         "delete[]". 
1168
1169 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
1170
1171         * src/text2.C (CutSelection): don't delete double spaces.
1172         (PasteSelection): ditto
1173         (CopySelection): ditto
1174         
1175         * src/text.C (Backspace): don't delete double spaces.
1176
1177         * src/lyxlex.C (next): fix a bug that were only present with
1178         conformant std::istream::get to read comment lines, use
1179         std::istream::getline instead. This seems to fix the problem.
1180
1181 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1182
1183         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
1184         allowed to insert space before space" editing problem. Please read
1185         commends at the beginning of the function. Comments about usage
1186         are very welcome.
1187
1188         * src/text.C (InsertChar): fix for the "not allowed to insert
1189         space before space" editing problem.
1190
1191         * src/text2.C (DeleteEmptyParagraphMechanism): when
1192         IsEmptyTableRow can only return false this last "else if" will
1193         always be a no-op. Commented out.
1194
1195         * src/text.C (RedoParagraph): As far as I can understand tmp
1196         cursor is not really needed.
1197
1198         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
1199         present it could only return false anyway. 
1200         (several functions): Did something not so smart...added a const
1201         specifier on a lot of methods.
1202         
1203         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
1204         and add a tmp->text.resize. The LyXParagraph constructor does the
1205         resize for us.
1206         (BreakParagraphConservative): ditto
1207
1208         * src/support/path.h (Path): add a define so that the wrong usage
1209         "Path("/tmp") will be flagged as a compilation error:
1210         "`unnamed_Path' undeclared (first use this function)"
1211
1212 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1213
1214         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
1215         which was bogus for several reasons.
1216
1217         * src/LaTeX.C (scanAux): fix the regular expression used to scan
1218         .aux files. 
1219         (runBibTeX): ditto.
1220
1221         * autogen.sh: do not use "type -path" (what's that anyway?).
1222
1223         * src/support/filetools.C (findtexfile): remove extraneous space
1224         which caused a kpsewhich warning (at least with kpathsea version
1225         3.0). 
1226
1227 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1228
1229         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
1230
1231         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
1232
1233         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
1234
1235 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1236
1237         * src/paragraph.C (BreakParagraph): do not reserve space on text
1238         if we don't need to (otherwise, if pos_end < pos, we end up
1239         reserving huge amounts of memory due to bad unsigned karma).
1240         (BreakParagraphConservative): ditto, although I have not seen
1241         evidence the bug can happen here.
1242
1243         * src/lyxparagraph.h: add a using std::list.
1244
1245 2000-01-11  Juergen Vigna  <jug@sad.it>
1246
1247         * src/menus.C (MenuDocu): output an Alert if the documentation-file
1248         could not be found.
1249
1250 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1251
1252         * src/vc-backend.C (doVCCommand): change to be static and take one
1253         more parameter: the path to chdir too be fore executing the command.
1254         (retrive): new function equiv to "co -r"
1255
1256         * src/bufferlist.C (loadLyXFile): implement the missing parts if
1257         file_not_found_hook is true.
1258
1259         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
1260
1261         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
1262         if a file is readwrite,readonly...anything else.
1263
1264 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1265
1266         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
1267         (CreatePostscript): name change from MenuRunDVIPS (or something)
1268         (PreviewPostscript): name change from MenuPreviewPS
1269         (PreviewDVI): name change from MenuPreviewDVI
1270
1271         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
1272         \view_pdf_command., \pdf_to_ps_command
1273
1274         * lib/configure.m4: added search for PDF viewer, and search for
1275         PDF to PS converter. 
1276         (lyxrc.defaults output): add \pdflatex_command,
1277         \view_pdf_command and \pdf_to_ps_command.
1278
1279         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
1280
1281         * src/bufferlist.C (write): we don't use blocksize for anything so
1282         I removed it.
1283
1284 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1285
1286         * src/support/block.h: disable operator T* (), since it causes
1287         problems with both compilers I tried. See comments in the file.
1288
1289         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
1290         --with-lyxname. 
1291
1292         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
1293         variable LYX_DIR_10x to LYX_DIR_11x.
1294
1295         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
1296
1297         * INSTALL: document --with-lyxname.
1298         * NEWS: ditto.
1299
1300         * configure.in: new configure flag --with-lyxname which allows to
1301         choose the name under which lyx is installed. Default is "lyx", of
1302         course. It used to be possible to do this with --program-suffix,
1303         but the later has in fact a different meaning for autoconf.
1304
1305         * src/support/lstrings.h (lstrchr): reformat a bit.
1306
1307         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
1308         * src/mathed/math_defs.h: ditto.
1309
1310 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1311
1312         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
1313         true, decides if we create a backup file or not when saving. New
1314         tag and variable \pdf_mode, defaults to false. New tag and
1315         variable \pdflatex_command, defaults to pdflatex. New tag and
1316         variable \view_pdf_command, defaults to xpdf. New tag and variable
1317         \pdf_to_ps_command, defaults to pdf2ps.
1318
1319 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1320
1321         * src/bufferlist.C (close): don't call insetUnlock if the buffer
1322         does not have a BufferView.
1323         (unlockInset): ditto + don't access the_locking_inset if the
1324         buffer does not have a BufferView.
1325
1326         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
1327         certain circumstances so that we don't continue a keyboard
1328         operation long after the key was released. Try f.ex. to load a
1329         large document, press PageDown for some seconds and then release
1330         it. Before this change the document would contine to scroll for
1331         some time, with this change it stops imidiatly.
1332
1333         * src/support/block.h: don't allocate more space than needed. As
1334         long as we don't try to write to the arr[x] in a array_type arr[x]
1335         it is perfectly ok. (if you write to it you might segfault).
1336         added operator value_type*() so that is possible to pass the array
1337         to functions expecting a C-pointer.
1338
1339         * lib/Makefile.am (dist-hook): don't fail completely if unable to
1340         cvs.
1341
1342         * intl/*: updated to gettext 0.10.35, tried to add our own
1343         required modifications. Please verify.
1344
1345         * po/*: updated to gettext 0.10.35, tried to add our own required
1346         modifications. Please verify.
1347         
1348         * src/support/lstrings.C (tostr): go at fixing the problem with
1349         cxx and stringstream. When stringstream is used return
1350         oss.str().c_str() so that problems with lyxstring and basic_string
1351         are avoided. Note that the best solution would be for cxx to use
1352         basic_string all the way, but it is not conformant yet. (it seems)
1353
1354         * src/lyx_cb.C + other files: moved several global functions to
1355         class BufferView, some have been moved to BufferView.[Ch] others
1356         are still located in lyx_cb.C. Code changes because of this. (part
1357         of "get rid of current_view project".)
1358
1359         * src/buffer.C + other files: moved several Buffer functions to
1360         class BufferView, the functions are still present in buffer.C.
1361         Code changes because of this.
1362
1363         * config/lcmessage.m4: updated to most recent. used when creating
1364         acinclude.m4.
1365
1366         * config/progtest.m4: updated to most recent. used when creating
1367         acinclude.m4.
1368         
1369         * config/gettext.m4: updated to most recent. applied patch for
1370         tmplinguas.
1371
1372         * config/gettext.m4.patch: new file that shows what changes we
1373         have done to the local copy of gettext.m4.
1374
1375         * config/libtool.m4: new file, used in creation of acinclude.m4
1376
1377         * config/lyxinclude.m4: new file, this is the lyx created m4
1378         macros, used in making acinclude.m4.
1379         
1380         * autogen.sh: GNU m4 discovered as a separate task not as part of
1381         the lib/configure creation. 
1382         Generate acinlucde from files in config. Actually cat
1383         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
1384         easier to upgrade .m4 files that really are external.
1385
1386         * src/Spacing.h: moved using std::istringstream to right after
1387         <sstream>. This should fix the problem seen with some compilers.
1388
1389 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1390
1391         * src/lyx_cb.C: began some work to remove the dependency a lot of
1392         functions have on BufferView::text, even if not really needed.
1393         (GetCurrentTextClass): removed this func, it only hid the
1394         current_view. 
1395
1396         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
1397         forgot this in last commit.
1398
1399         * src/Bullet.C (bulletEntry): use static char const *[] for the
1400         tables, becuase of this the return arg had to change to string.
1401         (bulletSize): ditto
1402         (~Bullet): removed unneeded destructor
1403
1404         * src/BufferView.C (beforeChange): moved from lyx_cb.C
1405         (insetSleep): moved from Buffer
1406         (insetWakeup): moved from Buffer
1407         (insetUnlock): moved from Buffer
1408
1409         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
1410         from Buffer to BufferView.
1411         
1412         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
1413
1414         * config/ltmain.sh: updated to version 1.3.4 of libtool
1415
1416         * config/ltconfig: updated to version 1.3.4 of libtool
1417
1418 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1419
1420
1421         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
1422         Did I get that right?
1423
1424         * src/lyxlex.h: add a "using" directive or two.
1425         * src/Spacing.h: ditto.
1426         * src/insets/figinset.C: ditto.
1427         * src/support/filetools.C: ditto.
1428         * src/support/lstrings.C: ditto.
1429         * src/BufferView.C: ditto.
1430         * src/bufferlist.C: ditto.
1431         * src/lyx_cb.C: ditto.
1432         * src/lyxlex.C: ditto.
1433
1434         * NEWS: add some changes for 1.1.4.
1435         
1436 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1437
1438         * src/BufferView.C: first go at a TextCache to speed up switching
1439         between documents.
1440
1441 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1442
1443         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
1444         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
1445         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
1446         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
1447         Meinen.
1448         
1449         * src/mathed/math_defs.h (MathedRowSt): make sure that all
1450         members of the struct are correctly initialized to 0 (detected by
1451         purify) 
1452         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
1453         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
1454
1455         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
1456         pidwait, since it was allocated with "new". This was potentially
1457         very bad. Thanks to Michael Schmitt for running purify for us.
1458
1459
1460 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1461
1462         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
1463
1464         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
1465
1466 1999-12-30  Allan Rae  <rae@lyx.org>
1467
1468         * lib/templates/IEEEtran.lyx: minor change
1469
1470         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
1471         src/mathed/formula.C (LocalDispatch): askForText changes
1472
1473         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
1474         know when a user has cancelled input. Fixes annoying problems with
1475         inserting labels and version control.
1476
1477 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
1478
1479         * src/support/lstrings.C (tostr): rewritten to use strstream and
1480         stringstream
1481
1482 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1483
1484         * src/support/filetools.C (IsFileWriteable): use fstream to check
1485         (IsDirWriteable): use fileinfo to check
1486
1487         * src/support/filetools.h (FilePtr): whole class deleted
1488
1489         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
1490
1491         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
1492
1493         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
1494
1495         * src/bufferlist.C (write): use ifstream and ofstream instead of
1496         FILE*
1497
1498         * src/Spacing.h: use istrstream instead of sscanf
1499
1500         * src/mathed/math_defs.h: change first arg to istream from FILE*
1501
1502         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
1503
1504         * src/mathed/math_parser.C: have yyis to be an istream 
1505         (LexGetArg): use istream (yyis)
1506         (yylex): ditto
1507         (mathed_parse): ditto
1508         (mathed_parser_file): first arg istream instead of FILE*, set yyis
1509
1510         * src/mathed/formula.C (Read): rewritten to use istream
1511
1512         * src/mathed/formulamacro.C (Read): rewritten to use istream
1513
1514         * src/lyxlex.h (~LyXLex): deleted desturctor 
1515         (getStream): new function, returns an istream
1516         (getFile): deleted funtion
1517         (IsOK): return is.good();
1518
1519         * src/lyxlex.C (LyXLex): delete file and owns_file
1520         (setFile): open an filebuf and assign that to a istream instead of
1521         using FILE*
1522         (setStream): new function, takes an istream as arg. 
1523         (setFile): deleted function
1524         (EatLine): rewritten us use istream instead of FILE*
1525         (next): ditto
1526         (nextToken): ditto
1527
1528         * src/table.C (LyXTable): use istream instead of FILE*
1529         (Read): rewritten to take an istream instead of FILE*
1530
1531 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1532
1533         * src/buffer.C (Dispatch): remove an extraneous break statement.
1534
1535         * src/support/filetools.C (QuoteName): change to do simple
1536         'quoting'. More work is necessary. Also changed to do nothing
1537         under emx (needs fix too).
1538         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
1539
1540         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
1541         config.h.in to the AC_DEFINE_UNQUOTED() call.
1542         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
1543         needs char * as argument (because Solaris 7 declares it like
1544         that). 
1545
1546         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
1547         remove definition of BZERO.
1548
1549 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1550
1551         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
1552         defined, "lyxregex.h" if not.
1553
1554         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
1555         pkglib_ to noinst_
1556         (REGEX): new variable that is set to regex.c lyxregex.h when
1557         AM_CONDITIONAL USE_REGEX is set.
1558         (libsupport_la_SOURCES): add $(REGEX)
1559
1560         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
1561         pkglib_ to noinst_
1562
1563         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
1564         pkglib_ to noinst_
1565
1566         * configure.in: add call to LYX_REGEX 
1567
1568         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
1569         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
1570
1571 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1572
1573         * lib/bind/fi_menus.bind: new file, from
1574         pauli.virtanen@saunalahti.fi. 
1575
1576         * src/buffer.C (getBibkeyList): pass the parameter delim to
1577         InsetInclude::getKeys and InsetBibtex::getKeys.
1578
1579         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
1580         is passed to Buffer::getBibkeyList
1581         
1582         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
1583         instead of the hardcoded comma.
1584
1585         * src/insets/insetbib.C (getKeys): make sure that there are not
1586         leading blanks in bibtex keys. Normal latex does not care, but
1587         harvard.sty seems to dislike blanks at the beginning of citation
1588         keys. In particular, the retturn value of the function is
1589
1590         * INSTALL: make it clear that libstdc++ is needed and that gcc
1591         2.7.x probably does not work.
1592
1593         * src/support/filetools.C (findtexfile): make debug message go to
1594         the LATEX channel
1595         * src/insets/insetbib.C (getKeys): ditto
1596
1597         * src/debug.C (showTags): make sure that the output is correctly
1598         aligned. 
1599
1600         * configure.in: add a comment for TWO_COLOR_ICON define.
1601
1602         * acconfig.h: remove all the entries that already defined in
1603         configure.in or acinclude.m4.
1604
1605         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
1606         to avoid user name, date and copyright.
1607
1608 1999-12-21  Juergen Vigna  <jug@sad.it>
1609
1610         * src/table.C (Read): Now read bogus row format informations
1611                 if the format is < 5 so that afterwards the table can
1612                 be read by lyx but without any format-info. Fixed the
1613                 crash we experienced when not doing this.
1614
1615 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
1616
1617         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
1618         (RedoDrawingOfParagraph): ditto
1619         (RedoParagraphs): ditto
1620         (RemoveTableRow): ditto
1621
1622         * src/text.C (Fill): rename arg paperwidth -> paper_width
1623
1624         * src/buffer.C (insertLyXFile): rename var filename -> fname
1625         (writeFile): rename arg filename -> fname
1626         (writeFileAscii): ditto
1627         (makeLaTeXFile): ditto
1628         (makeLinuxDocFile): ditto
1629         (makeDocBookFile): ditto
1630
1631         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
1632         (runBibTeX): ditto
1633
1634         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
1635
1636         * src/bmtable.h: add extern "C" on this file when __cplusplus is
1637         defined.
1638
1639         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
1640         compiled by a C compiler not C++. 
1641
1642         * src/layout.h (LyXTextClass): added typedef for const_iterator
1643         (LyXTextClassList): added typedef for const_iterator + member
1644         functions begin and end.
1645
1646         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
1647         iterators to fill the choice_class.
1648         (updateLayoutChoice): rewritten to use iterators to fill the
1649         layoutlist in the toolbar.
1650
1651         * src/BufferView.h (BufferView::work_area_width): removed unused
1652         variable. 
1653
1654         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
1655
1656         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
1657         (sgmlCloseTag): ditto
1658
1659         * src/support/lstrings.h: return type of countChar changed to
1660         unsigned char.
1661
1662         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
1663         what version of this func to use. Also made to return unsigned int.
1664
1665         * configure.in: call LYX_STD_COUNT 
1666
1667         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
1668         conforming std::count. 
1669
1670 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1671
1672         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
1673         and a subscript would give bad display (patch from Dekel Tsur
1674         <dekel@math.tau.ac.il>). 
1675
1676         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
1677
1678         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
1679         please sun CC.
1680
1681         * src/chset.h: add a few 'using' directives
1682
1683         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
1684         triggered when no buffer is active
1685
1686         * src/layout.C: removed `break' after `return' in switch(), since
1687         it is unreachable.
1688
1689         * src/lyx_main.C (init): make sure LyX can be ran in place even
1690         when libtool has done its magic with shared libraries. Fix the
1691         test for the case when the system directory has not been found.
1692
1693         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
1694         name for the latex file.
1695         (MenuMakeHTML): ditto
1696
1697         * src/buffer.h: add an optional boolean argument, which is passed
1698         to ChangeExtension.
1699
1700 1999-12-20  Allan Rae  <rae@lyx.org>
1701
1702         * lib/templates/IEEEtran.lyx: small correction and update.
1703
1704         * configure.in: Attempted to use LYX_PATH_HEADER
1705
1706         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
1707
1708         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
1709         input from JMarc.  Now use preprocessor to find the header.
1710         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
1711         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
1712         LYX_STL_STRING_FWD.  See comments in file.      
1713
1714 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
1715
1716         * The global MiniBuffer * minibuffer variable is dead.
1717         
1718         * The global FD_form_main * fd_form_main variable is dead.
1719
1720 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1721
1722         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
1723
1724         * src/table.h: add the LOstream.h header
1725         * src/debug.h: ditto
1726         
1727         * src/LyXAction.h: change the explaination of the ReadOnly
1728         attribute: is indicates that the function _can_ be used.
1729
1730         * src/LyXAction.C (init): find-replace _can_ be used in read-only
1731         mode. 
1732
1733 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1734
1735         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
1736         unsigned. 
1737         (descent): ditto
1738         (lbearing): ditto
1739         (rbearing): ditto
1740
1741         * src/paragraph.C (GetWord): assert on pos>=0
1742         (GetChar): ditto
1743         
1744         * src/support/lyxstring.C: condition the use of an invariant on
1745         ENABLE_ASSERTIONS 
1746         * src/support/lyxstring.h: ditto
1747
1748         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
1749         Use LAssert.h instead of plain assert().
1750
1751         * src/support/lstrings.h: add LAssert.h, in case it is needed.
1752
1753         * src/lyxfunc.C: do not include LAssert.h, it is not used.
1754         * src/support/filetools.C: ditto
1755
1756         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
1757         is not defined. 
1758
1759         * INSTALL: document the new configure flags
1760         
1761         * configure.in: suppress --with-debug; add --enable-assertions
1762
1763         * acinclude.m4: various changes in alignment of help strings.
1764
1765 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1766
1767         * src/kbmap.C: commented out the use of the hash map in kb_map,
1768         beginning of movement to a stl::container. 
1769
1770         * several files: removed code that was not in effect when
1771         MOVE_TEXT was defined.
1772         
1773         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
1774         for escaping should not be used. We can discuss if the string
1775         should be enclosed in f.ex. [] instead of "".
1776
1777         * src/trans_mgr.C (insert): use the new returned value from
1778         encodeString to get deadkeys and keymaps done correctly.
1779
1780         * src/chset.C (encodeString): changed to return a pair, to tell
1781         what to use if we know the string.
1782
1783         * src/lyxscreen.h (fillArc): new function.
1784
1785         * src/FontInfo.C (resize): rewritten to use more std::string like
1786         structore, especially string::replace.
1787
1788         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
1789         approp. accents.
1790
1791         * configure.in (chmod +x some scripts): remove config/gcc-hack 
1792
1793 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1794
1795         * src/buffer.C (writeFile): change once again the top comment in a
1796         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
1797         instead of an hardcoded version number.
1798         (makeDocBookFile): ditto
1799
1800         * src/version.h: add new define LYX_DOCVERSION
1801
1802         * po/de.po: update from Pit Sütterlin
1803         * lib/bind/de_menus.bind: ditto.
1804         
1805         * src/lyxfunc.C (Dispatch): call MenuExport()
1806         * src/buffer.C (Dispatch): ditto
1807
1808         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
1809         LyXFunc::Dispatch().
1810         (MenuExport): new function, moved from
1811         LyXFunc::Dispatch().
1812
1813         * src/trans_mgr.C (insert): small cleanup
1814         * src/chset.C (loadFile): ditto
1815
1816         * lib/kbd/iso8859-1.cdef: add missing backslashes
1817
1818 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1819
1820         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
1821         help with placing the manually drawn accents better.
1822         (Rbearing): ditto
1823         (Draw): x2 and hg changed to float to minimize rounding errors and
1824         help place the accents better.
1825
1826         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
1827         unsigned short to char is just wrong...cast the char to unsigned
1828         char instead so that the two values can compare sanely. This
1829         should also make the display of insetlatexaccents better and
1830         perhaps also some other insets.
1831         (descent): ditto
1832         (lbearing): new function
1833         (rbearing): ditto
1834
1835 1999-12-15  Allan Rae  <rae@lyx.org>
1836
1837         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
1838         header that provides a wrapper around the very annoying SGI STL header
1839         of the same name.
1840
1841         * src/support/lyxstring.C, src/LString.h:
1842         removed old SGI-STL-compatability attempts.
1843
1844         * configure.in: Use LYX_STL_STRING_FWD.
1845
1846         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
1847         stl_string_fwd.h is around and try to determine it's location.
1848         Major improvement over previous SGI STL 3.2 compatability.
1849         Three small problems remain with this function due to my zero
1850         knowledge of autoconf.  JMarc and lgb see the comments in the code.
1851
1852 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1853
1854         * src/broken_const.h, config/hack-gcc, config/README: removed
1855         
1856         * configure.in: remove --with-gcc-hack option; do not call
1857         LYX_CXX_STL_STACK 
1858
1859         * INSTALL: remove documentation of --with-broken-const and
1860         --with-gcc-hack
1861         
1862         * acconfig.h: remove all trace of BROKEN_CONST define
1863
1864         * src/buffer.C (makeDocBookFile): update version number in output
1865         file. 
1866         (SimpleDocBookOnePar): fix an assert when trying to a character
1867         access beyond string length
1868         [Patch from Jose']
1869
1870 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1871
1872         * po/de.po: fix the Export menu
1873
1874         * lyx.man: update the description of -dbg
1875
1876         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
1877         (commandLineHelp): updated
1878         (easyParse): show list of available debug levels if -dbg is passed
1879         without argument.
1880
1881         * src/Makefile.am: add debug.C
1882
1883         * src/debug.h: moved some code to debug.C
1884
1885         * src/debug.C: new file. Contains code to set and show debug
1886         level. 
1887
1888         * src/layout.C: remove 'break' after 'continue' in switch
1889         statements, since these cannot be reached.
1890
1891 1999-12-13  Allan Rae  <rae@lyx.org>
1892
1893         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
1894         (in_word_set): hash() -> math_hash()
1895
1896         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
1897
1898         * acconfig.h: Added a test for whether we are using exceptions in the
1899         current compilation run. If so USING_EXCEPTIONS is defined.
1900
1901         * config.in: Check for existance of stl_string_fwd.h
1902         * src/LString.h: If compiling --with-included-string and SGI's
1903         STL version 3.2 is present (see above test) we need to block their
1904         forward declaration of string and supply a __get_c_string().
1905         However, it turns out this is only necessary if compiling with
1906         exceptions enabled so I've a bit more to add yet.
1907
1908         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
1909           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
1910           src/support/LRegex.h, src/undo.h:
1911         Shuffle the order of the included files a little to ensure that
1912         LString.h gets included before anything that includes stl_string_fwd.h
1913
1914         *  src/support/lyxstring.C: We need to #include LString.h instead of
1915         lyxstring.h to get the necessary definition of __get_c_string.
1916         (__get_c_string): New function.  This is defined static just like SGI's
1917         although why they need to do this I'm not sure.  Perhaps it should be
1918         in lstrings.C instead.
1919
1920         * lib/templates/IEEEtran.lyx:  New template file.
1921
1922 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1923         
1924         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
1925         * intl/Makefile.in (MKINSTALLDIRS):  ditto
1926
1927         * src/LyXAction.C (init): changed to hold the LFUN data in a
1928         automatic array in stead of in callso to newFunc, this speeds up
1929         compilation a lot. Also all the memory used by the array is
1930         returned when the init is completed.
1931
1932         * a lot of files: compiled with -Wold-style-cast, changed most of
1933         the reported offenders to C++ style casts. Did not change the
1934         offenders in C files. 
1935
1936         * src/trans.h (Match): change argument type to unsigned int.
1937
1938         * src/support/DebugStream.C: fix some types on the streambufs so
1939         that it works on a conforming implementation.
1940
1941 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1942
1943         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
1944
1945         * src/support/lyxstring.C: remove the inline added earlier since
1946         they cause a bunch of unsatisfied symbols when linking with dec
1947         cxx. Cxx likes to have the body of inlines at the place where they
1948         are declared.
1949
1950         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
1951         accessing negative bounds in array. This fixes the crash when
1952         inserting accented characters.
1953         * src/trans.h (Match): ditto
1954
1955         * src/buffer.C (Dispatch): since this is a void, it should not try
1956         to return anything...
1957
1958 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1959
1960         * src/buffer.h: removed the two friends from Buffer. Some changes
1961         because of this. Buffer::getFileName and Buffer::setFileName
1962         renamed to Buffer::fileName() and Buffer::fileName(...).
1963
1964 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
1965
1966         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
1967         and Buffer::update(short) to BufferView. This move is currently
1968         controlled by a define MOVE_TEXT, this will be removed when all
1969         shows to be ok. This move paves the way for better separation
1970         between buffer contents and buffer view. One side effect is that
1971         the BufferView needs a rebreak when swiching buffers, if we want
1972         to avoid this we can add a cache that holds pointers to LyXText's
1973         that is not currently in use. 
1974
1975         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
1976         André Pönitz. 
1977
1978 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1979
1980         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
1981
1982         * lyx_main.C: new command line option -x (or --execute) and
1983           -e (or --export). Now direct conversion from .lyx to .tex
1984           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
1985           Unfortunately, X is still needed and the GUI pops up during the
1986           process...
1987
1988 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1989
1990         * src/Spacing.C: add a using directive to bring stream stuff into
1991         normal namespace.
1992         * src/paragraph.C: ditto
1993         * src/buffer.C: ditto
1994
1995         * NEWS: updated a bit the new features of 1.1.3 (took a few things
1996         from Lars' announcement).
1997
1998         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
1999         example files from Tino Meinen.
2000         
2001 1999-12-06  Allan Rae  <rae@lyx.org>
2002
2003         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
2004
2005 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2006
2007         * src/support/lyxstring.C: added a lot of inline for no good
2008         reason
2009         
2010         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
2011         latexWriteEndChanges, they were not used.
2012         
2013         * src/layout.h (operator<<): output operator for PageSides
2014
2015         * src/mathed/math_iter.C (my_memcpy): slightly changed.
2016
2017         * some example files: loaded in LyX 1.0.4 and saved again to update
2018         certain constructs (table format) 
2019
2020         * a lot of files: did the change to use fstream/iostream for all
2021         writing of files. Done with a close look at Andre Poenitz's patch.
2022
2023         * some files: whitespace changes.
2024         
2025 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2026
2027         * src/mathed/math_iter.C (my_memcpy): new function. Since the
2028         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
2029         architecture, we provide our own. It is used unconditionnally, but
2030         I do not think this is a performance problem. Thanks to Angus
2031         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
2032         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
2033         first time).
2034         (GetInset): use my_memcpy.
2035         (Insert): ditto
2036         (Copy): ditto
2037
2038         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
2039         it is easier to understand, but it uses less TeX-only constructs now.
2040
2041         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
2042         elements contain spaces
2043
2044         * lib/configure: regenerated
2045         
2046         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
2047         elements contain spaces; display the list of programs that are
2048         tried.
2049
2050         * autogen.sh: make sure lib/configure is executable
2051
2052         * lib/examples/*: rename the tutorial examples to begin with the
2053         two-letters language code.
2054
2055         * src/lyxfunc.C (getStatus): do not query current font if no
2056         buffer exists.
2057
2058         * src/lyx_cb.C (RunScript): use QuoteName
2059         (MenuRunDvips): ditto
2060         (PrintApplyCB): ditto
2061
2062         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
2063         around argument, so that it works well with the current shell.
2064         Does not work properly with OS/2 shells currently.
2065
2066         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
2067         * src/LyXSendto.C (SendtoApplyCB): ditto
2068         * src/lyxfunc.C (Dispatch): ditto
2069         * src/buffer.C (runLaTeX): ditto
2070         (runLiterate): ditto
2071         (buildProgram): ditto
2072         (runChktex): ditto
2073         * src/lyx_cb.C (RunScript): ditto
2074         (MenuMakeLaTeX): ditto
2075         
2076         * src/buffer.h (getLatexName): new method 
2077
2078         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
2079
2080 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2081
2082         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
2083         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
2084         (create_math_panel): ditto
2085
2086         * src/lyxfunc.C (getStatus): re-activate the code which gets
2087         current font and cursor; add test for export to html.
2088
2089         * src/lyxrc.C (read): remove unreachable break statements; add a
2090         few "using".
2091
2092         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
2093         
2094 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2095
2096         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
2097         introduced by faulty regex.
2098         * src/buffer.C: ditto
2099         * src/lastfiles.C: ditto
2100         * src/paragraph.C: ditto
2101         * src/table.C: ditto
2102         * src/vspace.C: ditto
2103         * src/insets/figinset.C: ditto
2104         Note: most of these is absolutely harmless, except the one in
2105         src/mathed formula.C.
2106
2107 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
2108
2109         * src/ImportNoweb.C (documentclass): fixed bounds for substr
2110           operation, yielding correct results for the reLyX command.
2111
2112 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2113
2114         * src/support/filetools.C (ExpandPath): removed an over eager
2115         Assert.
2116         (ReplaceEnvironmentPath): ditto
2117
2118         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
2119         shows that we are doing something fishy in our code...
2120         (BubblePost): ditto
2121         (ToolbarCB): ditto
2122
2123         * src/lyxrc.C (read): use a double switch trick to get more help
2124         from the compiler. (the same trick is used in layout.C)
2125         (write): new function. opens a ofstream and pass that to output
2126         (output): new function, takes a ostream and writes the lyxrc
2127         elemts to it. uses a dummy switch to make sure no elements are
2128         forgotten. 
2129
2130         * src/lyxlex.h: added a struct pushpophelper for use in functions
2131         with more than one exit point.
2132
2133         * src/lyxlex.[Ch] (GetInteger): made it const
2134         (GetFloat): ditto
2135         (GetBool): ditto
2136
2137         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
2138
2139         * src/layout.[hC] : LayoutTags splitted into several enums, new
2140         methods created, better error handling cleaner use of lyxlex. Read
2141         the diff.
2142
2143         * src/bmtable.[Ch]: change some member prototypes because of the
2144         image const changes. 
2145
2146         * commandtags.h, src/LyXAction.C (init): new function:
2147         "preferences-save", saves the lyxrc entries into .lyx/preferences.
2148         This file is not read automatically but you can add \input
2149         preferences to your lyxrc if you want to. We need to discuss how
2150         to handle this. 
2151
2152         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
2153         in .aux, also remove .bib and .bst files from dependencies when
2154         running bibtex.
2155
2156         * src/BufferView.C, src/LyXView.C: add const_cast several places
2157         because of changes to images.
2158
2159         * lib/images/*: same change as for images/*
2160         
2161         * lib/lyxrc.example: Default for accept_compound is false not no.
2162
2163         * images/*: changed to be const, however I have som misgivings
2164         about this change so it might be changed back.
2165
2166 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2167
2168         * lib/configure, po/POTFILES.in: regenerated
2169
2170         * autogen.sh: autogenerate lib/configure from lib/configure.m4
2171
2172         * config/lib_configure.m4: removed
2173         
2174         * lib/configure.m4: new file (was config/lib_configure.m4)
2175
2176         * configure.in: do not test for rtti, since we do not use it.
2177         
2178 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2179
2180         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
2181         doubling of allocated space scheme. This makes it faster for large
2182         strings end to use less memory for small strings. xtra rememoved. 
2183
2184         * src/insets/figinset.C (waitalarm): commented out.
2185         (GhostscriptMsg): use static_cast
2186         (GhostscriptMsg): use new instead of malloc to allocate memory for
2187         cmap. also delete the memory after use.
2188
2189         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
2190
2191         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
2192         for changes in bibtex database or style.
2193         (runBibTeX): remove all .bib and .bst files from dep before we
2194         begin. 
2195         (run): use scanAuc in when dep file already exist.
2196
2197         * src/DepTable.C (remove_files_with_extension): new method
2198         (exist): new method
2199
2200         * src/DepTable.[Ch]: made many of the methods const. 
2201
2202 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2203
2204         * src/bufferparams.C: make sure that the default textclass is
2205         "article". It used to be the first one by description order, but
2206         now the first one is "docbook".
2207
2208         * src/lyx_main.C (setDebuggingLevel): change type of argument to
2209         string; call Debug::value.
2210         (easyParse): pass complete argument to setDebuggingLevel().
2211
2212         * src/debug.h (value): fix the code that parses debug levels.
2213
2214         * src/debug.h: add new debug type ACTION, reserved for LyXAction
2215         class.  
2216
2217         * src/LyXAction.C: use Debug::ACTION as debug channel.
2218
2219         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
2220
2221         * NEWS: updated for the future 1.1.3 release.
2222
2223         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
2224         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
2225         it should. This is of course a controversial change (since many
2226         people will find that their lyx workscreen is suddenly full of
2227         red), but done for the sake of correctness.
2228
2229         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
2230           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
2231
2232         * src/insets/inseterror.h, src/insets/inseturl.h,
2233           src/insets/insetinfo.h, src/insets/figinset.h,
2234           src/mathed/formulamacro.h, src/mathed/math_macro.h
2235           (EditMessage): add a missing const and add _() to make sure that
2236         translation happens
2237
2238         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
2239           src/insets/insetbib.C, src/support/filetools.C: add `using'
2240         directives for cxx.  
2241
2242         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
2243         doing 'Insert index of last word' at the beginning of a paragraph.
2244
2245 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2246
2247         * several files: white-space changes.
2248
2249         * src/mathed/formula.C: removed IsAlpha and IsDigit
2250
2251         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
2252         .bib file. use a ifstream instead of FilePtr when parsing the .bib
2253         file for keys.
2254
2255         * src/insets/figinset.C (GetPSSizes): don't break when
2256         "EndComments" is seen. But break when a boundingbox is read.
2257
2258         * all classes inherited from Inset: return value of Clone
2259         changed back to Inset *.
2260
2261         * all classes inherited form MathInset: return value of Clone
2262         changed back to MathedInset *.
2263         
2264         * src/insets/figinset.C (runqueue): use a ofstream to output the
2265         gs/ps file. Might need some setpresicion or setw. However I can
2266         see no problem with the current code.
2267         (runqueue): use sleep instead of the alarm/signal code. I just
2268         can't see the difference.
2269
2270         * src/paragraph.C (LyXParagraph): reserve space in the new
2271         paragraph and resize the inserted paragraph to just fit.
2272
2273         * src/lyxfunc.h (operator|=): added operator for func_status.
2274
2275         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
2276         check for readable file.
2277
2278         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
2279         check for readable file.
2280         (MenuMakeLinuxDoc): ditto
2281         (MenuMakeDocBook): ditto
2282         (MenuMakeAscii): ditto
2283         (InsertAsciiFile): split the test for openable and readable
2284
2285         * src/bmtable.C (draw_bitmaptable): use
2286         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
2287
2288         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
2289         findtexfile from LaTeX to filetools.
2290         
2291         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
2292         instead of FilePtr. Needs to be verified by a literate user.
2293
2294 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2295
2296         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
2297         (EditMessage): likewise.
2298
2299         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
2300         respectively as \textasciitilde and \textasciicircum.
2301
2302 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2303
2304         * src/support/lyxstring.h: made the methods that take iterators
2305         use const_iterator.
2306
2307         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
2308         (regexMatch): made is use the real regex class.
2309
2310         * src/support/Makefile.am: changed to use libtool
2311
2312         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
2313
2314         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
2315         of defines.
2316         (MathIsInset ++): changed several macros to be inline functions
2317         instead. 
2318
2319         * src/mathed/Makefile.am: changed to use libtool
2320
2321         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
2322
2323         * src/insets/inset* : Clone changed to const and return type is
2324         the true insettype not just Inset*.
2325         
2326         * src/insets/Makefile.am: changed to use libtool
2327
2328         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
2329
2330         * src/undo.[Ch] : added empty() and changed some of the method
2331         names.
2332         
2333         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
2334
2335         * src/lyxparagraph.h: use id() and id(...) instead of getID and
2336         setID use block<> for the bullets array, added const several places.
2337
2338         * src/lyxfunc.C (getStatus): new function
2339
2340         * src/lyxfunc.[Ch] : small changes to take advantage of the new
2341         LyXAction, added const to several funtions.
2342
2343         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
2344         a std::map, and to store the dir items in a vector.
2345
2346         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
2347         as dependencies.
2348
2349         * src/LyXView.[Ch] + other files : changed currentView to view.
2350         
2351         * src/LyXAction.[Ch] : ported from the old devel branch.
2352         
2353         * src/.cvsignore: added .libs and a.out
2354
2355         * configure.in : changes to use libtool. 
2356
2357         * acinclude.m4 : inserted libtool.m4
2358
2359         * .cvsignore: added libtool
2360
2361 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2362
2363         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
2364         file name in insets and mathed directories (otherwise the
2365         dependency is not taken in account under cygwin).
2366
2367         * src/text2.C (InsertString[AB]): make sure that we do not try to
2368         read characters past the string length.
2369
2370 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2371
2372         * lib/doc/LaTeXConfig.lyx.in, 
2373           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
2374
2375         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
2376         file saying who created them and when this heppened; this is
2377         useless and annoys tools like cvs.
2378
2379         * lib/layouts/g-brief-{en,de}.layout,
2380           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
2381         from Thomas Hartkens <thomas@hartkens.de>.
2382
2383         * src/{insets,mathed}/Makefile.am: do not declare an empty
2384         LDFLAGS, so that it can be set at configure time (useful on Irix
2385         for -n32 flag).
2386
2387         * lib/reLyX/configure.in: make sure that the prefix is set
2388         correctly in LYX_DIR.
2389
2390 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
2391
2392         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
2393         be used by 'command-sequence' this allows to bind a key to a
2394         sequence of LyX-commands
2395         (Example: 'command-sequence math-insert alpha; math-insert beta;")
2396
2397         * src/LyXAction.C: add "command-sequence"
2398
2399         * src/LyXFunction.C: handling of "command-sequence"
2400
2401         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
2402          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
2403
2404         * src/lyxserver.C, src/minibuffer.C: Use this new interface
2405
2406 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2407
2408         * src/buffer.C (writeFile): Do not output a comment giving user
2409         and date at the beginning of a .lyx file. This is useless and
2410         annoys cvs anyway; update version number to 1.1.
2411
2412         * src/Makefile.am (LYX_DIR): add this definition, so that a
2413         default path is hardcoded in LyX.
2414
2415         * configure.in: Use LYX_GNU_GETTEXT.
2416
2417         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
2418         AM_GNU_GETTEXT with a bug fixed. 
2419
2420         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
2421
2422         * src/chset.C: add "using std::ifstream;" to please dec cxx.
2423
2424         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
2425         which is used to point to LyX data is now LYX_DIR_11x.
2426
2427         * lyx.man: convert to a unix text file; small updates.
2428
2429 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2430
2431         * src/support/LSubstring.[Ch]: made the second arg of most of the
2432         constructors be a const reference. 
2433
2434         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
2435         me fixed.
2436
2437         * src/support/lyxstring.[Ch] (swap): added missing member function
2438         and specialization of swap(str, str); 
2439
2440         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
2441
2442         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
2443         trace of the old one.
2444
2445         * src/undo.[Ch]: made the undostack use std::list to store undo's in
2446         put the member definitions in undo.C.
2447
2448         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
2449         NEW_TEXT and have now only code that was included when this was
2450         defined. 
2451
2452         * src/intl.C (LCombo): use static_cast
2453         (LCombo2): ditto
2454         (DispatchCallback): ditto
2455
2456         * src/definitions.h: removed whole file
2457         
2458         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
2459
2460         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
2461         parsing and stores in a std:map. a regex defines the file format.
2462         removed unneeded members.
2463
2464         * src/bufferparams.h: added several enums from definitions.h here.
2465         Removed unsused destructor. Changed some types to use proper enum
2466         types. use block to have the temp_bullets and user_defined_bullets
2467         and to make the whole class assignable.
2468
2469         * src/bufferparams.C (Copy): removed this functions, use a default
2470         assignment instead. 
2471
2472         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
2473         isLiterate const.
2474
2475         * src/buffer.C (readLyXformat2): commend out all that have with
2476         oldpapersize to do. also comment out all that hve to do with
2477         insetlatex and insetlatexdel. 
2478         (setOldPaperStuff): commented out
2479
2480         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
2481
2482         * src/LyXAction.C: remove use of inset-latex-insert
2483
2484         * src/mathed/math_panel.C (button_cb): use static_cast
2485
2486         * src/insets/Makefile.am (insets_o_SOURCES): removed
2487         insetlatex.[Ch] 
2488
2489         * src/support/lyxstring.C (helper): use the unsigned long
2490         specifier, UL, instead of a static_cast.
2491
2492         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
2493
2494         * src/support/block.h: new file. to be used as a c-style array in
2495         classes, so that the class can be assignable.
2496
2497 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2498
2499         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
2500         NULL, make sure to return an empty string (it is not possible to
2501         set a string to NULL).
2502
2503 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2504
2505         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
2506
2507         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
2508
2509         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
2510         link line, so that Irix users (for example) can set it explicitely to
2511         "-n32".
2512         
2513         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
2514         it can be overidden at make time (static or dynamic link, for
2515         example).
2516         
2517         * src/vc-backend.C, src/LaTeXFeatures.h, 
2518           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
2519         statements to bring templates to global namespace.
2520
2521 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2522
2523         * src/support/lyxstring.C (operator[] const): make it standard
2524         conforming. 
2525
2526         * src/minibuffer.C (Init): changed to reflect that more
2527         information is given from the lyxvc and need not be provided here.
2528
2529         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
2530         
2531         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
2532
2533         * src/LyXView.C (UpdateTimerCB): use static_cast
2534         (KeyPressMask_raw_callback): ditto
2535
2536         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
2537         buffer_, a lot of changes because of this. currentBuffer() ->
2538         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
2539         also changes to other files because of this.
2540
2541 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2542
2543         * src/vc-backend.[Ch]: new files. The backends for vc handling,
2544         have no support for RCS and partial support for CVS, will be
2545         improved later.
2546         
2547         * src/insets/ several files: changes because of function name
2548         changes in Bufferview and LyXView.
2549         
2550         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
2551
2552         * src/support/LSubstring.[Ch]: new files. These implement a
2553         Substring that can be very convenient to use. i.e. is this
2554         possible:
2555         string a = "Mary had a little sheep";
2556         Substring(a, "sheep") = "lamb";
2557         a is now "Mary has a little lamb".
2558
2559         * src/support/LRegex.[Ch]: a regex class that can be used to pick
2560         out patterns and subpatterns of strings. It is used by LSubstring
2561         and also by vc-backend.C
2562         
2563         * src/support/lyxstring.C: went over all the assertions used and
2564         tried to correct the wrong ones and flag which of them is required
2565         by the standard. some bugs found because of this. Also removed a
2566         couple of assertions.
2567
2568         * src/support/Makefile.am (libsupport_a_SOURCES): added
2569         LSubstring.[Ch] and LRegex.[Ch]
2570
2571         * src/support/FileInfo.h: have struct stat buf as an object and
2572         not a pointer to one, some changes because of this.
2573
2574         * src/LaTeXFeatures.C (getTClassPreamble): also use the
2575         information in layout when adding the layouts preamble to the
2576         textclass preamble.
2577
2578         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
2579         usage in.
2580
2581         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
2582         because of bug in OS/2.
2583
2584 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2585
2586         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
2587         \verbatim@font instead of \ttfamily, so that it can be redefined.
2588
2589         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
2590           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
2591           src/layout.h, src/text2.C: add 'using' directive to bring the
2592         STL templates we need from the std:: namespace to the global one.
2593         Needed by DEC cxx in strict ansi mode.
2594
2595         * src/support/LIstream.h,src/support/LOstream.h,
2596           src/support/lyxstring.h,src/table.h,
2597           src/lyxlookup.h: do not include <config.h> in header
2598         files. This should be done in the .C files only.
2599
2600         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
2601         (from Kayvan).
2602         
2603
2604 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2605
2606         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
2607         from Kayvan to fix the tth invokation.
2608
2609         * development/lyx.spec.in: updates from Kayvan to reflect the
2610         changes of file names.
2611
2612 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2613
2614         * src/text2.C (InsertStringB): use std::copy
2615         (InsertStringA): use std::copy
2616
2617         * src/bufferlist.C: use a vector to store the buffers in. This is
2618         an internal change and should not affect any other thing.
2619         
2620         * src/BufferView.C (waitForX): use XSync instead of the lengthy
2621         stuff in waitForX.
2622
2623         * src/text.C (Fill): fix potential bug, one off bug.
2624
2625 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2626
2627         * src/Makefile.am (lyx_main.o): add more files it depends on.
2628
2629         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
2630
2631         * src/support/lyxstring.C: use size_t for the reference count,
2632         size, reserved memory and xtra.
2633         (internal_compare): new private member function. Now the compare
2634         functions should work for std::strings that have embedded '\0'
2635         characters.
2636         (compare): all compare functions rewritten to use
2637         internal_compare.
2638         
2639 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2640
2641         * src/support/lyxstring.C (compare): pass c_str()
2642         (compare): pass c_str
2643         (compare): pass c_str
2644
2645 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2646
2647         * src/support/DebugStream.C: <config.h> was not included correctly.
2648
2649         * lib/configure: forgot to re-generate it :( I'll make this file
2650         auto generated soon.
2651
2652 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2653
2654         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
2655         is used.
2656
2657         * src/support/lyxstring.C: some changes from length() to rep->sz.
2658         avoids a function call.
2659
2660         * src/support/filetools.C (SpaceLess): yet another version of the
2661         algorithm...now per Jean-Marc's suggestions.
2662
2663 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2664
2665         * src/layout.C (less_textclass_desc): functor for use in sorting
2666         of textclasses. 
2667         (LyXTextClass::Read): sort the textclasses after reading.
2668         
2669         * src/support/filetools.C (SpaceLess): new version of the
2670         SpaceLess functions. What problems does this one give? Please
2671         report.
2672
2673         * images/banner_bw.xbm: made the arrays unsigned char *
2674
2675 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2676
2677         * src/support/lyxstring.C (find): remove bogus assertion in the
2678         two versions of find where this has not been done yet.
2679
2680         * src/support/lyxlib.h: add missing int return type to
2681         lyx::chdir(). 
2682
2683         * src/menus.C (ShowFileMenu): disable exporting to html if no
2684         html export command is present.
2685
2686         * config/lib_configure.m4: add a test for an HTML converter. The
2687         programs checked for are, in this order: tth, latex2html and
2688         hevea. 
2689
2690         * lib/configure: generated from config/lib_configure.m4.
2691
2692         * src/lyxfunc.C (Dispatch): update and improve the execution of an
2693         html converter. The parameters are now passed through $$FName and
2694         $$OutName, instead of standard input/output.
2695
2696         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
2697
2698         * lib/lyxrc.example: update description of \html_command. 
2699         add "quotes" around \screen_font_xxx font setting examples to help
2700         people who use fonts with spaces in their names.
2701
2702 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2703
2704         * Distribution files: updates for v1.1.2
2705
2706         * src/support/lyxstring.C (find): remove bogus assert and return
2707         npos for the same condition.
2708
2709 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2710
2711         * added patch for OS/2 from SMiyata.
2712
2713 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2714
2715         * src/text2.C (CutSelection): make space_wrapped a bool
2716         (CutSelection): dont declare int i until we have to.
2717         (alphaCounter): return a char const *.
2718
2719 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2720
2721         * src/support/syscall.C (Systemcalls::kill): 
2722           src/support/filetools.C (PutEnv, PutEnvPath): 
2723           src/lyx_cb.C (addNewlineAndDepth): 
2724           src/FontInfo.C (FontInfo::resize): condition some #warning
2725         directives with WITH_WARNINGS.
2726         
2727
2728 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2729
2730         * src/layout.[Ch] + several files: access to class variables
2731         limited and made accessor functions instead a lot of code changed
2732         becuase of this. Also instead of returning pointers often a const
2733         reference is returned instead.
2734         
2735         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
2736
2737         * src/Makefile.am (dist-hook): added used to remove the CVS from
2738         cheaders upon creating a dist
2739         (EXTRA_DIST): added cheaders
2740
2741         * src/support/lstrings.C (tostr(char)): fix it to handle param as
2742         a character not as a small integer. 
2743
2744         * src/support/lyxstring.C (find): removed Assert and added i >=
2745         rep->sz to the first if.
2746
2747 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2748
2749         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
2750         src/LyXView.C src/buffer.C src/bufferparams.C
2751         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
2752         src/text2.C src/insets/insetinclude.C:
2753         lyxlayout renamed to textclasslist.
2754
2755         * src/layout.C: some lyxerr changes.
2756
2757         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
2758         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
2759         (LyXLayoutList): removed all traces of this class.
2760         (LyXTextClass::Read): rewrote LT_STYLE
2761         (LyXTextClass::hasLayout): new function
2762         (LyXTextClass::GetLayout): rewritten to return an iterator + has
2763         both const and nonconst version.
2764         (LyXTextClass::delete_layout): new function.
2765         (LyXTextClassList::Style): bug fix. do the right thing if layout
2766         is to big.
2767         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
2768         (LyXTextClassList::NameOfLayout): ditto 
2769         (LyXTextClassList::Load): ditto
2770
2771         * src/buffer.C (makeLaTeXFile): new access to layoutlist
2772
2773         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
2774
2775         * src/LyXAction.C (LookupFunc): added a workaround for sun
2776         compiler, on the other hand...we don't know if the current code
2777         compiles on sun at all...
2778
2779         * src/support/filetools.C (CleanupPath): subst fix
2780
2781         * src/insets/insetbib.C (delDatabase): subst fix, this looks
2782         _really_ weird.
2783
2784         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
2785         complained about this one?
2786
2787         * src/insets/insetinclude.C (Latex): subst fix
2788
2789         * src/insets/insetbib.C (getKeys): subst fix
2790
2791         * src/LyXSendto.C (SendtoApplyCB): subst fix
2792
2793         * src/lyx_main.C (init): subst fix
2794
2795         * src/layout.C (Read): subst fix
2796
2797         * src/lyx_sendfax_main.C (button_send): subst fix
2798
2799         * src/buffer.C (RoffAsciiTable): subst fix
2800
2801         * src/lyx_cb.C (MenuFax): subst fix
2802         (PrintApplyCB): subst fix
2803
2804 1999-10-26  Juergen Vigna  <jug@sad.it>
2805
2806         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
2807
2808         (Read): Cleaned up this code so now we read only format vestion >= 5
2809
2810 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2811
2812         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
2813         come nobody has complained about this one?
2814
2815         * src/insets/insetinclude.C (Latex): subst fix
2816
2817         * src/insets/insetbib.C (getKeys): subst fix
2818
2819         * src/lyx_main.C (init): subst fix
2820
2821         * src/layout.C (Read): subst fix
2822
2823         * src/buffer.C (RoffAsciiTable): subst fix
2824
2825         * src/lyx_cb.C (MenuFax): subst fix.
2826
2827         * src/layout.[hC] + some other files: rewrote to use
2828         std::container to store textclasses and layouts in.
2829         Simplified, removed a lot of code. Make all classes
2830         assignable. Further simplifications and review of type
2831         use still to be one. 
2832
2833         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
2834         lastfiles to create the lastfiles partr of the menu.
2835
2836         * src/lastfiles.[Ch]: rewritten to use deque to store the
2837         lastfiles in. Uses fstream for reading and writing. Simplifies
2838         code.
2839
2840         * src/support/syscall.C: remove explicit cast.
2841
2842         * src/BufferView.C (CursorToggleCB): removed code snippets that
2843         were commented out.
2844         use explicat C++ style casts instead of C style casts. also use
2845         u_vdata instea of passing pointers in longs.
2846
2847         * src/PaperLayout.C: removed code snippets that were commented out.
2848
2849         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
2850
2851         * src/lyx_main.C: removed code snippets that wer commented out.
2852
2853         * src/paragraph.C: removed code snippets that were commented out.
2854
2855         * src/lyxvc.C (logClose): use static_cast
2856         (logUpdate): ditto
2857         (viewLog): remove explicit cast to void*
2858         (showLog): removed old commented code
2859
2860         * src/menus.C: use static_cast instead of C style casts. use
2861         u_vdata instead of u_ldata. remove explicit cast to (long) for
2862         pointers. Removed old code that was commented out.
2863
2864         * src/insets/inset.C: removed old commented func
2865
2866         * src/insets/insetref.C (InsetRef): removed old code that had been
2867         commented out for a long time.
2868         (Edit): ditto
2869         (escape): removed C style cast
2870
2871         * src/insets/insetlatexaccent.C (Draw): removed old commented code
2872
2873         * src/insets/insetlatex.C (Draw): removed old commented code
2874         (Read): rewritten to use string
2875
2876         * src/insets/insetlabel.C (escape): removed C style cast
2877
2878         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
2879
2880         * src/insets/insetindex.C: use static_cast and u_vdata, removed
2881         old commented code.
2882
2883         * src/insets/insetinclude.h: removed a couple of stupid bools
2884
2885         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
2886         (Clone): remove C style cast
2887         (getKeys): changed list to lst because of std::list
2888
2889         * src/insets/inseterror.C (Draw): removed som old commented code.
2890
2891         * src/insets/insetcommand.C (Draw): removed some old commented code.
2892
2893         * src/insets/insetbib.C (bibitem_cb): removed code that has been
2894         commented out forever.
2895         (bibitem_cb): use static_cast instead of C style cast
2896         use of vdata changed to u_vdata.
2897
2898         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
2899         parameter.
2900         (CloseUrlCB): use static_cast instead of C style cast.
2901         (CloseUrlCB): added a fl_free form...it seemed to be missing.
2902
2903         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
2904         (C_InsetInfo_CloseInfoCB): forward the ob parameter
2905         (CloseInfoCB): static_cast from ob->u_vdata instead.
2906         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
2907         instead. 
2908
2909         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
2910         (C_InsetError_CloseErrorCB): forward the ob parameter
2911         (CloseErrorCB): static_cast from ob->u_vdata instead.
2912
2913         * src/vspace.h: include LString.h since we use string in this class.
2914
2915         * src/vspace.C (lyx_advance): changed name from advance because of
2916         nameclash with stl. And since we cannot use namespaces yet...I
2917         used a lyx_ prefix instead. Expect this to change when we begin
2918         using namespaces.
2919
2920         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
2921
2922         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
2923         and removed now defunct constructor and deconstructor.
2924
2925         * src/BufferView.h: have backstack as a object not as a pointer.
2926         removed initialization from constructor. added include for BackStack 
2927
2928         * development/lyx.spec.in (%build): add CFLAGS also.
2929
2930         * src/screen.C (drawFrame): removed another warning.
2931
2932 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2933
2934         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
2935         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
2936         README and ANNOUNCE a bit for the next release. More work is
2937         needed, of course.
2938
2939         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
2940         unbreakable if we are in freespacing mode (LyX-Code), but not in
2941         latex mode.
2942
2943 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2944
2945         * src/BackStack.h: fixed initialization order in constructor
2946
2947         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
2948
2949         * acinclude.m4 (VERSION): new rules for when a version is
2950         development, added also a variable for prerelease.
2951         (warnings): we set with_warnings=yes for prereleases
2952         (lyx_opt): prereleases compile with same optimization as development 
2953         (CXXFLAGS): only use pedantic if we are a development version 
2954
2955         * src/BufferView.C (restorePosition): don't do anything if the
2956         backstack is empty.
2957
2958         * src/BackStack.h: added member empty, use this to test if there
2959         is anything to pop...
2960
2961 1999-10-25  Juergen Vigna  <jug@sad.it>
2962
2963         * forms/form1.fd +
2964         * forms/layout_forms.fd +
2965         * forms/latexoptions.fd +
2966         * lyx.fd: changed for various form resize issues
2967
2968         * src/mathed/math_panel.C +
2969         * src/insets/inseterror.C +
2970         * src/insets/insetinfo.C +
2971         * src/insets/inseturl.C +
2972         * src/insets/inseturl.h +
2973         * src/LaTeXLog.C +
2974         * src/LyXSendto.C +
2975         * src/PaperLayout.C +
2976         * src/ParagraphExtra.C +
2977         * src/TableLayout.C +
2978         * src/form1.C +
2979         * src/layout_forms.C +
2980         * src/lyx.C +
2981         * src/lyx_cb.C +
2982         * src/lyx_gui.C +
2983         * src/lyxfr0.C +
2984         * src/lyxfunc.C +
2985         * src/lyxvc.C +
2986         * src/menus.C: fixed various resize issues. So now forms can be
2987         resized savely or not be resized at all.
2988         
2989         * forms/form_url.fd +
2990         * src/insets/form_url.[Ch]: added because it's cleaner and easier
2991         to modify IMO.
2992
2993         * src/insets/Makefile.am: added files form_url.[Ch]
2994         
2995 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2996
2997         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
2998         (and presumably 6.2).
2999
3000         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
3001         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
3002         remaining static member callbacks. 
3003
3004         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
3005         messages. 
3006
3007         * src/support/lyxstring.h: declare struct Srep as friend of
3008         lyxstring, since DEC cxx complains otherwise.
3009
3010 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
3011
3012 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
3013
3014         * src/LaTeX.C (run): made run_bibtex also depend on files with
3015         extension ".bst"
3016         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
3017         are put into the dependency file.
3018
3019         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
3020         the code has shown itself to work
3021         (create_ispell_pipe): removed another warning, added a comment
3022         instead. 
3023
3024         * src/minibuffer.C (ExecutingCB): removed code that has been
3025         commented out a long time
3026
3027         * src/lyxfunc.C (processKeyEvent): removed some very old commented
3028         out code + a warning.
3029
3030         * src/support/lyxstring.h: comment out the three private
3031         operators, when compiling with string ansi conforming compilers
3032         they make problems.
3033
3034         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
3035         unsigned char *.
3036         (pixmapFromBitmapData): change type of bdata to be unsigned char *
3037         (pixmapFromBitmapData): add a reinterpret_cast in the call to
3038         XCreateImage
3039
3040         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
3041         unsigned char *
3042
3043         * src/mathed/math_panel.C (create_math_panel): remove explicit
3044         casts
3045
3046         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
3047         unsigned char *.
3048
3049         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
3050         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
3051         to XCreatePixmapFromBitmapData
3052         (fl_set_bmtable_data): change the last argument to be unsigned
3053         char *
3054         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
3055         and bh to be unsigned int, remove explicit casts in call to
3056         XReadBitmapFileData.
3057
3058         * images/arrows.xbm: made the arrays unsigned char *
3059         * images/varsz.xbm: ditto
3060         * images/misc.xbm: ditto
3061         * images/greek.xbm: ditto
3062         * images/dots.xbm: ditto
3063         * images/brel.xbm: ditto
3064         * images/bop.xbm: ditto
3065
3066         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
3067
3068         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
3069         (LYX_PROG_CXX): added -pedantic to g++ compile options when
3070         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
3071         needed. 
3072         (LYX_CXX_CHEADERS): added <clocale> to the test. 
3073
3074 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
3075
3076         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
3077
3078         * src/support/lyxstring.C (append): fixed something that must be a
3079         bug, rep->assign was used instead of rep->append.
3080
3081         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
3082         and LOstream.h
3083
3084         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
3085         lyx insert double chars. Fix spotted by Kayvan.
3086
3087 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
3088
3089         * Fixed the tth support. I messed up with the Emacs patch apply feature
3090         and omitted the changes in lyxrc.C.
3091
3092 1999-10-22  Juergen Vigna  <jug@sad.it>
3093
3094         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
3095
3096         * src/lyx_cb.C (MenuInsertRef) + 
3097         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
3098         the form cannot be resized under it limits (fixes a segfault)
3099         
3100         * src/lyx.C (create_form_form_ref) +
3101         * forms/lyx.fd: Changed Gravity on name input field so that it is
3102         resized correctly.
3103
3104 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3105
3106         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
3107         <ostream> and <istream>.
3108         
3109         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
3110         whether <fstream> provides the latest standard features, or if we
3111         have an oldstyle library (like in egcs).
3112         (LYX_CXX_STL_STRING): fix the test.
3113
3114         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
3115         code on MODERN_STL_STREAM.
3116
3117         * src/support/lyxstring.h: use L{I,O}stream.h.
3118
3119         * src/support/L{I,O}stream.h: new files, designed to setup
3120         correctly streams for our use
3121           - includes the right header depending on STL capabilities
3122           - puts std::ostream and std::endl (for LOStream.h) or
3123           std::istream (LIStream.h) in toplevel namespace.
3124
3125 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3126
3127         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
3128         was a bib file that had been changed we ensure that bibtex is run.
3129         (runBibTeX): enhanced to extract the names of the bib files and
3130         getting their absolute path and enter them into the dep file.
3131         (findtexfile): static func that is used to look for tex-files,
3132         checks for absolute patchs and tries also with kpsewhich.
3133         Alternative ways of finding the correct files are wanted. Will
3134         probably be moved.
3135         (do_popen): function that runs a command using popen and returns
3136         the whole output of that command in a string. Should be moved to
3137         somewhere else.
3138
3139         * src/DepTable.[Ch] (extchanged): new function that returns true if a
3140         file with extension ext has changed.
3141
3142         * src/insets/figinset.C: added ifdef guards around the fl_free
3143         code that jug commented out. Now it is commented out when
3144         compiling with XForms == 0.89.
3145
3146         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
3147         to lyxstring.C, and only keep a forward declaration in
3148         lyxstring.h. Simplifies the header file a bit and should help a
3149         bit on compile time too. Also changes to Srep will not mandate a
3150         recompile of code just using string.
3151         (~lyxstring): definition moved here since it uses srep.
3152         (size): definition moved here since it uses srep.
3153
3154         * src/support/lyxstring.h: removed a couple of "inline" that should
3155         not be there.
3156
3157 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3158
3159         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
3160         the 'ob' argument.
3161
3162 1999-10-21  Juergen Vigna  <jug@sad.it>
3163
3164         * src/table.C (SetPWidth): Just a small fix so the alignment is not
3165         set to left if I just remove the width entry (or it is empty).
3166
3167         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
3168         paragraph when having dummy paragraphs.
3169
3170 1999-10-20  Juergen Vigna  <jug@sad.it>
3171
3172         * src/insets/figinset.C: just commented some fl_free_form calls
3173         and added warnings so that this calls should be activated later
3174         again. This avoids for now a segfault, but we have a memory leak!
3175
3176         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
3177         'const char * argument' to 'string argument', this should
3178         fix some Asserts() in lyxstring.C.
3179
3180         * src/lyxfunc.h: Removed the function argAsString(const char *)
3181         as it is not used anymore.
3182
3183 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3184
3185         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
3186         get instead of >>
3187
3188         * src/Literate.h: some funcs moved from public to private to make
3189         interface clearer. Unneeded args removed.
3190
3191         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
3192         instead of lyxlex.
3193         (scanBuildLogFile): ditto
3194
3195         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
3196         normal TeX Error. Still room for improvement.
3197
3198         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
3199
3200         * src/buffer.C (insertErrors): changes to make the error
3201         desctription show properly.
3202
3203         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
3204         could never happen
3205
3206         * src/support/lyxstring.C (helper): changed to use
3207         sizeof(object->rep->ref).
3208         (operator>>): changed to use a pointer instead.
3209
3210         * src/support/lyxstring.h: changed const reference & to value_type
3211         const & lets see if that helps.
3212
3213 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
3214
3215         * Makefile.am (rpmdist): fixed to have non static package and
3216         verison.
3217
3218         * src/support/lyxstring.C: removed the compilation guards
3219
3220         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
3221         a bit clearer.
3222
3223         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
3224         conditional compile of lyxstring.Ch
3225
3226         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
3227         stupid check, but it is a lot better than the bastring hack. 
3228         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
3229
3230         * several files: changed string::erase into string::clear. Not
3231         really needed.
3232         
3233         * src/chset.C (encodeString): use a char temporary instead
3234
3235         * src/table.C (TexEndOfCell): added tostr around
3236         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
3237         (TexEndOfCell): ditto
3238         (TexEndOfCell): ditto
3239         (TexEndOfCell): ditto
3240         (DocBookEndOfCell): ditto
3241         (DocBookEndOfCell): ditto
3242         (DocBookEndOfCell): ditto
3243         (DocBookEndOfCell): ditto
3244
3245         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
3246
3247         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
3248
3249         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
3250         (MenuBuildProg): added tostr around ret
3251         (MenuRunChktex): added tostr around ret
3252         (DocumentApplyCB): added tostr around ret
3253
3254         * src/chset.C (encodeString): added tostr around t->ic
3255
3256         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
3257         (makeLaTeXFile): added tostr around tocdepth
3258         (makeLaTeXFile): added tostr around ftcound - 1
3259
3260         * src/insets/insetbib.C (setCounter): added tostr around counter.
3261
3262         * src/support/lyxstring.h: added an operator+=(int) to catch more
3263         mistakes. 
3264
3265         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
3266         (lyxstring): We DON'T allow NULL pointers.
3267
3268 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3269
3270         * src/mathed/math_macro.C (MathMacroArgument::Write,
3271         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
3272         when writing them out.
3273
3274         * src/LString.C: remove, since it is not used anymore.
3275         
3276         * src/support/lyxstring.C: condition the content to
3277         USE_INCLUDED_STRING macro.
3278
3279         * src/mathed/math_symbols.C, src/support/lstrings.C,
3280         src/support/lyxstring.C: add `using' directive to specify what
3281         we need in <algorithm>. I do not think that we need to
3282         conditionalize this, but any thought is appreciated.
3283
3284         * many files: change all callback functions to "C" linkage
3285         functions to please strict C++ compilers like DEC cxx 6.1 in mode
3286         strict_ansi. Those who were static are now global. 
3287             The case of callbacks which are static class members is
3288         trickier, since we have to make C wrappers around them (see
3289         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
3290         did not finish this yet, since it defeats the purpose of
3291         encapsulation, and I am not sure what the best route is.
3292
3293 1999-10-19  Juergen Vigna  <jug@sad.it>
3294
3295         * src/support/lyxstring.C (lyxstring): we permit to have a null
3296         pointer as assignment value and just don't assign it.
3297
3298         * src/vspace.C (nextToken): corrected this function substituting
3299         find_first(_not)_of with find_last_of.
3300
3301         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
3302                 (TableOptCloseCB) (TableSpeCloseCB):
3303         inserted fl_set_focus call for problem with fl_hide_form() in
3304         xforms-0.89.
3305
3306 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3307
3308         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
3309         string. 
3310
3311 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3312
3313         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
3314         LyXLex::next() and not eatline() to get its argument.
3315
3316 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3317
3318         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
3319         instead, use fstreams for io of the depfile, removed unneeded
3320         functions and variables. 
3321
3322         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
3323         vector instead, removed all functions and variables that is not in
3324         use.
3325
3326 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3327
3328         * src/buffer.C (insertErrors): use new interface to TeXError
3329
3330         * Makefile.am (rpmdist): added a rpmdist target
3331
3332         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
3333         per Kayvan's instructions.
3334
3335 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3336
3337         * src/Makefile.am: add a definition for localedir, so that locales
3338         are found after installation (Kayvan)
3339
3340 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3341
3342         * development/.cvsignore: new file.
3343
3344 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3345
3346         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
3347         C++ compiler provides wrappers for C headers and use our alternate
3348         version otherwise.
3349
3350         * configure.in: use LYX_CXX_CHEADERS.
3351
3352         * src/cheader/: new directory, populated with cname headers from
3353         libstdc++-2.8.1. They are a bit old, but probably good enough for
3354         what we want (support compilers who lack them).
3355         
3356         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
3357         from includes. It turns out is was stupid.
3358  
3359 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3360
3361         * lib/Makefile.am (install-data-local): forgot a ';'
3362         (install-data-local): forgot a '\'
3363         (libinstalldirs): needed after all. reintroduced.
3364
3365 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
3366
3367         * configure.in (AC_OUTPUT): added lyx.spec
3368
3369         * development/lyx.spec: removed file
3370
3371         * development/lyx.spec.in: new file
3372
3373         * po/*.po: merged with lyx.pot becuase of make distcheck
3374         
3375         * lib/Makefile.am (dist-hook): added dist-hook so that
3376         documentation files will be included when doing a make
3377         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
3378         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
3379         conditional later.
3380         more: tried to make install do the right thing, exclude CVS dirs
3381         etc.
3382
3383         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
3384         Path would fit in more nicely.
3385
3386         * all files that used to use pathstack: uses now Path instead.
3387         This change was a lot easier than expected.
3388         
3389         * src/support/path.h: new file
3390
3391         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
3392
3393         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
3394
3395         * src/support/lyxstring.C (getline): Default arg was given for
3396         para 3. removed.
3397
3398         * Configure.cmd: removed file 
3399
3400 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3401
3402         * src/support/DebugStream.[Ch]: remove the explicit std:: before
3403         streams classes and types, add the proper 'using' statements when
3404         MODERN_STL is defined.
3405         
3406         * src/debug.h: move the << operator definition after the inclusion
3407         of DebugStream.h
3408
3409         * src/support/filetools.C: include "LAssert.h", which is needed
3410         later. 
3411
3412         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
3413         to includes. 
3414
3415         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
3416         include "debug.h" to define a proper ostream.
3417
3418 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
3419
3420         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
3421           method to the SystemCall class which can kill a process, but it's
3422           not fully implemented yet.
3423
3424         * src/*.C: Changed Systemcalls::Startscript() to startscript()
3425
3426         * src/support/FileInfo.h: Better documentation  
3427
3428         * src/lyxfunc.C: Added support for buffer-export html
3429         
3430         * src/menus.C: Added Export->As HTML...
3431         
3432         * lib/bind/*.bind: Added short-cut for buffer-export html
3433
3434         * src/lyxrc.*: Added support for new \tth_command
3435         
3436         * lib/lyxrc.example: Added stuff for new \tth_command
3437
3438 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3439
3440         * lib/Makefile.am (IMAGES): removed images/README
3441         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
3442         installes in correct place. Check permisions is installed
3443         correctly.
3444
3445         * src/LaTeX.C: some no-op changes moved declaration of some
3446         variables around.
3447
3448         * src/LaTeX.h (LATEX_H): changed include guard name
3449
3450 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3451
3452         * lib/reLyX/Makefile.am: install noweb2lyx.
3453
3454         * lib/Makefile.am: install configure. 
3455
3456         * lib/reLyX/configure.in: declare a config aux dir; set package
3457         name to lyx (not sure what the best solution is); generate noweb2lyx.
3458
3459         * lib/layouts/egs.layout: fix the bibliography layout.
3460
3461 1999-10-08  Jürgen Vigna <jug@sad.it>
3462
3463         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
3464         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
3465         it returned without continuing to search the path.
3466         
3467 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3468
3469         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
3470         also fixes a bug. It is not allowed to do tricks with std::strings
3471         like: string a("hei"); &a[e]; this will not give what you
3472         think... Any reason for the complexity in this func?
3473
3474 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
3475
3476         * Updated README and INSTALL a bit, mostly to check that my
3477         CVS rights are correctly set up.
3478
3479 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
3480
3481         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
3482         does not allow '\0' chars but lyxstring and std::string does.
3483
3484 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3485
3486         * autogen.sh (AUTOCONF): let the autogen script create the
3487         POTFILES.in file too. POTFILES.in should perhaps now not be
3488         included in the cvs module.
3489
3490         * some more files changed to use C++ includes instead of C ones.
3491
3492         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
3493         not assigned.
3494         (Reread): added tostr to nlink. buggy output otherwise.
3495         (Reread): added a string() around szMode when assigning to Buffer,
3496         without this I got a log of garbled info strings.
3497
3498         * acconfig.h: commented out the PTR_AS_INT macros. They should not
3499         be needed.
3500
3501         * I have added several ostream & operator<<(ostream &, some_type)
3502         functions. This has been done to avoid casting and warnings when
3503         outputting enums to lyxerr. This as thus eliminated a lot of
3504         explicit casts and has made the code clearer. Among the enums
3505         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
3506         mathed enums, some font enum the Debug::type enum. 
3507
3508         * src/support/lyxstring.h (clear): missing method. equivalent of
3509         erase(0, npos).
3510
3511         * all files that contained "stderr": rewrote constructs that used
3512         stderr to use lyxerr instead. (except bmtable)
3513
3514         * src/support/DebugStream.h (level): and the passed t with
3515         Debug::ANY to avoid spurious bits set.
3516
3517         * src/debug.h (Debug::type value): made it accept strings of the
3518         type INFO,INIT,KEY.
3519
3520         * configure.in (Check for programs): Added a check for kpsewhich,
3521         the latex generation will use this later to better the dicovery of
3522         all used files. 
3523
3524         * src/BufferView.C (create_view): we don't need to cast this to
3525         (void*) that is done automatically.
3526         (WorkAreaButtonPress): removed some dead code.
3527
3528 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3529
3530         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
3531         is not overwritten when translated (David Sua'rez de Lis).
3532
3533         * lib/CREDITS: Added David Sua'rez de Lis
3534
3535         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
3536
3537         * src/bufferparams.C (BufferParams): default input encoding is now
3538         "latin1" 
3539
3540         * acinclude.m4 (cross_compiling): comment out macro
3541         LYX_GXX_STRENGTH_REDUCE. 
3542
3543         * acconfig.h: make sure that const is not defined (to empty) when
3544         we are compiling C++. Remove commented out code using SIZEOF_xx
3545         macros.
3546         
3547         * configure.in : move the test for const and inline as late as
3548         possible so that these C tests do not interefere with C++ ones.
3549         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
3550         has not been proven. 
3551
3552 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3553
3554         * src/table.C (getDocBookAlign): remove bad default value for
3555         isColumn parameter.
3556
3557         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
3558         shortcut. 
3559         (ShowFileMenu2): ditto.
3560
3561         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
3562         of files to ignore.
3563
3564 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3565
3566         * Most files: finished the change from the old error code to use
3567         DebugStream for all lyxerr debugging. Only minor changes remain
3568         (e.g. the setting of debug levels using strings instead of number) 
3569
3570 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3571
3572         * src/layout.C (Add): Changed to use compare_no_case instead of
3573         strcasecmp.
3574
3575         * src/FontInfo.C: changed loop variable type too string::size_type.
3576
3577 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3578
3579         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
3580         set ETAGS_ARGS to --c++ 
3581
3582 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
3583
3584         * src/table.C (DocBookEndOfCell): commented out two unused variables
3585
3586         * src/paragraph.C: commented out four unused variables. 
3587
3588         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
3589         insed a if clause with type string::size_type.
3590
3591         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
3592         string::size_type.
3593
3594         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
3595
3596         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
3597         variable, also changed loop to go from 0 to lenght + 1, instead of
3598         -1 to length. This should be correct.
3599
3600         * src/LaTeX.C (scanError): use string::size_type as loop variable
3601         type.
3602
3603         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
3604         (l.896) since y_tmp and row was not used anyway.
3605
3606         * src/insets/insetref.C (escape): use string::size_type as loop
3607         variable type.
3608
3609         * src/insets/insetquotes.C (Width): use string::size_type as loop
3610         variable type.
3611         (Draw): use string::size_type as loop variable type.
3612
3613         * src/insets/insetlatexaccent.C (checkContents): use
3614         string::size_type as loop variable type.
3615
3616         * src/insets/insetlabel.C (escape): use string::size_type as loop
3617         variable type.
3618
3619         * src/insets/insetinfo.C: added an extern for current_view.
3620
3621         * src/insets/insetcommand.C (scanCommand): use string::size_type
3622         as loop variable type.
3623
3624         * most files: removed the RCS tags. With them we had to recompile
3625         a lot of files after a simple cvs commit. Also we have never used
3626         them for anything meaningful. 
3627
3628         * most files: tags-query-replace NULL 0. As adviced several plases
3629         we now use "0" instead of "NULL" in our code. 
3630
3631         * src/support/filetools.C (SpaceLess): use string::size_type as
3632         loop variable type.
3633
3634 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
3635
3636         * src/paragraph.C: fixed up some more string stuff.
3637
3638 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3639
3640         * src/support/filetools.h: make modestr a std::string.
3641
3642         * src/filetools.C (GetEnv): made ch really const.
3643
3644         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
3645         made code that used these use max/min from <algorithm> instead.
3646
3647         * changed several c library include files to their equivalent c++
3648         library include files. All is not changed yet.
3649
3650         * created a support subdir in src, put lyxstring and lstrings
3651         there + the extra files atexit, fileblock, strerror. Created
3652         Makefile.am. edited configure.in and src/Makefile.am to use this
3653         new subdir. More files moved to support.
3654
3655         * imported som of the functions from repository lyx, filetools
3656         
3657         * ran tags-query-replace on LString -> string, corrected the bogus
3658         cases. Tried to make use of lstrings.[hC], debugged a lot. There
3659         is still some errors in there. This is errors where too much or
3660         too litle get deleted from strings (string::erase, string::substr,
3661         string::replace), there can also be some off by one errors, or
3662         just plain wrong use of functions from lstrings. Viewing of quotes
3663         is wrong. 
3664
3665         * LyX is now running fairly well with string, but there are
3666         certainly some bugs yet (see above) also string is quite different
3667         from LString among others in that it does not allow null pointers
3668         passed in and will abort if it gets any.
3669         
3670         * Added the revtex4 files I forgot when setting up the repository.
3671
3672 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3673
3674         * All over: Tried to clean everything up so that only the files
3675           that we really need are included in the cvs repository.
3676         * Switched to use automake.
3677         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
3678         * Install has not been checked.
3679
3680 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3681
3682         * po/pt.po: Three errors:
3683                l.533 and l.538 format specification error
3684                l. 402 duplicate entry, I just deleted it.
3685