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