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