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