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