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