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